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
/
Sparc
/
Sparc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-25
1
-238
/
+0
*
Doxygenify comments.
Misha Brukman
2004-02-09
1
-12
/
+9
*
Remove dump-input option.
Brian Gaeke
2004-01-13
1
-14
/
+2
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
1
-9
/
+4
*
Eliminate some code that is not needed now that we have the intrinsic lowerin...
Chris Lattner
2003-12-28
1
-7
/
+14
*
Really release memory used by functions. Patch by Chris.
Misha Brukman
2003-12-22
1
-0
/
+1
*
Hoist some sparc specific code into the sparc target
Chris Lattner
2003-12-20
1
-5
/
+50
*
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-20
1
-15
/
+10
*
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-12-17
1
-92
/
+30
*
* Put command-line switches in their own namespace
Misha Brukman
2003-11-13
1
-17
/
+16
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
For some reason, LICM and GCSE like to crash the FunctionPassManager when they
Misha Brukman
2003-11-08
1
-2
/
+4
*
PreSelection is not optional, it performs a necessary and vital transformation
Misha Brukman
2003-11-07
1
-12
/
+15
*
Goodbye, AddRegNumToValues
Brian Gaeke
2003-10-20
1
-4
/
+0
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Remove extra blank line.
Brian Gaeke
2003-10-17
1
-1
/
+0
*
Add support for the Invoke instruction by using the LowerInvoke pass
Chris Lattner
2003-10-05
1
-0
/
+6
*
Make sure to get the definition of getRegisterAllocator
Chris Lattner
2003-09-30
1
-0
/
+1
*
RegisterAllocation.h is going away
Chris Lattner
2003-09-30
1
-1
/
+0
*
Fix a typo in Sparc.cpp.
Brian Gaeke
2003-09-18
1
-6
/
+4
*
No longer provide an optinfo, noone uses it
Chris Lattner
2003-09-01
1
-2
/
+1
*
Move private interfaces into private .h file
Chris Lattner
2003-09-01
1
-2
/
+0
*
Targets should configure themselves based on a Module, not some wierd flags
Chris Lattner
2003-08-24
1
-1
/
+1
*
Rename -emitmaps to -enable-maps
Brian Gaeke
2003-08-16
1
-1
/
+1
*
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-14
1
-1
/
+1
*
Adjust files for move of mapping info stuff into the Sparc directory
Chris Lattner
2003-08-13
1
-4
/
+3
*
Disable emitting LLVM-to-MI maps, by default.
Vikram S. Adve
2003-08-12
1
-9
/
+15
*
Changing command-line option formats to be more consistent with LLVM style.
Misha Brukman
2003-08-06
1
-3
/
+3
*
* Renamed option from `nopreselect' to `nopreopt' since it disables more than
Misha Brukman
2003-08-06
1
-6
/
+10
*
Put back the separate pass to decompose multi-dimensional references
Vikram S. Adve
2003-08-01
1
-0
/
+3
*
Rename 'dump-asm' to 'dump-input' and really print it just before code-gen.
Vikram S. Adve
2003-07-29
1
-6
/
+6
*
lib/Target/Sparc/Sparc.cpp:
Brian Gaeke
2003-06-18
1
-1
/
+22
*
Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h
Chris Lattner
2003-06-16
1
-2
/
+0
*
* Removed PreSelection pass because that is now done in the JIT
Misha Brukman
2003-06-06
1
-22
/
+10
*
lib/CodeGen/Mapping/MappingInfo.cpp:
Brian Gaeke
2003-06-04
1
-1
/
+1
*
Enabling some of these passes causes lli to break
Misha Brukman
2003-05-31
1
-0
/
+6
*
Make LLI behave just like LLC with regard to the compile passes it uses.
Misha Brukman
2003-05-30
1
-0
/
+15
*
* Allow passing in an unsigned configuration to allocateSparcTargetMachine()
Misha Brukman
2003-05-27
1
-10
/
+35
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-1
/
+1
*
Add support for the Switch instruction by running the lowerSwitch pass first
Chris Lattner
2003-04-23
1
-0
/
+3
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-2
/
+2
*
* Frame & const pool info is no longer directly in MachineFunction
Chris Lattner
2002-12-28
1
-8
/
+10
*
Sparc is not little endian
Chris Lattner
2002-12-24
1
-1
/
+1
*
Initialize implicit uses/defs fields for sparc backend to empty list
Chris Lattner
2002-12-03
1
-1
/
+3
*
Reassociate pass now works
Chris Lattner
2002-10-31
1
-1
/
+1
*
Sparc backend doesn't use target specific flags yet
Chris Lattner
2002-10-30
1
-1
/
+1
*
* Privatize the TargetName
Chris Lattner
2002-10-29
1
-6
/
+2
*
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
1
-1
/
+2
*
Rename Sparc.h to TargetMachineImpls.h
Chris Lattner
2002-10-29
1
-1
/
+1
*
MachineInstrInfo doesn't need a TargetMachine
Chris Lattner
2002-10-29
1
-1
/
+0
[next]