Fixed instruction syntax in the comments (specifies how instr is used).
[oota-llvm.git] / lib /
2003-07-02 Misha BrukmanFixed instruction syntax in the comments (specifies...
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-07-02 Vikram S. AdveForce fixed-size but large alloca objects to the dynami...
2003-07-02 Chris LattnerRemove dead Nodes list
2003-07-02 Chris LattnerComplete rewrite of td pass
2003-07-02 Chris LattnerPrint collapsed to match the paper
2003-07-02 Chris LattnerReduce amount of work we do calculating mustaliases...
2003-07-02 Chris LattnerAdd support for ParentGraph only when building in debug...
2003-07-02 Chris LattnerAdd some functions to the blacklist
2003-07-02 Chris LattnerMake the BU closure keep track of which actual calls...
2003-07-02 Chris LattnerMake local pass print out its progress
2003-07-02 Vikram S. AdveMinor beautification: fold a couple of lines of code.
2003-07-02 Vikram S. Adve(1) Major bug fix: DecomposeArrayRef() replaces its...
2003-07-02 Vikram S. AdveA def. operand of a machine instruction may be an ordin...
2003-07-02 Vikram S. AdveBug/case fixes:
2003-07-01 Chris LattnerFix bug: Regression/Other/2002-03-11-ExprAssertion.ll
2003-07-01 Chris LattnerRework TD pass to work with the precise call graph...
2003-07-01 Chris LattnerDo not treat global variables as functions! (and assert...
2003-07-01 Chris LattnerDont' print scalar nodes for ConstantPointerRefs
2003-07-01 Chris LattnerMinor cleanups
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Chris LattnerSetjmp should always return zero if we don't implement...
2003-06-30 Brian GaekeGet rid of the duplicate '0x' in debug mode.
2003-06-30 Chris LattnerUse the getFunctionNames method
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerSplit CallSiteIterator out into DSCallSiteIterator...
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerReimplement the BU closure to collapse all SCC graphs...
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerRemove dead method
2003-06-30 Chris LattnerDo not delete the same graph multiple times when freein...
2003-06-30 Chris LattnerDo not multiply delete graphs if functions are sharing...
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-30 Chris LattnerAdjust for new DSGraph API
2003-06-30 Chris LattnerEliminate using declarations, adjust for new DSGraph API
2003-06-29 Chris LattnerAbstract out the predicate which decides whether a...
2003-06-29 Chris LattnerFix minor bug in previous checkin
2003-06-29 Chris LattnerAdd support for ensuring that nodes are not incomplete
2003-06-29 Chris LattnerAdd support for "physical subtyping", which fixes:
2003-06-29 Chris LattnerAdd print method to not get silly warning from analyze
2003-06-29 Chris LattnerNew pass which is useful for writing regression tests
2003-06-29 Chris LattnerUntil there is a setjmp/longjmp transformation pass...
2003-06-29 Chris LattnerExpose must alias information for global variables...
2003-06-29 Chris LattnerIf the alias analysis algorithm we are using can provid...
2003-06-29 Chris LattnerCount operands to instructions as well as just results...
2003-06-28 Chris LattnerPropagate globals graph from the local to bu to td...
2003-06-28 Chris LattnerDrop references to globals who do exist in the globals...
2003-06-28 Chris LattnerAvoid double negatives
2003-06-28 Chris LattnerNew pass to perform DSA based optimizations. Initially...
2003-06-28 Chris LattnerAvoid printing out huge structures or arrays if they...
2003-06-28 Chris LattnerAdd support for a new zeroinitializer token which can...
2003-06-28 Chris Lattnerjmp_buf is really a pointer type that is passed around...
2003-06-28 Chris LattnerAdd support for the Invoke instruction!
2003-06-28 Chris LattnerPreserve compatibility with non-gcc compilers
2003-06-28 Chris LattnerFix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
2003-06-28 Chris LattnerAllow the inlining limit to be controlled from the...
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-26 Brian GaekeNumber constants from constant pool as CPIf_i where...
2003-06-26 Chris LattnerAdd support to globaldce for deleting dead function...
2003-06-26 Chris LattnerWhen internalizing global ctor/dtor list, also mark...
2003-06-26 Chris LattnerImplement more aggressive folding of constant GEP instr...
2003-06-26 Chris LattnerAdd support for elimination of load instruction from...
2003-06-25 Brian GaekeIntegrate the C writer's name mangler.
2003-06-25 Brian GaekeFirst draft of X86 LLC backend. This should be OK for...
2003-06-25 Chris LattnerInstcombine: X * -1 -> -X
2003-06-25 Chris LattnerFix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
2003-06-25 Chris LattnerFix bug: Mem2Reg/2003-06-26-IterativePromote.ll
2003-06-25 Joel Stanley- Fixed name mangling conditions to handle 'linkonce...
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-25 Brian GaekeIt seems likely that floats would need a cast too,...
2003-06-24 Chris LattnerFix bug: ADCE/2003-06-24-BadSuccessor.ll
2003-06-24 Chris LattnerMake assertion more descriptive
2003-06-24 Chris LattnerDo not mark ALL terminators live if any instruciton...
2003-06-24 Chris LattnerFix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll
2003-06-24 Chris LattnerFix bug: TailDup/2003-06-24-Simpleloop.ll
2003-06-23 Chris LattnerImplement new transforms:
2003-06-23 Brian GaekeFix 2003-06-23-PromotedExprs.llx -- if we are adding...
2003-06-23 Brian GaekeInclude <cmath> instead of <math.h>
2003-06-23 Chris LattnerAdd support for GCC 3.3
2003-06-23 Chris Lattneravoid dividing by zero when dealing with zero sized...
2003-06-23 Vikram S. AdveAdd the padding needed for variable-size alloca's,...
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
2003-06-22 Chris LattnerAdd paranoia checking
2003-06-22 Chris LattnerTest change
2003-06-22 Chris LattnerInitial checkin of Tail duplication pass.
2003-06-22 Chris LattnerDo not use the inefficient, fixed function, CBW, CDQ...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-21 Chris LattnerInstcombine cast (getelementptr Ptr, 0, 0, 0) to ....
2003-06-21 Chris LattnerMinor simplification to 64-bit instsel
2003-06-21 Chris LattnerFor 16 and 32-bit multiplies, use the IMUL instruction...
2003-06-21 Chris LattnerAdd IMULr16 & IMULr32 instructions
2003-06-21 Chris LattnerGenerate code for LONG indexes to getelementptr instruc...
2003-06-20 Chris LattnerSome preprocessors doen't support // comments and get...
2003-06-20 Chris LattnerFix the build. :(
2003-06-20 Vikram S. AdveRDCCR defines arg. #1, not arg. #2.
2003-06-19 Chris LattnerChanges to privatize NodeType
next