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
*
Revert "[sanitizer-coverage] remove stale code" at it breaks Windows bot.
Vitaly Buka
2016-10-04
2
-0
/
+73
*
Revert "[analyzer] Improve CloneChecker diagnostics" as its depends on revert...
Vitaly Buka
2016-10-04
14
-291
/
+92
*
Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...
Vitaly Buka
2016-10-04
4
-116
/
+12
*
Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.
Vitaly Buka
2016-10-04
10
-232
/
+58
*
Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.
Vitaly Buka
2016-10-04
1
-1
/
+1
*
[libFuzzer] change the probabilities so that we choose only the inputs that a...
Kostya Serebryany
2016-10-04
2
-4
/
+13
*
AMDGPU: Refactor indirect vector lowering
Matt Arsenault
2016-10-04
1
-36
/
+42
*
Fix TestNestedAliases.py
Zachary Turner
2016-10-04
1
-5
/
+6
*
AMDGPU: Factor SGPR spilling into separate functions
Matt Arsenault
2016-10-04
2
-129
/
+166
*
Remove unused parameter.
Rui Ueyama
2016-10-04
1
-3
/
+3
*
Early return. NFC.
Rui Ueyama
2016-10-04
1
-5
/
+6
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-04
21
-613
/
+93
*
Fix test when using remote debugging.
Pavel Labath
2016-10-04
1
-1
/
+1
*
[coroutines] Switch to using std::experimental namespace per P0057R5
Gor Nishanov
2016-10-04
6
-27
/
+63
*
[lit] Remove workaround for Python 2.5
Brian Gesiak
2016-10-04
1
-8
/
+1
*
Try to fix failing tests when running remote test suite.
Zachary Turner
2016-10-04
1
-1
/
+1
*
Fix the data formatter for std::multiset in libc++ - this is a trivial amount...
Enrico Granata
2016-10-04
1
-25
/
+45
*
Support configurable path to LLVM src
Vitaly Buka
2016-10-04
1
-4
/
+3
*
Make GlobalsAA ignore dead constant expressions.
Eli Friedman
2016-10-04
2
-0
/
+56
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
21
-93
/
+613
*
Mark a couple more Issaquah issues as done: 2578 and 2738
Marshall Clow
2016-10-03
1
-4
/
+4
*
Change a couple of 'template <typename's to 'template <class' which is what w...
Marshall Clow
2016-10-03
1
-3
/
+3
*
Add tests to make sure that is_constructible<cv-void> is false. We already ch...
Marshall Clow
2016-10-03
1
-0
/
+3
*
Changes to the std::multimap formatter to make it work against trunk libc++
Enrico Granata
2016-10-03
1
-10
/
+50
*
Modernize some code related to Args usage / implementation.
Zachary Turner
2016-10-03
4
-225
/
+206
*
[MSSA] Allow unittests to use BasicAA when building.
George Burgess IV
2016-10-03
1
-12
/
+37
*
Refactor the Args class.
Zachary Turner
2016-10-03
5
-380
/
+345
*
add a simple test case to validate test id()
Todd Fiala
2016-10-03
1
-0
/
+17
*
[coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov
2016-10-03
9
-0
/
+310
*
[WebAssembly] Update to more stack-machine-oriented terminology.
Dan Gohman
2016-10-03
8
-28
/
+36
*
[WebAssemby] Clean up an obsolete comment.
Dan Gohman
2016-10-03
1
-2
/
+1
*
[lit] Use argparse instead of optparse
Chris Bieneman
2016-10-03
2
-46
/
+45
*
TargetMachine: Make the win32-macho workaround more specific.
Matthias Braun
2016-10-03
1
-1
/
+1
*
[WebAssembly] Delete an unused function. NFC.
Dan Gohman
2016-10-03
1
-5
/
+0
*
Set some tests to an unknown vendor and OS
Matthias Braun
2016-10-03
8
-11
/
+11
*
[LTO] Fix test to not depend on the exact address of symbols, just their linkage
Mehdi Amini
2016-10-03
1
-4
/
+4
*
[WebAssembly] Fix indentation. NFC.
Dan Gohman
2016-10-03
1
-1
/
+4
*
[WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.
Dan Gohman
2016-10-03
4
-8
/
+8
*
ObjectiveC: fix a seg fault when deserialing redeclaration of ObjCMethodDecl.
Manman Ren
2016-10-03
3
-3
/
+19
*
[AArch64][RegisterBankInfo] Add getSameKindofOperandsMapping.
Quentin Colombet
2016-10-03
2
-26
/
+54
*
[RDF] Fix liveness propagation through shadows
Krzysztof Parzyszek
2016-10-03
2
-29
/
+80
*
AArch64Subtarget: Remove unused CPUString field
Matthias Braun
2016-10-03
2
-7
/
+6
*
[analyzer] A blind attempt to fix a buildbot after r283092.
Artem Dergachev
2016-10-03
1
-1
/
+1
*
X86: Do not produce GOT relocations on windows
Matthias Braun
2016-10-03
2
-2
/
+32
*
[esan] Fix ESan test failure on Debian Sid bot
Qin Zhao
2016-10-03
1
-14
/
+28
*
Add unit tests for StringSwitch.
Zachary Turner
2016-10-03
2
-0
/
+108
*
[PruneEH] Be correct in the face IPO
Sanjoy Das
2016-10-03
2
-4
/
+44
*
[sancov] using env for better portability
Mike Aizatsky
2016-10-03
1
-1
/
+1
*
Added more comments to tooling::Replacements.
Eric Liu
2016-10-03
1
-0
/
+4
*
Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen
2016-10-03
1
-8
/
+17
[next]