summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks...Chris Lattner2004-10-18
* Correction to allow compilation with Visual C++.Reid Spencer2004-10-18
* Simplify code by deleting instructions that preceed unreachable instructions.Chris Lattner2004-10-18
* Turn store -> null/undef into the LLVM unreachable instruction! This simpleChris Lattner2004-10-18
* Turn things with obviously undefined semantics into 'store -> null'Chris Lattner2004-10-18
* My friend the invoke instruction does not dominate all basic blocks if itChris Lattner2004-10-18
* Fix a bug that occurs when the constant value is the result of an invoke. InChris Lattner2004-10-18
* Print a semicolon for the unreacahble instruction. This fixes problemsChris Lattner2004-10-17
* Getting ADCE to interact well with unreachable instructions seems like a nont...Chris Lattner2004-10-17
* Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.llChris Lattner2004-10-17
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-17
* Generate correct stubs for weak-linked symbolsNate Begeman2004-10-17
* fold gep undef, ... -> undefChris Lattner2004-10-17
* Remove printout, realize that instructions in the entry block dominate allChris Lattner2004-10-17
* When inserting PHI nodes, don't insert any phi nodes that are obviouslyChris Lattner2004-10-17
* Enhance hasConstantValue to ignore undef values in phi nodes. This allows itChris Lattner2004-10-17
* hasConstantValue will soon return instructions that don't dominate the PHI node,Chris Lattner2004-10-17
* The first hunk corrects a bug when printing undef null values. We would printChris Lattner2004-10-17
* Don't print stuff out from the code generator. This broke the JIT horriblyChris Lattner2004-10-17
* 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