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
...
*
Fix comment copy/paste-o.
Jim Grosbach
2011-07-27
1
-1
/
+1
*
ARM assembly parsing and encoding tests for UQASX and UQSAX.
Jim Grosbach
2011-07-27
1
-0
/
+21
*
ARM assembly parsing and encoding tests for UQADD16 and UQADD8.
Jim Grosbach
2011-07-27
1
-0
/
+15
*
ARM assembly parsing and encoding for UMULL.
Jim Grosbach
2011-07-27
1
-0
/
+14
*
ARM assembly parsing and encoding for UMLAL.
Jim Grosbach
2011-07-27
1
-0
/
+13
*
ARM assembly parsing and encoding tests for UMAAL.
Jim Grosbach
2011-07-27
1
-0
/
+11
*
ARM assembly parsing and encoding tests for UHSUB16 and UHSUB8.
Jim Grosbach
2011-07-27
1
-0
/
+12
*
ARM assembly parsing and encoding tests for UHADD16, UHADD8 and UHASX.
Jim Grosbach
2011-07-27
1
-0
/
+26
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
2
-0
/
+29
*
ARM assembly parsing and encoding tests for UADD16, UADD8 and UASX.
Jim Grosbach
2011-07-27
1
-0
/
+25
*
ARM assembly parsing and encoding tests for TST instruction.
Jim Grosbach
2011-07-27
1
-0
/
+28
*
ARM assembly parsing and encoding tests for TEQ instruction.
Jim Grosbach
2011-07-27
1
-0
/
+34
*
Refactor the STRT and STRBT instructions to distinguish between the register-...
Owen Anderson
2011-07-27
1
-0
/
+1
*
Merge the contents from exception-handling-rewrite to the mainline.
Bill Wendling
2011-07-27
1
-0
/
+54
*
ARM assembly parsing and encoding for extend instructions.
Jim Grosbach
2011-07-27
2
-0
/
+146
*
Teach the ConstantMerge pass about alignment. Fixes PR10514!
Nick Lewycky
2011-07-27
1
-2
/
+15
*
The vpermilps and vpermilpd have different behaviour regarding the
Bruno Cardoso Lopes
2011-07-27
1
-0
/
+16
*
It is quiet possible that inlined function body is split into multiple chunks...
Devang Patel
2011-07-27
1
-0
/
+140
*
Remove these two directories. The tests can be ported to dragonegg if
Eric Christopher
2011-07-27
37
-328
/
+0
*
Remove test/FrontendC, almost all of the tests have been migrated
Eric Christopher
2011-07-26
362
-5534
/
+0
*
Eliminate copies of undefined values during coalescing.
Jakob Stoklund Olesen
2011-07-26
1
-0
/
+27
*
Update test.
Benjamin Kramer
2011-07-26
1
-1
/
+1
*
Add a neat little two's complement hack for x86.
Benjamin Kramer
2011-07-26
1
-0
/
+11
*
Recognize unpckh* masks and match 256-bit versions. The new versions are
Bruno Cardoso Lopes
2011-07-26
6
-85
/
+58
*
Prevent x86-specific DAGCombine from creating nodes with illegal type (which ...
Eli Friedman
2011-07-26
1
-2
/
+1
*
FileCheck'ize test.
Jim Grosbach
2011-07-26
1
-20
/
+21
*
XFAIL this test while I investigate it; it's failing for an unexpected reason.
Eli Friedman
2011-07-26
1
-0
/
+1
*
Add obvious missing case to switch. PR10497.
Eli Friedman
2011-07-26
1
-0
/
+12
*
ARM diagnostics for ldrexd/stredx out of order paired register operands.
Jim Grosbach
2011-07-26
1
-0
/
+12
*
ARM parsing and encoding tests for load/store exclusive instructions.
Jim Grosbach
2011-07-26
2
-24
/
+27
*
ARM assembly parsing and encoding for SWP[B] instructions.
Jim Grosbach
2011-07-26
1
-0
/
+12
*
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
2
-0
/
+18
*
ARM assembly parsing and encoding tests for SUB instruction.
Jim Grosbach
2011-07-26
1
-0
/
+60
*
Update ARM STM tests. Fix check: prefix for diagnostic tests.
Jim Grosbach
2011-07-26
2
-80
/
+89
*
Add 256-bit isel for movsldup/movshdup
Bruno Cardoso Lopes
2011-07-26
1
-0
/
+34
*
ARM assembly parsing and encoding for SSAX, SSUB16 and SSUB8.
Jim Grosbach
2011-07-25
1
-0
/
+23
*
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-25
1
-0
/
+139
*
ARM assembly parsing and encoding for SSAT16 instruction.
Jim Grosbach
2011-07-25
2
-0
/
+22
*
Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128
Bruno Cardoso Lopes
2011-07-25
1
-0
/
+12
*
- Handle special scalar_to_vector case: splats. Using a native 128-bit
Bruno Cardoso Lopes
2011-07-25
2
-4
/
+23
*
Attempt to fix test failure reported on llvm-commits.
Eli Friedman
2011-07-25
1
-1
/
+1
*
Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...
Eli Friedman
2011-07-25
1
-2
/
+18
*
ARM assembly parsing and encoding for SSAT instruction.
Jim Grosbach
2011-07-25
2
-0
/
+57
*
Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...
Eli Friedman
2011-07-25
1
-7
/
+22
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
1
-3
/
+0
*
Correctly handle <undef> tied uses when rewriting after a split.
Jakob Stoklund Olesen
2011-07-24
1
-0
/
+25
*
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
Dan Gohman
2011-07-22
1
-6
/
+42
*
Add FIXME
Jim Grosbach
2011-07-22
1
-0
/
+3
*
ARM encoding and assembly parsing tests for SMULWB, SMULWT, SMUSD and SMUSDX.
Jim Grosbach
2011-07-22
1
-0
/
+31
*
ARM assembly parsing and encoding updates.
Jim Grosbach
2011-07-22
1
-0
/
+30
[prev]
[next]