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