oota-llvm.git
2004-02-09 Chris LattnerThis debugging hook is no longer needed.
2004-02-09 Chris LattnerCode cleanup in preparation for later changes. Now...
2004-02-09 Chris LattnerNow that all of the derived types have disciplined...
2004-02-09 Chris LattnerDon't depend on auto data conversion
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerIncrease encapsulation of the StructType class, elimina...
2004-02-09 Chris LattnerMethod is gone
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-09 Chris LattnerImprove encapsulation in the FunctionType class, by...
2004-02-09 Chris LattnerThis #include is not needed, it should have been remove...
2004-02-09 Chris LattnerInstead of searching the entire type graph for a type...
2004-02-09 Chris LattnerUpreferences are always OpaqueTypes, meaning that it...
2004-02-09 Chris LattnerAnother nice speedup for the register allocator. This...
2004-02-09 Chris LattnerAdd a new (hidden) option that is useful for profiling.
2004-02-09 Chris LattnerUgh, perform an optimization that GCC should be able...
2004-02-09 Chris LattnerOnly do stuff for the REAL number of physical registers...
2004-02-09 Chris LattnerChange the PhysRegsUsed map into a dense array. Seeing...
2004-02-09 Chris LattnerTwo problems with these lines of code:
2004-02-09 Chris LattnerThe ConstantExpr::getCast call can cause a CPR to be...
2004-02-09 Chris LattnerFix PR215: [bcwriter] Problem compactifying ConstantPoi...
2004-02-08 Misha BrukmanFix grammar-o.
2004-02-08 Chris LattnerAll of spec, including 253.perlbmk should now work...
2004-02-08 Chris LattnerImprove compatibility with programs that already have...
2004-02-08 Chris Lattnervi failed me again. :)
2004-02-08 Chris LattnerRename the invoke 'except' destination to the 'unwind...
2004-02-08 Chris LattnerChange the 'exception' destination to the 'unwind'...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-08 Chris LattnerAdd new bug, add note about llvm-db
2004-02-08 Chris LattnerFix PR225: [pruneeh] -pruneeh pass removes invoke instr...
2004-02-08 Chris LattnersplitBasicBlock "does the right thing" now, no reason...
2004-02-08 Chris LattnerBug fixed
2004-02-08 Chris LattnerImplement proper invoke/unwind lowering.
2004-02-08 Chris LattnerNew testcase, code generators should support invoke...
2004-02-08 Chris LattnerPrint out all globals as they are emitted, not just...
2004-02-08 Chris LattnerThere is no reason to #define fd
2004-02-08 Brian Gaekeadd pr105
2004-02-08 Brian GaekeFix unterminated-quote typo in echo command
2004-02-08 Brian GaekeDocument automake as a build dependency because we...
2004-02-08 Brian GaekeMove rules for regenerating autoconf files into this...
2004-02-08 Brian GaekeRemove rules for autoconf'ing files from top-level...
2004-02-08 Chris LattnerAdd a call to 'write' right before the call to abort...
2004-02-08 Brian GaekeFix indentation of selectiondag.
2004-02-08 Chris LattnerAdd one that I missed
2004-02-08 Chris LattnerInstead of callign removeTriviallyDeadNodes on the...
2004-02-08 Chris LattnerRemove another unneeded call.
2004-02-08 Chris LattnerThis call is no longer needed now that merging does...
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerBugfix for ilist conversion. The ilist wants to make...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-08 Chris LattnerOne of the 'annoying' things about ilists is that the...
2004-02-08 Chris LattnerChange to use node_iterators instead of direct access...
2004-02-08 Chris LattnerChange to use iterators instead of direct access
2004-02-08 Chris LattnerMinor change to breakpoint (lack of) support
2004-02-07 Chris LattnergetNodes() is gone, use node_begin/end instead
2004-02-07 Chris LattnergetNodes() is gone
2004-02-07 Chris LattnerAbstract out the Nodes collection. Instead of providin...
2004-02-07 Chris LattnerActually USE isForwarding method
2004-02-07 Chris LattnerAs Alkis pointed out to me, I forgot to commit this...
2004-02-07 Chris LattnerThere is no need to clone over nodes that are going...
2004-02-06 Brian GaekeUse autoconf answers from config.h (FIXME, should autoc...
2004-02-06 Chris LattnerAdd a missing link
2004-02-06 Misha BrukmanFix grammar.
2004-02-06 Alkis EvlogimenosIncrease code clarity.
2004-02-06 John CriswellInitial checking of the libpng library.
2004-02-06 John CriswellInitial checking of the zlib library.
2004-02-06 Chris LattnerAdd information about the piece I forgot to write:...
2004-02-06 Chris LattnerSyntax hilight examples and add note about emacs/vim...
2004-02-06 Chris LattnerAdd a new document describing TableGen
2004-02-06 Chris LattnerPrint the record NAME not the record ADDRESS
2004-02-06 Alkis EvlogimenosEliminate uneeded lookups by passing a Virt2PhysMap...
2004-02-05 Chris LattnerFix another dominator update bug. These bugs keep...
2004-02-05 Alkis EvlogimenosChange live interval representation. Machine instructio...
2004-02-05 Chris LattnerFix bug updating dominators
2004-02-05 Chris LattnerAdd debug output
2004-02-05 Chris LattnerBug fixed
2004-02-05 Chris LattnerFix PR223: Loopsimplify incorrectly updates dominator...
2004-02-05 Chris LattnerNew testcase for PR223: Loopsimplify incorrectly update...
2004-02-05 Alkis EvlogimenosWe don't need to scan the blocks that we are live-in...
2004-02-05 Chris Lattners/gcse/scalarrepl
2004-02-05 Chris LattnerIn a "seeing the forest through the trees" kinda situat...
2004-02-05 Chris LattnerThis is a big diff with no functionality change. We...
2004-02-05 Chris Lattnerfinegrainify namespacification
2004-02-05 Tanya LattnerAdded missing include.
2004-02-05 Tanya LattnerFixed Chris' typo.
2004-02-05 Chris Lattnerqoi bug fixed
2004-02-05 Chris LattnerImplement optimizations for handling large basic blocks.
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2004-02-04 Chris LattnerMinor speedup, don't query ValueMap each time through...
2004-02-04 Brian GaekeAlways replace instead of appending when creating archi...
2004-02-04 Brian GaekeInclude <iosfwd> and <string> instead of <iostream>.
2004-02-04 Brian GaekeTake away the default iostream argument of createMachin...
2004-02-04 Brian GaekeClean out DESTLIBBYTECODE when making clean in runtime.
2004-02-04 Chris LattnerTwo changes:
2004-02-04 Alkis EvlogimenosIMULri* instructions do not require their first two...
2004-02-04 Chris LattnerOptimize the case where we are inlining a function...
2004-02-04 Chris LattnerCheck in header file I forgot before.
2004-02-04 Chris LattnerAdjust to the new BasicBlock ctor, which requires a...
2004-02-04 Chris LattnerAdjust to the new BB ctor
2004-02-04 Chris LattnerDelete the BasicBlock ctor that only takes a BasicBlock...
2004-02-04 Chris LattnerRemove unneeded code now that splitBasicBlock does...
next