aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-0650-2030/+2011
* As Chris suggested, handle the situation if ShAmt larger than BitWidth, Zhou Sheng2008-06-061-1/+1
* Refine stack slot interval weight computation.Evan Cheng2008-06-062-23/+58
* Turn stdout into binary mode during bitcode emission.Anton Korobeynikov2008-06-061-0/+5
* Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov2008-06-061-0/+30
* Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodesBruno Cardoso Lopes2008-06-062-56/+76
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-065-14/+175
* Revert 52002.Dan Gohman2008-06-051-4/+1
* Expose a public interface to this pass.Chris Lattner2008-06-051-40/+12
* Let libcall semantics decide whether it knows about functions Chris Lattner2008-06-051-2/+2
* Don't break strict aliasing.Evan Cheng2008-06-051-6/+6
* Remove debugging code.Owen Anderson2008-06-051-4/+0
* Use the newly created helper on LiveIntervals.Owen Anderson2008-06-051-116/+21
* Add a helper for constructing new live ranges that ended from an instruction ...Owen Anderson2008-06-051-0/+15
* If BitWidth equals to ShtAmt, the RHSKnownZero[BitWidth-ShiftAmt-1] willZhou Sheng2008-06-051-1/+1
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-051-1/+4
* As comments said, for negative value, the arithmetic Zhou Sheng2008-06-051-1/+1
* Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman2008-06-051-0/+51
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-051-0/+4
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-051-0/+4
* Use use_iterator::getOperandNo instead of CallSite::hasArgument to check if aMatthijs Kooijman2008-06-051-7/+6
* * Make CallSite::hasArgument const and let it take a const parameter.Matthijs Kooijman2008-06-051-1/+1
* Update comments and documentation to reflect that GCSE and ValueNumbering areMatthijs Kooijman2008-06-054-1/+14
* Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...Evan Cheng2008-06-041-2/+3
* Remove unneeded #include.Owen Anderson2008-06-041-1/+0
* Oops. Should not be enabled by default.Evan Cheng2008-06-041-1/+1
* Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner2008-06-041-45/+83
* Correctly construct live intervals for the copies we inserted into the predec...Owen Anderson2008-06-041-1/+38
* Revert this.Evan Cheng2008-06-041-4/+0
* Replace two manual loops with calls to CallSite::hasArguments (no functional ...Matthijs Kooijman2008-06-042-10/+6
* Add CallSite::hasArgument to allow for seeing if a call passes a certain valu...Matthijs Kooijman2008-06-041-0/+7
* Add a Name parameter to two of the init methods of GetElementPointer to make ...Matthijs Kooijman2008-06-041-6/+8
* 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