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
*
[mips] interAptiv based generic schedule model
Simon Dardis
2016-09-01
19
-125
/
+133
*
Try to fix another profile test
Renato Golin
2016-09-01
1
-1
/
+1
*
Remove extra scariness.Clear() call.
Filipe Cabecinhas
2016-09-01
1
-1
/
+0
*
[CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVC
Andrey Bokhanko
2016-09-01
1
-0
/
+5
*
[InstCombine] remove fold of an icmp pattern that should never happen
Sanjay Patel
2016-09-01
2
-15
/
+15
*
[Hexagon] Deal with undefs when extending live intervals
Krzysztof Parzyszek
2016-09-01
2
-1
/
+113
*
Optimized FMA intrinsic + FNEG , like
Elena Demikhovsky
2016-09-01
3
-35
/
+220
*
[analyzer] ExprEngine: remove second call to PreStmt<CastExpr>
Aleksei Sidorin
2016-09-01
5
-9
/
+72
*
Sign extend a value before passing it to the Target.
Rafael Espindola
2016-09-01
2
-1
/
+16
*
Fix profile test assuming dumb compiler
Renato Golin
2016-09-01
1
-1
/
+1
*
[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy
2016-09-01
7
-50
/
+224
*
Clear scariness score when initializing ErrorDoubleFree
Filipe Cabecinhas
2016-09-01
1
-0
/
+1
*
Copy over most of the scariness_score test to the general tests
Filipe Cabecinhas
2016-09-01
1
-0
/
+191
*
[analyzer] Add more FileIDs to PlistDiagnostic map to avoid assertion
Aleksei Sidorin
2016-09-01
4
-25
/
+177
*
[include-fixer] Fix an undefined variable exception in vim script when there is
Haojian Wu
2016-09-01
1
-0
/
+1
*
Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek
2016-09-01
2
-5
/
+15
*
[IR] Properly handle escape characters in Attribute::getAsString()
Honggyu Kim
2016-09-01
3
-7
/
+18
*
Minidump parsing
Dimitar Vlahovski
2016-09-01
12
-0
/
+768
*
[Frontend] Fix mcount inlining bug
Honggyu Kim
2016-09-01
3
-43
/
+53
*
[analyzer][test commit] ExprEngine.cpp: Remove training whitespace; NFC
Aleksei Sidorin
2016-09-01
1
-2
/
+2
*
[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy
2016-09-01
2
-90
/
+233
*
Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Hal Finkel
2016-09-01
9
-32
/
+79
*
[AMDGPU] Scalar Memory instructions TD refactoring
Valery Pykhtin
2016-09-01
7
-398
/
+431
*
Eliminate LayoutInputSection class
Eugene Leviant
2016-09-01
5
-105
/
+76
*
Add a counter-function insertion pass
Hal Finkel
2016-09-01
11
-0
/
+117
*
[Support] Fix a warning introduced in r280339 due to the member
Chandler Carruth
2016-09-01
1
-1
/
+1
*
XFail TestMemoryFind on 32-bit architectures
Pavel Labath
2016-09-01
1
-0
/
+2
*
[ScopInfo] Add missing ISL annotations NFC.
Michael Kruse
2016-09-01
2
-15
/
+15
*
[SimplifyCFG] Fix nondeterministic iteration order
James Molloy
2016-09-01
1
-2
/
+2
*
Update ISL to isl-0.17.1-203-g3fef898.
Michael Kruse
2016-09-01
5
-4
/
+20
*
Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments ...
George Rimar
2016-09-01
1
-0
/
+1
*
[LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar
2016-09-01
2
-0
/
+11
*
[SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases
James Molloy
2016-09-01
1
-6
/
+21
*
Remove whitespace to test commit access
Honggyu Kim
2016-09-01
1
-1
/
+1
*
[NFC] Remove unnecessary comment
Dean Michael Berris
2016-09-01
1
-4
/
+2
*
Fix libc++ configuration with -fsanitize-coverage
Ivan Krasin
2016-09-01
2
-0
/
+6
*
[XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris
2016-09-01
5
-3
/
+100
*
Fix typos in comments.
George Burgess IV
2016-09-01
1
-3
/
+3
*
[libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tes...
Kostya Serebryany
2016-09-01
5
-8
/
+115
*
[XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.
Dean Michael Berris
2016-09-01
4
-1
/
+34
*
[Sema] Don't diagnose an array type mismatch when the new or previous
Akira Hatanaka
2016-09-01
2
-2
/
+35
*
Revert "Add asm.js-style setjmp/longjmp handling for wasm"
Heejin Ahn
2016-09-01
6
-1074
/
+186
*
There exists at least one compiler on one platform that doesn't know how to a...
Enrico Granata
2016-09-01
1
-1
/
+1
*
Change "memory find" over to using a variation of the Boyer–Moore search al...
Enrico Granata
2016-09-01
4
-16
/
+152
*
Support: Avoid errors with LLVM_FALLTHROUGH in clang 3.6 and below in C mode
Justin Bogner
2016-08-31
1
-0
/
+4
*
Fix the use of unitialized value while reporting double free in ASAN.
Ivan Krasin
2016-08-31
1
-0
/
+1
*
[StreamExecutor] getOrDie and dieIfError utils
Jason Henline
2016-08-31
4
-37
/
+52
*
Add cast to appease windows builder. Fixes build break introduced in r280306.
Nick Lewycky
2016-08-31
1
-1
/
+1
*
Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
Rafael Espindola
2016-08-31
5
-5
/
+15
*
Fix all tests under test/CXX (and test/Analysis) to pass if clang's default
Richard Smith
2016-08-31
11
-57
/
+241
[next]