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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Intel syntax: Parse ... PTR [-8]
Devang Patel
2012-01-20
2
-1
/
+7
*
Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.
Devang Patel
2012-01-20
2
-2
/
+7
*
ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>
Bob Wilson
2012-01-20
2
-0
/
+20
*
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
2
-6
/
+24
*
NEON use vmov.i32 to splat some f32 values into vectors.
Jim Grosbach
2012-01-20
3
-36
/
+49
*
Don't use my favorite C++11 feature (comma at end of enum).
Benjamin Kramer
2012-01-20
1
-1
/
+1
*
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
16
-85
/
+144
*
Protect SmallVectorImpl's constructor and a few other methods that aren't mea...
Benjamin Kramer
2012-01-20
1
-4
/
+6
*
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
*
Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot of
Rafael Espindola
2012-01-20
1
-5
/
+9
*
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
2
-16
/
+104
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
6
-136
/
+193
*
Add support for selecting 256-bit PALIGNR.
Craig Topper
2012-01-20
3
-24
/
+138
*
cmake: pass -fvisibility-inlines-hidden if it is supported. In a
Rafael Espindola
2012-01-20
1
-0
/
+6
*
Remove a low-quality test which was failing on Windows; test/CodeGen/X86/sret...
Eli Friedman
2012-01-20
1
-23
/
+0
*
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
3
-3
/
+37
*
Fix typo.
Chad Rosier
2012-01-19
1
-1
/
+1
*
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
*
Add a new form of MCOperand, for representing sub-instructions. This is inte...
Owen Anderson
2012-01-19
1
-1
/
+20
*
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
3
-2
/
+34
*
Post process 'and', 'sub' instructions and select better encoding, if available.
Devang Patel
2012-01-19
2
-0
/
+86
*
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
2
-1
/
+5
*
Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...
Devang Patel
2012-01-19
2
-0
/
+136
*
Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.
Evgeniy Stepanov
2012-01-19
2
-0
/
+18
*
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
4
-1
/
+62
*
Rewriter should definitly rewrite instructions inside bundles.
Evan Cheng
2012-01-19
1
-2
/
+2
*
Introduce a new MutableArrayRef class, which refers to a series of mutable
Chris Lattner
2012-01-19
1
-1
/
+83
*
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
Evan Cheng
2012-01-19
2
-5
/
+9
*
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
*
Add testcase.
Jim Grosbach
2012-01-19
1
-0
/
+13
*
Added methods to get the live range immediately before a given slot. Intended...
Lang Hames
2012-01-19
1
-0
/
+8
*
Space after punctuation.
Nick Lewycky
2012-01-19
1
-14
/
+14
*
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
3
-5
/
+28
*
Add a TargetOption for disabling tail calls.
Nick Lewycky
2012-01-19
4
-3
/
+57
*
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-19
3
-5
/
+5
*
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
7
-3
/
+41
*
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-18
2
-0
/
+4
[next]