aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Implement the two constructors in InsertValueInst and ExtractValueInst.Matthijs Kooijman2008-06-041-5/+54
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-046-38/+412
* LowerSubregs should not clobber any analysis.Evan Cheng2008-06-041-0/+4
* Move #include to right place.Evan Cheng2008-06-042-1/+1
* Register if-converter pass for -debug-pass.Evan Cheng2008-06-041-1/+4
* More pass manager debugging outputs.Evan Cheng2008-06-041-0/+5
* Change packed struct layout so that field sizesDuncan Sands2008-06-043-21/+14
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-041-0/+1
* Some Mips minor fixesBruno Cardoso Lopes2008-06-048-15/+48
* We need to subtract one from this index because live ranges are open at the end.Owen Anderson2008-06-041-1/+1
* Fix spellnig errorScott Michel2008-06-031-6/+5
* LoopIndexSplit can sometimes result in cases where a block in its own domfron...Owen Anderson2008-06-031-3/+6
* Prevent a crash in debug dumps.Dale Johannesen2008-06-031-1/+5
* Add StringConstantPrefix to control what theDale Johannesen2008-06-034-0/+4
* Find a better place to output hex constants corresponding to integers.Scott Michel2008-06-031-0/+5
* Fixed bug in bad behavior in calculateFrameObjectOffsets,Bruno Cardoso Lopes2008-06-031-1/+2
* Do not run loop-aligner at -fast (e.g. -O0).Evan Cheng2008-06-031-1/+1
* Revert this patchScott Michel2008-06-031-3/+1
* "Unable to schedule <A> required by <B>" is more helpful thenDevang Patel2008-06-031-1/+5
* Add debugging aid.Devang Patel2008-06-031-1/+7
* Fix whitespace in whitespace-significant pseudocode in a comment.Dan Gohman2008-06-031-2/+2
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-033-15/+116
* Update dom tree. Fix PR 2372.Devang Patel2008-06-021-1/+4
* Fold adds and subtracts of zero immediately, instead of waitingDan Gohman2008-06-021-4/+4
* Minor cosmetic patch so that the hex equivalent of a decimalScott Michel2008-06-021-1/+3
* Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel2008-06-026-128/+389
* Implement CBE support for first-class structs and array values,Dan Gohman2008-06-021-18/+77
* Remove unneeded code I added.Chris Lattner2008-06-021-6/+3
* Correctly handle removed instructions at the beginning of MBBs when renumbering.Owen Anderson2008-06-021-12/+8
* Fixes PR2395. Looking for a constant in a GEP tail (when the first GEP Wojciech Matyjewicz2008-06-021-1/+7
* Don't use the GOT for symbols that are not externally visible.Rafael Espindola2008-06-021-3/+6
* move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.Chris Lattner2008-06-022-54/+52
* move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBitsChris Lattner2008-06-022-651/+723
* Fix two issues that Eli Friedman pointed out, where would misoptimized code l...Owen Anderson2008-06-011-3/+14
* Don't remove the memcpy when call slot substitution fails.Owen Anderson2008-06-011-0/+5
* Remember to update the reverse non-local cache when cleaning up dirty entries...Owen Anderson2008-06-011-0/+5
* Make ping more aggressive in finding nonlocal caching errors.Owen Anderson2008-06-011-0/+3
* When simplifying a call to a bitcast function, tighten upDuncan Sands2008-06-011-18/+15
* Fixed flag issue that was generating infinite loop while in list scheduling. Bruno Cardoso Lopes2008-06-011-5/+7
* AsmWriter support for insertvalue/extractvalue. These instructions canDan Gohman2008-05-311-0/+15
* Improved bitcode support for insertvalue/extractvalue.Dan Gohman2008-05-312-8/+15
* Fix some bugs with the handling of indices in insertvalue/extractvalue.Dan Gohman2008-05-311-3/+3
* Peer through sext/zext when looking for not(cmp).Nick Lewycky2008-05-312-26/+20
* Yay us! Every one of these examples turns into icmp/zext/ret.Nick Lewycky2008-05-311-5/+0
* Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.Nick Lewycky2008-05-311-5/+15
* Adding i1 is always Xor.Nick Lewycky2008-05-311-0/+3
* Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner2008-05-311-20/+46
* Factor several methods, including getInversePredicate andDan Gohman2008-05-311-43/+31
* Teach the DAGISelEmitter to not compute the variable_ops operandDan Gohman2008-05-313-10/+3
* Remove an unused variable.Dan Gohman2008-05-311-1/+0