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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve sub-register def handling in ProcessImplicitDefs.
Jakob Stoklund Olesen
2012-01-25
1
-0
/
+24
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
2
-16
/
+24
*
ARM assemly parsing and validation of IT instruction.
Jim Grosbach
2012-01-25
1
-0
/
+11
*
Support pointer comparisons against constants, when looking at the inline-cost
Nick Lewycky
2012-01-25
1
-0
/
+39
*
Modify MipsFrameLowering::emitPrologue and emitEpilogue.
Akira Hatanaka
2012-01-25
1
-2
/
+2
*
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
Akira Hatanaka
2012-01-25
1
-7
/
+16
*
NEON VLD4(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-25
1
-0
/
+40
*
NEON VLD3(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-24
1
-0
/
+41
*
Set correct <def,undef> flags when lowering REG_SEQUENCE.
Jakob Stoklund Olesen
2012-01-24
2
-1
/
+44
*
Pattern for f32 to i64 conversion.
Akira Hatanaka
2012-01-24
1
-0
/
+7
*
ARM Darwin symbol ref differences w/o subsection-via-symbols.
Jim Grosbach
2012-01-24
1
-0
/
+18
*
Intel Syntax: Extend special hand coded logic, to recognize special instructi...
Devang Patel
2012-01-24
1
-0
/
+3
*
64-bit sign extension in register instructions.
Akira Hatanaka
2012-01-24
1
-8
/
+4
*
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-24
3
-4
/
+4
*
NEON VST4(one lane) assembly parsing and encoding.
Jim Grosbach
2012-01-24
1
-11
/
+33
*
NEON VLD4(one lane) assembly parsing and encoding.
Jim Grosbach
2012-01-24
1
-11
/
+33
*
Add an (interleave A, B, ...) SetTheory operator.
Jakob Stoklund Olesen
2012-01-24
1
-0
/
+7
*
NEON Two-operand assembly aliases for VSRA.
Jim Grosbach
2012-01-24
1
-33
/
+71
*
Remove redundant test file.
Jim Grosbach
2012-01-24
1
-98
/
+0
*
NEON Two-operand assembly aliases for VSLI.
Jim Grosbach
2012-01-24
1
-16
/
+33
*
NEON Two-operand assembly aliases for VSRI.
Jim Grosbach
2012-01-24
1
-16
/
+33
*
Tidy up.
Jim Grosbach
2012-01-24
1
-32
/
+41
*
ZERO_EXTEND operation is optimized for AVX.
Elena Demikhovsky
2012-01-24
1
-0
/
+17
*
An option to selectively enable part of ARM EHABI support.
Evgeniy Stepanov
2012-01-24
1
-0
/
+1
*
Fix the testcases for the previous patch.
Eric Christopher
2012-01-24
4
-9
/
+7
*
NEON VST4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-24
1
-17
/
+39
*
NEON VLD4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-24
1
-19
/
+39
*
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-24
1
-3
/
+2
*
NEON VST3(single element from one lane) assembly parsing.
Jim Grosbach
2012-01-24
1
-0
/
+35
*
NEON VST3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2012-01-23
1
-19
/
+39
*
NEON VLD3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2012-01-23
2
-65
/
+73
*
Intel syntax: Robustify parsing of memory operand's displacement experssion.
Devang Patel
2012-01-23
1
-2
/
+4
*
NEON VLD3 lane-indexed assembly parsing and encoding.
Jim Grosbach
2012-01-23
1
-11
/
+33
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-0
/
+23
*
Fix PR11829. PostRA LICM was too aggressive.
Jakob Stoklund Olesen
2012-01-23
1
-0
/
+105
*
Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]
Devang Patel
2012-01-23
1
-1
/
+3
*
Simplify some NEON assembly pseudo definitions.
Jim Grosbach
2012-01-23
1
-8
/
+8
*
Intel syntax: Parse segment registers.
Devang Patel
2012-01-23
1
-0
/
+2
*
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
1
-2
/
+3
*
Make Value::isDereferenceablePointer() handle unreachable code blocks. (This
Nick Lewycky
2012-01-23
1
-0
/
+28
*
Add fused multiple+add instructions from VFPv4.
Anton Korobeynikov
2012-01-22
1
-0
/
+68
*
Intel syntax: Robustify register parsing.
Devang Patel
2012-01-20
1
-0
/
+2
*
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
1
-0
/
+43
*
Test case comments missing from my previous checkin.
Andrew Trick
2012-01-20
1
-0
/
+5
*
Intel syntax: Parse ... PTR [-8]
Devang Patel
2012-01-20
1
-1
/
+2
*
Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.
Devang Patel
2012-01-20
1
-1
/
+4
*
ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>
Bob Wilson
2012-01-20
1
-0
/
+17
*
VST2 four-register w/ update pseudos for fixed/register update.
Jim Grosbach
2012-01-20
1
-0
/
+9
*
NEON use vmov.i32 to splat some f32 values into vectors.
Jim Grosbach
2012-01-20
1
-0
/
+8
*
Fix CountCodeReductionForAlloca to more accurately represent what SROA can and
Nick Lewycky
2012-01-20
1
-0
/
+44
[next]