index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding code for outputing length in .s
Anand Shukla
2002-07-21
1
-2
/
+20
*
changed size computation
Mehwish Nagda
2002-07-19
1
-35
/
+57
*
added check for Function with 0 BB
Mehwish Nagda
2002-07-17
1
-18
/
+28
*
* Make global variables with external linkage get emitted correctly
Chris Lattner
2002-07-16
1
-13
/
+14
*
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-16
1
-22
/
+22
*
Added the Mapping Pass to out put Mapping Info to .s file
Mehwish Nagda
2002-07-15
1
-3
/
+6
*
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-15
1
-0
/
+247
*
added std:: to vector
Anand Shukla
2002-07-11
1
-2
/
+2
*
Bug fix: cast (bool) has higher precedence than %... who knew!
Vikram S. Adve
2002-07-10
1
-3
/
+3
*
Changed interface to insertCallerSavingCode().
Vikram S. Adve
2002-07-10
1
-1
/
+3
*
Stop using pseudo-instructions (SETX, SETUW, SETSW)
Vikram S. Adve
2002-07-10
1
-10
/
+28
*
Add support to print %hh, %hm, %lm, or %lo in an operand field.
Vikram S. Adve
2002-07-10
1
-14
/
+30
*
Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW)
Vikram S. Adve
2002-07-10
1
-110
/
+207
*
More important fixes:
Vikram S. Adve
2002-07-10
1
-40
/
+53
*
changed mem_fun to std::mem_fun
Anand Shukla
2002-07-09
1
-2
/
+2
*
Added std:: to mem_fun for 64-bit gcc
Anand Shukla
2002-07-09
1
-2
/
+2
*
Added support for printing constant global references to
Vikram S. Adve
2002-07-09
1
-4
/
+10
*
Numerous changes in interface to class SparcRegInfo corresponding to
Vikram S. Adve
2002-07-08
1
-75
/
+78
*
class MachineCodeForBasicBlock is now an annotation on BasicBlock.
Vikram S. Adve
2002-07-08
1
-2
/
+3
*
BA no longer has the unused CC operand.
Vikram S. Adve
2002-07-08
1
-2
/
+3
*
Have to save a boolean (setCC) value whenever use is outside the current
Vikram S. Adve
2002-07-08
1
-20
/
+16
*
BA has only one argument.
Vikram S. Adve
2002-07-08
1
-8
/
+12
*
Significant changes to correctly spill CC registers and to correctly
Vikram S. Adve
2002-07-08
1
-214
/
+273
*
Significant changes to correctly spill CC registers and to correctly
Vikram S. Adve
2002-07-08
1
-239
/
+164
*
MachineInstr* in vector are not const (and never really were)
Vikram S. Adve
2002-07-08
1
-9
/
+10
*
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.
Vikram S. Adve
2002-07-08
1
-3
/
+4
*
MachineInstr::dump() now takes no arguments.
Vikram S. Adve
2002-07-08
1
-1
/
+1
*
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-07-08
5
-102
/
+91
*
A single MachineInstr operand may now be both a def and a use.
Vikram S. Adve
2002-07-08
2
-9
/
+13
*
getUsableUniRegAtMI interface simplified slightly.
Vikram S. Adve
2002-07-08
1
-6
/
+7
*
MachineInstr* in vector are not const (and never really were)
Vikram S. Adve
2002-07-08
1
-1
/
+1
*
Remove diff-cluttering tags
Chris Lattner
2002-06-30
2
-2
/
+0
*
Remove tag that just clutters diffs
Chris Lattner
2002-06-30
1
-1
/
+0
*
Fix anands changes
Chris Lattner
2002-06-30
2
-12
/
+8
*
added include<iostream> for cerr
Anand Shukla
2002-06-25
2
-0
/
+2
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
7
-8
/
+12
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
2
-0
/
+2
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-2
/
+2
*
minor change in removing endl
Anand Shukla
2002-06-25
1
-1
/
+1
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
4
-152
/
+133
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
7
-162
/
+132
*
*** empty log message ***
Chris Lattner
2002-06-25
4
-29
/
+29
*
* Update with MegaPatch
Chris Lattner
2002-06-25
2
-278
/
+250
*
Fix constness
Chris Lattner
2002-06-05
1
-1
/
+1
*
Fix Constness problems
Chris Lattner
2002-06-05
1
-13
/
+13
*
Disable debugging output
Chris Lattner
2002-06-04
1
-1
/
+1
*
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-23
5
-56
/
+49
*
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
4
-10
/
+14
*
Move the DEBUG_LV option out of the public header file into a private header.
Chris Lattner
2002-05-22
1
-0
/
+9
[next]