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
*
[pdb] Don't verify TPI hash values up front.
Zachary Turner
2017-05-04
3
-33
/
+21
*
[PDB] Don't build the entire source file list up front.
Zachary Turner
2017-05-04
16
-181
/
+473
*
[llvm-pdbdump] Only build the TypeDatabase if necessary.
Zachary Turner
2017-05-04
2
-41
/
+77
*
Remap metadata attached to global variables.
Evgeniy Stepanov
2017-05-04
2
-5
/
+23
*
[RegisterBankInfo] Fix 80-col introduced in r293506.
Quentin Colombet
2017-05-04
1
-3
/
+6
*
[GlobalISel] Add missing doxygen keyword for doxygen groups.
Quentin Colombet
2017-05-04
4
-11
/
+11
*
AMDGPU: GFX9 GS and HS shaders always have the scratch wave offset in SGPR5
Marek Olsak
2017-05-04
5
-31
/
+123
*
[GISel]:Skip legalizing Intermediate inst(with generic types)
Aditya Nandakumar
2017-05-04
1
-2
/
+7
*
[JumpThreading] When processing compares, explicitly check that the result ty...
Craig Topper
2017-05-04
1
-1
/
+1
*
[JumpThreading] Change a dyn_cast that is already protected by an isa check t...
Craig Topper
2017-05-04
1
-16
/
+14
*
[GISel]: Add support to translate ConstantVectors
Aditya Nandakumar
2017-05-04
2
-0
/
+17
*
Fix whitespace before token-paste of an argument.
James Y Knight
2017-05-04
3
-19
/
+43
*
[ConstantRange] Add LLVM_NODISCARD to ConstantRange since a large number of i...
Craig Topper
2017-05-04
1
-1
/
+1
*
[Float2Int] Remove return of ConstantRange from seen method. Nothing uses it ...
Craig Topper
2017-05-04
2
-3
/
+2
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-05-04
1
-3
/
+3
*
[clangd] Add documentation page
Marc-Andre Laperle
2017-05-04
2
-0
/
+107
*
Turn on -Wmicrosoft-enum-forward-reference by default.
Nico Weber
2017-05-04
1
-1
/
+1
*
[InstSimplify] add folds for or-of-casted-icmps
Sanjay Patel
2017-05-04
2
-51
/
+48
*
Fix bugs checking va_start in lambdas and erroneous contexts
Reid Kleckner
2017-05-04
4
-12
/
+78
*
Turn -Wmicrosoft-enum-value off by default.
Nico Weber
2017-05-04
1
-1
/
+1
*
Simplify the header allocation.
Rafael Espindola
2017-05-04
4
-70
/
+52
*
[WebAssembly] Add wasm symbol table support to llvm-objdump
Sam Clegg
2017-05-04
3
-22
/
+60
*
Driver: only inject libstdc++ paths when needed on CrossWindows
Saleem Abdulrasool
2017-05-04
2
-5
/
+10
*
[PPC] When restoring R30 (PIC base pointer), mark it as <def>
Krzysztof Parzyszek
2017-05-04
2
-2
/
+31
*
Fix test failure with GCC 4.9
Eric Fiselier
2017-05-04
1
-0
/
+4
*
Change Appveyor to download Clang from llvm.org instead of my private server
Eric Fiselier
2017-05-04
2
-10
/
+6
*
Don't return an invalid line table if the DW_AT_stmt_list value is not in the...
Greg Clayton
2017-05-04
1
-0
/
+4
*
[ms-inline-asm] Use the frontend size only for ambiguous instructions
Reid Kleckner
2017-05-04
9
-155
/
+255
*
[InstSimplify] move logic-of-icmps helper functions; NFC
Sanjay Patel
2017-05-04
1
-80
/
+80
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
15
-223
/
+218
*
Fix a typo.
Michael Zolotukhin
2017-05-04
1
-2
/
+2
*
[InstSimplify] add tests for or-of-casted-icmps; NFC
Sanjay Patel
2017-05-04
1
-0
/
+58
*
[NewGVN] Remove unneeded newline and format assertions. NFCI.
Davide Italiano
2017-05-04
1
-5
/
+4
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
174
-126
/
+1060
*
[APInt] Reduce number of allocations involved in multiplying. Reduce worst ca...
Craig Topper
2017-05-04
1
-110
/
+10
*
[PM] Add ProfileSummaryAnalysis as a required pass in the new pipeline.
Easwaran Raman
2017-05-04
3
-3
/
+15
*
[Lexicon] Add BDCE
Brian Gesiak
2017-05-04
1
-0
/
+7
*
Use lgamma_r instead of lgamma in binomial_distribution, because freakin' POS...
Marshall Clow
2017-05-04
1
-4
/
+8
*
Add accidentally deleted testcase back.
Adrian Prantl
2017-05-04
1
-0
/
+30
*
Cleanup tests to not share a DISubprogram between multiple Functions.
Adrian Prantl
2017-05-04
10
-149
/
+186
*
[test-release] Status update *before* long gzip
Renato Golin
2017-05-04
1
-5
/
+5
*
[clang-tidy] fix readability-implicit-bool-cast false positive with xor
Alexander Kornienko
2017-05-04
2
-15
/
+20
*
[ScopBuilder] Add missing semicolon after LLVM_FALLTHROUGH.
Michael Kruse
2017-05-04
1
-1
/
+1
*
[test] Name the local variable in the C1XX implementation of DoNotOptmize
Casey Carter
2017-05-04
1
-1
/
+2
*
[clang-tidy] fix readability-implicit-bool-cast false alarm on |=, &=
Alexander Kornienko
2017-05-04
2
-25
/
+28
*
[clang-tidy] Code cleanup, (almost) NFC (*).
Alexander Kornienko
2017-05-04
4
-153
/
+96
*
[Tooling] add a createReplacement overload for StringRef
Alexander Kornienko
2017-05-04
1
-0
/
+7
*
[test] variant: enable constexpr construction tests on MSVC STL
Casey Carter
2017-05-04
5
-4
/
+58
*
Introduce VirtualUse. NFC.
Michael Kruse
2017-05-04
5
-75
/
+525
*
clang-format: [JS] exponentiation operator
Martin Probst
2017-05-04
3
-0
/
+18
[next]