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
*
Make std::array typedef tests more portable.
Eric Fiselier
2016-06-30
1
-4
/
+25
*
Fix ::reference typedef in insert iterators.
Eric Fiselier
2016-06-30
4
-12
/
+12
*
Use ShuffleVectorSDNode::isSplat member method instead of static method isSpl...
Craig Topper
2016-06-30
2
-3
/
+2
*
Make instreambuf.iterator/types.pass.cpp more portable.
Eric Fiselier
2016-06-30
1
-6
/
+12
*
Fix use of terse static assert. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-1
/
+1
*
Fix unary_function inheritance assumption. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-2
/
+2
*
Fix unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-1
/
+1
*
Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
2
-8
/
+8
*
[MS ABI] Pick an inheritance model if we resolve an overload set
David Majnemer
2016-06-30
2
-0
/
+19
*
[CodeView] Implement support for bitfields in Clang
David Majnemer
2016-06-30
4
-41
/
+77
*
[CodeView] Implement support for bitfields in LLVM
David Majnemer
2016-06-30
6
-11
/
+272
*
[SCEV] Compute max be count from shift operator only if all else fails
Sanjoy Das
2016-06-30
2
-6
/
+35
*
[ADT] Add a new data structure for managing a priority worklist where
Chandler Carruth
2016-06-30
3
-0
/
+331
*
[CFLAA] Add support for ModRef queries.
George Burgess IV
2016-06-30
3
-0
/
+83
*
[CMake] Introduce a LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY flag.
Adrian Prantl
2016-06-30
2
-2
/
+16
*
Fix logic error in check() function.
Peter Collingbourne
2016-06-30
1
-1
/
+1
*
RegisterScavenging: Code cleanup; NFC
Matthias Braun
2016-06-30
2
-44
/
+31
*
CodeGen: Add an explicit BuildMI overload for MachineInstr&
Duncan P. N. Exon Smith
2016-06-30
1
-7
/
+17
*
add vector tests to show missing transform
Sanjay Patel
2016-06-30
1
-0
/
+38
*
[SystemZ] Split up PerformDAGCombine. [NFC]
Marcin Koscielnicki
2016-06-30
2
-142
/
+183
*
Use the same type for adjacent bit field members.
Akira Hatanaka
2016-06-30
1
-4
/
+4
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
92
-3331
/
+3286
*
regenerate checks
Sanjay Patel
2016-06-29
1
-27
/
+75
*
PrologEpilogInserter: Some code cleanup; NFC
Matthias Braun
2016-06-29
1
-40
/
+36
*
Add move constructor and move assignment to fix MSVC build.
Peter Collingbourne
2016-06-29
1
-0
/
+11
*
[Tooling] Add optional argument to getFullyQualifiedName to prepend "::".
Siva Chandra
2016-06-29
3
-49
/
+137
*
COFF: Switch to new archive writer interface (D21721).
Peter Collingbourne
2016-06-29
3
-28
/
+31
*
Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.
Peter Collingbourne
2016-06-29
4
-203
/
+140
*
[LV] Improve accuracy and formatting of function comment
Adam Nemet
2016-06-29
1
-2
/
+3
*
[ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...
Michael Gottesman
2016-06-29
2
-1
/
+2
*
[ClangConfig] Unset some variables after we are done using them to configure ...
Michael Gottesman
2016-06-29
1
-0
/
+5
*
[ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...
Michael Gottesman
2016-06-29
2
-1
/
+19
*
[ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...
Michael Gottesman
2016-06-29
1
-4
/
+6
*
[cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...
Michael Gottesman
2016-06-29
2
-10
/
+14
*
[LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPORTED_TARGETS.
Michael Gottesman
2016-06-29
1
-1
/
+1
*
[compiler-rt] Fix Sanitizer-common Unittests on win64
Etienne Bergeron
2016-06-29
2
-3
/
+7
*
[llvm-cov] Use relative paths to file reports in -output-dir mode
Vedant Kumar
2016-06-29
3
-5
/
+17
*
[compiler-rt] Fix the Asan unittest on Windows
Etienne Bergeron
2016-06-29
1
-1
/
+1
*
Resubmit "Update llvm command line parser to support subcommands."
Zachary Turner
2016-06-29
4
-108
/
+680
*
P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.
Richard Smith
2016-06-29
13
-61
/
+254
*
[ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/${CLANG_INSTALL_P...
Michael Gottesman
2016-06-29
1
-1
/
+1
*
Convert another case over to RevertingTentativeParsingAction.
Richard Smith
2016-06-29
1
-4
/
+1
*
Switch to an RAII object to revert tentative parsing automatically.
Richard Smith
2016-06-29
2
-27
/
+23
*
Add NSTaggedPointerString to the table of data formatters
Enrico Granata
2016-06-29
1
-0
/
+1
*
Revert r273313 "[NVPTX] Improve lowering of byval args of device functions."
Artem Belevich
2016-06-29
5
-105
/
+23
*
StackColoring for SafeStack.
Evgeniy Stepanov
2016-06-29
8
-38
/
+1222
*
Matching change for lld for the llvm change of Archive::create() from ErrorOr...
Kevin Enderby
2016-06-29
4
-7
/
+16
*
Change Archive::create() from ErrorOr<...> to Expected<...> and update
Kevin Enderby
2016-06-29
7
-29
/
+43
*
Validate the option index before trying to access an array element using it -...
Enrico Granata
2016-06-29
1
-0
/
+7
*
[ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...
Michael Gottesman
2016-06-29
1
-2
/
+2
[next]