| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | New testcase. Check for the ability to promote a malloc whose initialzed sta... | Chris Lattner | 2004-10-22 | 1 | -0/+26 |
* | Fix a bug Nate noticed, where we miscompiled a simple testcase | Chris Lattner | 2004-10-22 | 1 | -1/+1 |
* | Remove automake support. | Reid Spencer | 2004-10-22 | 1 | -18/+0 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 133 | -64919/+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 |
* | If we're going to make the braces of functions line up for ease of readability | Misha Brukman | 2004-10-19 | 1 | -6/+6 |
* | Remove unnecessary spaces in function signature | Misha Brukman | 2004-10-19 | 1 | -1/+1 |
* | Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map | Brian Gaeke | 2004-10-19 | 1 | -86/+3 |
* | * Fit constructor initializer on a single line | Misha Brukman | 2004-10-19 | 1 | -3/+2 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 79 | -0/+53396 |
* | Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header, | Misha Brukman | 2004-10-18 | 2 | -10/+31 |
* | Initial implementation of the strength reduction for GEP instructions in | Nate Begeman | 2004-10-18 | 2 | -1/+257 |
* | * AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, so | Misha Brukman | 2004-10-18 | 1 | -3/+14 |
* | AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() | Misha Brukman | 2004-10-18 | 1 | -5/+10 |
* | Fix miscompilations in the SparcV9 backend that were induced by this patch: | Chris Lattner | 2004-10-18 | 1 | -2/+12 |
* | 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 |
* | Declare a function in the correct namespace. | Reid Spencer | 2004-10-18 | 1 | -1/+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 |
* | New testcase | Chris Lattner | 2004-10-18 | 1 | -0/+29 |
* | Actually link all the analysis passes and their dependencies. | Reid Spencer | 2004-10-18 | 1 | -3/+4 |
* | Remove extra comma. | Reid Spencer | 2004-10-18 | 1 | -1/+1 |
* | Actually link in all the analysis passes. | Reid Spencer | 2004-10-18 | 1 | -4/+4 |
* | 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 |
* | New testcase that ADCE shouldn't crash on | Chris Lattner | 2004-10-17 | 1 | -0/+5 |
* | Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll | Chris Lattner | 2004-10-17 | 1 | -4/+8 |
* | New testcase that crashes the inliner | Chris Lattner | 2004-10-17 | 1 | -0/+10 |
* | Pass -single_module option to gcc when linking dynamic libraries for use with... | Nate Begeman | 2004-10-17 | 2 | -0/+2 |
* | 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 |
* | New testcase, no PHI should be inserted. | Chris Lattner | 2004-10-17 | 1 | -0/+14 |
* | Enhance hasConstantValue to ignore undef values in phi nodes. This allows it | Chris Lattner | 2004-10-17 | 1 | -2/+3 |