summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/PreSelection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doxygenified some comments, reduced extraneous space.Misha Brukman2003-12-171-19/+12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* * Stop making a global for each constant that cannot live in an instruction;Misha Brukman2003-11-071-36/+14
* No, really, order the #includes correctly.Misha Brukman2003-10-221-1/+1
* * Fix order of #includes to follow style guideMisha Brukman2003-10-221-39/+27
* Hrm, unbreak stuph :(Chris Lattner2003-10-211-1/+1
* Pull the PHI special case into it's own visit* methodChris Lattner2003-10-211-9/+12
* The lastOp operand is never usedChris Lattner2003-10-211-20/+11
* Preselection is _not_ a basicblock pass, because it adds global variables toChris Lattner2003-10-211-101/+22
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* The comment seems irrelevant as the pass has become a BasicBlock pass.Misha Brukman2003-10-011-2/+0
* Move private interfaces into private .h fileChris Lattner2003-09-011-1/+1
* Remove conversion of fp-to-uint cast into a multi-step cast:Vikram S. Adve2003-08-061-29/+0
* (1) Major bug fix: DecomposeArrayRef() replaces its argument instr. andVikram S. Adve2003-07-021-45/+22
* Minor tuning -- avoid a non-inlinable function call on every operand.Vikram S. Adve2003-06-051-70/+72
* Avoid generating a getelementptr instruction of a functionChris Lattner2003-06-041-1/+1
* Several bug fixes: globals in call operands were not being pulled out;Vikram S. Adve2003-05-311-12/+43
* Eliminate use of NonCopyable so that doxygen documentation doesn't linkChris Lattner2003-05-011-3/+4
* Trivial cleanupChris Lattner2003-04-241-5/+5
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+2
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-1/+1
* Minor cleanupsChris Lattner2003-01-141-5/+2
* change ++ to +1 when using random access iteratorsChris Lattner2002-10-271-4/+2
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-131-2/+2
* Major fix: extract ConstantExpr nodes and decompose them into symbolicVikram S. Adve2002-10-131-22/+90
* Decompose FP-to-UInt casts into FP-to-ULong-toUInt.Vikram S. Adve2002-09-271-0/+28
* Moving these files from Code/PreSelection to here.Vikram S. Adve2002-09-201-0/+286
OpenPOWER on IntegriCloud