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
*
[InstCombine] rearrange shuffle+binop fold; NFC
Sanjay Patel
2018-12-03
1
-8
/
+9
*
[llvm-objcopy] Add --build-id-link-dir flag
Jake Ehrlich
2018-12-03
10
-3
/
+211
*
[InstCombine] add tests for shuffle+binop fold; NFC
Sanjay Patel
2018-12-03
1
-2
/
+58
*
[clang-tidy] Fix unordered_map failure with specializing std::hash<> and remo...
Jonas Toth
2018-12-03
2
-2
/
+20
*
[Hexagon] Change instruction type field in TSFlags to 7 bits
Krzysztof Parzyszek
2018-12-03
5
-182
/
+177
*
[llvm-tapi] initial commit, supports ELF text stubs
Armando Montanez
2018-12-03
11
-0
/
+575
*
[clang-tidy] Recommit: Add the abseil-duration-comparison check
Jonas Toth
2018-12-03
12
-93
/
+657
*
[MachineOutliner] Drop candidates that require fixups if it's beneficial
Jessica Paquette
2018-12-03
4
-5
/
+338
*
[Hexagon] Add HasV5 predicate for compatibility with auto-generated files
Krzysztof Parzyszek
2018-12-03
1
-6
/
+6
*
Fix issue with Tpi Stream hash map.
Zachary Turner
2018-12-03
1
-0
/
+6
*
Revert "[clang-tidy] Add the abseil-duration-comparison check"
Jonas Toth
2018-12-03
12
-656
/
+93
*
[X86] Fix bad formatting. NFC
Craig Topper
2018-12-03
1
-1
/
+1
*
[Hexagon] Remove unused operand definitions, NFC
Krzysztof Parzyszek
2018-12-03
1
-8
/
+1
*
[Hexagon] Some formatting changes, NFC
Krzysztof Parzyszek
2018-12-03
2
-5
/
+3
*
[clang-tidy] Add the abseil-duration-comparison check
Jonas Toth
2018-12-03
12
-93
/
+656
*
Don't build the Tpi Hash map by default.
Zachary Turner
2018-12-03
1
-3
/
+0
*
[X86] Teach LowerMUL/LowerMULH for vXi8 to unpack constant RHS.
Craig Topper
2018-12-03
13
-748
/
+555
*
[X86] Add DAG combine to combine a v8i32->v8i16 truncate with a packuswb that...
Craig Topper
2018-12-03
3
-4
/
+42
*
Fix non-modular build.
Adrian Prantl
2018-12-03
2
-1
/
+5
*
Adding tests for -ast-dump; NFC.
Aaron Ballman
2018-12-03
1
-0
/
+239
*
Update Diagnostic handling for changes in CFE.
Adrian Prantl
2018-12-03
3
-17
/
+40
*
Avoid emitting redundant or unusable directories in DIFile metadata entries.
Adrian Prantl
2018-12-03
5
-22
/
+74
*
Show a proper error message if output file is too large.
Rui Ueyama
2018-12-03
2
-1
/
+8
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
40
-311
/
+402
*
[SimplifyCFG] add tests for cross block compare folding; NFC
Sanjay Patel
2018-12-03
1
-0
/
+259
*
[Serialization][NFC] Remove pointless "+ 0" in ASTReader
Bruno Ricci
2018-12-03
1
-9
/
+9
*
[CmpInstAnalysis] fix formatting; NFC
Sanjay Patel
2018-12-03
3
-10
/
+10
*
[OpenMP][libomptarget] Flush intermediate values during team reduction
Gheorghe-Teodor Bercea
2018-12-03
1
-0
/
+1
*
[clangd] Avoid memory-mapping files on Windows
Ilya Biryukov
2018-12-03
3
-3
/
+87
*
Fix line endings. NFCI.
Simon Pilgrim
2018-12-03
1
-99
/
+99
*
[AST][Sema] Remove CallExpr::setNumArgs
Bruno Ricci
2018-12-03
6
-120
/
+137
*
Fixing -print-module-scope for legacy SCC passes
Fedor Sergeev
2018-12-03
2
-4
/
+28
*
[LLD][ELF] - Remove the excessive condition. NFC.
George Rimar
2018-12-03
1
-1
/
+1
*
[AArch64] Add command-line option for SSBS
Pablo Barrio
2018-12-03
1
-0
/
+9
*
[SystemZ::TTI] Return zero cost for ICmp that becomes Load And Test.
Jonas Paulsson
2018-12-03
2
-0
/
+35
*
[SanitizerCommon] Remove RenameFile
Eugene Leviant
2018-12-03
4
-17
/
+0
*
[OpenCL][Sema] Improving formatting
Marco Antognini
2018-12-03
1
-3
/
+2
*
[libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Louis Dionne
2018-12-03
6
-36
/
+145
*
[AArch64] Add command-line option for SSBS
Pablo Barrio
2018-12-03
11
-34
/
+48
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
12
-33
/
+136
*
[CodeComplete] Cleanup access checking in code completion
Ilya Biryukov
2018-12-03
7
-55
/
+176
*
[Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToObjectOfClassType
Bruno Ricci
2018-12-03
1
-25
/
+23
*
[clangd] Fix a stale comment, NFC.
Haojian Wu
2018-12-03
2
-3
/
+2
*
[AMDGPU] Add sdwa support for ADD|SUB U64 decomposed Pseudos
Ron Lieberman
2018-12-03
4
-2
/
+563
*
[AST] Fix an uninitialized bug in the bits of FunctionDecl
Bruno Ricci
2018-12-03
1
-21
/
+23
*
[clangd] Get rid of AST matchers in CodeComplete, NFC
Haojian Wu
2018-12-03
1
-9
/
+18
*
Portable Python script across Python version
Serge Guelton
2018-12-03
2
-2
/
+4
*
[AST][NFC] Pack CXXDeleteExpr
Bruno Ricci
2018-12-03
4
-41
/
+55
*
Portable Python script across version
Serge Guelton
2018-12-03
9
-32
/
+32
*
Portable Python script across Python version
Serge Guelton
2018-12-03
6
-24
/
+24
[next]