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
*
[AArch64] Favor extended reg patterns for sub
Geoff Berry
2015-07-31
1
-0
/
+2
*
Refactor: Simplify boolean conditional return statements in lib/Target/NVPTX
Jingyue Wu
2015-07-31
3
-37
/
+15
*
AMDGPU: Fix v16i32 to v16i8 truncstore
Matt Arsenault
2015-07-31
1
-0
/
+1
*
AMDGPU/SI: Set DwarfRegNum
Matt Arsenault
2015-07-31
1
-6
/
+14
*
AMDGPU/SI: Remove unused pattern for f32 constant loads
Tom Stellard
2015-07-31
1
-1
/
+0
*
[ARM] Lower modulo operation to generate __aeabi_divmod on Android
Sumanth Gundapaneni
2015-07-31
1
-3
/
+4
*
fix memcpy/memset/memmove lowering when optimizing for size
Sanjay Patel
2015-07-30
2
-8
/
+6
*
AMDGPU: Set SubRegIndex size and offset
Matt Arsenault
2015-07-30
1
-2
/
+1
*
AMDGPU: Fix unreachable when emitting binary debug info
Matt Arsenault
2015-07-30
1
-1
/
+33
*
AMDGPU/SI: Simplify moveSMRDToVALU()
Tom Stellard
2015-07-30
1
-11
/
+9
*
AMDGPU/SI: Remove isTriviallyReMaterializable() function from SIInstrInfo
Tom Stellard
2015-07-30
2
-15
/
+0
*
[mips][FastISel] Remove hidden mips-fast-isel option.
Vasileios Kalintiris
2015-07-30
1
-6
/
+2
*
[mips][FastISel] Apply only zero-extension to constants prior to their materi...
Vasileios Kalintiris
2015-07-30
1
-6
/
+1
*
[X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...
Michael Kuperstein
2015-07-30
1
-0
/
+5
*
push fast-math check for machine-combiner reassociations into instruction-typ...
Sanjay Patel
2015-07-30
1
-7
/
+4
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
13
-13
/
+13
*
Rename hasCompatibleFunctionAttributes->areInlineCompatible based
Eric Christopher
2015-07-29
2
-4
/
+4
*
[X86][SSE] Keep 32-bit target i64 vector shifts on SSE unit.
Simon Pilgrim
2015-07-29
1
-15
/
+31
*
AArch64: use 32-bit MOV rather than UBFX to truncate registers.
Tim Northover
2015-07-29
1
-3
/
+3
*
[X86][SSE] Vectorize i64 ASHR operations
Simon Pilgrim
2015-07-29
2
-4
/
+18
*
Roll forward r242871
Jingyue Wu
2015-07-29
1
-1
/
+0
*
Revert "[PeepholeOptimizer] Look through PHIs to find additional register sou...
Bruno Cardoso Lopes
2015-07-29
1
-2
/
+1
*
AArch64: use AddressingModes.h accessors for compare shifts
Tim Northover
2015-07-29
1
-4
/
+5
*
Temporarily revert r242871
Jingyue Wu
2015-07-29
1
-0
/
+1
*
[PPC] Fix PR24216: Don't generate splat for misaligned shuffle mask
Bill Schmidt
2015-07-29
1
-0
/
+5
*
[AArch64] Define subtarget feature strict-align.
Akira Hatanaka
2015-07-29
5
-31
/
+25
*
Fix broken ArrayRef conversion from r243497.
Alex Lorenz
2015-07-28
1
-1
/
+1
*
fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre...
Sanjay Patel
2015-07-28
6
-10
/
+10
*
MIR Serialization: Serialize the target index machine operands.
Alex Lorenz
2015-07-28
2
-0
/
+14
*
[ARM] Define subtarget feature strict-align.
Akira Hatanaka
2015-07-28
3
-55
/
+9
*
AArch64: be careful of large immediates when optimising cmps.
Tim Northover
2015-07-28
1
-5
/
+12
*
[PeepholeOptimizer] Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-28
1
-1
/
+2
*
[mips][FastISel] Fix call lowering by bailing out on "fastcc" calls.
Vasileios Kalintiris
2015-07-28
1
-0
/
+9
*
[mips][FastISel] Fix generated code for IR's select instruction.
Vasileios Kalintiris
2015-07-28
1
-1
/
+8
*
AMDGPU: Don't try to use LDS/vector for private if pointer value stored
Matt Arsenault
2015-07-28
1
-4
/
+14
*
AMDGPU: Fix crash if called function is a bitcast
Matt Arsenault
2015-07-28
1
-1
/
+6
*
AMDGPU: Fix return type of getImplicitParameterOffset.
Matt Arsenault
2015-07-28
1
-1
/
+1
*
WebAssembly: MCAsmInfo only has one syntax variant for now.
JF Bastien
2015-07-28
1
-5
/
+3
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
7
-0
/
+19
*
[AArch64] Match float round and convert to int instructions.
Geoff Berry
2015-07-28
1
-12
/
+116
*
Implement __builtin_thread_pointer
Adhemerval Zanella
2015-07-28
2
-0
/
+19
*
[X86] Remove mergeSPUpdatesUp()
Michael Kuperstein
2015-07-28
1
-25
/
+1
*
[X86][SSE] Use bitmasks instead of shuffles where possible.
Simon Pilgrim
2015-07-28
1
-0
/
+8
*
AVX512: Implemented encoding and intrinsics for VGETEXPSS/D instructions
Igor Breger
2015-07-28
3
-1
/
+8
*
fix invalid load folding with SSE/AVX FP logical instructions (PR22371)
Sanjay Patel
2015-07-28
3
-46
/
+59
*
WebAssembly: add a generic CPU
JF Bastien
2015-07-27
1
-0
/
+3
*
WebAssembly: more MCAsmInfo nits.
JF Bastien
2015-07-27
1
-5
/
+1
*
- Added support for parsing HWDiv features using Target Parser.
Alexandros Lamprineas
2015-07-27
2
-3
/
+3
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
8
-8
/
+8
*
remove unnecessary forward declaration; NFC
Sanjay Patel
2015-07-27
1
-16
/
+12
[next]