summaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Bug fix in TargetData::getIndexedOffset: We were using the pointerVikram S. Adve2002-08-131-3/+3
* Several bug fixes in casting to signed int values.Vikram S. Adve2002-08-131-69/+141
* Handle small unsigned results correctly by clearing high bits.Vikram S. Adve2002-08-131-34/+64
* Build correctly in the face of /shared.Brian Ensink2002-08-121-7/+5
* - Clean up interface to Sparc register handling a bit:Chris Lattner2002-08-125-186/+170
* * Removed extraneous #includesChris Lattner2002-08-097-88/+41
* * Removed extraneous #includesChris Lattner2002-08-097-78/+33
* We are using std::vector, so remove extraneous namespace prefixesChris Lattner2002-08-091-8/+7
* Change machinecode for instruction to not inherit from vector.Chris Lattner2002-08-091-16/+39
* Very minor cleanupsChris Lattner2002-08-091-23/+15
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-2/+2
* Merge three loops into one.Chris Lattner2002-08-071-23/+18
* Fix breakage in the buildChris Lattner2002-08-071-3/+2
* added Mapping and Function PassMehwish Nagda2002-08-051-1/+5
* Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand,Vikram S. Adve2002-08-041-29/+7
* Bug fix in TargetData::getIndexedOffset(): handle struct offsetVikram S. Adve2002-08-041-6/+7
* Bug fix in SetOperandsForMemInstr: handle leading zeros correctlyVikram S. Adve2002-08-041-5/+9
* Add function GetConstantValueAsUnsignedInt.Vikram S. Adve2002-08-041-52/+49
* Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead.Chris Lattner2002-08-031-6/+4
* Simplified handling of array indexes in SetMemOperands_Internal.Vikram S. Adve2002-08-031-77/+62
* Bug fix: incorrect SAVE instruction when using register for stack size.Vikram S. Adve2002-08-011-1/+1
* Just improved comments and assertions.Vikram S. Adve2002-07-311-14/+18
* Add a missing case: converting float/double to unsigned integer types.Vikram S. Adve2002-07-311-77/+73
* * Move InstructionSelection Pass here instead of living in Sparc.cpp. ItChris Lattner2002-07-301-169/+146
* * Move InstructionSelection pass to lib/CodeGen/InstrSelection so it isChris Lattner2002-07-301-18/+1
* Remove unused vectorChris Lattner2002-07-301-3/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-1/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-0/+2
* Refix stuff for GCC 2.95, 3.0.4 & 3.1Chris Lattner2002-07-251-6/+6
* now removes deleted nops from MachineCodeForInstructionMehwish Nagda2002-07-251-8/+20
* changed implementation of LLVM BYTECODE LengthMehwish Nagda2002-07-251-18/+16
* Avoid warning messageChris Lattner2002-07-252-0/+2
* *** empty log message ***Chris Lattner2002-07-251-1/+1
* *** empty log message ***Chris Lattner2002-07-254-10/+10
* GCC 3.1 changes, finally the burm file builds the FIRST time a clean director...Chris Lattner2002-07-255-9/+18
* *** empty log message ***Chris Lattner2002-07-241-2/+2
* Non-standard hash classes are not in the std:: namespaceChris Lattner2002-07-241-1/+1
* *** empty log message ***Chris Lattner2002-07-248-18/+17
* *** empty log message ***Chris Lattner2002-07-232-2/+1
* moving to the Reoptimizer/Mapping dirMehwish Nagda2002-07-221-279/+0
* moved from CodeGen to this dirMehwish Nagda2002-07-221-0/+11
* *** empty log message ***Chris Lattner2002-07-224-24/+35
* Adding code for outputing length in .sAnand Shukla2002-07-211-2/+20
* changed size computationMehwish Nagda2002-07-191-35/+57
* added check for Function with 0 BBMehwish Nagda2002-07-171-18/+28
* * Make global variables with external linkage get emitted correctlyChris Lattner2002-07-161-13/+14
* Now will profile all Basic BlocksMehwish Nagda2002-07-161-22/+22
* Added the Mapping Pass to out put Mapping Info to .s fileMehwish Nagda2002-07-151-3/+6
* Initial checking : Writes LLVM - MI mappiing to the .s fileMehwish Nagda2002-07-151-0/+247