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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-16
1
-22
/
+22
*
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-15
1
-0
/
+247
*
added std:: to endl
Anand Shukla
2002-07-11
1
-1
/
+1
*
Fix print of BB name in dump().
Vikram S. Adve
2002-07-10
1
-2
/
+1
*
Add support for marking each operand as a %hh, %hm, %lm or %lo.
Vikram S. Adve
2002-07-10
1
-34
/
+38
*
changed mem_fun to std::mem_fun
Anand Shukla
2002-07-09
1
-2
/
+2
*
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
*
Rename static struct Initializer to avoid name conflict with BB.
Vikram S. Adve
2002-07-08
1
-3
/
+3
*
Fix printing of BB in dump.
Vikram S. Adve
2002-07-08
1
-2
/
+3
*
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
*
Implementation of class MachineCodeForBasicBlock.
Vikram S. Adve
2002-07-08
1
-0
/
+28
*
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-07-08
5
-102
/
+91
*
getUsableUniRegAtMI interface simplified slightly.
Vikram S. Adve
2002-07-08
1
-6
/
+7
*
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.
Vikram S. Adve
2002-07-08
1
-11
/
+25
*
MachineInstr* in vector are not const (and never really were)
Vikram S. Adve
2002-07-08
1
-1
/
+1
*
Remove tag that just clutters diffs
Chris Lattner
2002-06-30
1
-1
/
+0
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
2
-2
/
+4
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
4
-152
/
+133
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
3
-92
/
+71
*
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-23
3
-39
/
+30
*
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
3
-9
/
+8
*
Avoid #including CommandLine.h
Chris Lattner
2002-05-22
1
-4
/
+2
*
Hide debugging options
Chris Lattner
2002-05-20
3
-3
/
+3
*
Don't lose namespace qualifications on previous patch.
Chris Lattner
2002-05-20
1
-2
/
+2
*
InstrnsBefore and InstrnsAfter are now vectors instead of deques.
Vikram S. Adve
2002-05-19
1
-3
/
+3
*
Better folding getelementptr operations with mixed
Vikram S. Adve
2002-05-19
1
-41
/
+61
*
cpValue2Value now needs a vector of MachineInstr to store return values.
Vikram S. Adve
2002-05-19
1
-16
/
+20
*
Annotation class for MachineInstr.
Vikram S. Adve
2002-05-19
1
-0
/
+39
*
Numerous bug fixes:
Vikram S. Adve
2002-05-19
2
-27
/
+58
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-2
/
+2
*
Add neccesary #include
Chris Lattner
2002-04-29
1
-0
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
13
-18
/
+5
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
2
-0
/
+4
*
Include appropriate file
Chris Lattner
2002-04-28
1
-0
/
+2
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
2
-2
/
+2
*
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-28
1
-6
/
+4
*
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-28
1
-4
/
+4
*
s/Method/Function
Chris Lattner
2002-04-27
5
-20
/
+20
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
2
-22
/
+14
*
Don't record instructions for copying method arguments in the
Vikram S. Adve
2002-04-25
1
-0
/
+1
*
Don't record instructions for copying method arguments in the
Vikram S. Adve
2002-04-25
1
-66
/
+78
*
Improve printing during dumps.
Vikram S. Adve
2002-04-25
1
-28
/
+16
*
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-04-25
1
-51
/
+22
*
Only emit message if DEBUG_RA is on
Chris Lattner
2002-04-15
1
-6
/
+6
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+1
*
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
1
-1
/
+0
[next]