summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Removed SimpleRewriter.Lang Hames2009-06-04
* Don't do the X * 0.0 -> 0.0 transformation in instcombine, becauseDan Gohman2009-06-04
* Fix comments.Dan Gohman2009-06-04
* Remove unused code.Sanjiv Gupta2009-06-04
* Custom lower SUB with two register operands.Sanjiv Gupta2009-06-04
* Fix comments.Torok Edwin2009-06-04
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-04
* PR3739, part 2: Use an explicit store to spill XMM registers. (Previously,Eli Friedman2009-06-04
* PR3739, part 1: Disable the red zone on Win64.Eli Friedman2009-06-04
* Remove a #include of <iostream>.Dan Gohman2009-06-04
* Re-apply 72756 with fixes. One of those was introduced by we changed MachineI...Evan Cheng2009-06-04
* Removed more testing code that snuck in earlier.Lang Hames2009-06-04
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-04
* Evan says it's wrong; back out 72808.Stuart Hastings2009-06-03
* Recognize another euphemism for MOVDQ2Q.Stuart Hastings2009-06-03
* For Darwin / x86_64, override -relocation-model=static to pic if the output i...Evan Cheng2009-06-03
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-03
* Remove the redundant TM member from X86DAGToDAGISel; replace itDan Gohman2009-06-03
* Don't attempt to simplify an non-affine IV expression if it can'tDan Gohman2009-06-03
* Make the buildbot see green (to make it easier to spot the next personMike Stump2009-06-03
* Move ELFCodeEmiter stuff to new filesBruno Cardoso Lopes2009-06-03
* Revert 72650Bruno Cardoso Lopes2009-06-03
* Remove unnecessary #includes.Dan Gohman2009-06-03
* Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta2009-06-03
* FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta2009-06-03
* CMake: Added missing source file to lib/CodeGen/CMakeLists.txt.Oscar Fuentes2009-06-03
* Fixed a bug in which signed comparisons were being used instead of unsigned c...Sanjiv Gupta2009-06-03
* Avoid a warning "'U' might be used uninitialized inDuncan Sands2009-06-03
* At a newline at the end of this file.Duncan Sands2009-06-03
* Fix for PR4225: When rewriter reuse a value in a physical register , it clear...Evan Cheng2009-06-03
* Temporarily revert 72756 for now.Evan Cheng2009-06-03
* Fold preceding / trailing base inc / dec into the single load / store as well.Evan Cheng2009-06-03
* If there is a def of a super-register followed by a use of a sub-register, do...Evan Cheng2009-06-03
* Move structures and classes into header files, providing two new headers andBruno Cardoso Lopes2009-06-03
* Revert r72734. The Darwin assembler doesn't support the staticDan Gohman2009-06-03
* Change ConstantFoldConstantExpression to accept a nullDan Gohman2009-06-02
* Fix CodeGenPrepare's address-mode sinking to handle unusualDan Gohman2009-06-02
* Fixed warning, removed some temporary validation code that snuck in during my...Lang Hames2009-06-02
* On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.Evan Cheng2009-06-02
* Undef MemoryFence when compiling on MSVC.Owen Anderson2009-06-02
* Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames2009-06-02
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-02
* Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can...Evan Cheng2009-06-02
* Add missing file.Dale Johannesen2009-06-01
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-01
* Comment grammaro/clarification.Dale Johannesen2009-06-01
* Trailing whitespace.Dale Johannesen2009-06-01
* Accidental commit. This isn't ready for prime time just yet.Bill Wendling2009-06-01
* Implement review feedback. Make thumb2 'normal' subtarget featureAnton Korobeynikov2009-06-01
* Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes2009-06-01