| Commit message (Expand) | Author | Age | Files | Lines |
* | Checking in Chris's suggestions: | John Criswell | 2003-11-04 | 1 | -3/+32 |
* | Fix InstCombine/2003-11-03-VarargsCallBug.ll | Chris Lattner | 2003-11-03 | 1 | -4/+3 |
* | Did I mention that I _HATE_ CPRs? | Chris Lattner | 2003-10-31 | 1 | -0/+12 |
* | Constant pointer refs are causing these to fail unnecessarily, which is causing | Chris Lattner | 2003-10-31 | 1 | -0/+31 |
* | Use already existing classes for post order iterator. | Alkis Evlogimenos | 2003-10-31 | 1 | -17/+11 |
* | Make use of the new AssemblyAnnotationWriter interface | Chris Lattner | 2003-10-30 | 1 | -13/+21 |
* | Output types in reverse postorder. This will allow the ByteCode/Reader | Alkis Evlogimenos | 2003-10-30 | 1 | -9/+17 |
* | Print the names of more opaque types | Chris Lattner | 2003-10-30 | 1 | -5/+7 |
* | Make sure to print opaque types names if they are available. | Chris Lattner | 2003-10-30 | 1 | -1/+5 |
* | Add more debugging info to help tracing the SlotCalculator. | Alkis Evlogimenos | 2003-10-29 | 1 | -0/+2 |
* | Fix test: Linker/2003-10-27-LinkOncePromote.ll | Chris Lattner | 2003-10-27 | 1 | -27/+29 |
* | Fix bug: instcombine/2003-10-23-InstcombineNullFail.ll | Chris Lattner | 2003-10-23 | 1 | -0/+11 |
* | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner | 2003-10-21 | 1 | -13/+10 |
* | Fix message to make more sense and confuse Chris less | Chris Lattner | 2003-10-21 | 1 | -2/+7 |
* | Make sure to add a type for va_next operands, which may not other wise | Chris Lattner | 2003-10-21 | 1 | -2/+2 |
* | Fix problem which effected linking apache | Chris Lattner | 2003-10-21 | 2 | -3/+7 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 2 | -0/+14 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 2 | -0/+14 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 25 | -0/+175 |
* | "Function"[0] == 'F', not 'M' | Chris Lattner | 2003-10-20 | 1 | -8/+8 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 2 | -2/+2 |
* | Add support for the new varargs intrinsics and instructions | Chris Lattner | 2003-10-18 | 3 | -6/+15 |
* | Chris says it's better to assert that TheModule is valid than silently return 0. | Misha Brukman | 2003-10-17 | 1 | -2/+1 |
* | Return the Module that we just materialized. | Misha Brukman | 2003-10-17 | 1 | -2/+5 |
* | Eliminate some extraneous code in SlotCalculator::insertVal(). | Alkis Evlogimenos | 2003-10-17 | 2 | -37/+35 |
* | Add support for 'weak' linkage. | Chris Lattner | 2003-10-16 | 2 | -9/+38 |
* | Completely rewrite support for the Value::use_* list. Now, all operations on | Chris Lattner | 2003-10-16 | 1 | -37/+11 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -3/+10 |
* | Stop using "reverse depth first" order | Chris Lattner | 2003-10-13 | 1 | -6/+3 |
* | Speed up TypesEqual by specializing it for all of the derived types, avoiding | Chris Lattner | 2003-10-13 | 1 | -15/+33 |
* | Avoid creating lots of pointless opaque types, with short lifetimes | Chris Lattner | 2003-10-13 | 1 | -22/+37 |
* | This is a header file, hear me roar | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | * Remove extraneous #includes | Chris Lattner | 2003-10-13 | 1 | -7/+9 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 9 | -9/+9 |
* | Rename method | Chris Lattner | 2003-10-12 | 1 | -1/+1 |
* | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -3/+3 |
* | Fix spelling/grammar. | Misha Brukman | 2003-10-10 | 7 | -17/+17 |
* | Add a sanity check for constant expression casts | Chris Lattner | 2003-10-07 | 1 | -0/+2 |
* | Users can never be null | Chris Lattner | 2003-10-06 | 1 | -1/+1 |
* | Be more careful handling PHI nodes, which might be of potentially high degree. | Chris Lattner | 2003-10-05 | 1 | -93/+80 |
* | Type tables are now AbstractTypeUsers. This allows them to merge together | Chris Lattner | 2003-10-05 | 1 | -135/+217 |
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 1 | -3/+3 |
* | Minor random speedup: make Constant::getNullValue only call ConstantFOO::get | Chris Lattner | 2003-10-03 | 1 | -13/+45 |
* | Explicit copy ctors are no longer needed | Chris Lattner | 2003-10-03 | 1 | -21/+0 |
* | Minor cleanups | Chris Lattner | 2003-10-03 | 1 | -31/+17 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 2 | -284/+138 |
* | These methods are dead, remove them. Because the bodies will soon be | Chris Lattner | 2003-10-03 | 1 | -2/+8 |
* | Dramatically simplify DerivedType::refineAbstractTypeToInternal | Chris Lattner | 2003-10-03 | 1 | -44/+25 |