2007-10-02 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Fixing (harmless) typos. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Add explicit --enable-bindings option to configure. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Devang Patel | Fix test. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Owen Anderson | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Owen Anderson | Mention memdep in the AA documentation. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Tanya Lattner | If the user did not check out LLVM and request it to... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | Refactor code to add load / store folded instructions... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dale Johannesen | Fix stride computations for long double arrays. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dan Gohman | Move the code that emits the .file directives so that... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | -pre-RA-sched=none, simple, simple-noitin are gone. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Devang Patel | PR 1603 test case. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | Remove simple scheduler. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Devang Patel | Relax unsafe use check. If there is one unconditional... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | Typo. X86comi doesn't read / write chain's. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dale Johannesen | Add getABITypeSize, getABITypeSizeInBits |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dan Gohman | Add empty() member functions to a few container-like... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Dale Johannesen | remove dup comment |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Dale Johannesen | Constant fold int-to-long-double conversions; |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Dale Johannesen | Simplify and fix signed int -> FP conversions. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Gordon Henriksen | AsmPrinters overriding getAnalysisUsage should call... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Chris Lattner | Add a helper useful when mapping from a map element... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Owen Anderson | Template-ize more of the DomTree internal implementatio... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Chris Lattner | document DenseSet. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Chris Lattner | Add a new DenseSet abstraction. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Duncan Sands | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Duncan Sands | Check that the second parameter of init_trampoline |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gordon Henriksen | This is done already. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gordon Henriksen | Collector is the base class for garbage collection... |
commit | commitdiff | tree | snapshot |
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 |
next |