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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjC][Modules] Don't perform property lookup in hidden class extensions
Alex Lorenz
2017-02-22
3
-2
/
+13
*
[libFuzzer] Update traces hooks test after r293741
Justin Bogner
2017-02-22
1
-5
/
+3
*
ELF: Simplify the thinlto.ll test and verify that importing is working correc...
Peter Collingbourne
2017-02-22
1
-5
/
+4
*
[libFuzzer] Mark a test that infinite loops as unsupported
Justin Bogner
2017-02-22
3
-5
/
+11
*
AMDGPU: Add replacement bfe intrinsics
Matt Arsenault
2017-02-22
6
-1
/
+1343
*
[InstCombine] don't try SimplifyDemandedInstructionBits from add/sub because ...
Sanjay Patel
2017-02-22
1
-8
/
+0
*
Changed builld-llvm.py to use .json files
Sean Callanan
2017-02-22
3
-31
/
+80
*
[OpenMP] Missing virtual destructor in KMPAffinity
George Rokos
2017-02-22
1
-0
/
+2
*
[AVR] Disable integrated assembler for a few tests
Dylan McKay
2017-02-22
3
-3
/
+3
*
[CodeGen] Add param info for ctors with ABI args.
George Burgess IV
2017-02-22
2
-1
/
+26
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-22
13
-282
/
+380
*
[Hexagon] Implement @llvm.readcyclecounter()
Krzysztof Parzyszek
2017-02-22
7
-9
/
+44
*
AMDGPU: Don't add emergency stack slot if all spills are SGPR->VGPR
Matt Arsenault
2017-02-22
2
-39
/
+57
*
[ODRHash] static_cast and Stmt hashing.
Richard Trieu
2017-02-22
6
-91
/
+366
*
PredicateInfo: Support switch statements
Daniel Berlin
2017-02-22
7
-81
/
+306
*
Add pair conversion functions to BasicBlockEdge.
Daniel Berlin
2017-02-22
1
-0
/
+4
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
7
-231
/
+220
*
PR32034: Evaluate _Atomic(T) in-place when T is a class or array type.
Richard Smith
2017-02-22
2
-12
/
+46
*
[LV] Update floating-point induction test checks (NFC)
Matthew Simpson
2017-02-22
1
-57
/
+129
*
[LSR] Canonicalize formula and put recursive Reg related with current loop in...
Wei Mi
2017-02-22
2
-39
/
+148
*
[RDF] Support for partial structural aliases in RegisterAggr
Krzysztof Parzyszek
2017-02-22
2
-61
/
+67
*
Fix header documentation.
Greg Clayton
2017-02-22
1
-2
/
+2
*
Fix header documentation.
Greg Clayton
2017-02-22
1
-5
/
+3
*
[Support] Re-add the special OSX flags on mmap.
Zachary Turner
2017-02-22
1
-0
/
+19
*
[Hexagon] Add intrinsics for masked vector stores
Krzysztof Parzyszek
2017-02-22
4
-0
/
+146
*
AMDGPU: Don't look at chain users when adjusting writemask
Matt Arsenault
2017-02-22
2
-0
/
+90
*
AMDGPU: Always allocate emergency stack slot at offset 0
Matt Arsenault
2017-02-22
19
-174
/
+222
*
Add a comment about thread safety.
Rui Ueyama
2017-02-22
1
-0
/
+4
*
[WebAssembly] Update llvm-readobj tests for switch to version 0x1
Derek Schuff
2017-02-22
2
-1
/
+1
*
AMDGPU: Add fmed3 half builtin
Matt Arsenault
2017-02-22
6
-2
/
+34
*
AMDGPU: Change exp with compr bit printing
Matt Arsenault
2017-02-22
2
-29
/
+55
*
stop using associative comdats for SEH filter functions
Bob Haarman
2017-02-22
2
-14
/
+3
*
Revert "AMDGPU : Update TrapCode based on Trap Handler ABI."
Wei Ding
2017-02-22
5
-18
/
+14
*
[CodeGen] Note where we add ABI-specific args in ctors. NFC.
George Burgess IV
2017-02-22
4
-44
/
+70
*
[WebAssembly] Update llvm-objdump tests for the new wasm version number.
Dan Gohman
2017-02-22
2
-1
/
+1
*
[SLP] Fix for PR32036: Vectorized horizontal reduction returning wrong result
Alexey Bataev
2017-02-22
2
-17
/
+24
*
AMDGPU : Update TrapCode based on Trap Handler ABI.
Wei Ding
2017-02-22
5
-14
/
+18
*
Improve support for 'decltype(auto)' in template template parameter matching.
Richard Smith
2017-02-22
2
-6
/
+20
*
Move llvm_unreachable out of switch.
Rafael Espindola
2017-02-22
1
-2
/
+5
*
Bring back 2>&1 redirection for this test
Matthias Braun
2017-02-22
1
-1
/
+1
*
[AArch64] Extend AArch64RedundantCopyElimination to do simple copy propagation.
Geoff Berry
2017-02-22
2
-43
/
+422
*
[LV] Add scalar floating-point induction test (NFC)
Matthew Simpson
2017-02-22
1
-0
/
+58
*
[ModuleSummaryAnalysis] Don't crash when referencing unnamed globals.
Davide Italiano
2017-02-22
2
-0
/
+16
*
[WebAssembly] Implement the wasm binary container header.
Dan Gohman
2017-02-22
4
-2
/
+15
*
MIRTests: Remove unnecessary 2>&1 redirection
Matthias Braun
2017-02-22
69
-69
/
+69
*
[LoopVectorize] Added address space check when analysing interleaved accesses
Karl-Johan Karlsson
2017-02-22
2
-14
/
+56
*
[WebAssembly] Define a table of function signatures for runtime library calls.
Dan Gohman
2017-02-22
3
-0
/
+1345
*
[RDF] Skip undef uses when calculating kill flags
Krzysztof Parzyszek
2017-02-22
1
-1
/
+1
*
[RDF] Only access block live-ins when tracking liveness
Krzysztof Parzyszek
2017-02-22
1
-2
/
+4
*
[Support] Provide linux/magic.h fallback for older kernels
Michal Gorny
2017-02-22
2
-0
/
+24
[next]