aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* added std:: to vectorAnand Shukla2002-07-111-2/+2
* Bug fix: cast (bool) has higher precedence than %... who knew!Vikram S. Adve2002-07-101-3/+3
* Changed interface to insertCallerSavingCode().Vikram S. Adve2002-07-101-1/+3
* Stop using pseudo-instructions (SETX, SETUW, SETSW)Vikram S. Adve2002-07-101-10/+28
* Add support to print %hh, %hm, %lm, or %lo in an operand field.Vikram S. Adve2002-07-101-14/+30
* Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW)Vikram S. Adve2002-07-101-110/+207
* More important fixes:Vikram S. Adve2002-07-101-40/+53
* changed mem_fun to std::mem_funAnand Shukla2002-07-091-2/+2
* Added std:: to mem_fun for 64-bit gccAnand Shukla2002-07-091-2/+2
* Added support for printing constant global references toVikram S. Adve2002-07-091-4/+10
* Numerous changes in interface to class SparcRegInfo corresponding toVikram S. Adve2002-07-081-75/+78
* class MachineCodeForBasicBlock is now an annotation on BasicBlock.Vikram S. Adve2002-07-081-2/+3
* BA no longer has the unused CC operand.Vikram S. Adve2002-07-081-2/+3
* Have to save a boolean (setCC) value whenever use is outside the currentVikram S. Adve2002-07-081-20/+16
* BA has only one argument.Vikram S. Adve2002-07-081-8/+12
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-214/+273
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-239/+164
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-9/+10
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.Vikram S. Adve2002-07-081-3/+4
* MachineInstr::dump() now takes no arguments.Vikram S. Adve2002-07-081-1/+1
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-085-102/+91
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-082-9/+13
* getUsableUniRegAtMI interface simplified slightly.Vikram S. Adve2002-07-081-6/+7
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-1/+1
* Remove diff-cluttering tagsChris Lattner2002-06-302-2/+0
* Remove tag that just clutters diffsChris Lattner2002-06-301-1/+0
* Fix anands changesChris Lattner2002-06-302-12/+8
* added include<iostream> for cerrAnand Shukla2002-06-252-0/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-257-8/+12
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-0/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* minor change in removing endlAnand Shukla2002-06-251-1/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-254-152/+133
* MEGAPATCH checkin.Chris Lattner2002-06-257-162/+132
* *** empty log message ***Chris Lattner2002-06-254-29/+29
* * Update with MegaPatchChris Lattner2002-06-252-278/+250
* Fix constnessChris Lattner2002-06-051-1/+1
* Fix Constness problemsChris Lattner2002-06-051-13/+13
* Disable debugging outputChris Lattner2002-06-041-1/+1
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-235-56/+49
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-224-10/+14
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-221-0/+9