| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 34 | -0/+23827 |
| * | Initial implementation of the strength reduction for GEP instructions in | Nate Begeman | 2004-10-18 | 1 | -0/+251 |
| * | AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() | Misha Brukman | 2004-10-18 | 1 | -5/+10 |
| * | Improve compatibility with VC++, patch contributed by Morten Ofstad! | Chris Lattner | 2004-10-18 | 2 | -1/+18 |
| * | Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks... | Chris Lattner | 2004-10-18 | 1 | -0/+1 |
| * | Correction to allow compilation with Visual C++. | Reid Spencer | 2004-10-18 | 4 | -6/+8 |
| * | Simplify code by deleting instructions that preceed unreachable instructions. | Chris Lattner | 2004-10-18 | 1 | -1/+101 |
| * | Turn store -> null/undef into the LLVM unreachable instruction! This simple | Chris Lattner | 2004-10-18 | 1 | -0/+27 |
| * | Turn things with obviously undefined semantics into 'store -> null' | Chris Lattner | 2004-10-18 | 1 | -26/+34 |
| * | My friend the invoke instruction does not dominate all basic blocks if it | Chris Lattner | 2004-10-18 | 1 | -1/+2 |
| * | Fix a bug that occurs when the constant value is the result of an invoke. In | Chris Lattner | 2004-10-18 | 1 | -5/+6 |
| * | Print a semicolon for the unreacahble instruction. This fixes problems | Chris Lattner | 2004-10-17 | 2 | -2/+2 |
| * | Getting ADCE to interact well with unreachable instructions seems like a nont... | Chris Lattner | 2004-10-17 | 1 | -2/+3 |
| * | Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll | Chris Lattner | 2004-10-17 | 1 | -4/+8 |
| * | Pass -single_module option to gcc when linking dynamic libraries for use with... | Nate Begeman | 2004-10-17 | 1 | -0/+1 |
| * | Generate correct stubs for weak-linked symbols | Nate Begeman | 2004-10-17 | 1 | -2/+3 |
| * | fold gep undef, ... -> undef | Chris Lattner | 2004-10-17 | 1 | -1/+8 |
| * | Remove printout, realize that instructions in the entry block dominate all | Chris Lattner | 2004-10-17 | 1 | -6/+6 |
| * | When inserting PHI nodes, don't insert any phi nodes that are obviously | Chris Lattner | 2004-10-17 | 1 | -10/+31 |
| * | Enhance hasConstantValue to ignore undef values in phi nodes. This allows it | Chris Lattner | 2004-10-17 | 1 | -2/+3 |
| * | hasConstantValue will soon return instructions that don't dominate the PHI node, | Chris Lattner | 2004-10-17 | 2 | -20/+39 |
| * | The first hunk corrects a bug when printing undef null values. We would print | Chris Lattner | 2004-10-17 | 2 | -12/+22 |
| * | Don't print stuff out from the code generator. This broke the JIT horribly | Chris Lattner | 2004-10-17 | 1 | -1/+0 |
| * | Make the library name SparcV9 specific | Reid Spencer | 2004-10-17 | 1 | -4/+4 |
| * | Consolidate the definitions | Reid Spencer | 2004-10-17 | 1 | -3/+2 |
| * | PPC32GenCodeEmitter instead of PowerPCGenCodeEmitter | Reid Spencer | 2004-10-17 | 1 | -1/+1 |
| * | Rewrite support for cast uint -> FP. In particular, we used to compile this: | Chris Lattner | 2004-10-17 | 1 | -14/+23 |
| * | Unify handling of constant pool indexes with the other code paths, allowing | Chris Lattner | 2004-10-17 | 1 | -17/+17 |
| * | Give the asmprinter the ability to print memrefs with a constant pool index, | Chris Lattner | 2004-10-17 | 1 | -26/+41 |
| * | fold: | Chris Lattner | 2004-10-17 | 1 | -3/+46 |
| * | All of these labels are off by one now that the unreachable instruction exists | Chris Lattner | 2004-10-17 | 1 | -21/+21 |
| * | Implement bitfield insert by recognizing the following pattern: | Nate Begeman | 2004-10-17 | 1 | -5/+111 |
| * | Fix constant folding relational operators with undef operands. | Chris Lattner | 2004-10-17 | 1 | -7/+4 |
| * | I forgot that sparc no longer uses the shared asmwriter. Give it support | Chris Lattner | 2004-10-17 | 1 | -2/+4 |
| * | Add support for unreachable and undef | Chris Lattner | 2004-10-17 | 2 | -0/+12 |
| * | Implement constant folding of undef values. | Chris Lattner | 2004-10-16 | 1 | -4/+54 |
| * | Fix a type violation | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
| * | Finally fix one of the oldest FIXMEs in the PowerPC backend: correctly | Nate Begeman | 2004-10-16 | 2 | -12/+12 |
| * | Kill the bogon that slipped into my buffer before I committed. | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
| * | Implement InstCombine/getelementptr.ll:test9, which is the source of many | Chris Lattner | 2004-10-16 | 1 | -0/+18 |
| * | Do not erroneously accept revision 6 bytecode files when the format hasn't | Chris Lattner | 2004-10-16 | 1 | -5/+2 |
| * | Fix fix fix | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
| * | Add support for unreachable | Chris Lattner | 2004-10-16 | 4 | -5/+30 |
| * | Add support for undef | Chris Lattner | 2004-10-16 | 3 | -3/+8 |
| * | Add support for undef, unreachable, and function flags | Chris Lattner | 2004-10-16 | 3 | -36/+99 |
| * | Parse undef and unreachable | Chris Lattner | 2004-10-16 | 3 | -4/+24 |
| * | Add support | Chris Lattner | 2004-10-16 | 1 | -0/+1 |
| * | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 3 | -8/+29 |
| * | ADd support for undef and unreachable | Chris Lattner | 2004-10-16 | 1 | -4/+8 |
| * | Teach the X86 backend about unreachable and undef. Among other things, we | Chris Lattner | 2004-10-16 | 1 | -1/+15 |