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
*
LoopVersioningLICM: Respect convergent and noduplicate
Matt Arsenault
2019-05-29
2
-1
/
+106
*
[analyzer] Remove EndPath function as it is dead code
Csaba Dabis
2019-05-29
3
-7
/
+0
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
40
-425
/
+41
*
Revert "LLVM IR: update Clang tests for byval being a typed attribute."
Tim Northover
2019-05-29
6
-18
/
+18
*
[analyzer] ConditionBRVisitor: Boolean support
Csaba Dabis
2019-05-29
5
-14
/
+21
*
[analyzer] ConditionBRVisitor: MemberExpr support
Csaba Dabis
2019-05-29
11
-33
/
+164
*
[analyzer] ConditionBRVisitor: Remove duplicated code
Csaba Dabis
2019-05-29
2
-27
/
+44
*
[analyzer] ConditionBRVisitor: Test 'add-pop-up-notes=false'
Csaba Dabis
2019-05-29
2
-132
/
+114
*
[LoopIdiomRecognize][NFC] Use DEBUG_TYPE, add LLVM_DEBUG() to runOnNoncountab...
Roman Lebedev
2019-05-29
1
-2
/
+8
*
[ARC] Cleanup ARCAsmPrinter.
Pete Couperus
2019-05-29
1
-16
/
+0
*
[analyzer] ConditionBRVisitor: Enhance to write out more information
Csaba Dabis
2019-05-29
20
-243
/
+2144
*
UpdateTestChecks: Lanai triple support
Roman Lebedev
2019-05-29
2
-41
/
+148
*
gn build: Make it possible to build with coverage information
Nico Weber
2019-05-29
1
-0
/
+28
*
[DAGCombiner] Replace gathers with a zero mask with the passthru value
Benjamin Kramer
2019-05-29
2
-3
/
+28
*
[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPiece
Csaba Dabis
2019-05-29
9
-46
/
+243
*
LLVM IR: update Clang tests for byval being a typed attribute.
Tim Northover
2019-05-29
6
-18
/
+18
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
40
-41
/
+425
*
[analyzer] print() JSONify chain: Generic stmt_id
Csaba Dabis
2019-05-29
2
-3
/
+3
*
mac: Make ubsan test config look more like asan test config
Nico Weber
2019-05-29
1
-4
/
+1
*
[analyzer] SATestBuild.py: Use driver for analyzing single-file tests.
Artem Dergachev
2019-05-29
2
-23
/
+6
*
[analyzer] print() JSONify: SVal implementation
Csaba Dabis
2019-05-29
3
-2
/
+17
*
[CMake] [Runtimes] Set *_STANDALONE_BUILD
Chris Bieneman
2019-05-29
1
-0
/
+6
*
[InstCombine] Optimize always overflowing signed saturating add/sub
Nikita Popov
2019-05-29
2
-24
/
+16
*
Fix an unused-variable error.
Haojian Wu
2019-05-29
1
-0
/
+1
*
[WebAssembly] Support VPtr sanitizer for Emscripten
Thomas Lively
2019-05-29
3
-0
/
+29
*
[analyzer] print() JSONify: CFG implementation
Csaba Dabis
2019-05-29
3
-6
/
+25
*
[analyzer] print() JSONify: Decl revision
Csaba Dabis
2019-05-29
1
-6
/
+4
*
AMDGPU: Return address lowering
Aakanksha Patil
2019-05-29
3
-1
/
+92
*
[analyzer][AST] print() JSONify: Stmt implementation
Csaba Dabis
2019-05-29
6
-54
/
+79
*
[Target] Introduce Process::GetLanguageRuntimes
Alex Langford
2019-05-29
5
-10
/
+42
*
lit: modernize the lit configuration for the lit tests
Stella Stamenova
2019-05-29
3
-33
/
+17
*
[analyzer] print() JSONify: getNodeLabel implementation
Csaba Dabis
2019-05-29
5
-119
/
+157
*
[Index] Compute correct symbol kind for variable templates
Ilya Biryukov
2019-05-29
2
-0
/
+49
*
Fixed source header [NFC]
Greg Clayton
2019-05-29
1
-1
/
+1
*
[CUDA][HIP] Skip setting `externally_initialized` for static device variables.
Michael Liao
2019-05-29
2
-1
/
+12
*
Yet another attempt to fix buildbot after r361949
Eugene Leviant
2019-05-29
1
-3
/
+3
*
Add curley brackets to case statement that declares a variable.
Erich Keane
2019-05-29
1
-1
/
+2
*
[X86] Fix machineverifier error on avx512f-256-set0.mir
Craig Topper
2019-05-29
1
-3
/
+8
*
CallSiteSplitting: Respect convergent and noduplicate
Matt Arsenault
2019-05-29
3
-0
/
+183
*
[ThinLTO] Use original alias visibility when importing
Teresa Johnson
2019-05-29
3
-7
/
+8
*
[NFC][InstCombine] Add a unary FNeg test to fsub.ll.
Cameron McInally
2019-05-29
1
-0
/
+11
*
Add more information to the log timer dump
Antonio Afonso
2019-05-29
3
-13
/
+72
*
[clang-format] Allow configuring list of function-like macros that resolve to...
Francois Ferrand
2019-05-29
7
-8
/
+80
*
Partial revert of revert of r361827: Add constrained intrinsic tests for powe...
Kevin P. Neal
2019-05-29
1
-0
/
+7528
*
[NFC] clang-format: Use LLVM style in NamespaceEndCommentsFixerTest
Francois Ferrand
2019-05-29
1
-148
/
+149
*
[analyzer] print() JSONify: Program state implementation
Csaba Dabis
2019-05-29
4
-29
/
+38
*
[analyzer] print() JSONify: Checker messages implementation
Csaba Dabis
2019-05-29
5
-15
/
+108
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
18
-124
/
+124
*
[analyzer] print() JSONify: Constructing objects implementation
Csaba Dabis
2019-05-29
6
-44
/
+110
*
[analyzer] print() JSONify: Type information implementation
Csaba Dabis
2019-05-29
5
-25
/
+37
[next]