index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend TargetData::getIndexedOffset to support arrays and pointers!
Chris Lattner
2002-05-07
1
-10
/
+13
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
3
-44
/
+32
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
5
-5
/
+2
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
4
-0
/
+20
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-1
/
+9
*
Add #include that was removed from TargetMachine.h
Chris Lattner
2002-04-28
2
-0
/
+2
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
4
-8
/
+8
*
Simplify code
Chris Lattner
2002-04-28
1
-15
/
+5
*
s/Method/Function
Chris Lattner
2002-04-27
1
-1
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
4
-33
/
+33
*
Use the cast<> operator in favor of C style casts
Chris Lattner
2002-04-27
1
-3
/
+3
*
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-3
/
+2
*
Simplify code a bit
Chris Lattner
2002-04-27
1
-6
/
+5
*
Don't pad spills and temp. stack areas for alignment.
Vikram S. Adve
2002-04-25
1
-4
/
+5
*
Major changes to how int and FP arguments are handled. Varargs
Vikram S. Adve
2002-04-25
1
-189
/
+254
*
Added functions to compute which register, if any, to use
Vikram S. Adve
2002-04-25
1
-15
/
+20
*
Insert copy operations for FP arguments to a varargs function,
Vikram S. Adve
2002-04-25
1
-31
/
+69
*
Implementation of class MachineFrameInfo.
Vikram S. Adve
2002-04-25
1
-0
/
+50
*
* getAsString requires that the input array is string compatible, so
Chris Lattner
2002-04-18
1
-33
/
+32
*
Only print debug message if DEBUG_RA is on
Chris Lattner
2002-04-15
1
-8
/
+6
*
Handle the FP format problem, where outputed FP constants were not precise
Chris Lattner
2002-04-11
1
-7
/
+24
*
Eliminate unneccesary extraneous iterators
Chris Lattner
2002-04-09
1
-10
/
+4
*
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
1
-0
/
+1
*
iUse new form of pop_back to make code more concise
Chris Lattner
2002-04-09
1
-2
/
+1
*
Delete NOP instructions as they are eliminated.
Chris Lattner
2002-04-09
1
-0
/
+1
*
* Add a useful file comment
Chris Lattner
2002-04-09
1
-91
/
+7
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the
Chris Lattner
2002-04-09
1
-81
/
+0
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include
Chris Lattner
2002-04-09
1
-0
/
+153
*
Include prototype for interface to PrologEpilogCodeInserter.cpp file
Chris Lattner
2002-04-09
1
-0
/
+2
*
Use new higher level isFloatingPoint() function
Chris Lattner
2002-04-09
1
-1
/
+1
*
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-09
1
-8
/
+8
*
s/Method/Function
Chris Lattner
2002-04-08
3
-15
/
+14
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
1
-4
/
+4
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
4
-108
/
+110
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
2
-7
/
+5
*
Case numbers were not updated when Sparc.burg.in was changed
Vikram S. Adve
2002-04-01
1
-1
/
+2
*
1. Fix a leftover bug in generating memory instructions.
Vikram S. Adve
2002-03-31
1
-36
/
+38
*
Added function getCallInstIndirectAddrVal() to set call interference
Vikram S. Adve
2002-03-31
2
-1
/
+11
*
Minor cleanup in printing constants. I think this included a bug
Vikram S. Adve
2002-03-31
1
-32
/
+14
*
Fix CreateUIntSetInstruction() to handle sign extensions correctly.
Vikram S. Adve
2002-03-31
1
-7
/
+37
*
s/Method/Function
Chris Lattner
2002-03-29
1
-1
/
+2
*
Convert to use new style casts instead of direct checking
Chris Lattner
2002-03-26
1
-2
/
+2
*
Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences().
Vikram S. Adve
2002-03-24
1
-5
/
+8
*
Change latencies for Load, Store and Branch instructions.
Vikram S. Adve
2002-03-24
1
-40
/
+42
*
Major enhancements to how array and structure indices are handled.
Vikram S. Adve
2002-03-24
1
-148
/
+182
*
Add support for code generation for array references.
Vikram S. Adve
2002-03-18
1
-481
/
+607
*
Bug fixes for not using unified reg. numbers, and for using the
Vikram S. Adve
2002-03-18
1
-62
/
+77
*
Use distinct names for the three types of SetMachineOperand to
Vikram S. Adve
2002-03-18
1
-35
/
+39
*
Minor fixes.
Vikram S. Adve
2002-03-18
1
-3
/
+7
*
Handling of global names was severely broken when converting to 2 passes.
Vikram S. Adve
2002-03-18
1
-28
/
+61
[next]