| Commit message (Expand) | Author | Age | Files | Lines |
* | * Use C++ style comments instead of C-style | Misha Brukman | 2003-10-23 | 4 | -60/+50 |
* | * Eliminate `using' directive | Misha Brukman | 2003-10-23 | 1 | -9/+10 |
* | * We were forgetting to pass varargs arguments through a call | Chris Lattner | 2003-10-23 | 1 | -0/+18 |
* | * Eliminate `using' directive | Misha Brukman | 2003-10-23 | 2 | -212/+176 |
* | Make code layout more consistent. | Misha Brukman | 2003-10-23 | 6 | -636/+518 |
* | Delete unused EmitByteSwap method | Chris Lattner | 2003-10-23 | 2 | -98/+86 |
* | Check in initial version of ipcp | Chris Lattner | 2003-10-23 | 1 | -0/+110 |
* | Make code layout more consistent. | Misha Brukman | 2003-10-23 | 1 | -58/+54 |
* | * Order includes according to style guide | Misha Brukman | 2003-10-23 | 2 | -210/+212 |
* | Fix bug: instcombine/2003-10-23-InstcombineNullFail.ll | Chris Lattner | 2003-10-23 | 1 | -0/+11 |
* | Make this pass substantially stronger by having it delete dead return values | Chris Lattner | 2003-10-23 | 1 | -127/+354 |
* | This important patch fixes two warnings in the linker which can occur from li... | Chris Lattner | 2003-10-22 | 1 | -4/+33 |
* | Change the type of FnAllocState. | Brian Gaeke | 2003-10-22 | 2 | -2/+2 |
* | Don't worry about converting each function's reg. alloc. state into One Big | Brian Gaeke | 2003-10-22 | 2 | -40/+42 |
* | Add prototype for verifySavedState(). | Brian Gaeke | 2003-10-22 | 2 | -0/+2 |
* | Doxygenify method comments. | Brian Gaeke | 2003-10-22 | 2 | -414/+308 |
* | This is a disgusting hack that improves code substantially, by making | Chris Lattner | 2003-10-22 | 1 | -2/+122 |
* | Do not add unreachable code to a natural loop! | Chris Lattner | 2003-10-22 | 1 | -1/+4 |
* | Make sure to print labels on nodes without names | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
* | If the basic block has no name, make sure to print the % number of it | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
* | Implement the Function::viewCFG* methods, for use in a debugger. Also, the | Chris Lattner | 2003-10-22 | 1 | -0/+144 |
* | Add comments to describe what these functions actually do. | Misha Brukman | 2003-10-22 | 1 | -0/+7 |
* | * Use <cmath> instead of <math.h> | Misha Brukman | 2003-10-22 | 1 | -12/+12 |
* | Removed completely duplicated function comment (an identical one appears later). | Misha Brukman | 2003-10-22 | 1 | -19/+0 |
* | No, really, order the #includes correctly. | Misha Brukman | 2003-10-22 | 1 | -1/+1 |
* | Update the 'used' flag correctly | Chris Lattner | 2003-10-22 | 1 | -6/+7 |
* | Loop over the module, not the symbol table. This makes the code handle | Chris Lattner | 2003-10-22 | 1 | -21/+18 |
* | Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll | Chris Lattner | 2003-10-22 | 1 | -2/+34 |
* | * Fix order of #includes to follow style guide | Misha Brukman | 2003-10-22 | 1 | -39/+27 |
* | Converted tabs to spaces. | Misha Brukman | 2003-10-22 | 1 | -1/+1 |
* | Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll | Chris Lattner | 2003-10-21 | 1 | -55/+19 |
* | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner | 2003-10-21 | 3 | -39/+30 |
* | Fix message to make more sense and confuse Chris less | Chris Lattner | 2003-10-21 | 3 | -6/+21 |
* | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke | 2003-10-21 | 1 | -1/+1 |
* | Make sure to add a type for va_next operands, which may not other wise | Chris Lattner | 2003-10-21 | 2 | -4/+4 |
* | Fix problem which effected linking apache | Chris Lattner | 2003-10-21 | 3 | -5/+13 |
* | Hrm, unbreak stuph :( | Chris Lattner | 2003-10-21 | 2 | -1/+2 |
* | Fix preselection/lowerswitches bug | Chris Lattner | 2003-10-21 | 1 | -0/+3 |
* | Pull the PHI special case into it's own visit* method | Chris Lattner | 2003-10-21 | 1 | -9/+12 |
* | The lastOp operand is never used | Chris Lattner | 2003-10-21 | 1 | -20/+11 |
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 7 | -0/+63 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 52 | -0/+361 |
* | Preselection is _not_ a basicblock pass, because it adds global variables to | Chris Lattner | 2003-10-21 | 1 | -101/+22 |
* | When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr), | Vikram S. Adve | 2003-10-21 | 1 | -1/+2 |
* | Why does g++ not even generate a warning when you miss a break statement? | Vikram S. Adve | 2003-10-21 | 1 | -0/+1 |
* | Implement the new varargs instructions and intrinsics. | Vikram S. Adve | 2003-10-21 | 1 | -24/+22 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 36 | -0/+288 |
* | Convert this code from using annotations to using a local map | Chris Lattner | 2003-10-20 | 6 | -90/+50 |
* | Goodbye, AddRegNumToValues | Brian Gaeke | 2003-10-20 | 2 | -10/+0 |
* | Remove using declaration | Chris Lattner | 2003-10-20 | 2 | -26/+22 |