1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Jakob Stoklund Olesen 77e7ad803a Move RABasic::addMBBLiveIns to the base class, it is generally useful.
Minor optimization to the use of IntervalMap iterators. They are fairly
heavyweight, so prefer SI.valid() over SI != end().

llvm-svn: 121217
2010-12-08 01:06:06 +00:00
..
Analysis Global variable does not need linkage name. 2010-12-08 00:06:22 +00:00
Archive
AsmParser PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:19 +00:00
Bitcode
CodeGen Move RABasic::addMBBLiveIns to the base class, it is generally useful. 2010-12-08 01:06:06 +00:00
CompilerDriver
ExecutionEngine Remove unneeded zero arrays. 2010-12-04 15:28:22 +00:00
Linker
MC Layout each section independently. With the testcase in PR8711: 2010-12-07 23:32:26 +00:00
Object
Support Support: Remove Alarm. It is unused (via local grep and google code search). 2010-12-07 18:41:59 +00:00
Target Simplify the byte reordering logic slightly. 2010-12-08 00:21:33 +00:00
Transforms Remove some dead code from the jump threading pass. 2010-12-07 13:08:07 +00:00
VMCore Remove the code from Function::dropAllReferences which replaced 2010-12-07 19:56:51 +00:00
Makefile