index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed typo
Elena Demikhovsky
2016-03-25
1
-1
/
+1
*
AMDGPU: Cost model for basic integer operations
Matt Arsenault
2016-03-25
1
-0
/
+31
*
X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)
Hans Wennborg
2016-03-25
7
-4
/
+93
*
AMDGPU: Partially implement getArithmeticInstrCost for FP ops
Matt Arsenault
2016-03-25
2
-1
/
+94
*
IR: Reserve an MDKind for !llvm.loop; NFC
Duncan P. N. Exon Smith
2016-03-25
1
-1
/
+2
*
ARM: fix optimised division on WoA
Saleem Abdulrasool
2016-03-25
1
-0
/
+1
*
AMDGPU: TTI: Make insertelement free.
Matt Arsenault
2016-03-25
1
-0
/
+5
*
Finish the incomplete 'd' inline asm constraint support for PPC by
Eric Christopher
2016-03-24
1
-0
/
+5
*
[Hexagon] Be sure to treat subregisters of a CSR as CSRs as well
Krzysztof Parzyszek
2016-03-24
1
-5
/
+8
*
[Hexagon] Add support for run-time stack overflow checking
Krzysztof Parzyszek
2016-03-24
4
-13
/
+64
*
[Hexagon] Generate PIC-specific versions of save/restore routines
Krzysztof Parzyszek
2016-03-24
3
-9
/
+43
*
[MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an...
Simon Atanasyan
2016-03-24
1
-0
/
+36
*
[X86][XOP] Fixed instruction postfixes to more closely match operands
Simon Pilgrim
2016-03-24
2
-91
/
+91
*
AVX-512: Generate KTEST instead of TEST fir i1 vectors
Elena Demikhovsky
2016-03-24
1
-5
/
+27
*
CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.
Tim Northover
2016-03-24
1
-0
/
+4
*
AMDGPU/SI: Add Polaris support
Tom Stellard
2016-03-24
1
-0
/
+8
*
[X86][XOP] Merged 128/256 bit 4op instruction definitions. NFCI.
Simon Pilgrim
2016-03-24
1
-15
/
+14
*
[mips] Range check vsplat_simm5 and vsplat_simm10
Daniel Sanders
2016-03-24
2
-5
/
+6
*
[PowerPC] Disable direct moves for extractelement and bitcast in 32-bit mode
Nemanja Ivanovic
2016-03-24
1
-2
/
+2
*
[mips] Range check simm10
Daniel Sanders
2016-03-24
3
-4
/
+13
*
[X86][XOP] Support for VPPERM byte shuffle instruction
Simon Pilgrim
2016-03-24
5
-3
/
+49
*
[mips] Tidy up cnMIPS tablegen definitions. NFC.
Daniel Sanders
2016-03-24
2
-51
/
+58
*
Fix sequence point warning. NFC.
Vasileios Kalintiris
2016-03-24
1
-1
/
+1
*
[mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...
Zlatko Buljan
2016-03-24
9
-42
/
+89
*
[mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions
Hrvoje Varga
2016-03-24
9
-11
/
+192
*
[mips][microMIPS] Fix for "Cannot copy registers" assertion
Hrvoje Varga
2016-03-24
3
-9
/
+17
*
[PS4] Guarantee an instruction after a 'noreturn' call.
Paul Robinson
2016-03-24
1
-1
/
+3
*
AMDGPU: Remove atomic inc/dec patterns
Matt Arsenault
2016-03-23
1
-23
/
+0
*
AMDGPU: Promote alloca should skip volatiles
Matt Arsenault
2016-03-23
1
-0
/
+13
*
AMDGPU: Insert moves of frame index to value operands
Matt Arsenault
2016-03-23
1
-0
/
+56
*
Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou
2016-03-23
2
-74
/
+115
*
[x86] make peekThroughBitcasts() a helper function
Sanjay Patel
2016-03-23
1
-60
/
+31
*
[AArch64] Replace return 0 with return false. NFC.
Chad Rosier
2016-03-23
1
-3
/
+3
*
Codegen: [PPC] Word Rotates are Zero Extending.
Kyle Butt
2016-03-23
1
-1
/
+8
*
Replace a string comparison in ARMSubtarget.h with a tablegen entry in ARM.td...
Artyom Skrobov
2016-03-23
2
-5
/
+8
*
[AArch64] Replace some uses of report_fatal_error with reportError in AArch64...
Oliver Stannard
2016-03-23
1
-17
/
+35
*
[X86] Introduction of FeatureX87.
Andrey Turetskiy
2016-03-23
4
-69
/
+100
*
[mips][microMIPS] Delay slot filler modifications
Hrvoje Varga
2016-03-23
1
-0
/
+6
*
[AMDGPU] Fix missing assembler predicates.
Valery Pykhtin
2016-03-23
1
-0
/
+4
*
AMDGPU: Cache information about register pressure sets
Tom Stellard
2016-03-23
2
-24
/
+37
*
Typo
Joerg Sonnenberger
2016-03-22
1
-1
/
+1
*
[WebAssembly] Implement the rotate instructions.
Dan Gohman
2016-03-22
2
-1
/
+9
*
[X86][SSE] Reapplied: Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Simon Pilgrim
2016-03-22
1
-1
/
+3
*
[mips] Make simm6 consistent with the rest. NFC.
Daniel Sanders
2016-03-22
1
-5
/
+1
*
[mips] Range check simm7.
Daniel Sanders
2016-03-22
5
-21
/
+53
*
[mips] Range check simm5.
Daniel Sanders
2016-03-22
3
-3
/
+7
*
[mips] Range check vsplat_uimm[1234568].
Daniel Sanders
2016-03-22
2
-48
/
+53
*
[mips] Range check uimm4_ptr, remove uimm6_ptr, and use correctly sized immed...
Daniel Sanders
2016-03-22
2
-42
/
+52
*
AMDGPU: Fix dangling references introduced by r263982
Nicolai Haehnle
2016-03-21
1
-3
/
+5
*
Fix -Wdocumentation warnings from r263853
Duncan P. N. Exon Smith
2016-03-21
1
-4
/
+7
[next]