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