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
*
Sema: provide an extension warning for enable_if
Saleem Abdulrasool
2016-02-18
3
-0
/
+54
*
[Parse] Make sure we don't forget to diagnose typos in exprs
David Majnemer
2016-02-18
2
-3
/
+12
*
[WebAssembly] Don't use setRequiresStructuredCFG(true).
Dan Gohman
2016-02-18
2
-40
/
+32
*
Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...
Matthias Braun
2016-02-18
6
-324
/
+7
*
[TableGen,X86] Add NDEBUG check to a variable initialization that's only used...
Craig Topper
2016-02-18
1
-0
/
+2
*
[TableGen,X86] Remove extra optional operand from RawFrm. RawFrm with 2 immed...
Craig Topper
2016-02-18
1
-3
/
+1
*
[AMDGPU] Disassembler: Added basic disassembler for AMDGPU target
Tom Stellard
2016-02-18
15
-49
/
+588
*
[libFuzzer] fix the libFuzzer bot
Kostya Serebryany
2016-02-18
2
-2
/
+2
*
Add usage instructions for TypeSystemMap::AddToMap.
Jim Ingham
2016-02-18
1
-0
/
+2
*
[sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...
Kostya Serebryany
2016-02-18
3
-57
/
+70
*
Commit tests missing from r261180.
Eric Fiselier
2016-02-18
2
-0
/
+42
*
Get <ext/hash_map> working again
Eric Fiselier
2016-02-18
1
-3
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-02-18
12
-265
/
+183
*
[sanitizer-coverage] add a deprecation warning for -fsanitize-coverage=[1234]
Kostya Serebryany
2016-02-17
2
-20
/
+25
*
Add upport for bitcast in the C API echo test
Amaury Sechet
2016-02-17
1
-1
/
+18
*
[WebAssembly] Disable register stackification and coloring when not optimizing
Derek Schuff
2016-02-17
3
-11
/
+23
*
AArch64: always clear kill flags up to last eliminated copy
Tim Northover
2016-02-17
2
-8
/
+8
*
Add support for memory operations (load/store/gep) in C API echo test
Amaury Sechet
2016-02-17
4
-0
/
+98
*
[DebugInfoPDB] A few cleanups on PDB Variant class.
Zachary Turner
2016-02-17
2
-4
/
+6
*
Move LLVMCreateTargetData and LLVMDisposeTargetData together. NFC
Amaury Sechet
2016-02-17
2
-8
/
+8
*
Don't crash w/ a diagnostic range containing a null byte
David Majnemer
2016-02-17
2
-3
/
+11
*
[readobj] Remove uneeded braces in case statement.
Michael J. Spencer
2016-02-17
1
-2
/
+1
*
Make sure functions are generated even there is no global in the C API echo test
Amaury Sechet
2016-02-17
1
-6
/
+10
*
DwarfDebug: Don't drop the DIExpression just because a variable is
Adrian Prantl
2016-02-17
2
-3
/
+71
*
DbgVariable: Add an accessor for the common case of a single expression
Adrian Prantl
2016-02-17
2
-2
/
+5
*
Apple simulator platforms don't have a shared cache to load Objective-C class...
Enrico Granata
2016-02-17
1
-8
/
+2
*
Add support for global variables in the C API echo test
Amaury Sechet
2016-02-17
2
-32
/
+147
*
Add 'nopartial' qualifier for availability attributes.
Manman Ren
2016-02-17
15
-29
/
+124
*
[modules] Cache 'acceptable decl' lookups for namespaces. In projects with
Richard Smith
2016-02-17
3
-0
/
+28
*
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...
Kostya Serebryany
2016-02-17
12
-9
/
+101
*
PR26606: Make abort_on_error.cc test more portable.
Alexey Samsonov
2016-02-17
2
-2
/
+2
*
NFC: Fix formating
Amaury Sechet
2016-02-17
1
-4
/
+4
*
Fix warning on build without asserts
Tim Northover
2016-02-17
1
-4
/
+5
*
AArch64: improve redundant copy elimination.
Tim Northover
2016-02-17
2
-44
/
+69
*
[DebugInfoPDB] Raise getSymIndexId() up to PDBSymbol
Zachary Turner
2016-02-17
32
-30
/
+3
*
[DebugInfoPDB] Teach Variant to support string types.
Zachary Turner
2016-02-17
3
-24
/
+64
*
[CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog
Akira Hatanaka
2016-02-17
2
-1
/
+54
*
Fix PR26608: Make sanitizer_common tests more portable.
Alexey Samsonov
2016-02-17
3
-5
/
+6
*
[LIR] Avoid turning non-temporal stores into memset
Haicheng Wu
2016-02-17
2
-0
/
+35
*
[TSan] PR26609: Fix two test cases.
Alexey Samsonov
2016-02-17
2
-4
/
+4
*
Debug Info: Teach LdStHasDebugValue() (Local.cpp) about DIExpressions.
Adrian Prantl
2016-02-17
2
-17
/
+76
*
Add static/const qualifiers to methods. NFC.
George Burgess IV
2016-02-17
1
-3
/
+3
*
[libFuzzer] don't timeout when loading the corpus. Be a bit more verbose when...
Kostya Serebryany
2016-02-17
2
-1
/
+7
*
[tests] Slightly improve a fix in r260669.
Alexey Samsonov
2016-02-17
2
-2
/
+4
*
Mention 'notail' attribute in 3.9 release notes.
Akira Hatanaka
2016-02-17
1
-0
/
+6
*
Create masked gather and scatter intrinsics in Loop Vectorizer.
Elena Demikhovsky
2016-02-17
5
-112
/
+500
*
Fix load alignement when unpacking aggregates structs
Amaury Sechet
2016-02-17
2
-12
/
+53
*
Revert "Reapply commit r258404 with fix."
David Majnemer
2016-02-17
2
-249
/
+24
*
Enable SafeStack for CloudABI.
Ed Schouten
2016-02-17
3
-0
/
+12
*
[ObjCARC] Handle ARCInstKind::ClaimRV in OptimizeIndividualCalls.
Frederic Riss
2016-02-17
2
-0
/
+48
[next]