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
/
XCore
Age
Commit message (
Expand
)
Author
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-24
Add XCore intrinsic for eeu instruction.
Richard Osborne
2011-02-23
Add XCore intrinsic for clre instruction.
Richard Osborne
2011-02-23
Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enable
Richard Osborne
2011-02-23
Add XCore intrinsic for the setv instruction.
Richard Osborne
2011-02-23
Fix format for setc instruction.
Richard Osborne
2011-02-23
Add XCore intrinsic for settw instruction.
Richard Osborne
2011-02-21
Add XCore intrinsics for various instructions on ports.
Richard Osborne
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-09
Add intrinsic for setc instruction on the XCore.
Richard Osborne
2011-02-03
Add XCore intrinsics for resource instructions.
Richard Osborne
2011-02-02
Add support for trampolines on the XCore.
Richard Osborne
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2011-01-13
Fix a few more places that should use MBB::getLastNonDebugInstr().
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
2011-01-06
Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
Evan Cheng
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-18
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
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-11-03
Inside the calling convention logic LocVT is always a simple
Duncan Sands
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
eliminate an old SelectionDAG::getTruncStore method, propagating
Chris Lattner
2010-09-21
propagate MachinePointerInfo through various uses of the old
Chris Lattner
2010-09-21
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
Chris Lattner
2010-09-12
CMake: Fix MSVS build. Although I don't know why this didn't break other buil...
Michael J. Spencer
2010-09-03
Remove Predicate_* calls from MBlaze and XCore
Jakob Stoklund Olesen
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-03
CMake: Change somme target library names:
Oscar Fuentes
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
Avoid isMoveInstr when printing XCore pseudo-moves.
Jakob Stoklund Olesen
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-11
Replace copyRegToReg with copyPhysReg for XCore.
Jakob Stoklund Olesen
2010-07-10
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-09
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-08
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-07
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
[next]