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
*
Lower memory barriers to sync instructions.
Akira Hatanaka
2011-07-19
1
-0
/
+19
*
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
Evan Cheng
2011-07-19
1
-1
/
+1
*
PR10386: Don't try to split an edge from an indirectbr.
Eli Friedman
2011-07-19
1
-0
/
+52
*
Tweak ARM assembly parsing and printing of MSR instruction.
Jim Grosbach
2011-07-19
4
-42
/
+67
*
ARM assembly parsing of MRS instruction.
Jim Grosbach
2011-07-19
2
-3
/
+13
*
ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.
Jim Grosbach
2011-07-19
1
-0
/
+14
*
Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
Akira Hatanaka
2011-07-19
1
-16
/
+16
*
Move mr[r]c[2] ARM tests and tidy up a bit.
Jim Grosbach
2011-07-19
2
-10
/
+19
*
ARM testcases for MOVT.
Jim Grosbach
2011-07-19
2
-0
/
+15
*
ARM assembly parsing for MOV (register).
Jim Grosbach
2011-07-19
2
-0
/
+25
*
ARM assembly parsing for MOV (immediate).
Jim Grosbach
2011-07-19
3
-5
/
+35
*
Whitespace.
Jim Grosbach
2011-07-19
1
-1
/
+1
*
Remove redundant instructions.
Akira Hatanaka
2011-07-19
1
-10
/
+5
*
Add intrinsics for the zext / sext instructions.
Richard Osborne
2011-07-19
1
-0
/
+30
*
Add intrinsics for the testct, testwct instructions.
Richard Osborne
2011-07-19
1
-0
/
+16
*
Add intrinsics for the peek and endin instructions.
Richard Osborne
2011-07-19
1
-0
/
+16
*
Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteed
Nick Lewycky
2011-07-19
1
-11
/
+0
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-1
/
+0
*
Revert r135423.
Devang Patel
2011-07-19
1
-120
/
+0
*
FileCheck-ize a couple tests.
Eli Friedman
2011-07-18
2
-4
/
+22
*
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-07-18
1
-0
/
+120
*
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-18
2
-3
/
+232
*
Do not treat atomic.load.sub differently than other atomic binary intrinsics.
Akira Hatanaka
2011-07-18
1
-3
/
+2
*
Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from
Akira Hatanaka
2011-07-18
1
-24
/
+18
*
Fix a crash when building 177.mesa for armv6.
Jakob Stoklund Olesen
2011-07-18
1
-0
/
+32
*
Add AVX 128-bit sqrt versions
Bruno Cardoso Lopes
2011-07-18
1
-0
/
+18
*
Delete empty unused file.
Nick Lewycky
2011-07-18
1
-0
/
+0
*
More minor adjustments.
Eric Christopher
2011-07-16
1
-10
/
+10
*
Make the disassembler able to disassemble a bunch of instructions with names ...
Eli Friedman
2011-07-16
1
-0
/
+26
*
Add AVX 128-bit patterns for sint_to_fp
Bruno Cardoso Lopes
2011-07-16
1
-1
/
+33
*
Finish propagating %asmtmp->%1 change.
Eric Christopher
2011-07-16
2
-2
/
+2
*
fix rdar://9776316 - type remapping needed for inline asm blobs,
Chris Lattner
2011-07-15
1
-0
/
+17
*
Fix a couple of things:
Bruno Cardoso Lopes
2011-07-15
1
-0
/
+0
*
PR10370: Make sure we know how to relax push correctly on x86-64.
Eli Friedman
2011-07-15
1
-5
/
+5
*
A real testcase for r135286.
Chad Rosier
2011-07-15
1
-36
/
+19
*
Update these tests, no longer outputting names for the variables.
Eric Christopher
2011-07-15
2
-6
/
+6
*
Add testcase for r135286.
Chad Rosier
2011-07-15
1
-0
/
+47
*
Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...
Owen Anderson
2011-07-15
3
-7
/
+7
*
ARM diagnostic when 's' suffix on mnemonic that can't set flags.
Jim Grosbach
2011-07-14
1
-0
/
+6
*
Add some testcases for ARM MLA/MLS instructions.
Jim Grosbach
2011-07-14
2
-3
/
+23
*
ARM MCRR/MCRR2 immediate operand range checking.
Jim Grosbach
2011-07-14
3
-5
/
+14
*
ARM MCR/MCR2 assembly parsing operand constraints.
Jim Grosbach
2011-07-14
3
-4
/
+28
*
Enable some tests we now handle correctly.
Jim Grosbach
2011-07-14
1
-18
/
+9
*
Check register class matching instead of width of type matching
Eric Christopher
2011-07-14
1
-0
/
+13
*
Add 256-bit load/store recognition and matching in several places.
Bruno Cardoso Lopes
2011-07-14
1
-0
/
+24
*
Update ARM Assembly of LDM/STM.
Jim Grosbach
2011-07-14
2
-44
/
+58
*
ARM ISB assembly parsing tests.
Jim Grosbach
2011-07-14
2
-2
/
+10
*
ARM ISB instruction assembly parsing.
Jim Grosbach
2011-07-14
1
-1
/
+1
*
Add a testcase for r135123.
Eric Christopher
2011-07-14
1
-0
/
+14
*
Don't emit a bit test if there is only one case the test can yield false. A s...
Benjamin Kramer
2011-07-14
1
-0
/
+20
[next]