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
...
*
Use EXPECT_FALSE instead of EXPECT_EQ(false, ...
Momchil Velikov
2018-02-14
1
-1
/
+1
*
[AST] Refine the condition for element-dependent array fillers
Ivan A. Kosarev
2018-02-14
2
-2
/
+32
*
[Utils] Salvage the debug info of DCE'ed 'and' instructions
Petar Jovanovic
2018-02-14
4
-0
/
+15
*
Quick fix for 325116 buildbots: move template specialization into namespace
Aleksei Sidorin
2018-02-14
1
-27
/
+29
*
[Sema] Fix decltype of static data members
Mikhail Maltsev
2018-02-14
2
-3
/
+9
*
[ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...
Aleksei Sidorin
2018-02-14
4
-64
/
+161
*
Revert r325107 (case folding DJB hash) and subsequent build fix
Pavel Labath
2018-02-14
8
-1055
/
+1
*
[clangd] Explicitly initialize all primitive fields in Protocol.h
Ilya Biryukov
2018-02-14
6
-68
/
+85
*
[IRMover] Move type name extraction to a separate function. NFC
Eugene Leviant
2018-02-14
1
-6
/
+11
*
Fix build broken by r325107
Pavel Labath
2018-02-14
1
-23
/
+23
*
Implement a case-folding version of DJB hash
Pavel Labath
2018-02-14
8
-1
/
+1055
*
Test commit access
Henry Wong
2018-02-14
1
-1
/
+1
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
30
-131
/
+1630
*
[SelectionDAG] Remove duplicate code from TargetLowering::SimplifySetCC.
Craig Topper
2018-02-14
1
-4
/
+0
*
Use delete[] instead of free
Serge Pavlov
2018-02-14
1
-2
/
+2
*
Use delete[] to deallocate array of chars
Serge Pavlov
2018-02-14
1
-2
/
+2
*
Refactor DisassembleInfo in MachODump.cpp
Serge Pavlov
2018-02-14
1
-83
/
+23
*
[clangd] Configure clangd tracing with CLANGD_TRACE env instead of -trace flag
Sam McCall
2018-02-14
2
-11
/
+9
*
Fix a couple of places where we assumed that non-type template parameters are...
Richard Smith
2018-02-14
6
-8
/
+26
*
Use a stricter return type in buildSectionOrder. NFC.
Rafael Espindola
2018-02-14
1
-9
/
+10
*
[demangler] Support for exception specifications on function types.
Erik Pilkington
2018-02-14
2
-4
/
+96
*
[demangler] Simplify the AST for function types, NFC.
Erik Pilkington
2018-02-14
1
-92
/
+66
*
Fix incorrect indentation.
Bruce Mitchener
2018-02-14
1
-1
/
+1
*
[X86] Remove dead code from retpoline thunk generation
Reid Kleckner
2018-02-14
1
-26
/
+0
*
Implement function attribute artificial
Erich Keane
2018-02-14
6
-1
/
+37
*
[gold] Fix error report in thinlto_emit_linked_objects.ll test
Vitaly Buka
2018-02-14
3
-2
/
+9
*
[analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...
George Karpenkov
2018-02-13
2
-14
/
+18
*
Fix off-by-one in set_thread_name which causes truncation to fail on Linux
Sam McCall
2018-02-13
1
-1
/
+2
*
[cmake] Darwin: Copy in the system debugserver if needed
Vedant Kumar
2018-02-13
4
-13
/
+26
*
[globalisel][legalizerinfo] Follow up on post-commit review comments after r3...
Daniel Sanders
2018-02-13
3
-3
/
+106
*
[InstCombine] put tests of mul with neg operand(s) together; NFC
Sanjay Patel
2018-02-13
4
-58
/
+64
*
Use toString to stringize sections and files.
Rui Ueyama
2018-02-13
11
-36
/
+34
*
Use LLVM's SetVector insteead of unordered_set.
Rui Ueyama
2018-02-13
1
-3
/
+2
*
[GVN] Salvage debug info from dead insts
Vedant Kumar
2018-02-13
3
-2
/
+13
*
[InstCombine] (lshr X, 31) * Y --> (ashr X, 31) & Y
Sanjay Patel
2018-02-13
2
-29
/
+17
*
amdgpu/half_recip: Switch implementation to native_recip
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_log2: Switch implementation to native_log2
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_log10: Switch implementation to native_log10
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_log: Switch implementation to native_log
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_exp2: Switch implementation to native_exp2
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_exp10: Switch implementation to native_exp10
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_exp: Switch implementation to native_exp
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_sqrt: Switch implementation to native_sqrt
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_rsqrt: Switch implementation to native_rsqrt
Jan Vesely
2018-02-13
3
-0
/
+18
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
8
-6
/
+57
*
[InstCombine] add vector tests, fix comments; NFC
Sanjay Patel
2018-02-13
1
-8
/
+53
*
[libFuzzer] Set -experimental_len_control=1000 as default.
Matt Morehouse
2018-02-13
4
-6
/
+9
*
[X86] Use EDI for retpoline when no scratch regs are left
Reid Kleckner
2018-02-13
4
-72
/
+76
*
[InstCombine] (bool X) * Y --> X ? Y : 0
Sanjay Patel
2018-02-13
2
-3
/
+21
*
[LLD] Implement /guard:[no]longjmp
Reid Kleckner
2018-02-13
11
-28
/
+169
[prev]
[next]