oota-llvm.git
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...
2002-10-31 Chris LattnerEliminate some unneccesary #includes and forward decls
2002-10-31 Nick HildenbrandtCBE doesn't alloc correctly
2002-10-31 Chris LattnerReassociate pass now works
2002-10-31 Chris LattnerReassociate now works
2002-10-31 Chris LattnerFixes to the reassociate pass to make it respect domina...
2002-10-31 Chris LattnerFix nasty bug in ::isNeg()
2002-10-31 Vikram S. AdveRestore support for indirect function calls (which...
2002-10-31 Vikram S. AdveDo not print "NEW FILES AND DIRECTORIES" unless request...
2002-10-31 Chris LattnerRemove dead code
2002-10-31 Misha BrukmanRefactored DSGraph.h:
2002-10-31 Chris LattnerThis fixes all kinds of problems with array handling...
2002-10-31 Chris LattnerNew testcases
2002-10-31 Chris LattnerTell cvs to ignore *.dot and *.ps files in this directory
2002-10-31 Chris LattnerNew testcase for the possible array merging scenarios
2002-10-31 Chris LattnerCan simplify code now with the isCommutative() method.
2002-10-31 Chris LattnerUse new isCommutative interface, which gives us SetEQ...
2002-10-31 Chris LattnerNew isAssociative/isCommutative inspection methods...
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-31 Chris LattnerBreakCriticalEdges should update dominance frontier...
2002-10-31 Chris LattnerAdd interface to update domfrontier info, thanks to...
2002-10-31 Chris LattnerNew testcases
2002-10-30 Chris LattnerFix two problems:
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveBug fix in setting an implicit ref.
2002-10-30 Vikram S. AdveIn getID(), don't call getValidSymbolName to mangle...
2002-10-30 Chris LattnerAdd lots more info
2002-10-30 Misha BrukmanReturn 0 instead of 1 for correct execution. Makes...
2002-10-30 Chris LattnerMake the testcase MORE complex
2002-10-30 Chris LattnerRemove fixme
2002-10-30 Chris LattnerAdd special code to make printing SSA form machine...
2002-10-30 Chris LattnerName the first basic block
2002-10-30 Chris LattnerMake sure to set the destination register correctly
2002-10-30 Chris LattnerAllow BuildMI that helps automate construction of SSA...
2002-10-30 Chris LattnerSet the destination register field based on the target...
2002-10-30 Chris LattnerAdd flag to specify when no value is produced by an...
2002-10-30 Chris LattnerSparc backend doesn't use target specific flags yet
2002-10-30 Chris Lattner* Add new "Target Specific Flags" field to instruction...
2002-10-30 Chris LattnerUse MRegisterInfo, if available, to print symbolic...
2002-10-30 Chris LattnerImplement the new optional getRegisterInfo
2002-10-30 Chris LattnerAdd new optional getRegisterInfo to TargetMachine
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-30 Chris LattnerPrint machine code after instruction selection
2002-10-30 Chris LattnerMake sure to pass the LLVM basic block in
2002-10-30 Chris LattnerAdd support for structured printing
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerJello now builds
2002-10-29 Chris LattnerConstruct annotation, to make sure it's attached to...
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerImplement autoinserting ctor
2002-10-29 Chris LattnerRename annotation id
next