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
*
New Kaleidoscope chapter: Creating object files
Wilfred Hughes
2016-07-02
16
-355
/
+1800
*
[PM] Fix a small typo from when I ported JumpThreading
Sean Silva
2016-07-02
1
-1
/
+1
*
[X86][AVX512] Autoupgrade the MOVDDUP/MOVSLDUP/MOVSHDUP intrinsics
Simon Pilgrim
2016-07-02
5
-204
/
+227
*
[DIBuilder] Remove dead code. NFC.
Benjamin Kramer
2016-07-02
1
-34
/
+0
*
[Hexagon] Create global std::map lazily.
Benjamin Kramer
2016-07-02
1
-3
/
+3
*
[X86][AVX512] Add support for lowering shuffles to MOVDDUP/MOVSLDUP/MOVSHDUP
Simon Pilgrim
2016-07-02
3
-8
/
+23
*
[X86][AVX512] Add test cases that should lower to MOVSLDUP/MOVSHDUP
Simon Pilgrim
2016-07-02
1
-1
/
+21
*
[X86][AVX512] Add fast-isel shuffle tests
Simon Pilgrim
2016-07-02
2
-0
/
+737
*
[CUDA] Move argument type lists to the stack. NFC.
Benjamin Kramer
2016-07-02
1
-4
/
+4
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
7
-86
/
+53
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
9
-55
/
+28
*
Correct two typos
Tobias Grosser
2016-07-02
1
-2
/
+2
*
Remove duplicate declaration.
Rui Ueyama
2016-07-02
2
-2
/
+1
*
Move getAddend to Relocations.h.
Rui Ueyama
2016-07-02
2
-10
/
+10
*
CodegenCleanup: Drop CFLAA pass from codegen cleanup sequence
Tobias Grosser
2016-07-02
1
-1
/
+0
*
Fix formatting. NFC.
Rui Ueyama
2016-07-02
1
-2
/
+2
*
[X86] Replace 128-bit and 256 masked vpermilps/vpermilpd builtins with native...
Craig Topper
2016-07-02
4
-47
/
+48
*
Add unordered_map::insert benchmark test and rename file
Eric Fiselier
2016-07-02
2
-29
/
+44
*
Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks.
Eric Fiselier
2016-07-02
2
-2
/
+33
*
Handle std::get<T>(...) for std::tuple<>
Eric Fiselier
2016-07-02
2
-0
/
+8
*
[esan|cfrag] Add struct array access report
Qin Zhao
2016-07-02
2
-19
/
+35
*
[esan|cfrag] Add counters for struct array accesses
Qin Zhao
2016-07-02
3
-72
/
+143
*
Remove workarounds for C++17 inline variable ABI break. It has been fixed in ...
Eric Fiselier
2016-07-02
2
-11
/
+0
*
Rewrite std::get<Type>(...) helper using constexpr functions.
Eric Fiselier
2016-07-02
6
-120
/
+63
*
[SystemZ] Move misplaced SystemZ::TDC to non-memory opcode range.
Marcin Koscielnicki
2016-07-02
2
-7
/
+7
*
PR28394: For compatibility with c++11 and c++14, if a static constexpr data
Richard Smith
2016-07-02
4
-4
/
+83
*
Cleanup SFINAE in tuple, and add tests for reference assignment
Eric Fiselier
2016-07-02
3
-30
/
+48
*
Make tuple_constructible and family lazy again.
Eric Fiselier
2016-07-02
2
-3
/
+111
*
Add RenderScript ArchType
Pirama Arumuga Nainar
2016-07-02
2
-117
/
+137
*
[PM] Port ConstantHoisting to the new Pass Manager
Michael Kuperstein
2016-07-02
7
-136
/
+204
*
[codeview] Set the Nested and Scoped ClassOptions based on the scope chain
Reid Kleckner
2016-07-02
4
-18
/
+43
*
Add TargetInfo for 32-bit and 64-bit RenderScript
Pirama Arumuga Nainar
2016-07-02
2
-0
/
+66
*
Add another workaround for C++17 inline variable ABI breakage.
Eric Fiselier
2016-07-01
1
-1
/
+4
*
Remove accidental change committed in r274403.
Eric Fiselier
2016-07-01
1
-1
/
+1
*
LoadStoreVectorizer: Fix warning about extra semicolon
Matt Arsenault
2016-07-01
1
-2
/
+2
*
TII: Fix inlineasm size counting comments as insts
Matt Arsenault
2016-07-01
2
-7
/
+117
*
Turn off ASAN's odr-violation diagnostics for now. See PR28391
Eric Fiselier
2016-07-01
1
-0
/
+3
*
Work around ABI break caused by C++17 inline variables.
Eric Fiselier
2016-07-01
1
-1
/
+8
*
PeepholeOptimizer: Relax assert
Matt Arsenault
2016-07-01
1
-2
/
+4
*
[CodeView] Include MSVC style names for unnamed types
David Majnemer
2016-07-01
2
-9
/
+65
*
[CodeView] Include the offset of nested members
David Majnemer
2016-07-01
2
-4
/
+66
*
[CodeView] Pretty print anonymous scopes
David Majnemer
2016-07-01
3
-16
/
+44
*
AMDGPU: Add feature for unaligned access
Matt Arsenault
2016-07-01
7
-172
/
+287
*
AMDGPU: Expand unaligned accesses early
Matt Arsenault
2016-07-01
6
-229
/
+254
*
Removes CHECKs for symbolic label names (as Debug Clang will generate).
Tim Shen
2016-07-01
1
-5
/
+10
*
[msan] Fix __msan_maybe_ for non-standard type sizes.
Evgeniy Stepanov
2016-07-01
2
-1
/
+86
*
AMDGPU: Improve load/store of illegal types.
Matt Arsenault
2016-07-01
30
-1454
/
+500
*
Fixed thread local storage test case to run normally with no expected fail fo...
Greg Clayton
2016-07-01
1
-2
/
+12
*
C++14 init-capture: error out instead of crashing.
Manman Ren
2016-07-01
2
-1
/
+20
*
[codeview] Don't record UDTs for anonymous structs
Reid Kleckner
2016-07-01
2
-53
/
+72
[next]