oota-llvm.git
2002-10-25 Chris LattnerPatch submited by Casey to remove obnoxious warnings.
2002-10-25 Chris LattnerPrune #includes
2002-10-25 Chris LattnerFix misspelling
2002-10-24 Chris Lattner* Remove unneccesary #includes
2002-10-24 Nick HildenbrandtUpdated
2002-10-23 Nick HildenbrandtFixed it
2002-10-23 Nick HildenbrandtAdded Burg
2002-10-23 Nick HildenbrandtMalloc prototyping now works even if the original file...
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-23 Chris LattnerMinor cleanups
2002-10-23 Chris LattnerMinor cleanups
2002-10-23 Chris Lattner - Fix a really nasty bug in the bytecode reader that...
2002-10-22 Chris LattnerWow, for some reason, when reading bytecode from stdin...
2002-10-22 Chris LattnerDisable optimization that doesn't apply to C
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-22 Chris LattnerFix misspelled variable
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-22 Chris Lattner - Make sure to only keep track of mappings that the...
2002-10-22 Chris LattnerThe callee is not correct, and confuses the TD pass...
2002-10-22 Chris LattnerWe need to know the call sites each function hosts
2002-10-22 Chris LattnerAllow modification of callee
2002-10-22 Chris LattnerSmall space optimization: Make MachineOperands take...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-21 Chris LattnerRename Analysis Usage methods
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerDon't create a new node for every reference to a global...
2002-10-21 Chris LattnerFix a confusing bug that caused return value and callee...
2002-10-21 Chris LattnerMake sure to initialize isArray member
2002-10-21 Chris LattnerRemove some unneccesary 'using' directives
2002-10-21 Chris LattnerRemove a 'using' directives from a header file. Using...
2002-10-21 Chris LattnerAdd a missing std:: qualifier
2002-10-21 Chris LattnerAdd a link to C++ in a nutshell book
2002-10-21 Chris LattnerFix bug with prior checkin
2002-10-21 Chris LattnerTwo callsites are equivalent even if they are from...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Chris LattnerAvoid extra copy
2002-10-20 Chris LattnerSimplify code a bit, add comment flyer
2002-10-20 Chris LattnerSplit some long lines
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...
next