aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/6941517> C++ static constructors not preserved for static exe...Nick Kledzik2009-06-031-13/+14
* Change LTO to run the global opt pass twice.Daniel Dunbar2009-06-033-10/+3
* PR4317: Handle splits where the new block is unreachable correctly in Eli Friedman2009-06-032-2/+22
* Recognize another euphemism for MOVDQ2Q.Stuart Hastings2009-06-031-0/+2
* For Darwin / x86_64, override -relocation-model=static to pic if the output i...Evan Cheng2009-06-035-23/+10
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-033-119/+110
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-0310-65/+205
* Remove the redundant TM member from X86DAGToDAGISel; replace itDan Gohman2009-06-031-12/+22
* Don't attempt to simplify an non-affine IV expression if it can'tDan Gohman2009-06-033-12/+53
* Make the buildbot see green (to make it easier to spot the next personMike Stump2009-06-031-1/+2
* 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