oota-llvm.git
2002-10-20 Vikram S. AdveWarn when we are linking an executable without symbols.
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Chris LattnerThis function can be static
2002-10-20 Chris LattnerFix previous checkin :(
2002-10-20 Chris LattnerAvoid extra callSite copy
2002-10-20 Chris LattnerPrint the array flag
2002-10-20 Chris LattnerAdd isArray flag
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-18 Chris LattnerDon't emit braces around something without outgoing...
2002-10-17 Chris LattnerPrint Mod/ref info
2002-10-17 Chris LattnerCalculate mod/ref info
2002-10-17 Chris LattnerAdd interface for mod/ref info to be captures by dsgraphs
2002-10-17 Chris LattnerRemove more obsolete code
2002-10-17 Chris Lattner * Make the DSGraph cloner automatically merge global...
2002-10-17 Chris Lattner* Apparently string::find doesn't work right on our...
2002-10-17 Chris LattnerRemove obsolete code
2002-10-17 Chris LattnerEnable incompleteness marking
2002-10-17 Chris LattnerReally disable pool allocator
2002-10-17 Chris Lattner * First try at implementing TD pass this does not...
2002-10-17 Chris LattnerReenable printing of TD analysis
2002-10-17 Chris Lattner * Add data structures and code to track the call...
2002-10-17 Chris Lattner * Add data structures to BU pass to keep track of...
2002-10-17 Chris Lattner * Remove a lot of obsolete #if 0'd code
2002-10-17 Chris LattnerUse the forward declaration for GraphTraits instead...
2002-10-17 Chris LattnerCleanup data structure graph printer, eliminate hard...
2002-10-17 Chris LattnerBe const correct. Handle both DSGraph* and const DSGra...
2002-10-17 Chris LattnerBreak up the GraphWriter into smaller chunks to be...
2002-10-17 Chris LattnerAs wierd as it feels to type it, const void* is more...
2002-10-16 Joel StanleyAdded partial specialization of GraphTraits for the...
2002-10-16 Nick Hildenbrandtchanges
2002-10-16 Chris LattnerMake sure to print out the call nodes as well
2002-10-16 Chris LattnerAllow simple nodes to have outgoing edges
2002-10-16 Chris LattnerFix bug: CBackend/2002-10-16-External.ll
2002-10-16 Chris LattnerNew testcase
2002-10-16 Chris Lattner * Print the "return" node in the graphs
2002-10-16 Chris Lattner * Factor printing code again, add emitSimpleNode...
2002-10-16 Chris Lattner * Add new DOTGraphTraits::addCustomGraphFeatures...
2002-10-16 Chris LattnerThe second element of the iterator is really an offset...
2002-10-16 Chris LattnerSpecify the graph name
2002-10-16 Chris Lattner * Significantly refactor GraphWriter into a class.
2002-10-16 Chris Lattner - DSGraph Printing Improvements:
2002-10-16 Chris Lattner - Generic graph printing infrastructure changes:
2002-10-16 Chris LattnerAllow direct access to mergemap for printing
2002-10-16 Chris LattnerFix bug: test/Regression/CBackend/2002-10-15-OpaqueType...
2002-10-16 Chris LattnerNew testcase
2002-10-15 Chris Lattner - Fix bug: Assembler/2002-10-15-NameClash.ll
2002-10-15 Chris LattnerClean up testcases
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-10-15 Chris LattnerCleanup test
2002-10-15 Chris LattnerFix typo
2002-10-15 Chris LattnerNew testcase
2002-10-15 Chris LattnerCleanup testcase
2002-10-15 Chris LattnerFix testcase
2002-10-15 Chris Lattner - Fix LLI so that it simulates the endianness of...
2002-10-15 Chris LattnerMake sure to escape \'s when they are output
2002-10-15 Vikram S. AdveRemove outdated line which of course cvs merging never...
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-10-14 Vikram S. AdveAllow the Source variable to be overridden completely...
2002-10-14 Vikram S. AdvePrint "circular" warning message only in debug mode.
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-14 Vikram S. AdveTest case that shows some poor results for register...
2002-10-14 Chris LattnerAllow emission of names that start with an underscore...
2002-10-14 Chris LattnerMAke sure llc output is regenerated if the LLC binary...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-14 Chris LattnerThis loop executed exactly one time, turn it into strai...
2002-10-14 Nick HildenbrandtMore results
2002-10-14 Chris LattnerMinor cleanups, no changes to functionality
2002-10-13 Nick HildenbrandtMore successes
2002-10-13 Nick HildenbrandtNew Results
2002-10-13 Chris LattnerSimplify again
2002-10-13 Vikram S. AdveDon't try to compute the size of an "array" element...
2002-10-13 Chris LattnerSimplify testcase
2002-10-13 Chris LattnerRename test so that we can run the disassembler on it.
2002-10-13 Chris LattnerChecking testcase for bytecode reader/writer that is...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Chris LattnerHalfway conversion from custom printing to GraphWriter...
2002-10-13 Chris LattnerFirst crack at reimplementing graph traits for DSGraphs
2002-10-13 Chris Lattnerdisable the unused "pointer" member
2002-10-13 Chris LattnerAccount for global variables resolved more accurately.
2002-10-13 Chris LattnerUse methods that are more explanatory
2002-10-13 Chris LattnerAdd dummy entries to document what members can be added
2002-10-13 Vikram S. AdveAdd a test for folding a GEP into a load.
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveRun LICM before GCSE!
2002-10-13 Vikram S. AdveSeveral major fixes, particularly in emitting constant...
2002-10-13 Vikram S. AdveDon't use %l0 for large operands to a SAVE since it...
2002-10-13 Vikram S. AdveDon't mark JMPLCALL and JMPLRET as branches.
2002-10-13 Nick Hildenbrandt*** empty log message ***
2002-10-13 Vikram S. Adve(1) Try to evaluate constant when multiplying 2 constants.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer in SparcRegInfo.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer. Also add a few...
next