aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-0668-2845/+2862
* 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-063-27/+64
* 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-052-26/+1
* Expose a public interface to this pass.Chris Lattner2008-06-052-40/+73
* Let libcall semantics decide whether it knows about functions Chris Lattner2008-06-051-2/+2
* Warn of potential violations of strict aliasing rules.Evan Cheng2008-06-051-1/+1
* Don't break strict aliasing.Evan Cheng2008-06-051-6/+6
* Describe loop index split.Devang Patel2008-06-051-1/+15
* Wording fixes. Thanks Bill!Dan Gohman2008-06-051-3/+3
* Remove debugging code.Owen Anderson2008-06-051-4/+0
* fix typos, tweak stuff, make it to validateGabor Greif2008-06-051-20/+20
* 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-052-0/+20
* Move i128 on x86-64 from the codegen section to the x86-specific section.Dan Gohman2008-06-051-1/+2
* Add a note about improved alignment detection.Dan Gohman2008-06-051-0/+2
* Add a note mentioning --view-sunit-dags improvements.Dan Gohman2008-06-051-0/+2
* Expand the bullet item about i128 support and APInt usage in codegen.Dan Gohman2008-06-051-1/+6
* Add a test case for opt -instcombine bug fix in revision 52003.Zhou Sheng2008-06-051-0/+7
* 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-052-1/+26
* Add a test case for APInt bug fix in r51999.Zhou Sheng2008-06-051-0/+60
* As comments said, for negative value, the arithmetic Zhou Sheng2008-06-051-1/+1
* Escape "$#".Nick Lewycky2008-06-051-1/+1
* Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman2008-06-052-0/+83
* Move this to the proper section.Gordon Henriksen2008-06-051-3/+3
* Adding release notes for bindings improvements.Gordon Henriksen2008-06-051-0/+3
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-052-0/+24
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-052-0/+28
* 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-052-2/+2
* more updates and random notes, including changes up through Week-of-Mon-20080...Chris Lattner2008-06-051-7/+40
* Update comments and documentation to reflect that GCSE and ValueNumbering areMatthijs Kooijman2008-06-055-3/+34
* Cast because I think I know what I'm doing. There are warnings about convertingBill Wendling2008-06-051-2/+2
* Fix 80 column violations.Matthijs Kooijman2008-06-051-4/+7
* Remove unused parameter. Some clients might use -Werror when compiling andBill Wendling2008-06-051-2/+2
* add llvmc2 notes, stack realignment.Chris Lattner2008-06-051-3/+30
* various status updates.Chris Lattner2008-06-051-57/+16
* Start adding 2.3 content.Chris Lattner2008-06-051-24/+56
* Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...Evan Cheng2008-06-042-2/+22
* Remove unneeded #include.Owen Anderson2008-06-041-1/+0
* Fix inst_iterator example.Chris Lattner2008-06-041-3/+6
* 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-042-45/+95
* 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