aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-17Update to reflect building zlib for LLVMReid Spencer
2004-10-17Add missing targets for install/cleanReid Spencer
2004-10-17Make the library name SparcV9 specificReid Spencer
2004-10-17Consolidate the definitionsReid Spencer
2004-10-17PPC32GenCodeEmitter instead of PowerPCGenCodeEmitterReid Spencer
2004-10-17Add runtime directoriesReid Spencer
2004-10-17Support bytecode generation, GenCodeEmitter, etc.Reid Spencer
2004-10-17Add runtime directory, include Makefile_rulesReid Spencer
2004-10-17Rewrite support for cast uint -> FP. In particular, we used to compile this:Chris Lattner
2004-10-17Unify handling of constant pool indexes with the other code paths, allowingChris Lattner
2004-10-17Give the asmprinter the ability to print memrefs with a constant pool index,Chris Lattner
2004-10-17fold:Chris Lattner
2004-10-17All of these labels are off by one now that the unreachable instruction existsChris Lattner
2004-10-17Implement bitfield insert by recognizing the following pattern:Nate Begeman
2004-10-17Fix constant folding relational operators with undef operands.Chris Lattner
2004-10-17Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner
2004-10-17I forgot that sparc no longer uses the shared asmwriter. Give it supportChris Lattner
2004-10-17Add support for unreachable and undefChris Lattner
2004-10-17Initial Makefile.am for building with automakeReid Spencer
2004-10-17Initial Makefile.am for building with automake.Reid Spencer
2004-10-17Make sure that for systems where the string functions are actually macrosReid Spencer
2004-10-16Implement constant folding of undef values.Chris Lattner
2004-10-16Fix a type violationChris Lattner
2004-10-16Finally fix one of the oldest FIXMEs in the PowerPC backend: correctlyNate Begeman
2004-10-16Kill the bogon that slipped into my buffer before I committed.Chris Lattner
2004-10-16Implement InstCombine/getelementptr.ll:test9, which is the source of manyChris Lattner
2004-10-16New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner
2004-10-16* Add a space between wordsMisha Brukman
2004-10-16Do not erroneously accept revision 6 bytecode files when the format hasn'tChris Lattner
2004-10-16Update release notesChris Lattner
2004-10-16New testcaseChris Lattner
2004-10-16Add support for undef and unreachableChris Lattner
2004-10-16testcases for undefined and unreachableChris Lattner
2004-10-16Fix fix fixChris Lattner
2004-10-16Add support for unreachableChris Lattner
2004-10-16Add support for undefChris Lattner
2004-10-16Add support for undef, unreachable, and function flagsChris Lattner
2004-10-16Parse undef and unreachableChris Lattner
2004-10-16Add supportChris Lattner
2004-10-16Add support for undef and unreachableChris Lattner
2004-10-16ADd support for undef and unreachableChris Lattner
2004-10-16Teach the X86 backend about unreachable and undef. Among other things, weChris Lattner
2004-10-16Add support for unreachable and undefChris Lattner
2004-10-16Optimize instructions involving undef values. For example X+undef == undef.Chris Lattner
2004-10-16Add support for UndefValueChris Lattner
2004-10-16When promoting mem2reg, make uninitialized values become undef isntead of 0.Chris Lattner
2004-10-16Handle undef values as undefined on the constant latticeChris Lattner
2004-10-16Add noteChris Lattner
2004-10-16Add support for the undef value. Implement a new optimization based on globalsChris Lattner
2004-10-16Add support for undef and unreachableChris Lattner