aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9PreSelection.cpp
AgeCommit message (Expand)Author
2004-04-25Fix file header comments and include guards -- many files have been moved orBrian Gaeke
2004-04-07Fix insertion of SelectInsts.Brian Gaeke
2004-04-04In the perhaps not-to-distant future, we might support gep instructions thatChris Lattner
2004-04-02Add support for constant select expressions. Clarify the assertion failure msg.Brian Gaeke
2004-03-11Give pass a nameBrian Gaeke
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2003-12-17Doxygenified some comments, reduced extraneous space.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-07* Stop making a global for each constant that cannot live in an instruction;Misha Brukman
2003-10-22No, really, order the #includes correctly.Misha Brukman
2003-10-22* Fix order of #includes to follow style guideMisha Brukman
2003-10-21Hrm, unbreak stuph :(Chris Lattner
2003-10-21Pull the PHI special case into it's own visit* methodChris Lattner
2003-10-21The lastOp operand is never usedChris Lattner
2003-10-21Preselection is _not_ a basicblock pass, because it adds global variables toChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-01The comment seems irrelevant as the pass has become a BasicBlock pass.Misha Brukman
2003-09-01Move private interfaces into private .h fileChris Lattner
2003-08-06Remove conversion of fp-to-uint cast into a multi-step cast:Vikram S. Adve
2003-07-02(1) Major bug fix: DecomposeArrayRef() replaces its argument instr. andVikram S. Adve
2003-06-05Minor tuning -- avoid a non-inlinable function call on every operand.Vikram S. Adve
2003-06-04Avoid generating a getelementptr instruction of a functionChris Lattner
2003-05-31Several bug fixes: globals in call operands were not being pulled out;Vikram S. Adve
2003-05-01Eliminate use of NonCopyable so that doxygen documentation doesn't linkChris Lattner
2003-04-24Trivial cleanupChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-01-14Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2003-01-14Minor cleanupsChris Lattner
2002-10-27change ++ to +1 when using random access iteratorsChris Lattner
2002-10-13 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner
2002-10-13Major fix: extract ConstantExpr nodes and decompose them into symbolicVikram S. Adve
2002-09-27Decompose FP-to-UInt casts into FP-to-ULong-toUInt.Vikram S. Adve
2002-09-20Moving these files from Code/PreSelection to here.Vikram S. Adve