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
*
Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...
Viktor Kutuzov
2009-11-21
1
-0
/
+27
*
Fix a thinko that caused spurious @GOTOFFs.
Dan Gohman
2009-11-20
1
-2
/
+2
*
Update for new getBlockAddress signature.
Dan Gohman
2009-11-20
1
-2
/
+2
*
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
8
-17
/
+58
*
Recommitting PALIGNR shift width fixes.
Sean Callanan
2009-11-20
1
-8
/
+8
*
Remove an incorrect overaggressive optimization
Dale Johannesen
2009-11-20
1
-5
/
+3
*
Reverting PALIGNR fix until I figure out how this
Sean Callanan
2009-11-20
1
-8
/
+8
*
Fixed PALIGNR to take 8-bit rotations in all cases.
Sean Callanan
2009-11-20
1
-8
/
+8
*
Remat VLDRD from constpool. Clean up some instruction property specifications.
Evan Cheng
2009-11-20
4
-9
/
+10
*
The verify() call of CPEIsInRange() isn't right for the assertion check of
Jim Grosbach
2009-11-20
1
-2
/
+5
*
Remove verifySizes() since it's not adding much value.
Jim Grosbach
2009-11-20
1
-36
/
+0
*
Also CSE non-pic load from constant pools.
Evan Cheng
2009-11-20
1
-1
/
+4
*
Fix codegen of conditional move of immediates. We were not making use of the ...
Evan Cheng
2009-11-20
1
-65
/
+127
*
Update comment to reflect instruction.
Eric Christopher
2009-11-20
1
-1
/
+1
*
When placing constant islands and adjusting for alignment padding, inline
Jim Grosbach
2009-11-19
1
-7
/
+66
*
Refactor cmov selection code out to a separate function. No functionality cha...
Evan Cheng
2009-11-19
1
-116
/
+122
*
Reverting the EH table patches.
Bill Wendling
2009-11-19
1
-2
/
+2
*
Added NLdStLN which is similar to NLdSt with the exception that op7_4 is not
Johnny Chen
2009-11-19
2
-76
/
+169
*
fix typo
Jim Grosbach
2009-11-19
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2009-11-19
1
-1
/
+1
*
80 col violation.
Evan Cheng
2009-11-19
1
-1
/
+2
*
More consistent thumb1 asm printing.
Evan Cheng
2009-11-19
4
-11
/
+27
*
Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.
Evan Cheng
2009-11-19
1
-8
/
+26
*
Eliminate more * 4 in Thumb1 asm printing for consistency sake.
Evan Cheng
2009-11-19
1
-4
/
+4
*
- Add sugregister logic to handle f64=(f32,f32).
Bruno Cardoso Lopes
2009-11-19
4
-2
/
+166
*
Only use small sections for non linux targets!
Bruno Cardoso Lopes
2009-11-19
1
-0
/
+7
*
The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH
Bill Wendling
2009-11-19
1
-1
/
+1
*
Add XCore support for indirectbr / blockaddress.
Richard Osborne
2009-11-18
4
-1
/
+23
*
Attempt #2:
Bill Wendling
2009-11-18
1
-1
/
+1
*
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...
Viktor Kutuzov
2009-11-18
1
-0
/
+27
*
Add ARMv6 itineraries.
David Goodwin
2009-11-18
3
-13
/
+201
*
Fix a few places that were missed when we converted to unified syntax.
Bob Wilson
2009-11-18
1
-2
/
+2
*
Add a target hook to allow changing the tail duplication limit based on the
Bob Wilson
2009-11-18
4
-0
/
+20
*
The llvm-gcc front-end and the pass manager use two separate TargetData objects.
Bill Wendling
2009-11-18
1
-24
/
+116
*
Enable arm jumpt table adjustment.
Jim Grosbach
2009-11-17
1
-1
/
+1
*
Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6
Anton Korobeynikov
2009-11-17
1
-5
/
+2
*
Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd, BR_JTr, and BR_JTm to
Johnny Chen
2009-11-17
1
-0
/
+3
*
Re-apply 89011. It's not to be blamed.
Evan Cheng
2009-11-17
2
-4
/
+7
*
Revert 89011. Buildbot thinks it might be breaking stuff.
Evan Cheng
2009-11-17
2
-7
/
+4
*
When moving a block for table jumps, make sure the prior block terminator
Jim Grosbach
2009-11-17
1
-7
/
+9
*
MOV64rm should be marked isReMaterializable.
Evan Cheng
2009-11-17
1
-1
/
+1
*
A few more instructions that should be marked re-materializable.
Evan Cheng
2009-11-17
2
-4
/
+7
*
Set Rm bits of BX_RET to 0b1110 (R14); and set condition code bits of BRIND to
Johnny Chen
2009-11-16
1
-0
/
+2
*
Make X86-64 in the Large model always emit 64-bit calls.
Jeffrey Yasskin
2009-11-16
4
-39
/
+30
*
- Check memoperand alignment instead of checking stack alignment. Most load /...
Evan Cheng
2009-11-16
2
-17
/
+14
*
Make the pass class name more explicit.
Jim Grosbach
2009-11-16
1
-4
/
+6
*
make pass name a bit more clear
Jim Grosbach
2009-11-16
1
-1
/
+1
*
Simplify thumb2 jump table adjustments. Remove unnecessary calculation and
Jim Grosbach
2009-11-16
1
-58
/
+14
*
clarify comment
Jim Grosbach
2009-11-16
1
-2
/
+2
*
back off for a bit. tracking down weirdness
Jim Grosbach
2009-11-16
1
-1
/
+1
[next]