Merged in RELEASE_1.
[oota-llvm.git] / lib /
2003-10-27 Chris LattnerFix test: Linker/2003-10-27-LinkOncePromote.ll
2003-10-27 Chris LattnerGet the list of PHI node values before the basic block...
2003-10-25 Chris LattnerAttempt to provide support for those without RTLD_DEFAULT.
2003-10-25 Chris LattnerUnbreak the build
2003-10-24 Brian GaekePublicize the type of FnAllocState.
2003-10-24 Chris Lattnerstandardize command line option names
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeThe ExecutionAnnotations (SlotNumber, InstNumber, and...
2003-10-24 Brian GaekeReduce the number of #includes.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeDestroy MachineFunction for any Function that we are...
2003-10-23 Brian GaekeMove the implementations of ==, != on AllocInfos here...
2003-10-23 Brian GaekeMove AllocInfo structure to a private AllocInfo.h heade...
2003-10-23 Brian GaekeMake FnAllocState contain vectors of AllocInfo, instead...
2003-10-23 Brian GaekeNew file, containing AllocInfo structure.
2003-10-23 Chris LattnerFix bug: CBackend/2003-10-23-UnusedType.ll and hopefull...
2003-10-23 Chris LattnerWe might as well strip off any CPRs before propagation
2003-10-23 Chris LattnerFail gracefully if we have a zero arg varargs function
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha Brukman* Fix order of #include files
2003-10-23 Misha Brukman* Order #includes as per style guide
2003-10-23 Misha Brukman* Use C++ style comments instead of C-style
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Chris Lattner* We were forgetting to pass varargs arguments through...
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Chris LattnerDelete unused EmitByteSwap method
2003-10-23 Chris LattnerCheck in initial version of ipcp
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Misha Brukman* Order includes according to style guide
2003-10-23 Chris LattnerFix bug: instcombine/2003-10-23-InstcombineNullFail.ll
2003-10-23 Chris LattnerMake this pass substantially stronger by having it...
2003-10-22 Chris LattnerThis important patch fixes two warnings in the linker...
2003-10-22 Brian GaekeChange the type of FnAllocState.
2003-10-22 Brian GaekeDon't worry about converting each function's reg. alloc...
2003-10-22 Brian GaekeAdd prototype for verifySavedState().
2003-10-22 Brian GaekeDoxygenify method comments.
2003-10-22 Chris LattnerThis is a disgusting hack that improves code substantia...
2003-10-22 Chris LattnerDo not add unreachable code to a natural loop!
2003-10-22 Chris LattnerMake sure to print labels on nodes without names
2003-10-22 Chris LattnerIf the basic block has no name, make sure to print...
2003-10-22 Chris LattnerImplement the Function::viewCFG* methods, for use in...
2003-10-22 Misha BrukmanAdd comments to describe what these functions actually do.
2003-10-22 Misha Brukman* Use <cmath> instead of <math.h>
2003-10-22 Misha BrukmanRemoved completely duplicated function comment (an...
2003-10-22 Misha BrukmanNo, really, order the #includes correctly.
2003-10-22 Chris LattnerUpdate the 'used' flag correctly
2003-10-22 Chris LattnerLoop over the module, not the symbol table. This makes...
2003-10-22 Chris LattnerImplement FunctionResolve/2003-10-21-GlobalResolveHack.ll
2003-10-22 Misha Brukman* Fix order of #includes to follow style guide
2003-10-22 Misha BrukmanConverted tabs to spaces.
2003-10-21 Chris LattnerFix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
2003-10-21 Chris LattnerFix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
2003-10-21 Chris LattnerFix message to make more sense and confuse Chris less
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-21 Chris LattnerHrm, unbreak stuph :(
2003-10-21 Chris LattnerFix preselection/lowerswitches bug
2003-10-21 Chris LattnerPull the PHI special case into it's own visit* method
2003-10-21 Chris LattnerThe lastOp operand is never used
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-21 Chris LattnerPreselection is _not_ a basicblock pass, because it...
2003-10-21 Vikram S. AdveWhen opcodes like ADD were split into reg. and immed...
2003-10-21 Vikram S. AdveWhy does g++ not even generate a warning when you miss...
2003-10-21 Vikram S. AdveImplement the new varargs instructions and intrinsics.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 Chris LattnerConvert this code from using annotations to using a...
2003-10-20 Brian GaekeGoodbye, AddRegNumToValues
2003-10-20 Chris LattnerRemove using declaration
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
2003-10-20 Brian GaekeMinor leftover fixups from replaceMachineCodeForFunctio...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction() return void.
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-20 Chris LattnerApparently the dependencies are wrong for this file...
2003-10-20 Chris LattnerReorder for minor efficiency gain
2003-10-20 Chris LattnerEmit x86 instructions for: A = B op C, where A and...
2003-10-20 Chris LattnerHrm, a relic from the past. How cute :)
2003-10-20 Chris LattnerFurther cleanups and simplifications
2003-10-20 Chris LattnerEliminate code for pointer size and endianness emulation.
2003-10-20 Misha BrukmanThe Grammar Police was here.
2003-10-20 Chris Lattner* Rename X86::IMULr16 -> X86::IMULrr16
2003-10-19 Chris LattnerEliminate unused class
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-19 Chris Lattner* Multiplications by 2^X are turned into shifts. This...
2003-10-19 Chris LattnerAdd some new instructions. Wheee
2003-10-19 Chris Lattner.string adds an implicit zero at the end. This is...
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-19 Chris LattnerFix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode...
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-18 Chris LattnerFix warning
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris LattnerFix PR#50
next