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