aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switch opt to using StandardPasses.hDaniel Dunbar2009-06-031-126/+21
* Remove some silly code.Daniel Dunbar2009-06-031-1/+1
* Add StandardPasses.h which embeds the standard compilation passes shared byDaniel Dunbar2009-06-031-0/+149
* Move ELFCodeEmiter stuff to new filesBruno Cardoso Lopes2009-06-034-140/+184
* Revert 72650Bruno Cardoso Lopes2009-06-035-113/+117
* Remove unnecessary #includes.Dan Gohman2009-06-031-3/+0
* Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta2009-06-033-11/+34
* lets not forget about c++!Edwin Török2009-06-031-0/+1
* FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta2009-06-034-6/+62
* CMake: Added missing source file to lib/CodeGen/CMakeLists.txt.Oscar Fuentes2009-06-031-0/+1
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-033-1/+16
* Document how easy it is to use the gold plugin and have LTO with autotooled p...Edwin Török2009-06-031-0/+29
* Fixed a bug in which signed comparisons were being used instead of unsigned c...Sanjiv Gupta2009-06-032-2/+4
* Avoid a warning "'U' might be used uninitialized inDuncan Sands2009-06-031-1/+1
* At a newline at the end of this file.Duncan Sands2009-06-031-1/+1
* Document how phi and invoke instructions interact with SSA form.Jay Foad2009-06-031-3/+9
* Fix for PR4225: When rewriter reuse a value in a physical register , it clear...Evan Cheng2009-06-032-5/+381
* Temporarily revert 72756 for now.Evan Cheng2009-06-032-7/+1
* Fold preceding / trailing base inc / dec into the single load / store as well.Evan Cheng2009-06-032-2/+21
* If there is a def of a super-register followed by a use of a sub-register, do...Evan Cheng2009-06-031-14/+0
* Move structures and classes into header files, providing two new headers andBruno Cardoso Lopes2009-06-035-772/+900
* Revert r72734. The Darwin assembler doesn't support the staticDan Gohman2009-06-035-9/+8
* Change TargetFolder's TD member from a reference to aDan Gohman2009-06-031-5/+7
* Change ConstantFoldConstantExpression to accept a nullDan Gohman2009-06-022-3/+1
* Delete an unnecessary forward declaration.Dan Gohman2009-06-021-1/+0
* Fix CodeGenPrepare's address-mode sinking to handle unusualDan Gohman2009-06-022-1/+28
* NightlyTest: Stop running a separate Olden pass during nightly test.Daniel Dunbar2009-06-021-40/+3
* fix build on VC++2k8.Edwin Török2009-06-021-4/+4
* Fixed warning, removed some temporary validation code that snuck in during my...Lang Hames2009-06-021-91/+0
* On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.Evan Cheng2009-06-025-7/+18
* Undef MemoryFence when compiling on MSVC.Owen Anderson2009-06-021-0/+1
* Simplify assertion message to avoid confusion.Devang Patel2009-06-021-17/+15
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-0213-114/+405
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-0218-433/+124
* Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can...Evan Cheng2009-06-022-6/+133
* Add missing file.Dale Johannesen2009-06-011-0/+2
* update comments about .objc_ symbols being generatedNick Kledzik2009-06-011-2/+20
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-0117-124/+431
* Comment grammaro/clarification.Dale Johannesen2009-06-011-2/+2
* Trailing whitespace.Dale Johannesen2009-06-011-1/+1
* Dcoument that the opauque value used to construct QNaNs is truncatedMike Stump2009-06-011-1/+1
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-012-18/+152
* Accidental commit. This isn't ready for prime time just yet.Bill Wendling2009-06-011-2/+6
* Implement review feedback. Make thumb2 'normal' subtarget featureAnton Korobeynikov2009-06-012-13/+12
* Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes2009-06-019-199/+208
* Do not emit "generic" CPU string. This fixes PR4291.Anton Korobeynikov2009-06-011-1/+3
* PR4286: Make RewriteLoadUserOfWholeAlloca and Eli Friedman2009-06-012-8/+30
* Update the bitcode reader to support reading .bc files where the embeddedNick Lewycky2009-06-011-1/+1
* Add missing codenames to the .bc analyzer.Nick Lewycky2009-06-011-0/+4
* Fix a grammaro and clarify a comment.Dan Gohman2009-05-311-5/+5