index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
XCore
/
XCoreRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-4
/
+4
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-1
/
+1
*
cleanup
Rafael Espindola
2010-06-02
1
-12
/
+0
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
1
-1
/
+1
*
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
1
-36
/
+13
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-7
/
+7
*
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
1
-7
/
+3
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-2
/
+1
*
get MMI out of the label uniquing business, just go to MCContext
Chris Lattner
2010-03-14
1
-4
/
+4
*
Now that DBG_LABEL is updated, we can finally make MachineMove
Chris Lattner
2010-03-14
1
-21
/
+15
*
change the DBG_LABEL MachineInstr to always be created
Chris Lattner
2010-03-14
1
-4
/
+8
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
1
-1
/
+1
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-5
/
+8
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
1
-2
/
+5
*
Remove some not-really-used variables, as warned
Duncan Sands
2009-09-06
1
-7
/
+6
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
1
-2
/
+2
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-4
/
+1
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-5
/
+5
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-1
/
+2
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-4
/
+4
*
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-12
1
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-3
/
+3
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-5
/
+5
*
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-08
1
-18
/
+35
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
1
-6
/
+6
*
Propagate debug loc info through prologue/epilogue.
Bill Wendling
2009-02-23
1
-2
/
+3
*
Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.
Dale Johannesen
2009-02-13
1
-30
/
+33
*
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
1
-2
/
+2
*
Update the operands used when building LDAWSP instructions to match the .td
Richard Osborne
2009-01-15
1
-1
/
+0
*
Add pseudo instructions to the XCore for (load|store|load address) of a
Richard Osborne
2009-01-14
1
-31
/
+30
*
Add XCore backend.
Richard Osborne
2008-11-07
1
-0
/
+596