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
...
*
[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2017-01-06
18
-199
/
+386
*
[SelectionDAG] Correctly transform range metadata to AssertZExt
David Majnemer
2017-01-06
2
-1
/
+19
*
[libFuzzer] remove dead code, NFC
Kostya Serebryany
2017-01-06
1
-47
/
+0
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
7
-17
/
+195
*
Code cleanup: Remove tab indents.
Logan Chien
2017-01-05
1
-3
/
+3
*
config_elast: fix typo (NFC)
Saleem Abdulrasool
2017-01-05
1
-1
/
+1
*
Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' could
Richard Smith
2017-01-05
2
-0
/
+16
*
Add missing "original call argument has same type as deduced parameter type"
Richard Smith
2017-01-05
5
-37
/
+125
*
[APFloatTest] Add tests for various operations
Tim Shen
2017-01-05
1
-4
/
+271
*
Remove the ppc insertword/extractword expected fail tests.
Sean Fertile
2017-01-05
2
-31
/
+0
*
[CostModel][X86] Tidyup arithmetic costs code. NFCI.
Simon Pilgrim
2017-01-05
1
-28
/
+15
*
Fix for shared_ptrification in Clang
David Blaikie
2017-01-05
2
-3
/
+4
*
Fix examples for recent shared_ptrification
David Blaikie
2017-01-05
1
-1
/
+1
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
24
-147
/
+142
*
Improved ASAN allocator and quarantine stats.
Evgeniy Stepanov
2017-01-05
5
-56
/
+100
*
[libFuzzer] improve error handling during the merge (handle various IO failures)
Kostya Serebryany
2017-01-05
9
-0
/
+32
*
[AArch64] Fold some filled/spilled subreg COPYs
Geoff Berry
2017-01-05
3
-10
/
+189
*
Add vec_insert4b and vec_extract4b functions to altivec.h
Sean Fertile
2017-01-05
7
-6
/
+182
*
Fix typo. NFC
Xin Tong
2017-01-05
1
-1
/
+1
*
ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson
2017-01-05
12
-32
/
+365
*
[compiler-rt] Set valid PC calling __asan_report_error SetErrorReportCallback...
Vitaly Buka
2017-01-05
1
-1
/
+2
*
[compiler-rt] Make macros use __sanitizer::uptr instead of just uptr.
Vitaly Buka
2017-01-05
1
-9
/
+10
*
typeinfo: style adjustments for adding MS ABI RTTI
Saleem Abdulrasool
2017-01-05
1
-43
/
+62
*
[asan] Fix comparison in BufferedStackTrace::LocatePcInTrace
Vitaly Buka
2017-01-05
1
-11
/
+6
*
PR 31534: When emitting both DWARF unwind tables and debug information,
Joerg Sonnenberger
2017-01-05
5
-3
/
+72
*
[LICM] Allow promotion of some stores that are not guaranteed to execute.
Michael Kuperstein
2017-01-05
2
-4
/
+216
*
If an explicitly-specified pack might have been extended by template argument
Richard Smith
2017-01-05
2
-13
/
+28
*
CodeGen: Assert that liveness is up to date when reading block live-ins.
Matthias Braun
2017-01-05
10
-43
/
+61
*
Revert "Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")"
Evgeniy Stepanov
2017-01-05
1
-33
/
+19
*
Move SerializedDiagnosticPrinter's SharedState to std::shared_ptr rather than...
David Blaikie
2017-01-05
1
-4
/
+4
*
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
10
-25
/
+31
*
[CostModel][X86] Move vXi32 MUL costs into existing tables. NFCI.
Simon Pilgrim
2017-01-05
1
-6
/
+5
*
Remove trailing whitespace. NFCI.
Simon Pilgrim
2017-01-05
1
-3
/
+3
*
[CostModel][X86] Reordered SSE42 arithmetic cost LUT into descending order. N...
Simon Pilgrim
2017-01-05
1
-13
/
+11
*
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
10
-30
/
+34
*
Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
2
-3
/
+4
*
[CostModel][X86] Move vXi64 MUL costs into existing tables. NFCI.
Simon Pilgrim
2017-01-05
1
-11
/
+3
*
[LICM] Small update to note changes made in hoistRegion
Andrew Kaylor
2017-01-05
1
-0
/
+1
*
Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
2
-6
/
+9
*
Simplify ASTReader ctor by using in-class initializers for many member variables
David Blaikie
2017-01-05
2
-61
/
+45
*
Simplify ASTReader ctor by using in-class initializers (NSDMIs to the rest of...
David Blaikie
2017-01-05
2
-47
/
+33
*
[CostModel][X86] Strip unused 256-bit vector shift costs. NFCI.
Simon Pilgrim
2017-01-05
1
-8
/
+0
*
[x86] add test to show bug in select lowering; NFC
Sanjay Patel
2017-01-05
1
-0
/
+18
*
Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension
David Blaikie
2017-01-05
12
-53
/
+45
*
[CostModel][X86] Include the cost of 256-bit upper subvector extract/insertio...
Simon Pilgrim
2017-01-05
2
-4
/
+4
*
Typo
Joerg Sonnenberger
2017-01-05
1
-2
/
+2
*
Typo
Joerg Sonnenberger
2017-01-05
1
-1
/
+1
*
[CostModel][X86] Merged SK_PermuteSingleSrc/SK_PermuteTwoSrc into common shuf...
Simon Pilgrim
2017-01-05
1
-272
/
+227
*
thread_support: split out {,non-}recursive mutex
Saleem Abdulrasool
2017-01-05
3
-8
/
+43
*
Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")
Matt Arsenault
2017-01-05
1
-19
/
+33
[prev]
[next]