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