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
/
ARM
/
Thumb1RegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2010-11-02
Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke
Jim Grosbach
2010-10-19
Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any
Jim Grosbach
2010-09-20
Simplify ARM callee-saved register handling by removing the distinction
Jim Grosbach
2010-09-03
Re-apply r112883:
Jim Grosbach
2010-09-03
Revert "For ARM stack frames that utilize variable sized objects and have eit...
Daniel Dunbar
2010-09-02
For ARM stack frames that utilize variable sized objects and have either
Jim Grosbach
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-19
Add Thumb1 support for virtual frame indices.
Jim Grosbach
2010-08-10
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-07-20
Constify some arguments.
Eric Christopher
2010-07-11
Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.
Rafael Espindola
2010-06-29
skip dbg_value instructions
Jim Grosbach
2010-05-04
rdar://7937137 - dbg values not being handled in thumb1 version of
Jim Grosbach
2010-04-15
ReuseFrameIndexVals is used in multiple files, so it can't be static.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-03-13
Change ARM ld/st multiple instructions to have variant instructions for
Bob Wilson
2010-03-10
comment why we use custom epilogue for t1 functions using vaargs.
Jim Grosbach
2010-03-10
Clear up the last (famous last words) frame index value reuse issues for Thumb1.
Jim Grosbach
2010-03-09
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
scavenged frame index value re-use gets confused when more than one base
Jim Grosbach
2010-03-06
Thumb1 epilogue code generation needs to take into account that callee-saved
Jim Grosbach
2010-02-24
handle very large call frames when require SPAdj != 0 for Thumb1
Jim Grosbach
2010-01-19
Remove predicates when changing an add into an unpredicable mov.
Jakob Stoklund Olesen
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-11-07
80-column cleanup of file header comments
Jim Grosbach
2009-10-28
Cleanup now that frame index scavenging via post-pass is working for ARM and ...
Jim Grosbach
2009-10-22
Trim more includes.
Evan Cheng
2009-10-21
Missing piece of the ARM frame index post-scavenging conditionalization
Jim Grosbach
2009-10-20
Now that all ARM subtargets use frame index scavenging, the Thumb1 requires*
Jim Grosbach
2009-10-19
Enable allocation of R3 in Thumb1
Jim Grosbach
2009-10-19
Adjust the scavenge register spilling to allow the target to choose an
Jim Grosbach
2009-10-08
Cleanup up unused R3LiveIn tracking.
Jim Grosbach
2009-10-08
Re-enable register scavenging in Thumb1 by default.
Jim Grosbach
2009-10-07
reverting thumb1 scavenging default due to test failure while I figure out wh...
Jim Grosbach
2009-10-07
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-05
In Thumb1, the register scavenger is not always able to use an emergency
Jim Grosbach
2009-10-01
ARM::tPOP and tPOP_RET each has an extra writeback operand now.
Evan Cheng
2009-09-24
Start of revamping the register scavenging in PEI. ARM Thumb1 is the driving
Jim Grosbach
2009-09-06
Remove some unused variables and methods warned about by
Duncan Sands
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-11
Shrinkify Thumb2 load / store multiple instructions.
Evan Cheng
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-07-28
tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.
Evan Cheng
2009-07-28
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
[next]