Age | Commit message (Expand) | Author |
2004-10-22 | We won't use automake | Reid Spencer |
2004-10-21 | Remove debug code emitter from the JIT | Misha Brukman |
2004-10-21 | Make this compile. | Alkis Evlogimenos |
2004-10-21 | * Added basic support for JITing functions, basic blocks, instruction encoding, | Misha Brukman |
2004-10-20 | Don't clear or sign extend bool->int. This fires a few dozen times on the te... | Nate Begeman |
2004-10-20 | Explain what this pass does. | Brian Gaeke |
2004-10-20 | Small performance improvement in generated C code: | John Criswell |
2004-10-19 | * Add baseline structural JIT code, but disable the JIT to allow llvm-gcc builds | Misha Brukman |
2004-10-19 | Hrm, some people complain when the compiler cheerfully tells them what it's | Chris Lattner |
2004-10-19 | Fix some grammar | Misha Brukman |
2004-10-19 | If we're going to make the braces of functions line up for ease of readability | Misha Brukman |
2004-10-19 | Remove unnecessary spaces in function signature | Misha Brukman |
2004-10-19 | Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map | Brian Gaeke |
2004-10-19 | * Fit constructor initializer on a single line | Misha Brukman |
2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
2004-10-18 | Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header, | Misha Brukman |
2004-10-18 | Initial implementation of the strength reduction for GEP instructions in | Nate Begeman |
2004-10-18 | * AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, so | Misha Brukman |
2004-10-18 | AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() | Misha Brukman |
2004-10-18 | Fix miscompilations in the SparcV9 backend that were induced by this patch: | Chris Lattner |
2004-10-18 | Improve compatibility with VC++, patch contributed by Morten Ofstad! | Chris Lattner |
2004-10-18 | Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks... | Chris Lattner |
2004-10-18 | Declare a function in the correct namespace. | Reid Spencer |
2004-10-18 | Correction to allow compilation with Visual C++. | Reid Spencer |
2004-10-18 | Simplify code by deleting instructions that preceed unreachable instructions. | Chris Lattner |
2004-10-18 | New testcase | Chris Lattner |
2004-10-18 | Actually link all the analysis passes and their dependencies. | Reid Spencer |
2004-10-18 | Remove extra comma. | Reid Spencer |
2004-10-18 | Actually link in all the analysis passes. | Reid Spencer |
2004-10-18 | Turn store -> null/undef into the LLVM unreachable instruction! This simple | Chris Lattner |
2004-10-18 | Turn things with obviously undefined semantics into 'store -> null' | Chris Lattner |
2004-10-18 | My friend the invoke instruction does not dominate all basic blocks if it | Chris Lattner |
2004-10-18 | Fix a bug that occurs when the constant value is the result of an invoke. In | Chris Lattner |
2004-10-17 | Print a semicolon for the unreacahble instruction. This fixes problems | Chris Lattner |
2004-10-17 | Getting ADCE to interact well with unreachable instructions seems like a nont... | Chris Lattner |
2004-10-17 | New testcase that ADCE shouldn't crash on | Chris Lattner |
2004-10-17 | Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll | Chris Lattner |
2004-10-17 | New testcase that crashes the inliner | Chris Lattner |
2004-10-17 | Pass -single_module option to gcc when linking dynamic libraries for use with... | Nate Begeman |
2004-10-17 | Generate correct stubs for weak-linked symbols | Nate Begeman |
2004-10-17 | fold gep undef, ... -> undef | Chris Lattner |
2004-10-17 | Remove printout, realize that instructions in the entry block dominate all | Chris Lattner |
2004-10-17 | When inserting PHI nodes, don't insert any phi nodes that are obviously | Chris Lattner |
2004-10-17 | New testcase, no PHI should be inserted. | Chris Lattner |
2004-10-17 | Enhance hasConstantValue to ignore undef values in phi nodes. This allows it | Chris Lattner |
2004-10-17 | hasConstantValue will soon return instructions that don't dominate the PHI node, | Chris Lattner |
2004-10-17 | The first hunk corrects a bug when printing undef null values. We would print | Chris Lattner |
2004-10-17 | Don't print stuff out from the code generator. This broke the JIT horribly | Chris Lattner |
2004-10-17 | Add HAVE_BZLIB_H and HAVE_ZLIB_H tests. | Reid Spencer |
2004-10-17 | Update to reflect building zlib for LLVM | Reid Spencer |