2006-11-30 |
Reid Spencer | Initial, non-functional, version of llvm-upgrade. This... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | New LSR test case. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | In PIC mode, GV not requiring an extra load can be... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Fix for PR1018 - Better support for X86-64 Linux in... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Reid Spencer | Get the delegation right for InstVisitor. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | Fix bug codegen'ing FP constant vectors with integer... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Avoid inifinite looping if READCYCLECOUNTER isn't custo... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Jim Laskey | Eliminate unnecessary scopes. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Jim Laskey | Offset for load of 32-bit arg in 64-bit world was incor... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Add x86-64 llvm.readcyclecounter test. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Custom lower READCYCLECOUNTER for x86-64. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Allow target to custom lower READCYCLECOUNTER (when... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Bill Wendling | Oops! didn't mean to put this in there yet. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | done |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | new bswap idiom |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | implement cast.ll:test35. With this, we recognize: |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | Teach instcombine to turn trunc(srl x, c) -> srl (trunc... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | This fails on mainline. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | Implement Regression/Transforms/InstCombine/bswap-fold.ll, |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | new testcase, bswaps should be eliminated. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | 16-byte stack alignment for X86-64 ELF. Patch by Dan... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Fix for PR1023 by Dan Gohman. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Add test cases for PR1022, 1023. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | Upgrade the ugly darwin 64-bit bswap idiom (bswap ... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Fix for PR1022 (folding loads of static initializers... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | Trivially lower 'bswap $0' into llvm.bswap. This fixes... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Bill Wendling | WTF? These weird newlines got in there... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | add a hook to allow targets to hack on inline asms... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Reid Spencer | Join a split line. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Bill Wendling | Converted to using llvm streams instead of <iostream>s |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Convert to using llvm streams instead of iostreams. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Support for llvm_ostreams. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Andrew Lenharth | gcc doesn't like an empty colbber list |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Use ostream instead of iostream |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Use llvm streams instead of <iostream> |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Removed #include <iostream> and used llvm streams |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Removed some of the iostream #includes. Moved towards... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Support for llvm streams. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Chris Lattner | Add a helper function |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Andrew Lenharth | Identities are default now |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Andrew Lenharth | Make identity default, and fix PR1020 |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Added a temporary hack to get the llvm-streams to work... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Reid Spencer | Undo the last patch until 253.perlbmk passes with these... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Evan Cheng | New entries. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Andrew Lenharth | update comments |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Andrew Lenharth | Get the asminfo for the target most closely matching... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Andrew Lenharth | X86 asm -> gcc asm translation table (incomplete) |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Andrew Lenharth | Add per-target support for asm translation in the cbe |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jim Laskey | Remove debug code. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jim Laskey | Prime text sections to improve branch locality in large... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jim Laskey | 32-bit int space was not accounted for properly in... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Reid Spencer | Implement signedness caching for values, value lists... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Reid Spencer | Remove 4 FIXME's from the CAST patch now that the back... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Reid Spencer | Add an -append-exit-code option to bugpoint. This will... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Reid Spencer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Put the #include for a module first. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Evan Cheng | Fix indentation. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Changed to using LLVM streams. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Changed to using llvm streams. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Bill Wendling | Added helper function to transition to using llvm streams. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Evan Cheng | Fix JIT encoding bugs for shift / rotate by one ops. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Chris Lattner | testcase for pr1016 |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Chris Lattner | Fix PR1016 |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Bill Wendling | Removed #include <iostream> and replaced streams with... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Andrew Lenharth | Preliminary support for inline asm in the cbe. The... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Evan Cheng | Change MachineInstr ctor's to take a TargetInstrDescrip... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Chris Lattner | remove dead tag |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Chris Lattner | Fix the dag combiner bug corresponding to PR1014. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Chris Lattner | this doesn't pass with CVS HEAD. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Chris Lattner | Fix PR1014 and InstCombine/2006-11-27-XorBug.ll. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Reid Spencer | Add 3 more test cases for ptrtoint, fptoui and fptosi |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Chris Lattner | testcase for PR1014 |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Reid Spencer | When truncating to bool, it is necessary to & with... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Bill Wendling | Protect against null streams. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Bill Wendling | Removed #include <iostream> and replaced with llvm_... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Reid Spencer | Alter these tests to ensure they match a "test $1,... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Reid Spencer | Add a test to ensure a bitcast/and/trunc combination... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Chris Lattner | For better or worse, load from i1 is assumed to be... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Chris Lattner | If a brcond condition is promoted, make sure to zero... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Reid Spencer | Don't use bitcast yet! |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Reid Spencer | Make this test case easier to read. No functional changes. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Bill Wendling | Removed #include <iostream> and replace with llvm_... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Bill Wendling | Add method that will take a function pointer so that... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Bill Wendling | Remove #include <iostream> and use llvm_* streams instead. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Bill Wendling | Replace #include <iostream> with llvm_* streams. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Bill Wendling | Removed #include <iostream> and replaced with llvm_... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Bill Wendling | Removed #include <iostream> and used the llvm_cerr... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Duraid Madina | fix storing bools to mem and unordered FP ops |
commit | commitdiff | tree | snapshot |
2006-11-25 |
Reid Spencer | Make the absolute/relative tolerance information easier... |
commit | commitdiff | tree | snapshot |
2006-11-25 |
Reid Spencer | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2006-11-25 |
Reid Spencer | Only show the first few lines of difference. |
commit | commitdiff | tree | snapshot |
next |