aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-30Fix De Morgan's name.Misha Brukman
2004-07-30Start using the PatternMatcher a bit.Chris Lattner
2004-07-30Check in some useful helper routines for doing ML-style pattern matching onChris Lattner
2004-07-30I demand the ability to say 'if (isa<Value>(V))'!Chris Lattner
2004-07-29Convert a few assertions with side-effects into regular old runtime checks.Brian Gaeke
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner
2004-07-29Header movedChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-29Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman
2004-07-29Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-29Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llxChris Lattner
2004-07-29Get rid of a few dead method declarations.Brian Gaeke
2004-07-29Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke
2004-07-29Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke
2004-07-29Don't derive from ValueSet to implement class LiveRange; instead, use aBrian Gaeke
2004-07-29Fix a few typoes and grammaroes in comments.Brian Gaeke
2004-07-29Fix typo in comment.Brian Gaeke
2004-07-29Remove mustSaveAcrossCalls flag, which isn't ever read, and its mutator,Brian Gaeke
2004-07-29Move Transforms/BasicAA to Analysis/BasicAAChris Lattner
2004-07-29Due to a bug in BasicAA, DSE is incorrectly deleting the first store inChris Lattner
2004-07-29Updates to reflect most recent changes to bytecode file format:Reid Spencer
2004-07-28Fix grammar, eliminate double parenthesized sentence fragment.Misha Brukman
2004-07-28* Wrap code listings in <div class="doc_code">Misha Brukman
2004-07-28* Use the doc_code class for code listings to make it stand out from textMisha Brukman
2004-07-28Put <tt> around verbatim code elements.Misha Brukman
2004-07-28Minor correctionsChris Lattner
2004-07-28TargetInstrInfo::hasOperandInterlock() is always true, because it isBrian Gaeke
2004-07-28Add notes on bug involving casting ulong -> double, thanks to Nate Begeman.Misha Brukman
2004-07-28Simplify loading (un)signed constants to registers, patch by Nate Begeman.Misha Brukman
2004-07-28Remove an extra 8 byte distance penalty. Patch by Nate Begeman.Misha Brukman
2004-07-28Find longs by type, not by their primitive size being 64. Patch by Nate Begeman.Misha Brukman
2004-07-28LI can only take signed values, so values > 32767 can only be loaded with ORIMisha Brukman
2004-07-28Reorganize tests to place them in proper directories.Misha Brukman
2004-07-28UnitTests 2003-05-26-Shorts and 2003-07-09-LoadShorts have been fixed;Misha Brukman
2004-07-28Fix printing of immediate operands by looking at their operand types inMisha Brukman
2004-07-27Renamed files:Misha Brukman
2004-07-27ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke
2004-07-27This was the only user of TargetInstrInfo::ConstantTypeMustBeLoaded().Brian Gaeke
2004-07-27This is the regression test for the change to InstructionCombining.cppRobert Bocchino
2004-07-27This change fixed a bug in the function visitMul. The prior versionRobert Bocchino
2004-07-27*** empty log message ***Robert Bocchino
2004-07-27Get rid of the (apparently non-working) filePrinterEmitter which is added inBrian Gaeke
2004-07-27Branch selection support implemented by Nate Begeman for long branches.Misha Brukman
2004-07-27Fix the nightly tester to default to using gnuplot in /usr/binChris Lattner
2004-07-27Correctly print out long branches, assert on finding pseudo instr COND_BRANCHMisha Brukman