| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid inserting a live register more than once. | Evan Cheng | 2007-09-27 | 1 | -8/+18 |
* | Couple of fixes to mention bunzip2 and make instructions more clear. | Tanya Lattner | 2007-09-27 | 1 | -3/+3 |
* | While searching for appropriate place for temporaries, do not over-incerement... | Devang Patel | 2007-09-27 | 1 | -0/+26 |
* | Mention Loop Index Split | Devang Patel | 2007-09-27 | 1 | -1/+1 |
* | new testcase for PR1708 | Chris Lattner | 2007-09-27 | 1 | -0/+14 |
* | Ignore redundant constraints | Daniel Berlin | 2007-09-27 | 1 | -2/+20 |
* | Build the correct range for loops with unusual bounds. Fix from Jay Foad. | Nick Lewycky | 2007-09-27 | 2 | -1/+22 |
* | No, really, it *is* SSSE3. ;-) | Bill Wendling | 2007-09-27 | 1 | -1/+1 |
* | SSSE3 -> SSE3. Reported by Alex Kellett. | Duncan Sands | 2007-09-27 | 1 | -1/+1 |
* | Grammer fix reported by Alex Kellett. | Duncan Sands | 2007-09-27 | 1 | -1/+1 |
* | Silence a compiler warning. | Evan Cheng | 2007-09-27 | 1 | -1/+1 |
* | Boogs. | Evan Cheng | 2007-09-27 | 1 | -10/+10 |
* | Be smarter about which node to force schedule. Reduce # of duplications + cop... | Evan Cheng | 2007-09-27 | 1 | -84/+120 |
* | Remove debugging. | Gordon Henriksen | 2007-09-27 | 1 | -4/+0 |
* | Backtracking only when it won't create a cycle. | Evan Cheng | 2007-09-27 | 1 | -23/+35 |
* | Make temporaries explicit to avoid premature | Dale Johannesen | 2007-09-26 | 4 | -5/+14 |
* | Updating LLVM.xcodeproj. | Gordon Henriksen | 2007-09-26 | 1 | -3/+21 |
* | Oops. Forgot this. | Evan Cheng | 2007-09-26 | 1 | -1/+7 |
* | - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. | Evan Cheng | 2007-09-26 | 3 | -89/+206 |
* | Whitespace cleanup. | Neil Booth | 2007-09-26 | 1 | -9/+9 |
* | Whitespace and compiler warning cleanup. | Neil Booth | 2007-09-26 | 1 | -76/+91 |
* | - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher... | Evan Cheng | 2007-09-26 | 3 | -0/+46 |
* | Some assemblers do not recognize aliases pushfd, pushfq, popfd, and popfq. Ju... | Evan Cheng | 2007-09-26 | 2 | -4/+4 |
* | Modernize fabs.ll, add long double. Add tests | Dale Johannesen | 2007-09-26 | 2 | -13/+68 |
* | Enable codegen for long double abs, sin, cos | Dale Johannesen | 2007-09-26 | 2 | -3/+10 |
* | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen | 2007-09-26 | 11 | -233/+2087 |
* | Fix f80 UNDEF. | Dale Johannesen | 2007-09-26 | 1 | -1/+2 |
* | X86 -> X86-32 in appropriate places. | Duncan Sands | 2007-09-26 | 1 | -3/+3 |
* | Various cleanups. Especially, EH is turned on by default! | Duncan Sands | 2007-09-26 | 1 | -14/+17 |
* | ok ok we get it. CBE and vectors don't like each other yet. | Chris Lattner | 2007-09-26 | 1 | -2/+0 |
* | be less redundantly redundant. | Chris Lattner | 2007-09-26 | 1 | -1/+1 |
* | Test the C front-end, not the C++ front-end. | Duncan Sands | 2007-09-26 | 4 | -6/+6 |
* | make old crappy browsers produce less crappy output :) | Chris Lattner | 2007-09-26 | 1 | -2/+2 |
* | Typos: POPQ -> POPFQ, POPD -> POPFD. | Evan Cheng | 2007-09-26 | 2 | -2/+2 |
* | move PR1160 here. | Chris Lattner | 2007-09-26 | 1 | -0/+31 |
* | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 21 | -61/+115 |
* | move PR1264 here. | Chris Lattner | 2007-09-26 | 1 | -1/+28 |
* | noone uses etags. Connected to PR1601 | Chris Lattner | 2007-09-26 | 1 | -20/+1 |
* | we support attribute(noinline) now :) | Chris Lattner | 2007-09-26 | 1 | -2/+2 |
* | update bugs list | Chris Lattner | 2007-09-26 | 1 | -1/+11 |
* | now with more prose. | Chris Lattner | 2007-09-26 | 1 | -45/+80 |
* | Test that local variables are aligned as the user requested. | Duncan Sands | 2007-09-26 | 1 | -0/+7 |
* | Add pushf{d|q}, popf{d|q} to push and pop EFLAGS register. | Evan Cheng | 2007-09-26 | 2 | -4/+12 |
* | translateX86CC updates the last two operands. | Evan Cheng | 2007-09-26 | 1 | -2/+5 |
* | Correctly restore stack pointer after realignment in main() on Cygwin/Mingw32 | Anton Korobeynikov | 2007-09-26 | 1 | -1/+8 |
* | Fix small bug in operator== for iterators | Daniel Berlin | 2007-09-26 | 1 | -1/+1 |
* | Remove no-longer-used variable. | Dale Johannesen | 2007-09-25 | 1 | -3/+2 |
* | Make APFloat->int conversions deterministic even in | Dale Johannesen | 2007-09-25 | 2 | -7/+33 |
* | explain why not vector<bool> | Chris Lattner | 2007-09-25 | 1 | -2/+9 |
* | Missing load / store folding entries. | Evan Cheng | 2007-09-25 | 1 | -0/+8 |