index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM cost model: Add vector reverse shuffle costs
Arnold Schwaighofer
2013-02-12
1
-0
/
+33
*
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-12
1
-1
/
+37
*
Added 0x0D to 2-byte opcode extension table for prefetch* variants
Kay Tiong Khoo
2013-02-12
1
-4
/
+2
*
[mips] Expand pseudo instructions before they are emitted in
Akira Hatanaka
2013-02-11
1
-11
/
+38
*
[mips] Fix indentation.
Akira Hatanaka
2013-02-11
1
-41
/
+39
*
Extend Hexagon hardware loop generation to handle various additional cases:
Krzysztof Parzyszek
2013-02-11
4
-382
/
+1470
*
Implement HexagonInstrInfo::analyzeCompare.
Krzysztof Parzyszek
2013-02-11
2
-0
/
+86
*
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
1
-4
/
+4
*
R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.
Michel Danzer
2013-02-11
1
-15
/
+9
*
AArch64: fix build on some MSVC versions
Tim Northover
2013-02-11
1
-3
/
+3
*
AArch64: Simplify logic in deciding whether bfi is valid
Tim Northover
2013-02-11
1
-6
/
+1
*
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-11
2
-18
/
+218
*
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-11
1
-0
/
+74
*
Spelling correction
Joel Jones
2013-02-10
1
-1
/
+1
*
Test Commit - Remove some trailing whitespace in R600Instructions.td
Vincent Lejeune
2013-02-10
1
-6
/
+6
*
[NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...
Justin Holewinski
2013-02-09
1
-1
/
+2
*
R600: Dump the function name when TargetLowering::LowerCall() fails
Tom Stellard
2013-02-08
1
-0
/
+5
*
R600: rework flow creation in the structurizer v2
Tom Stellard
2013-02-08
1
-177
/
+195
*
R600: fix loop analyses in the structurizer
Tom Stellard
2013-02-08
1
-113
/
+183
*
R600: fix PHI value adding in the structurizer
Tom Stellard
2013-02-08
1
-65
/
+81
*
Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the
Reed Kotler
2013-02-08
2
-0
/
+21
*
Refine fix to bug 15041.
Bill Schmidt
2013-02-08
1
-18
/
+17
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-2
/
+11
*
When Mips16 frames grow large, the immediate field may exceed the maximum
Reed Kotler
2013-02-08
3
-10
/
+90
*
[mips] Make Filler a class and reduce indentation.
Akira Hatanaka
2013-02-07
1
-34
/
+38
*
Constrain PowerPC autovectorization to fix bug 15041.
Bill Schmidt
2013-02-07
1
-0
/
+19
*
[mips] Add definition of JALR instruction which has two register operands. Ch...
Akira Hatanaka
2013-02-07
3
-3
/
+14
*
R600/SI: cleanup VGPR encoding
Tom Stellard
2013-02-07
5
-178
/
+16
*
R600/SI: Handle VGPR64 destination in copyPhysReg().
Tom Stellard
2013-02-07
1
-1
/
+9
*
R600/SI: Add pattern for mul.
Tom Stellard
2013-02-07
1
-0
/
+4
*
R600/SI: simplify and fix SMRD encoding
Tom Stellard
2013-02-07
6
-154
/
+70
*
R600/SI: add proper 64bit immediate support v2
Tom Stellard
2013-02-07
3
-12
/
+18
*
R600: Add an explicit default processor
Tom Stellard
2013-02-07
1
-0
/
+1
*
R600/SI: Use proper instructions for array/shadow samplers.
Tom Stellard
2013-02-07
2
-4
/
+54
*
R600/SI: Make sample intrinsic address parameter type overloaded.
Tom Stellard
2013-02-07
3
-22
/
+38
*
R600/SI: Add basic support for more integer vector types.
Tom Stellard
2013-02-07
5
-11
/
+110
*
ARM cost model: Add costs for vector selects
Arnold Schwaighofer
2013-02-07
1
-0
/
+15
*
R600/SI: Add pattern for flog2
Michel Danzer
2013-02-07
1
-1
/
+3
*
R600: Consolidate sub register indices.
Tom Stellard
2013-02-07
8
-93
/
+73
*
R600: Add support for SET*_DX10 instructions
Tom Stellard
2013-02-07
2
-29
/
+131
*
R600: Fix assembly name for SETGT_INT
Tom Stellard
2013-02-07
1
-1
/
+1
*
Make sure we call externals from libraries properly when -static.
Reed Kotler
2013-02-07
1
-0
/
+3
*
Enable jumps when in -static mode.
Reed Kotler
2013-02-07
1
-1
/
+1
*
[mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".
Akira Hatanaka
2013-02-06
3
-15
/
+7
*
This is a follow-up on r174446, now taking Atom processors into
Eli Bendersky
2013-02-06
1
-6
/
+6
*
PPC calling convention cleanup.
Bill Schmidt
2013-02-06
2
-75
/
+46
*
R600: Support for indirect addressing v4
Tom Stellard
2013-02-06
30
-75
/
+1124
*
Implement external weak (ELF) symbols on AArch64
Tim Northover
2013-02-06
2
-4
/
+17
*
Add AArch64 CRC32 instructions
Tim Northover
2013-02-06
1
-1
/
+19
*
Add icache prefetch operations to AArch64
Tim Northover
2013-02-06
2
-0
/
+12
[next]