oota-llvm.git
2002-11-06 Chris LattnerAdd note about what this is
2002-11-06 Chris Lattnerlibraries is used for internal stuff, not as a real...
2002-11-06 Nick HildenbrandtLoads and stores can't be inlined. This fixes test...
2002-11-06 Chris LattnerAllow the ResolveCallSiteModRefInfo method to return...
2002-11-06 Chris LattnerAdd a stub to implement the context sensitive mod/ref...
2002-11-06 Chris LattnerGive a back pointer to the IPModRef object to the Funct...
2002-11-06 Chris LattnerRemove a couple of #includes, move some code from ...
2002-11-06 Chris LattnerRemove a couple of #includes, move some code to .cpp...
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Chris LattnerChange Steens class to build with Vikram's changes
2002-11-06 Chris LattnerMake PointerShift/Size be enums so they are constants...
2002-11-06 Chris LattnerMake PointerSize & Shift be enums
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...
2002-11-06 Vikram S. AdveAn interprocedural analysis pass that computes flow...
2002-11-06 Vikram S. AdveAdd const version of function getNodeForValue:
2002-11-06 Vikram S. AdveDon't build llc symbols by default.
2002-11-06 Chris LattnerNew testcases
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-06 Chris LattnerRemove stripscalars argument to cloneInto
2002-11-06 Chris LattnerDelete "StripScalars" argument to cloneInto method
2002-11-06 Chris LattnerGive passnames to the printer classes
2002-11-06 Chris LattnerNew testcase to handle eventually
2002-11-06 Vikram S. AdveRemove a nasty little semi-colon someone introduced...
2002-11-05 Nick HildenbrandtTypo fixed
2002-11-05 Nick HildenbrandtAdded new tests
2002-11-05 Chris LattnerNew testcase
2002-11-05 Chris LattnerAdd a note about the switch instruction
2002-11-05 Chris LattnerAttempted fixes to the mergemap to make it work better.
2002-11-04 Chris LattnerAdd a bunch of assertions
2002-11-04 Chris LattnerSimplify code
2002-11-04 Chris LattnerSun can now use mallinfo()
2002-11-04 Nick HildenbrandtFix typo.
2002-11-04 Chris LattnerLink to -lmalloc
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-11-04 Chris LattnerGeneralize ExportSymbols into PLATFORMLINKOPTS
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-11-04 Chris LattnerAllow memory sizes to be negative, remove obsolete...
2002-11-04 Chris Lattnermallinfo is not available on sun apparently :(
2002-11-04 Chris LattnerInstcombine this away:
2002-11-04 Chris LattnerAdd new getelementptr elimination test
2002-11-04 Chris LattnerAdd a transformation to turn:
2002-11-04 Chris LattnerNew testcase for malloc promotion
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph
2002-11-04 Chris LattnerChange the "Cannot merge two portions of the same node...
2002-11-04 Chris LattnerAdd information about why this testcase fails
2002-11-04 Chris LattnerConvert uint gep operands to long
2002-11-04 Chris LattnerConvert old style gep index from uint to long
2002-11-04 Chris LattnerAck: Fix bug in previous checkin.
2002-11-04 Chris LattnerBe more generous about level raising constant expressio...
2002-11-04 Chris LattnerImplement a new -print-callgraph analysis that turns...
2002-11-04 Chris LattnerMake sure to _delete_ memory allocated by worklists
2002-11-04 Chris LattnerImplement methods needed to print out call graph
2002-11-04 Chris LattnerGive a better error message in an unhandled case
2002-11-04 Chris LattnerMinor fix to space accounting
2002-11-04 Chris LattnerImprove the clean target
2002-11-04 Chris LattnerImplement MaxRSS in terms of mallinfo instead of the...
2002-11-04 Chris LattnerAllow the call graph to be called from analyze naturall...
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-11-03 Chris LattnerRename NewNode flag to HeapNode
2002-11-03 Chris LattnerChange the letters used to represent stack and heap...
2002-11-03 Chris LattnerCheck in header file that was missing, thus broke the...
2002-11-03 Vikram S. AdveDisable correlated expressions pass until it is reliable.
2002-11-03 Anand Shuklacode to lightly instrument at branches
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-02 Misha BrukmanFixed comment on top of DSNode.h, added note to DSSuppo...
2002-11-02 Chris LattnerImplement signed and unsigned division and remainder
2002-11-02 Chris LattnerEnable div and mod tests
2002-11-02 Chris LattnerImplement multiply operator
2002-11-02 Chris LattnerEnable multiply tests
2002-11-02 Chris LattnerNew testcase for arithmetic operations
2002-11-02 Chris Lattner* Implement subtract
2002-11-02 Chris Lattnershuffle code around a bit, implement and, or, xor
2002-11-02 Chris LattnerNew testcase for logical operators
2002-11-02 Chris LattnerAdd PHI node support, add comment for branch function
2002-11-02 Chris LattnerMake phi test a bit more challenging
2002-11-02 Chris LattnerImplement unconditional branching support
2002-11-02 Chris LattnerOnly test that uncond branch works
2002-11-02 Chris Lattner* Fix nonconstant shift case
2002-11-02 Chris LattnerExpose a LJELLO variable
2002-11-02 Chris LattnerTests results are invalidated when jello is rebuilt
2002-11-02 Chris LattnerUse a more table driven approach to handling types...
2002-11-02 Chris LattnerMake switch statements denser, but only because of...
2002-11-02 Chris Lattner* Remove dead variable
2002-11-02 Chris LattnerImplement the "unknown flag" which mainly consists...
2002-11-02 Chris LattnerOops, this was not meant to be checked in
2002-11-02 Chris LattnerStop representing scalars as explicit nodes in the...
2002-11-02 Chris Lattner* Eliminate Scalar node type (renumber other node types)
2002-11-01 Nick HildenbrandtFixed bug in Regression/CBackend/2002-10-30-FunctionPoi...
2002-11-01 Chris LattnerFix comments, steens is context sensitive, we just...
2002-11-01 Chris LattnerAdd a testcase cee should eventually pass
2002-11-01 Vikram S. AdveUse absolute path name for "analyze" since we are chang...
2002-11-01 Chris LattnerNew iostream definitions
2002-11-01 Chris LattnerMake sure to include name information if we have it
2002-11-01 Chris LattnerFix burg build problem.
2002-10-31 Chris LattnerAdd a fixme
2002-10-31 Brian GaekeA new test case that tries to generate all the differen...
2002-10-31 Brian GaekeInstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
2002-10-31 Chris Lattner * Minor optimization: when merging nodes, merge...
next