2007-09-29 |
Gordon Henriksen | Demoting CHelpers.h to include/llvm/Support. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Daniel Berlin | Switch to densemap rather than std::set |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gordon Henriksen | PR1601: etags not configured correctly |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Evan Cheng | Enabling new condition code modeling scheme. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Devang Patel | Do not ignore packed member size while selecting union... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dan Gohman | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Tanya Lattner | Update how to release document. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Evan Cheng | If two instructions are both two-address code, favors... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Chris Lattner | really fix PR1581, thanks to Daniel Dunbar for pointing |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Chris Lattner | Make Value::getNameLen not crash on an empty name,... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Evan Cheng | Remove a poor scheduling heuristic. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Evan Cheng | Trim some unneeded fields. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dale Johannesen | Record latest work. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dale Johannesen | Fix long double -> uint64 conversion. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dale Johannesen | minor long double related changes |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dan Gohman | Make the checks for DW_FORM_data4 consistent with the... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dan Gohman | Use 32-bit data directives for DW_FORM_data4 format... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Rafael Espindola | Refactor the memcpy lowering for the x86 target. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Evan Cheng | Stop inventing new words. :-) |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Owen Anderson | Remove unneeded #include. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Owen Anderson | Have PostDomTree use the newly templated DFSPass. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Evan Cheng | Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dale Johannesen | Add sqrt and powi intrinsics for long double. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Dale Johannesen | Don't do SRA for unions with long double fields. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Owen Anderson | Convert DFSPass into a templated friend function, in... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Dan Gohman | TargetAsmInfo::getAddressSize() was incorrect for x86... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Gordon Henriksen | CollectorMetadata abstractly describes stack maps for... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Evan Cheng | Use GR64 in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Gordon Henriksen | My previous Registry.h header, as well as Collectors... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Gordon Henriksen | GarbageCollection.html is expanded to encompass the... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Evan Cheng | Doh. Calls clobber EFLAGS. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Evan Cheng | Avoid inserting a live register more than once. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Tanya Lattner | Couple of fixes to mention bunzip2 and make instruction... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Devang Patel | While searching for appropriate place for temporaries... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Devang Patel | Mention Loop Index Split |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Chris Lattner | new testcase for PR1708 |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Berlin | Ignore redundant constraints |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Nick Lewycky | Build the correct range for loops with unusual bounds... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Bill Wendling | No, really, it *is* SSSE3. ;-) |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Duncan Sands | SSSE3 -> SSE3. Reported by Alex Kellett. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Duncan Sands | Grammer fix reported by Alex Kellett. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Evan Cheng | Silence a compiler warning. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Evan Cheng | Boogs. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Evan Cheng | Be smarter about which node to force schedule. Reduce... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Gordon Henriksen | Remove debugging. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Evan Cheng | Backtracking only when it won't create a cycle. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Dale Johannesen | Make temporaries explicit to avoid premature |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Gordon Henriksen | Updating LLVM.xcodeproj. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | Oops. Forgot this. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | - Move getPhysicalRegisterRegClass() from ScheduleDAG... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Neil Booth | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Neil Booth | Whitespace and compiler warning cleanup. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | - Added MRegisterInfo::getCrossCopyRegClass() hook... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | Some assemblers do not recognize aliases pushfd, pushfq... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Dale Johannesen | Modernize fabs.ll, add long double. Add tests |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Dale Johannesen | Enable codegen for long double abs, sin, cos |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Gordon Henriksen | Added C and Ocaml bindings for functions, basic blocks... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Dale Johannesen | Fix f80 UNDEF. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Duncan Sands | X86 -> X86-32 in appropriate places. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Duncan Sands | Various cleanups. Especially, EH is turned on by default! |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | ok ok we get it. CBE and vectors don't like each other... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | be less redundantly redundant. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Duncan Sands | Test the C front-end, not the C++ front-end. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | make old crappy browsers produce less crappy output :) |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | Typos: POPQ -> POPFQ, POPD -> POPFD. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | move PR1160 here. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | Allow copyRegToReg to emit cross register classes copies. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | move PR1264 here. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | noone uses etags. Connected to PR1601 |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | we support attribute(noinline) now :) |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | update bugs list |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | now with more prose. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Duncan Sands | Test that local variables are aligned as the user reque... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | Add pushf{d|q}, popf{d|q} to push and pop EFLAGS register. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Evan Cheng | translateX86CC updates the last two operands. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Anton Korobeynikov | Correctly restore stack pointer after realignment in... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Daniel Berlin | Fix small bug in operator== for iterators |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dale Johannesen | Remove no-longer-used variable. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dale Johannesen | Make APFloat->int conversions deterministic even in |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Chris Lattner | explain why not vector<bool> |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | Missing load / store folding entries. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Anton Korobeynikov | Partly revert invalid r41774 |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Bill Wendling | Grammar fix. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Gohman | More explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Duncan Sands | Add a newline to the end of this file. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | New style x87 cmp instructions. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Devang Patel | Handle multiple induction variables. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Gohman | When both x/y and x%y are needed (x and y both scalar... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Devang Patel | Do not reserve DOM check for GetElementPtrInst. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dale Johannesen | Some tests for APFloat conversions. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | Forgot to check in the changes. Fix test case so it... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Devang Patel | doh.. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Devang Patel | Add transformation to update loop interation space... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dale Johannesen | Fix long double<->shorter FP type conversions |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Gohman | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Duncan Sands | Fix spelling. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Duncan Sands | Add missing end-of-file newlines. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Owen Anderson | Fill in the sections about my contributions. |
commit | commitdiff | tree | snapshot |
next |