Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS to
[oota-llvm.git] / lib /
2002-09-18 Anand Shuklasplit retracing into a separate file
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-09-18 Misha BrukmanRemoved unnecessary #includes.
2002-09-18 Misha BrukmanFixed typo.
2002-09-17 Chris LattnerDon't put default parameter values into .cpp files...
2002-09-17 Chris LattnerThere is a #define in some header that conflicts with...
2002-09-17 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-09-17 Anand ShuklaRemoved debug info printing
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-17 Vikram S. AdveDon't print global variable definitions twice! Sun...
2002-09-17 Vikram S. AdveRemove specification of argument default from cpp file.
2002-09-16 Chris LattnerFix FunctionInlining pass assertion failure:
2002-09-16 Chris LattnerFix: test/Regression/LLC/badidx.c problem
2002-09-16 Vikram S. AdveExtract most of the transformation into an externally...
2002-09-16 Vikram S. AdveUse ulong instead of uint for size expressions.
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-16 Vikram S. AdveDon't print out global names unnecesssarily. Also...
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2002-09-16 Vikram S. AdveAdd subdirectory PreSelection.
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveDump routine now writes out allocated register numbers...
2002-09-16 Vikram S. AdveImprove and fix error in allocating stack slots: adjust...
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd an assertion.
2002-09-16 Anand ShuklaIncorporated changes in alloca and getElementPointer...
2002-09-16 Anand ShuklaIncorporated changes in alloca instruction
2002-09-15 Vikram S. AdveNo longer need to sign-extend array indices to 64 bits...
2002-09-15 Vikram S. AdveFix typos in previous checkin.
2002-09-15 Chris LattnerRegAllocCommon no longer includes CommandLine.h so...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Nick HildenbrandtFixed problem with printing struct definitions in the...
2002-09-14 Chris LattnerFix bug I introduced
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-14 Misha BrukmanOn the quest of eliminating unnecessary includes.
2002-09-14 Misha BrukmanAgain, including Module makes Function unnecessary.
2002-09-14 Misha BrukmanFollowing Chris's advice, I'm pruning some unnecessary...
2002-09-13 Chris Lattner* Fix a bug that was causing lli to misrun:
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-09-13 Chris LattnerExport symbols for linux
2002-09-13 Chris LattnerSubmitted by Casey Carter:
2002-09-13 Chris LattnerAnother portability fix provided via Casey Carter:
2002-09-13 Chris LattnerAnother portability patch graciously provided by Casey...
2002-09-12 Chris LattnerFix a bug introduced by the Getelementptr change
2002-09-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-12 Chris LattnerFix bug I introduced with one of my previous changes.
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-11 Chris LattnerGive better assertion message for error conditions
2002-09-11 Chris LattnerRecently changed getelementptr to use 'long' indexes...
2002-09-11 Chris LattnerAllocation insts always have one operand
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
2002-09-10 Chris LattnerFix the last of the silly bugs I just introduced. :(
2002-09-10 Chris LattnerFix bugs in previous checkins
2002-09-10 Chris LattnerFix bug in previous checkin
2002-09-10 Chris LattnerAdd cannonicalization of shl X, 1 -> add X, X
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code
2002-09-10 Chris LattnerUse explicit ctor
2002-09-10 Chris LattnerTighten up assertion checking for binary operators...
2002-09-10 Chris LattnerTighten up error checking in parser, disallowing instru...
2002-09-10 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-10 Chris LattnerAdd support for printing constpointerrefs more nicely
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-09-10 Chris LattnerRemove extra #include
2002-09-10 Chris LattnerClean up indvar printing
2002-09-10 Chris Lattner* Clean up code a little bit
2002-09-10 Chris LattnerFix typeo in assertion message
2002-09-10 Chris LattnerHack unneccesary now that shifts of pointers are no...
2002-09-09 Chris LattnerDo not allow adds of pointer types, or many other opera...
2002-09-09 Chris LattnerDisallow creation of pointer typed shift instructions
2002-09-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-08 Chris LattnerFactor silly code duplication out
2002-09-08 Chris LattnerFix Bug: test/Regression/Transforms/InstCombine/2002...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Check...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-09-08 Chris LattnerMinor simplification
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-09-06 Chris Lattner* Remove extraneous #includes
2002-09-06 Chris LattnerInitial checkin of Correlated Expression Elimination...
2002-09-06 Chris LattnerFix file header to be accurate, instead of something...
2002-09-06 Chris LattnerFix bug with critical edge splitting code where it...
2002-09-06 Chris LattnerCheck in the implementation of critical edge detection...
2002-09-05 Vikram S. AdveAdd new function UltraSparcInstrInfo::CreateZeroExtensi...
next