aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04265-1925/+2375
* Add new function attribute - noredzone. Devang Patel2009-06-0411-13/+28
* Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This wasDale Johannesen2009-06-043-16/+17
* RALinScan::attemptTrivialCoalescing() was returning a virtual register instea...Evan Cheng2009-06-042-3/+57
* A value defined by an implicit_def can be liven to a use BB. This is unfortun...Evan Cheng2009-06-041-0/+18
* A value defined by an implicit_def can be liven to a use BB. This is unfortun...Evan Cheng2009-06-041-0/+263
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-045-37/+59
* <rdar://problem/6944342> libLTO for darwin should add -static when assembling .sNick Kledzik2009-06-041-0/+4
* Removed SimpleRewriter.Lang Hames2009-06-041-82/+2
* For XTARGET to work on targets not in the list,Dale Johannesen2009-06-042-0/+2
* Check in test changes that I accidentally left out of r72872.Dan Gohman2009-06-042-8/+9
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-042-1/+3
* Don't do the X * 0.0 -> 0.0 transformation in instcombine, becauseDan Gohman2009-06-043-10/+16
* Fix comments.Dan Gohman2009-06-041-2/+2
* --plugin is not needed for bfd anymore. Update docs.Torok Edwin2009-06-041-2/+11
* Remove unused code.Sanjiv Gupta2009-06-041-10/+0
* CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes2009-06-042-6/+15
* Custom lower SUB with two register operands.Sanjiv Gupta2009-06-041-0/+1
* Fix comments.Torok Edwin2009-06-042-3/+3
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-045-0/+215
* PR3739, part 2: Use an explicit store to spill XMM registers. (Previously,Eli Friedman2009-06-042-4/+29
* PR3739, part 1: Disable the red zone on Win64.Eli Friedman2009-06-042-1/+11
* Remove a #include of <iostream>.Dan Gohman2009-06-041-1/+0
* Re-apply 72756 with fixes. One of those was introduced by we changed MachineI...Evan Cheng2009-06-042-2/+8
* Removed more testing code that snuck in earlier.Lang Hames2009-06-041-20/+2
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-045-11/+46
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-045-117/+113
* Evan says it's wrong; back out 72808.Stuart Hastings2009-06-031-2/+0
* <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++!Torok Edwin2009-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...Torok Edwin2009-06-031-0/+29