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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Intel syntax: Parse ... PTR [-8]
Devang Patel
2012-01-20
1
-0
/
+5
*
Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.
Devang Patel
2012-01-20
1
-1
/
+3
*
ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>
Bob Wilson
2012-01-20
1
-0
/
+3
*
TblGen diagnostic for mismatched template instantiation.
Jim Grosbach
2012-01-20
1
-0
/
+4
*
VST2 four-register w/ update pseudos for fixed/register update.
Jim Grosbach
2012-01-20
1
-6
/
+15
*
NEON use vmov.i32 to splat some f32 values into vectors.
Jim Grosbach
2012-01-20
2
-36
/
+41
*
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
12
-46
/
+58
*
Add missing breaks to switch.
Benjamin Kramer
2012-01-20
1
-13
/
+25
*
Remove a bunch of unused variable assignments.
Benjamin Kramer
2012-01-20
2
-11
/
+3
*
Remove obviously invalid early exit that prevented analyzing ConstantAggregat...
Benjamin Kramer
2012-01-20
1
-1
/
+0
*
Improve 256-bit shuffle splitting to allow 2 sources in each 128-bit lane. As...
Craig Topper
2012-01-20
1
-86
/
+86
*
Fix CountCodeReductionForAlloca to more accurately represent what SROA can and
Nick Lewycky
2012-01-20
1
-16
/
+60
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
3
-126
/
+137
*
Add support for selecting 256-bit PALIGNR.
Craig Topper
2012-01-20
2
-24
/
+81
*
When lowering the 'resume' instruction, look to see if we can eliminate the
Bill Wendling
2012-01-20
1
-2
/
+32
*
Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.
Eli Friedman
2012-01-20
2
-3
/
+9
*
Silence warnings about mixing enums.
Benjamin Kramer
2012-01-19
1
-3
/
+2
*
Add a dump() implementation for sub-instruction MCOperands.
Owen Anderson
2012-01-19
1
-0
/
+2
*
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
1
-0
/
+32
*
Post process 'and', 'sub' instructions and select better encoding, if available.
Devang Patel
2012-01-19
1
-0
/
+78
*
Actually, this code handles wrapped sets just fine. Noticed by inspection.
Nick Lewycky
2012-01-19
1
-3
/
+1
*
Intel syntax: There is no need to create unary expr for simple negative displ...
Devang Patel
2012-01-19
1
-1
/
+1
*
Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...
Devang Patel
2012-01-19
1
-0
/
+114
*
Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.
Evgeniy Stepanov
2012-01-19
1
-0
/
+3
*
Folding table additions and fixes for AVX.
Craig Topper
2012-01-19
1
-9
/
+21
*
Merge 128-bit and 256-bit SHUFPS/SHUFPD handling.
Craig Topper
2012-01-19
3
-129
/
+80
*
More bundle related API additions.
Evan Cheng
2012-01-19
1
-1
/
+52
*
Rewriter should definitly rewrite instructions inside bundles.
Evan Cheng
2012-01-19
1
-2
/
+2
*
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
Evan Cheng
2012-01-19
1
-3
/
+6
*
ARM assembly diagnostic caret in better position for FPImm.
Jim Grosbach
2012-01-19
1
-3
/
+4
*
Thumb2 relaxation for tADR to t2ADR.
Jim Grosbach
2012-01-19
1
-0
/
+2
*
Add comment and fix range check in condition.
Jim Grosbach
2012-01-19
1
-1
/
+3
*
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
2
-4
/
+20
*
Add a TargetOption for disabling tail calls.
Nick Lewycky
2012-01-19
1
-1
/
+4
*
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-19
2
-3
/
+3
*
Add experimental -x86-use-regmask command line option.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+12
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
6
-1
/
+17
*
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-18
4
-2
/
+22
*
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-18
1
-0
/
+3
*
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-18
3
-0
/
+69
*
Process instructions after match to select alternative encoding which may be ...
Devang Patel
2012-01-18
1
-16
/
+87
*
Replace FIXME with explanatory comment.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-9
/
+20
*
MCAssembler tweak for determining when a symbol difference is resolved.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
Rename pattern for clarity.
Jim Grosbach
2012-01-18
1
-4
/
+3
*
Add a depth limit to avoid runaway recursion.
Dan Gohman
2012-01-18
1
-3
/
+7
*
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
1
-6
/
+19
*
Remove trailing spaces and unneeded includes.
Jakub Staszak
2012-01-18
1
-134
/
+131
*
Fixed macro condition.
Lang Hames
2012-01-18
1
-1
/
+1
*
Tidy up. 80 columns.
Jim Grosbach
2012-01-18
1
-13
/
+13
[next]