summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Make the library name SparcV9 specificReid Spencer2004-10-17
* Consolidate the definitionsReid Spencer2004-10-17
* PPC32GenCodeEmitter instead of PowerPCGenCodeEmitterReid Spencer2004-10-17
* Rewrite support for cast uint -> FP. In particular, we used to compile this:Chris Lattner2004-10-17
* Unify handling of constant pool indexes with the other code paths, allowingChris Lattner2004-10-17
* Give the asmprinter the ability to print memrefs with a constant pool index,Chris Lattner2004-10-17
* fold:Chris Lattner2004-10-17
* All of these labels are off by one now that the unreachable instruction existsChris Lattner2004-10-17
* Implement bitfield insert by recognizing the following pattern:Nate Begeman2004-10-17
* Fix constant folding relational operators with undef operands.Chris Lattner2004-10-17
* I forgot that sparc no longer uses the shared asmwriter. Give it supportChris Lattner2004-10-17
* Add support for unreachable and undefChris Lattner2004-10-17
* Implement constant folding of undef values.Chris Lattner2004-10-16
* Fix a type violationChris Lattner2004-10-16
* Finally fix one of the oldest FIXMEs in the PowerPC backend: correctlyNate Begeman2004-10-16
* Kill the bogon that slipped into my buffer before I committed.Chris Lattner2004-10-16
* Implement InstCombine/getelementptr.ll:test9, which is the source of manyChris Lattner2004-10-16
* Do not erroneously accept revision 6 bytecode files when the format hasn'tChris Lattner2004-10-16
* Fix fix fixChris Lattner2004-10-16
* Add support for unreachableChris Lattner2004-10-16
* Add support for undefChris Lattner2004-10-16
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-16
* Parse undef and unreachableChris Lattner2004-10-16
* Add supportChris Lattner2004-10-16
* Add support for undef and unreachableChris Lattner2004-10-16
* ADd support for undef and unreachableChris Lattner2004-10-16
* Teach the X86 backend about unreachable and undef. Among other things, weChris Lattner2004-10-16
* Add support for unreachable and undefChris Lattner2004-10-16
* Optimize instructions involving undef values. For example X+undef == undef.Chris Lattner2004-10-16
* Add support for UndefValueChris Lattner2004-10-16
* When promoting mem2reg, make uninitialized values become undef isntead of 0.Chris Lattner2004-10-16
* Handle undef values as undefined on the constant latticeChris Lattner2004-10-16
* Add noteChris Lattner2004-10-16
* Add support for the undef value. Implement a new optimization based on globalsChris Lattner2004-10-16
* Add support for undef and unreachableChris Lattner2004-10-16
* Implement UndefValue classChris Lattner2004-10-16
* Add a missing dependencyChris Lattner2004-10-16
* Fix file headerChris Lattner2004-10-16
* Be more careful about looking for constants when we really want constantint's.Chris Lattner2004-10-16
* Move the implementation of the instructions clone methods to this file soChris Lattner2004-10-15
* There is no reason not to build these in parallelChris Lattner2004-10-15
* Add a space between the type and name of value when printing error messageMisha Brukman2004-10-15
* Don't print a bunch of metrics that are meaningless for external functionsChris Lattner2004-10-15
* Instruction select globals with offsets better. For example, on this testChris Lattner2004-10-15
* Give the X86 JIT the ability to encode global+disp constants. PatchChris Lattner2004-10-15
* Give the X86 asm printer the ability to print out addressing modes that haveChris Lattner2004-10-15
* Allow X86 addressing modes to represent globals with offsets. Patch contributedChris Lattner2004-10-15
* Allow machine operands to represent global variables with offsets. This isChris Lattner2004-10-15
* This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night.Chris Lattner2004-10-15
* This patch adds and improves debugging output. No functionality changes.Chris Lattner2004-10-15