aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-042-0/+11
* Add a Name parameter to two of the init methods of GetElementPointer to make ...Matthijs Kooijman2008-06-042-12/+12
* Fix example to be valid LLVM assembly.Matthijs Kooijman2008-06-041-3/+3
* Implement the two constructors in InsertValueInst and ExtractValueInst.Matthijs Kooijman2008-06-042-17/+62
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-0410-47/+523
* 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-045-23/+29
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-042-2/+2
* Some Mips minor fixesBruno Cardoso Lopes2008-06-048-15/+48