| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ConstantExpr::getSizeOf(Type*). | Alkis Evlogimenos | 2004-10-24 | 1 | -0/+9 |
* | * Correctly handle the MovePCtoLR pseudo-instr with a bl to next instr | Misha Brukman | 2004-10-23 | 1 | -9/+15 |
* | Add BA, BL, and BLA opcodes | Misha Brukman | 2004-10-23 | 1 | -1/+4 |
* | * Do not emit IMPLICIT_DEF pseudo-instructions | Misha Brukman | 2004-10-23 | 1 | -6/+71 |
* | DForm_1, particularly used by store instructions, needs the immediate operand to | Misha Brukman | 2004-10-23 | 1 | -1/+13 |
* | Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions. | Misha Brukman | 2004-10-23 | 1 | -4/+7 |
* | The value of the XO field for MFLR and MFCTR is 339, not 399 | Misha Brukman | 2004-10-23 | 1 | -2/+2 |
* | Remove extraneous blank line | Misha Brukman | 2004-10-23 | 1 | -1/+0 |
* | Align function arguments in function headers | Misha Brukman | 2004-10-23 | 1 | -5/+4 |
* | Fix a bug that Brian brought to my attention. This corrects: | Chris Lattner | 2004-10-23 | 1 | -1/+2 |
* | Kill casts from integer types to unsigned byte, when the cast was only used | Nate Begeman | 2004-10-23 | 1 | -0/+13 |
* | Use cleaner quoting and eliminate blank space | Misha Brukman | 2004-10-22 | 1 | -3/+3 |
* | Clean up the output from this makefile so its not verbose. | Reid Spencer | 2004-10-22 | 1 | -6/+8 |
* | Adjust rules for building .inc files due to Reid's changes of Makefile.rules | Misha Brukman | 2004-10-22 | 2 | -64/+10 |
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 5 | -143/+26 |
* | Eliminate compilation warning on uninitialized variable. | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2004-10-22 | 1 | -4/+47 |
* | Fix a bug Nate noticed, where we miscompiled a simple testcase | Chris Lattner | 2004-10-22 | 1 | -1/+1 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 68 | -24736/+0 |
* | Remove debug code emitter from the JIT | Misha Brukman | 2004-10-21 | 1 | -3/+1 |
* | Make this compile. | Alkis Evlogimenos | 2004-10-21 | 1 | -1/+1 |
* | * Added basic support for JITing functions, basic blocks, instruction encoding, | Misha Brukman | 2004-10-21 | 1 | -20/+169 |
* | Don't clear or sign extend bool->int. This fires a few dozen times on the te... | Nate Begeman | 2004-10-20 | 1 | -0/+17 |
* | Explain what this pass does. | Brian Gaeke | 2004-10-20 | 1 | -1/+7 |
* | Small performance improvement in generated C code: | John Criswell | 2004-10-20 | 2 | -2/+46 |
* | * Add baseline structural JIT code, but disable the JIT to allow llvm-gcc builds | Misha Brukman | 2004-10-19 | 2 | -16/+350 |
* | Hrm, some people complain when the compiler cheerfully tells them what it's | Chris Lattner | 2004-10-19 | 1 | -1/+0 |
* | Fix some grammar | Misha Brukman | 2004-10-19 | 1 | -3/+3 |
* | Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map | Brian Gaeke | 2004-10-19 | 1 | -86/+3 |
* | 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 |