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
*
[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...
Kostya Serebryany
2017-04-19
5
-145
/
+0
*
[sanitizer-coverage] deprecate -fsanitize-coverage=8bit-counters
Kostya Serebryany
2017-04-19
2
-8
/
+6
*
[libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VER
Shoaib Meenai
2017-04-19
1
-8
/
+8
*
Using address range map to speedup finding inline stack for address.
Dehao Chen
2017-04-19
5
-52
/
+99
*
Parse backend options during thinlto backend compile actions
David Blaikie
2017-04-19
2
-6
/
+18
*
Update the madd.ll test with utils/update_llc_test_checks.py (NFC)
Dehao Chen
2017-04-19
1
-48
/
+264
*
[sanitizer-coverage] deprecate some of the stale coverage variants
Kostya Serebryany
2017-04-19
3
-58
/
+7
*
PR32710: Disable using PMADDWD for unsigned short.
Dehao Chen
2017-04-19
2
-6
/
+56
*
AMDGPU: Don't emit amd_kernel_code_t for callable functions
Matt Arsenault
2017-04-19
2
-8
/
+21
*
[tblgen] GCC/MS builtin to target intrisics map.
Aditya Nandakumar
2017-04-19
2
-7
/
+17
*
[AMDGPU][mc][tests][NFC] Update bulk ISA tests for Gfx7 and Gfx8
Artem Tamazov
2017-04-19
2
-4377
/
+10806
*
Add CopyDiagnostic to the DiagnosticManager.
Jim Ingham
2017-04-19
2
-0
/
+11
*
StructurizeCFG: Directly invert cmp instructions
Matt Arsenault
2017-04-19
8
-112
/
+184
*
[GVN] Don't coerce non-integral pointers to integers or vice versa
Sanjoy Das
2017-04-19
3
-0
/
+83
*
[Utility/StringLexer] Remove dead code.
Davide Italiano
2017-04-19
2
-6
/
+0
*
Update comment to match r300252.
Richard Smith
2017-04-19
1
-1
/
+1
*
Teach RenderScriptRuntime about changed context representation.
David Gross
2017-04-19
1
-30
/
+39
*
ARM: TLS calling convention doesn't preserve r9 or r12 on Darwin.
Tim Northover
2017-04-19
2
-3
/
+27
*
[DAG] add splat vector support for 'and' in SimplifyDemandedBits
Sanjay Patel
2017-04-19
5
-31
/
+9
*
IR: Remove some comments that are documenting the obvious. NFC.
Peter Collingbourne
2017-04-19
1
-4
/
+0
*
[Coverage] Don't emit mappings for functions in dependent contexts (fixes PR3...
Vedant Kumar
2017-04-19
2
-1
/
+33
*
[Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.
Akira Hatanaka
2017-04-19
4
-0
/
+36
*
[MathExtras] Fix undefined behavior (shift by bit width)
Benjamin Kramer
2017-04-19
2
-1
/
+6
*
AMDGPU: Don't align callable functions to 256
Matt Arsenault
2017-04-19
3
-1
/
+34
*
AMDGPU: Change DivergenceAnalysis for function arguments
Matt Arsenault
2017-04-19
3
-598
/
+780
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
8
-86
/
+52
*
[InstCombine] Reduce visitLoadInst() code duplication. NFCI.
Davide Italiano
2017-04-19
1
-20
/
+18
*
Skip tests that use 'llvm_xray' for standalone builds.
Keith Wyss
2017-04-19
3
-0
/
+7
*
[APInt] Move the 'return *this' from the slow cases of assignment operators i...
Craig Topper
2017-04-19
2
-27
/
+25
*
[InstSimplify] fold identity shuffles (recursing if needed)
Sanjay Patel
2017-04-19
2
-27
/
+117
*
use 'auto' with 'dyn_cast' and fix formatting; NFC
Sanjay Patel
2017-04-19
1
-8
/
+7
*
Add #pragma clang attribute support to the external_source_symbol attribute
Alex Lorenz
2017-04-19
5
-43
/
+136
*
Add an #include for <climits> for CHAR_BIT.
Zachary Turner
2017-04-19
1
-0
/
+1
*
[Support] Add some helpers to generate bitmasks.
Zachary Turner
2017-04-19
2
-0
/
+35
*
Remove eol-style:native from MathExtras.h
Zachary Turner
2017-04-19
0
-0
/
+0
*
Revert r300697 which causes buildbot failure.
Dehao Chen
2017-04-19
4
-58
/
+52
*
[Hexagon] Generate proper offset in opt-addr-mode
Krzysztof Parzyszek
2017-04-19
3
-11
/
+33
*
[Hexagon] Remove RDefMap, use Liveness:getNearestAliasedRef instead
Krzysztof Parzyszek
2017-04-19
1
-48
/
+5
*
[RDF] Switch NodeList to SmallVector from std::vector
Krzysztof Parzyszek
2017-04-19
1
-1
/
+2
*
[RDF] Use faster version of findBlock
Krzysztof Parzyszek
2017-04-19
1
-1
/
+1
*
Remove unnecessary condition as suggested by clang-tidy. NFC
Gabor Horvath
2017-04-19
1
-4
/
+2
*
[RDF] Cache register units for reg masks instead of recalculating them
Krzysztof Parzyszek
2017-04-19
2
-31
/
+29
*
[Hexagon] Cache reached blocks in bit tracker instead of scanning list
Krzysztof Parzyszek
2017-04-19
2
-10
/
+10
*
[PowerPC] add test and auto-generate checks; NFC
Sanjay Patel
2017-04-19
1
-19
/
+33
*
[clang-tidy] misc-misplaced-widening-cast: Disable checking of implicit widen...
Gabor Horvath
2017-04-19
2
-1
/
+1
*
[ARM] add test and auto-generate checks; NFC
Sanjay Patel
2017-04-19
1
-122
/
+440
*
Using address range map to speedup finding inline stack for address.
Dehao Chen
2017-04-19
4
-52
/
+58
*
[InstSimplify] Deduce correct type for vector GEP.
Davide Italiano
2017-04-19
2
-1
/
+27
*
Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
Nico Weber
2017-04-19
1
-0
/
+1
*
Implement function to get registers from suspended thread on darwin
Francis Ricci
2017-04-19
1
-2
/
+43
[next]