llvm-project/llvm/lib/Transforms
Chris Lattner 2c2dd15a85 Introduce a new array_pod_sort function and switch LSR to use it
instead of std::sort.  This shrinks the release-asserts LSR.o file
by 1100 bytes of code on my system.

We should start using array_pod_sort where possible.

llvm-svn: 60335
2008-12-01 06:49:59 +00:00
..
Hello Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
IPO Fix error where it wasn't getting the correct caller function. 2008-11-21 00:09:21 +00:00
Instrumentation Use Function::getEntryBlock() instead of Function::front(), for clarity. 2008-10-21 03:10:28 +00:00
Scalar Introduce a new array_pod_sort function and switch LSR to use it 2008-12-01 06:49:59 +00:00
Utils rewrite RecursivelyDeleteTriviallyDeadInstructions to use a more efficient 2008-11-28 01:20:46 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00