aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make temporaries explicit to avoid prematureDale Johannesen2007-09-264-5/+14
* Updating LLVM.xcodeproj.Gordon Henriksen2007-09-261-3/+21
* Oops. Forgot this.Evan Cheng2007-09-261-1/+7
* - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.Evan Cheng2007-09-263-89/+206
* Whitespace cleanup.Neil Booth2007-09-261-9/+9
* Whitespace and compiler warning cleanup.Neil Booth2007-09-261-76/+91
* - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...Evan Cheng2007-09-263-0/+46
* Some assemblers do not recognize aliases pushfd, pushfq, popfd, and popfq. Ju...Evan Cheng2007-09-262-4/+4
* Modernize fabs.ll, add long double. Add testsDale Johannesen2007-09-262-13/+68
* Enable codegen for long double abs, sin, cosDale Johannesen2007-09-262-3/+10
* Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen2007-09-2611-233/+2087
* Fix f80 UNDEF.Dale Johannesen2007-09-261-1/+2
* X86 -> X86-32 in appropriate places.Duncan Sands2007-09-261-3/+3
* Various cleanups. Especially, EH is turned on by default!Duncan Sands2007-09-261-14/+17
* ok ok we get it. CBE and vectors don't like each other yet.Chris Lattner2007-09-261-2/+0
* be less redundantly redundant.Chris Lattner2007-09-261-1/+1
* Test the C front-end, not the C++ front-end.Duncan Sands2007-09-264-6/+6
* make old crappy browsers produce less crappy output :)Chris Lattner2007-09-261-2/+2
* Typos: POPQ -> POPFQ, POPD -> POPFD.Evan Cheng2007-09-262-2/+2
* move PR1160 here.Chris Lattner2007-09-261-0/+31
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-2621-61/+115
* move PR1264 here.Chris Lattner2007-09-261-1/+28
* noone uses etags. Connected to PR1601Chris Lattner2007-09-261-20/+1
* we support attribute(noinline) now :)Chris Lattner2007-09-261-2/+2
* update bugs listChris Lattner2007-09-261-1/+11
* now with more prose.Chris Lattner2007-09-261-45/+80
* Test that local variables are aligned as the user requested.Duncan Sands2007-09-261-0/+7
* Add pushf{d|q}, popf{d|q} to push and pop EFLAGS register.Evan Cheng2007-09-262-4/+12
* translateX86CC updates the last two operands.Evan Cheng2007-09-261-2/+5
* 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