aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PPC32GenCodeEmitter instead of PowerPCGenCodeEmitterReid Spencer2004-10-171-1/+1
* Add runtime directoriesReid Spencer2004-10-172-34/+339
* Support bytecode generation, GenCodeEmitter, etc.Reid Spencer2004-10-171-28/+92
* Add runtime directory, include Makefile_rulesReid Spencer2004-10-171-2/+2
* Rewrite support for cast uint -> FP. In particular, we used to compile this:Chris Lattner2004-10-171-14/+23
* Unify handling of constant pool indexes with the other code paths, allowingChris Lattner2004-10-171-17/+17
* Give the asmprinter the ability to print memrefs with a constant pool index,Chris Lattner2004-10-171-26/+41
* fold:Chris Lattner2004-10-171-3/+46
* All of these labels are off by one now that the unreachable instruction existsChris Lattner2004-10-171-21/+21
* Implement bitfield insert by recognizing the following pattern:Nate Begeman2004-10-171-5/+111
* Fix constant folding relational operators with undef operands.Chris Lattner2004-10-171-7/+4
* Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner2004-10-171-4/+1
* I forgot that sparc no longer uses the shared asmwriter. Give it supportChris Lattner2004-10-171-2/+4
* Add support for unreachable and undefChris Lattner2004-10-172-0/+12
* Initial Makefile.am for building with automakeReid Spencer2004-10-1720-0/+346
* Initial Makefile.am for building with automake.Reid Spencer2004-10-171-0/+13
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-171-0/+24
* Implement constant folding of undef values.Chris Lattner2004-10-161-4/+54
* Fix a type violationChris Lattner2004-10-161-1/+1
* Finally fix one of the oldest FIXMEs in the PowerPC backend: correctlyNate Begeman2004-10-162-12/+12
* Kill the bogon that slipped into my buffer before I committed.Chris Lattner2004-10-161-1/+1
* Implement InstCombine/getelementptr.ll:test9, which is the source of manyChris Lattner2004-10-161-0/+18
* New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner2004-10-161-3/+10
* * Add a space between wordsMisha Brukman2004-10-161-3/+3
* Do not erroneously accept revision 6 bytecode files when the format hasn'tChris Lattner2004-10-161-5/+2
* Update release notesChris Lattner2004-10-161-5/+10
* New testcaseChris Lattner2004-10-161-0/+18
* Add support for undef and unreachableChris Lattner2004-10-162-4/+4
* testcases for undefined and unreachableChris Lattner2004-10-162-0/+28
* Fix fix fixChris Lattner2004-10-161-1/+1
* Add support for unreachableChris Lattner2004-10-164-5/+30
* Add support for undefChris Lattner2004-10-163-3/+8
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-163-36/+99
* Parse undef and unreachableChris Lattner2004-10-163-4/+24
* Add supportChris Lattner2004-10-161-0/+1
* Add support for undef and unreachableChris Lattner2004-10-163-8/+29
* ADd support for undef and unreachableChris Lattner2004-10-161-4/+8
* Teach the X86 backend about unreachable and undef. Among other things, weChris Lattner2004-10-161-1/+15
* Add support for unreachable and undefChris Lattner2004-10-162-4/+20
* Optimize instructions involving undef values. For example X+undef == undef.Chris Lattner2004-10-161-27/+125
* Add support for UndefValueChris Lattner2004-10-161-1/+2
* When promoting mem2reg, make uninitialized values become undef isntead of 0.Chris Lattner2004-10-161-9/+9
* Handle undef values as undefined on the constant latticeChris Lattner2004-10-161-3/+6
* Add noteChris Lattner2004-10-161-0/+1
* Add support for the undef value. Implement a new optimization based on globalsChris Lattner2004-10-161-22/+56
* Add support for undef and unreachableChris Lattner2004-10-165-2/+15
* Implement UndefValue classChris Lattner2004-10-161-0/+45
* Add support for the unreachable instructionChris Lattner2004-10-162-3/+5
* Add new UndefValueVal typeChris Lattner2004-10-161-4/+6
* Add new UnreachableInst classChris Lattner2004-10-161-0/+37