1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Chris Lattner 3a20fca97c don't use count + insert, just do insert + failure. Also, instead of deleting from
the middle of a vector, swap the last element in and pop_back.  Also saves 330 bytes :)

llvm-svn: 82365
2009-09-20 05:15:12 +00:00
..
Analysis Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
Bitcode Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
CodeGen Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
CompilerDriver convert LoopInfo.h and GraphWriter.h to use raw_ostream 2009-08-23 07:19:13 +00:00
Debugger Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionEngine Stop using alloca. 2009-09-18 16:46:16 +00:00
Linker Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
MC Allow symbols to start from the digit if target requests it. This allows, e.g. pinning 2009-09-18 16:57:42 +00:00
Support don't use count + insert, just do insert + failure. Also, instead of deleting from 2009-09-20 05:15:12 +00:00
System Get rid of GetProcessId in Win32/Program.inc. 2009-09-15 03:39:45 +00:00
Target Still one more thing wrong here... 2009-09-20 02:27:06 +00:00
Transforms Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
VMCore Clean up the usage of evaluateICmpRelation's return value. 2009-09-20 04:27:06 +00:00
Makefile