index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
SparcV9Internals.h
Age
Commit message (
Expand
)
Author
2004-04-25
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-23
Include SparcV9RegInfo.h instead of TargetRegInfo.h.
Brian Gaeke
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2003-12-20
Hoist some sparc specific code into the sparc target
Chris Lattner
2003-12-17
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-11-13
The functions to create new instances of passes are no longer methods in the
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-07
PreSelection and PeepholeOpts are now FunctionPasses.
Misha Brukman
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Goodbye, AddRegNumToValues
Brian Gaeke
2003-10-20
Make replaceMachineCodeForFunction() return void.
Brian Gaeke
2003-10-17
Add prototype for replaceMachineCodeForFunction().
Brian Gaeke
2003-09-18
Fix a typo in Sparc.cpp.
Brian Gaeke
2003-09-01
No longer provide an optinfo, noone uses it
Chris Lattner
2003-09-01
Move private interfaces into private .h file
Chris Lattner
2003-08-14
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-13
Adjust files for move of mapping info stuff into the Sparc directory
Chris Lattner
2003-07-29
Add ConvertConstantToIntType() to unify all constant handling
Vikram S. Adve
2003-07-25
(1) Major fix to the way unused regs. are marked and found for the FP
Vikram S. Adve
2003-07-20
Added special consideration for instrumentation strategy
Anand Shukla
2003-07-07
Moved RegClassIDs enum to be next to the RegTypes enum.
Misha Brukman
2003-07-06
Make the RegClassID values public -- there is no other way to get them.
Vikram S. Adve
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-16
move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sp...
Chris Lattner
2003-05-31
Extensive changes to the way code generation occurs for function
Vikram S. Adve
2003-05-30
The register types need to be visible outside of the class to be useful.
Misha Brukman
2003-05-27
Added the 'r' and 'i' annotations to instructions as their opcode names have
Misha Brukman
2003-05-27
Add prototypes to add passes to JIT compilation and code emission.
Misha Brukman
2003-05-27
Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-25
Add support for compiling varargs functions.
Vikram S. Adve
2003-05-24
Reword to remove reference to how things worked in the past.
Misha Brukman
2003-05-24
Implement the TargetInstrInfo's createNOPinstr() and isNOPinstr() interface.
Misha Brukman
2003-05-20
Sparc instruction opcodes now all live under the `V9' namespace.
Misha Brukman
2003-01-15
Move sparc specific code into the Sparc backend
Chris Lattner
2003-01-15
Adjust to simpler interfaces
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-28
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
* Rename MachineFrameInfo to TargetFrameInfo
Chris Lattner
2002-10-29
These are no longer virtual methods
Chris Lattner
2002-10-29
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
MachineInstrInfo doesn't need a TargetMachine
Chris Lattner
2002-10-28
Remove all traces of the "Opcode Mask" field in the MachineInstr class
Chris Lattner
2002-10-28
Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-13
Eliminate duplicate target pointer in SparcRegInfo.
Vikram S. Adve
2002-09-28
Simplified code that handles call args and rets, so it no longer
Vikram S. Adve
2002-09-27
Modify operand order for Create{Sign,Zero}ExtensionInstructions.
Vikram S. Adve
[next]