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
/
XCoreRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-09-06
Remove some not-really-used variables, as warned
Duncan Sands
2009-08-23
eliminate uses of cerr()
Chris Lattner
2009-08-23
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-12
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-02-23
Propagate debug loc info through prologue/epilogue.
Bill Wendling
2009-02-13
Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-01-15
Update the operands used when building LDAWSP instructions to match the .td
Richard Osborne
2009-01-14
Add pseudo instructions to the XCore for (load|store|load address) of a
Richard Osborne
2008-11-07
Add XCore backend.
Richard Osborne