| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to reflect building zlib for LLVM | Reid Spencer | 2004-10-17 | 1 | -151/+673 |
* | Add missing targets for install/clean | Reid Spencer | 2004-10-17 | 1 | -0/+4 |
* | Make the library name SparcV9 specific | Reid Spencer | 2004-10-17 | 1 | -4/+4 |
* | Consolidate the definitions | Reid Spencer | 2004-10-17 | 1 | -3/+2 |
* | PPC32GenCodeEmitter instead of PowerPCGenCodeEmitter | Reid Spencer | 2004-10-17 | 1 | -1/+1 |
* | Add runtime directories | Reid Spencer | 2004-10-17 | 2 | -34/+339 |
* | Support bytecode generation, GenCodeEmitter, etc. | Reid Spencer | 2004-10-17 | 1 | -28/+92 |
* | Add runtime directory, include Makefile_rules | Reid Spencer | 2004-10-17 | 1 | -2/+2 |
* | Rewrite support for cast uint -> FP. In particular, we used to compile this: | Chris Lattner | 2004-10-17 | 1 | -14/+23 |
* | Unify handling of constant pool indexes with the other code paths, allowing | Chris Lattner | 2004-10-17 | 1 | -17/+17 |
* | Give the asmprinter the ability to print memrefs with a constant pool index, | Chris Lattner | 2004-10-17 | 1 | -26/+41 |
* | fold: | Chris Lattner | 2004-10-17 | 1 | -3/+46 |
* | All of these labels are off by one now that the unreachable instruction exists | Chris Lattner | 2004-10-17 | 1 | -21/+21 |
* | Implement bitfield insert by recognizing the following pattern: | Nate Begeman | 2004-10-17 | 1 | -5/+111 |
* | Fix constant folding relational operators with undef operands. | Chris Lattner | 2004-10-17 | 1 | -7/+4 |
* | Reid added --version to the CommandLine lib. Don't conflict with it. | Chris Lattner | 2004-10-17 | 1 | -4/+1 |
* | I forgot that sparc no longer uses the shared asmwriter. Give it support | Chris Lattner | 2004-10-17 | 1 | -2/+4 |
* | Add support for unreachable and undef | Chris Lattner | 2004-10-17 | 2 | -0/+12 |
* | Initial Makefile.am for building with automake | Reid Spencer | 2004-10-17 | 20 | -0/+346 |
* | Initial Makefile.am for building with automake. | Reid Spencer | 2004-10-17 | 1 | -0/+13 |
* | Make sure that for systems where the string functions are actually macros | Reid Spencer | 2004-10-17 | 1 | -0/+24 |
* | Implement constant folding of undef values. | Chris Lattner | 2004-10-16 | 1 | -4/+54 |
* | Fix a type violation | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
* | Finally fix one of the oldest FIXMEs in the PowerPC backend: correctly | Nate Begeman | 2004-10-16 | 2 | -12/+12 |
* | Kill the bogon that slipped into my buffer before I committed. | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
* | Implement InstCombine/getelementptr.ll:test9, which is the source of many | Chris Lattner | 2004-10-16 | 1 | -0/+18 |
* | New testcase, rework testcases to fail if there are any gep's other than those | Chris Lattner | 2004-10-16 | 1 | -3/+10 |
* | * Add a space between words | Misha Brukman | 2004-10-16 | 1 | -3/+3 |
* | Do not erroneously accept revision 6 bytecode files when the format hasn't | Chris Lattner | 2004-10-16 | 1 | -5/+2 |
* | Update release notes | Chris Lattner | 2004-10-16 | 1 | -5/+10 |
* | New testcase | Chris Lattner | 2004-10-16 | 1 | -0/+18 |
* | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 2 | -4/+4 |
* | testcases for undefined and unreachable | Chris Lattner | 2004-10-16 | 2 | -0/+28 |
* | Fix fix fix | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
* | Add support for unreachable | Chris Lattner | 2004-10-16 | 4 | -5/+30 |
* | Add support for undef | Chris Lattner | 2004-10-16 | 3 | -3/+8 |
* | Add support for undef, unreachable, and function flags | Chris Lattner | 2004-10-16 | 3 | -36/+99 |
* | Parse undef and unreachable | Chris Lattner | 2004-10-16 | 3 | -4/+24 |
* | Add support | Chris Lattner | 2004-10-16 | 1 | -0/+1 |
* | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 3 | -8/+29 |
* | ADd support for undef and unreachable | Chris Lattner | 2004-10-16 | 1 | -4/+8 |
* | Teach the X86 backend about unreachable and undef. Among other things, we | Chris Lattner | 2004-10-16 | 1 | -1/+15 |
* | Add support for unreachable and undef | Chris Lattner | 2004-10-16 | 2 | -4/+20 |
* | Optimize instructions involving undef values. For example X+undef == undef. | Chris Lattner | 2004-10-16 | 1 | -27/+125 |
* | Add support for UndefValue | Chris Lattner | 2004-10-16 | 1 | -1/+2 |
* | When promoting mem2reg, make uninitialized values become undef isntead of 0. | Chris Lattner | 2004-10-16 | 1 | -9/+9 |
* | Handle undef values as undefined on the constant lattice | Chris Lattner | 2004-10-16 | 1 | -3/+6 |
* | Add note | Chris Lattner | 2004-10-16 | 1 | -0/+1 |
* | Add support for the undef value. Implement a new optimization based on globals | Chris Lattner | 2004-10-16 | 1 | -22/+56 |
* | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 5 | -2/+15 |