oota-llvm.git
2002-09-16 Vikram S. AdveUse .o files instead of .a files for several cases...
2002-09-16 Chris LattnerPrint information about files that were removed
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Nick HildenbrandtMoved these files to the utils directory.
2002-09-16 Vikram S. AdveAdd ilist_iterator constructor from a node reference.
2002-09-16 Vikram S. AdveExtract most of the transformation into an externally...
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
2002-09-16 Vikram S. AdveAllow transformation DecomposeArrayRef(GetElementPtrIns...
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-16 Vikram S. AdveAdd support for passes that use a TargetMachine object.
2002-09-16 Vikram S. AdveAdd method MachineOperand::hasAllocatedReg().
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd method adjustAlignment so that stack slot alignment...
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. Adve*** empty log message ***
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. AdveSimplify significantly (and fix syntax error).
2002-09-15 Vikram S. AdveUse much better method to find the llvmbase directory.
2002-09-15 Vikram S. AdveCheck error condition after cvs returns. Also remove...
2002-09-15 Vikram S. AdveShell-script to build current directory and then link...
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 to work correctly under linux
2002-09-14 Chris LattnerFix bug I introduced
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-14 Vikram S. AdveAdd support for MacOS and (hopefully) other BSD derivat...
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 LattnerTighten up sanity checking
2002-09-13 Chris LattnerFactor platform specific makefile directives out into...
2002-09-13 Chris LattnerTry to work well on multiple platforms.
2002-09-13 Chris LattnerLink .so files correctly on either linux or solaris
2002-09-13 Chris LattnerBuild with -D_GNU_SOURCE to enable gnu extensions in...
2002-09-13 Chris LattnerAdd better linux support by using the right macro....
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-13 Chris LattnerCheckin patch written by Casey Carter, enabling support...
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 LattnerAdd a </ul> that was missing and caused the document...
2002-09-12 Chris LattnerIncorporate information about deleting instructions...
2002-09-12 Chris LattnerFix bug I introduced with one of my previous changes.
2002-09-12 Chris LattnerAdd some information about the Instruction class and...
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-12 Chris LattnerMake sure to print a message when linking a tool
2002-09-12 Misha BrukmanCompiling with "gmake" should produce less output....
2002-09-11 Joel Stanley- Added content to use-def/def-use section
2002-09-11 Joel Stanley*** empty log message ***
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 LattnerConvert index type for getelementptr instruction from...
2002-09-11 Chris LattnerAllocation insts always have one operand
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
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 LattnerCheck for 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 LattnerFix config file due to directories changing
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 LattnerClean up pointer using testcases
2002-09-10 Chris LattnerTighten up assertion checking for binary operators...
2002-09-10 Chris LattnerTighten up error checking in parser, disallowing instru...
next