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
/
SystemZ
Age
Commit message (
Expand
)
Author
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-23
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-20
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-15
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-14
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-11
Remove some explicit arguments to getELFSection. This is
Rafael Espindola
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-04
zap dead code.
Chris Lattner
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-07-20
Constify some arguments.
Eric Christopher
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-11
Remove redundant branch. Thanks, Anton!
Jakob Stoklund Olesen
2010-07-11
Replace copyRegToReg with copyPhysReg for SystemZ.
Jakob Stoklund Olesen
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-21
Remove isTwoAddress from SystemZ.
Eric Christopher
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
cleanup
Rafael Espindola
2010-05-28
Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-25
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
Use enums instead of literals for SystemZ subregisters
Jakob Stoklund Olesen
2010-05-24
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
Use SubRegIndex in SystemZ.
Jakob Stoklund Olesen
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-14
SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead and
Bill Wendling
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
[next]