Don't put constants into the scalar map!
[oota-llvm.git] / lib /
2002-11-09 Chris LattnerDon't put constants into the scalar map!
2002-11-09 Chris LattnerAdd initial support for a globals graph
2002-11-09 Chris LattnerTighten up array handling
2002-11-09 Chris Lattner#include Datastructure.h first
2002-11-09 Chris LattnerFix warning
2002-11-09 Chris LattnerFix warning & release build
2002-11-08 Chris LattnerFix spelling error
2002-11-08 Chris LattnerFold arrays down to a single element. This causes...
2002-11-08 Chris LattnerONLY merge in the aux call sites, this causes a HUGE...
2002-11-08 Chris LattnerAllow specification of whether the call sites should...
2002-11-08 Chris LattnerReenable 'quick exit' case
2002-11-08 Chris LattnerReduce amount of work needed to compute ip/modref
2002-11-08 Chris LattnerReimplement TD pass completely it now works
2002-11-08 Chris LattnerCannot modify original call sites vector
2002-11-08 Chris Lattner- Add a bunch of checking to make sure that dead nodes...
2002-11-08 Chris LattnerRemove gunk used by broken TD pass
2002-11-08 Chris LattnerUse the new getMainFunction() method to efficiently...
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-11-08 Chris LattnerFix IPModRef to use new DS interface
2002-11-08 Chris LattnerImplement feof
2002-11-08 Chris LattnerUse DSNodeHandleMap instead to be safe
2002-11-08 Chris Lattner* actually handle constants (especially constantexprs...
2002-11-08 Chris LattnerAdd flush
2002-11-08 Chris LattnerFix bug: FunctionResolve/2002-11-07-RetMismatch.ll
2002-11-07 Chris Lattner_REALLY_ fix the float constant problem
2002-11-07 Chris LattnerPrint out 'float' constants correctly
2002-11-07 Chris LattnerImplement freopen for burg
2002-11-07 Chris LattnerMake command line arguments setup be endian correct!!
2002-11-07 Brian GaekeAdd instruction selection code and tests for setcc...
2002-11-07 Chris LattnerImplement ResolveCallSiteModRefInfo for IPModRef. ...
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerImplement a new mergeInGraph method, which basically...
2002-11-07 Chris LattnerRename DataStructureAnalysis namespace to DS
2002-11-07 Chris LattnerFix problem with dangling referrers
2002-11-07 Chris LattnerMinor bugfix to enable generation of methcall.llvm...
2002-11-07 Chris LattnerCompute total number of nodes and # call nodes
2002-11-07 Chris LattnerMove printouts to be wrapped in DEBUG() macros
2002-11-07 Chris LattnerWhen the -only-print-main-ds option is specified, still...
2002-11-06 Chris LattnerImplement fprintf
2002-11-06 Chris LattnerImplement fputc and ungetc to allow burg to run in lli
2002-11-06 Nick HildenbrandtFixes escapeing bug in strings. Fixes test case test...
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 LattnerChange Steens class to build with Vikram's changes
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 interprocedural analysis pass that computes flow...
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-06 Chris LattnerDelete "StripScalars" argument to cloneInto method
2002-11-06 Vikram S. AdveRemove a nasty little semi-colon someone introduced...
2002-11-05 Chris LattnerAttempted fixes to the mergemap to make it work better.
2002-11-04 Chris LattnerSimplify code
2002-11-04 Chris LattnerSun can now use mallinfo()
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
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 a transformation to turn:
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Chris LattnerChange the "Cannot merge two portions of the same node...
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 LattnerMake sure to _delete_ memory allocated by worklists
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 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 Anand Shuklacode to lightly instrument at branches
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-02 Chris LattnerImplement signed and unsigned division and remainder
2002-11-02 Chris LattnerImplement multiply operator
2002-11-02 Chris Lattner* Implement subtract
2002-11-02 Chris Lattnershuffle code around a bit, implement and, or, xor
2002-11-02 Chris LattnerAdd PHI node support, add comment for branch function
2002-11-02 Chris LattnerImplement unconditional branching support
2002-11-02 Chris Lattner* Fix nonconstant shift case
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-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 LattnerNew iostream definitions
2002-11-01 Chris LattnerMake sure to include name information if we have it
2002-10-31 Chris LattnerAdd a fixme
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 LattnerReassociate pass 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 Chris LattnerRemove dead code
next