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
/
CodeGen
/
TargetMachine
Age
Commit message (
Expand
)
Author
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
Move the sparc target to a new lib/Target directory
Chris Lattner
2001-09-14
Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/Sparc
Chris Lattner
2001-09-14
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-14
Updates to use local header files.
Chris Lattner
2001-09-12
More cleanups, preparing to revamp InstrForest to, among other things,
Chris Lattner
2001-09-12
* Clean up InstrForest
Chris Lattner
2001-09-11
Eliminate 'BasicNode' from InstrForest.
Chris Lattner
2001-09-11
Remove irrelevant gross K&R Cisms
Chris Lattner
2001-09-10
Use type checking predicates
Chris Lattner
2001-09-10
Use correct casts
Chris Lattner
2001-09-09
Implement the subset of the GetConstantValueAsSignedInt function that is need...
Chris Lattner
2001-09-09
Handle cast float-to-float or cast double-to-double.
Vikram S. Adve
2001-09-07
Updates to work with new lack of constant pool
Chris Lattner
2001-09-07
annotations are now const
Chris Lattner
2001-08-31
*** empty log message ***
Ruchira Sasanka
2001-08-28
Added nonterminals for arithmetic operations where one operand is constant.
Vikram S. Adve
2001-08-28
Major changes too hard to document :-)
Vikram S. Adve
2001-08-28
Extensive additions for supporting instruction scheduling.
Vikram S. Adve
2001-08-28
Added class MachineSchedInfo and several supporting classes
Vikram S. Adve
2001-08-27
I suck
Chris Lattner
2001-08-27
Initial checkin of TargetData code
Chris Lattner
2001-08-27
Convert to use the new factored out TargetData class
Chris Lattner
2001-08-27
Factor code out to the TargetData class
Chris Lattner
2001-08-25
Remove explicit source list
Chris Lattner
2001-08-13
Changed case 64 to make the first arg of phi a defintion
Ruchira Sasanka
2001-08-06
Add CC operand as 4th operand of SUBcc, and mark it as a def.
Vikram S. Adve
2001-08-06
Also, move burg rule to Makefile.common.
Vikram S. Adve
2001-08-06
Better still, lets move pathname for Burg to Makefile.common.
Vikram S. Adve
2001-08-06
Use full pathname for burg.
Vikram S. Adve
2001-07-31
Added tree nodes for Phi instructions.
Vikram S. Adve
2001-07-31
Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg).
Vikram S. Adve
2001-07-28
Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.
Vikram S. Adve
2001-07-28
Bug fixes:
Vikram S. Adve
2001-07-28
Added MachineInstrInfo class and moved instruction-related members there.
Vikram S. Adve
2001-07-23
Removal of the redundant CompileContext wrapper
Chris Lattner
2001-07-21
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
Make code fit in 80 columns more
Chris Lattner
2001-07-21
Exterminate nasty Cisms
Chris Lattner
2001-07-21
Refer to include/llvm/CodeGen not Codegen
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Description of the SPARC as a target architecture.
Vikram S. Adve
2001-07-21
Base clas for a description of a target architecture.
Vikram S. Adve