aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correctly restore stack pointer after realignment in main() on Cygwin/Mingw32Anton Korobeynikov2007-09-261-1/+8
* Fix small bug in operator== for iteratorsDaniel Berlin2007-09-261-1/+1
* Remove no-longer-used variable.Dale Johannesen2007-09-251-3/+2
* Make APFloat->int conversions deterministic even inDale Johannesen2007-09-252-7/+33
* explain why not vector<bool>Chris Lattner2007-09-251-2/+9
* Missing load / store folding entries.Evan Cheng2007-09-251-0/+8
* Partly revert invalid r41774Anton Korobeynikov2007-09-251-0/+20
* Grammar fix.Bill Wendling2007-09-251-1/+1
* More explicit keywords.Dan Gohman2007-09-257-9/+9
* Add a newline to the end of this file.Duncan Sands2007-09-251-1/+1
* Fix a typo in a comment.Dan Gohman2007-09-251-1/+1
* New style x87 cmp instructions.Evan Cheng2007-09-252-0/+24
* Handle multiple induction variables.Devang Patel2007-09-252-7/+73
* When both x/y and x%y are needed (x and y both scalar integer), computeDan Gohman2007-09-254-25/+146
* Do not reserve DOM check for GetElementPtrInst.Devang Patel2007-09-251-21/+22
* Some tests for APFloat conversions.Dale Johannesen2007-09-252-0/+223
* Forgot to check in the changes. Fix test case so it doesn't break with any sc...Evan Cheng2007-09-251-2/+2
* doh.. Devang Patel2007-09-251-1/+1
* Add transformation to update loop interation space. Now,Devang Patel2007-09-252-7/+205
* Fix long double<->shorter FP type conversionsDale Johannesen2007-09-251-12/+29
* Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) andDan Gohman2007-09-252-7/+6
* Fix spelling.Duncan Sands2007-09-251-1/+1
* Add missing end-of-file newlines.Duncan Sands2007-09-252-2/+2
* Fill in the sections about my contributions.Owen Anderson2007-09-251-3/+11
* Added support for new condition code modeling scheme (i.e. physical register ...Evan Cheng2007-09-259-45/+1409
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-256-178/+658
* New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng2007-09-252-0/+10
* Rename keyword "modify" -> "implicit".Evan Cheng2007-09-252-7/+7
* When mixing SSE and x87 codegen, it's possible toDale Johannesen2007-09-241-29/+31
* Don't execute dump unless NDEBUG isn't defined.Bill Wendling2007-09-241-0/+2
* Comment fixupsDaniel Berlin2007-09-242-12/+12
* Add support on x86 for having Legalize lower ISD::LOCATION to ISD::DEBUG_LOCDan Gohman2007-09-241-2/+7
* Don't emit .debug_line header data if there aren't any lines to put in it,Dan Gohman2007-09-241-0/+5
* Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef forDan Gohman2007-09-241-1/+1
* Add support for emitting .file directives to set up file numbers forDan Gohman2007-09-241-0/+14
* Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman2007-09-242-13/+6
* float->int conversion rounds toward 0. Duh.Dale Johannesen2007-09-241-1/+1
* Add a routine for emitting .file directives, for setting upDan Gohman2007-09-242-0/+14
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-243-6/+25
* Do not promote null values because it may be unsafe to do so.Devang Patel2007-09-242-0/+50
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-243-105/+961
* Fix the syntax for the .loc directive in preparation for using it.Dan Gohman2007-09-241-1/+1
* Add section on bit containers.Daniel Berlin2007-09-241-0/+49
* XFAIL for llvm-gcc4.0Tanya Lattner2007-09-241-1/+1
* The code that used the StartLabelId label was removed, so remove theDan Gohman2007-09-241-7/+1
* Use the correct result value type instead of using getValueType(0)Dan Gohman2007-09-242-4/+10
* Fix a typo in a comment.Dan Gohman2007-09-241-1/+1
* explicit keywords.Dan Gohman2007-09-242-9/+9
* Remove an unnecessary static_cast.Dan Gohman2007-09-241-1/+1
* claim that "st" is from the 80-bit register file. This causes x87-using inlineChris Lattner2007-09-241-1/+1