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
*
[projects] Use directory name for add_llvm_external_projects
Shoaib Meenai
2018-12-04
1
-1
/
+2
*
[ThinLTO] Look through aliases when computing hash keys
George Burgess IV
2018-12-04
2
-8
/
+16
*
[IR] Don't assume all functions are 4 byte aligned
Ranjeet Singh
2018-12-04
3
-20
/
+30
*
[Hexagon] Fix intrinsic test
Krzysztof Parzyszek
2018-12-03
1
-4
/
+0
*
Relax test even more for Windows
Adrian Prantl
2018-12-03
1
-1
/
+1
*
Remove unused empty arm64 directory
Yi Kong
2018-12-03
0
-0
/
+0
*
Relax tests to also work on Windows
Adrian Prantl
2018-12-03
2
-5
/
+9
*
[analyzer] MoveChecker: Restrict to locals and std:: objects.
Artem Dergachev
2018-12-03
2
-25
/
+154
*
NFC: Add .vscode to .gitignore
Gor Nishanov
2018-12-03
1
-0
/
+5
*
[analyzer] MoveChecker: NFC: Remove the workaround for the "zombie symbols" bug.
Artem Dergachev
2018-12-03
2
-44
/
+19
*
[FileSystem] Migrate MonitoringProcessLauncher
Jonas Devlieghere
2018-12-03
1
-10
/
+5
*
[Hexagon] Switch to auto-generated intrinsic definitions and patterns
Krzysztof Parzyszek
2018-12-03
5
-10994
/
+8697
*
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...
Vedant Kumar
2018-12-03
4
-82
/
+167
*
[WebAssembly] Don't set a maximum size when importing the table
Sam Clegg
2018-12-03
3
-5
/
+1
*
Adapt gcov to changes in CFE.
Adrian Prantl
2018-12-03
1
-7
/
+15
*
[Documentation] Fix formatting and wrap up to 80 characters in Clang-tidy rea...
Eugene Zelenko
2018-12-03
1
-9
/
+10
*
[analyzer] Rename MisusedMovedObjectChecker to MoveChecker
Artem Dergachev
2018-12-03
4
-38
/
+34
*
[analyzer] Dump stable identifiers for objects under construction.
Artem Dergachev
2018-12-03
2
-5
/
+20
*
[AST] [analyzer] NFC: Reuse code in stable ID dumping methods.
Artem Dergachev
2018-12-03
5
-21
/
+6
*
[AST] Generate unique identifiers for CXXCtorInitializer objects.
Artem Dergachev
2018-12-03
2
-0
/
+11
*
BumpPtrAllocator: Add a couple of convenient wrappers around identifyObject().
Artem Dergachev
2018-12-03
1
-0
/
+27
*
[Hexagon] Extract operand decoders into a separate file, NFC
Krzysztof Parzyszek
2018-12-03
2
-56
/
+74
*
[DAGCombiner] narrow truncated vector binops when legal
Sanjay Patel
2018-12-03
4
-311
/
+181
*
[mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts
Simon Atanasyan
2018-12-03
5
-10
/
+30
*
[Hexagon] Remove unused encodings, NFC
Krzysztof Parzyszek
2018-12-03
1
-741
/
+114
*
Typo correction; NFC.
Aaron Ballman
2018-12-03
1
-1
/
+1
*
[InstCombine] fix undef propagation bug with shuffle+binop
Sanjay Patel
2018-12-03
2
-6
/
+22
*
[gn build] Use print_function in write_cmake_config.py
Nico Weber
2018-12-03
1
-3
/
+5
*
NFC: Simplify dumpStmt child handling
Stephen Kelly
2018-12-03
1
-8
/
+3
*
Re-apply r347954 "[analyzer] Nullability: Don't detect post factum violation..."
Artem Dergachev
2018-12-03
3
-8
/
+88
*
[gcov/Darwin] Ensure external symbols are exported when using an export list
Vedant Kumar
2018-12-03
5
-9
/
+42
*
Skip TestDriverOptions on Windows
Jonas Devlieghere
2018-12-03
1
-0
/
+3
*
[WebAssembly] Enforce assembler emits to streamer in order.
Wouter van Oortmerssen
2018-12-03
2
-0
/
+139
*
Portable Python script across Python version
Serge Guelton
2018-12-03
1
-9
/
+12
*
[Hexagon] Update timing classes
Krzysztof Parzyszek
2018-12-03
5
-5770
/
+5651
*
Portable Python script across Python version
Serge Guelton
2018-12-03
1
-1
/
+1
*
[InstCombine] foldICmpWithLowBitMaskedVal(): disable 2 faulty folds.
Roman Lebedev
2018-12-03
3
-8
/
+16
*
[cmake] Clean up add_llvm_subdirectory
Shoaib Meenai
2018-12-03
1
-14
/
+17
*
[TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.
Martin Storsjo
2018-12-03
1
-1
/
+1
*
[COFF] Remove an outdated/incorrect comment. NFC.
Martin Storsjo
2018-12-03
1
-4
/
+0
*
[COFF] Don't mark mingw .eh_frame sections writable
Martin Storsjo
2018-12-03
2
-4
/
+17
*
Fix compilation failure on Windows.
Zachary Turner
2018-12-03
1
-1
/
+1
*
[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
[next]