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
Age
Commit message (
Expand
)
Author
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
Don't put IT instruction before conditional branches.
Evan Cheng
2009-07-11
Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...
Evan Cheng
2009-07-11
Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...
Evan Cheng
2009-07-11
80 col violation.
Evan Cheng
2009-07-10
Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs of
Bob Wilson
2009-07-10
remove the "debug" modifier, it is only used by one instruction which can
Chris Lattner
2009-07-10
make pcrel and non-pcrel global printing more similar.
Chris Lattner
2009-07-10
Undo my brain cramp.
Evan Cheng
2009-07-10
code model is never set to default.
Chris Lattner
2009-07-10
fix indentation
Chris Lattner
2009-07-10
remove the now-dead TM argument to these methods.
Chris Lattner
2009-07-10
make PIC vs DynamicNoPIC be explicit in PICStyles.
Chris Lattner
2009-07-10
some minor simplifications.
Chris Lattner
2009-07-10
add a couple of predicates to test for "stub style pic in PIC mode" and "stub...
Chris Lattner
2009-07-10
Avoid compiler warnings when assertions are turned off.
Duncan Sands
2009-07-10
CMOVxx doesn't swap operands which it's commuted.
Evan Cheng
2009-07-10
Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr...
David Goodwin
2009-07-10
Update for GlobalVariables ctor change.
Owen Anderson
2009-07-10
t2LDM_RET does not fall-through.
David Goodwin
2009-07-10
Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
Duncan Sands
2009-07-10
make this more like printOperand. Perhaps some merging will happen
Chris Lattner
2009-07-10
simplify fast isel by using ClassifyGlobalReference. This
Chris Lattner
2009-07-10
eliminate GVRequiresRegister, replacing it with predicates we
Chris Lattner
2009-07-10
change a bunch of logic in LowerGlobalAddress to leverage the work
Chris Lattner
2009-07-10
add a predicate to determine if a global var reference requires a
Chris Lattner
2009-07-10
move some classification logic around. Now GVRequiresExtraLoad
Chris Lattner
2009-07-10
change isGlobalStubReference to take target flags instead of a MachineOperand.
Chris Lattner
2009-07-10
convert some late code (called by regalloc and code emission)
Chris Lattner
2009-07-10
add a new predicate method that says whether a GlobalValue
Chris Lattner
2009-07-10
GVRequiresExtraLoad is now never used for calls, simplify it based on this.
Chris Lattner
2009-07-10
actually, just eliminate PCRelGVRequiresExtraLoad. It makes the code
Chris Lattner
2009-07-10
There is only one case where GVRequiresExtraLoad returns true for calls:
Chris Lattner
2009-07-10
the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it.
Chris Lattner
2009-07-10
split call handling out of X86SelectAddress into X86SelectCallAddress
Chris Lattner
2009-07-10
convert a helper method to be a static function instead of a
Chris Lattner
2009-07-10
More info about Thumb1 predication support.
Evan Cheng
2009-07-10
We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. Th...
Evan Cheng
2009-07-10
Add a thumb2 pass to insert IT blocks.
Evan Cheng
2009-07-10
Move isPredicated from .cpp to .h
Evan Cheng
2009-07-10
80 col violation.
Evan Cheng
2009-07-10
Remove a bogus assertion.
Evan Cheng
2009-07-10
Replace TM.getRegisterInfo() calls by TRI instance variable.
Bob Wilson
2009-07-09
Handle 'a' modifier on inline assembly operands.
Bob Wilson
2009-07-09
Added Thumb IT instruction.
Evan Cheng
2009-07-09
Another todo entry.
Evan Cheng
2009-07-09
Initial support for load / store multiple opt pass Thumb2 support (post-alloc...
Evan Cheng
2009-07-09
Fix ldm / stm unified syntax; add t2LDM_RET.
Evan Cheng
2009-07-09
LDM_RET should be marked mayLoad.
Evan Cheng
2009-07-09
If -fomit-frame-pointer is used, we still need to record when the %esp register
Bill Wendling
[next]