(1) Rematerialize nodes from the globals graph into the current graph
[oota-llvm.git] / lib /
2003-07-16 Vikram S. Adve(1) Rematerialize nodes from the globals graph into...
2003-07-16 Vikram S. AdveImplement 2 important changes: (1) rematerialization...
2003-07-16 Vikram S. AdveFactor out the test for unresolvable external functions...
2003-07-16 Misha BrukmanFixed the number translation scheme for the integer...
2003-07-16 Misha BrukmanThe name should really be `simm11' to follow the naming...
2003-07-15 Misha BrukmanNo need for a second immediate field if the class alrea...
2003-07-15 Misha BrukmanEncode predict = 1 by default, because the Sparc assemb...
2003-07-15 Misha BrukmanCorrectly handle calls to functions which are further...
2003-07-15 Misha BrukmanClean up my last checkin: code is easier to read and...
2003-07-15 Misha BrukmanOn Sparc/Solaris, the special handle RTLD_SELF is used...
2003-07-14 Misha Brukman* Added support for the %ccr register
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-11 Vikram S. AdveTrace loads and stores as they happen (stores were...
2003-07-11 Brian GaekeIf we have a constant pointer reference to a function...
2003-07-11 Brian GaekeFix some serious floating-point bugs (fixes test cases...
2003-07-10 Anand ShuklaAdded functionality to instrmentation pass
2003-07-10 Misha BrukmanFixed grammatical error.
2003-07-10 Vikram S. AdveSeveral important bug fixes:
2003-07-10 Vikram S. AdveBug fix in creating constants: need 1U << 31, not 1...
2003-07-10 Vikram S. AdveFold cast-to-bool into not. Later, this should also...
2003-07-10 Vikram S. AdveValues stored in CallArgsDescriptor cannot be const.
2003-07-10 Vikram S. AdveisMarkedForSpill() should be const.
2003-07-10 Vikram S. AdveChange interface to MachineInstr::substituteValue to...
2003-07-10 Vikram S. AdvePrint out all neighbors in interference graph, not...
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-07-09 Misha BrukmanSome beautification changes (tabs to spaces, removed...
2003-07-08 John CriswellRemoved size_t from the parameter list of the malloc...
2003-07-07 Misha BrukmanElaborated assembly syntax of instructions in the comments.
2003-07-07 Misha BrukmanRemoved unnecessary assignment (it was taken care by...
2003-07-07 Brian GaekeInsert workaround for GAS bug in assembling FLD/FSTP...
2003-07-07 Misha BrukmanMoved RegClassIDs enum to be next to the RegTypes enum.
2003-07-06 Vikram S. AdveCorrection to last fix: Pointer types do not return...
2003-07-06 Vikram S. AdveChoose register instead of immediate for ConstantExpr...
2003-07-06 Vikram S. AdveMajor bug fix though it happened rarely (only on a...
2003-07-06 Vikram S. AdveMake the RegClassID values public -- there is no other...
2003-07-03 Misha BrukmanApparently, the "regType" and "regClass" used in the...
2003-07-03 Chris LattnerReuse the values if they are constants: this is importa...
2003-07-03 Chris LattnerRemove globals more aggressively from graphs.
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required!
2003-07-02 Chris LattnerDisable incorrect mustalias code
2003-07-02 Chris LattnerRemove space at end of line
2003-07-02 Chris LattnerFix how we are handling unreachable functions. This...
2003-07-02 Chris LattnerKeep track of how many inlinings are performed
2003-07-02 Chris LattnerTry using trivially dead deletion
2003-07-02 Misha Brukman* Force all "don't care" bits to 0 so that there are...
2003-07-02 Misha BrukmanThe classes F4_3 and F4_4 have an `rd' operand that...
2003-07-02 Misha BrukmanProperly fix instruction syntax in comments, using...
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...
next