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
*
[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
*
[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...
Michael Gottesman
2016-06-29
2
-22
/
+23
*
[InstCombine] Simplify and correct folding fcmps with the same children
Tim Shen
2016-06-29
4
-598
/
+283
*
[InstCombine, NFC] Change the generated variable names by creating new instru...
Tim Shen
2016-06-29
2
-30
/
+30
*
[Triple] Reimplement isLittleEndian(). Now it works for arm too.
Davide Italiano
2016-06-29
2
-30
/
+33
*
[compiler-rt] Fix passing debug information to unittest.
Etienne Bergeron
2016-06-29
2
-0
/
+8
*
Permit memory operands in ins/outs instructions
Nirav Dave
2016-06-29
3
-4
/
+76
*
Fix omp_sections_nowait.c test to address Bugzilla Bug 28336
Jonathan Peyton
2016-06-29
1
-24
/
+59
*
[OpenCL] Allow -cl-std and other standard -cl- options in driver
Yaxun Liu
2016-06-29
6
-39
/
+109
*
Add CapturedDecl::parameters() ArrayRef accessors following r273647.
Yaron Keren
2016-06-29
1
-0
/
+8
*
Don't verify inputs to the Linker if ODR merging.
Rafael Espindola
2016-06-29
4
-2
/
+31
*
Re-land "[MS] Don't expect vftables to be provided for extern template instan...
Reid Kleckner
2016-06-29
6
-27
/
+55
*
[InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmps
Tim Shen
2016-06-29
2
-104
/
+3156
*
[llvm-cov] Change some FileCheck prefixes to make tests reusable (NFC)
Vedant Kumar
2016-06-29
2
-34
/
+34
*
Add a regression test for PR28348.
Nico Weber
2016-06-29
1
-0
/
+20
*
Revert r272251, it caused PR28348.
Nico Weber
2016-06-29
2
-55
/
+1
*
[LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPORTED_TARGETS that...
Michael Gottesman
2016-06-29
1
-0
/
+1
*
Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFC
Vedant Kumar
2016-06-29
1
-7
/
+7
*
[X86] Lower blended PACKUSes using appropriate types.
Ahmed Bougacha
2016-06-29
2
-11
/
+73
*
[llvm-cov] Disable PGO name compression in a test file
Vedant Kumar
2016-06-29
1
-0
/
+0
*
Fix a typo; NFC
Vedant Kumar
2016-06-29
1
-1
/
+1
*
[llvm-cov] Do not allow ".." to escape the coverage sub-directory
Vedant Kumar
2016-06-29
4
-2
/
+22
*
[ELF] More self-explanatory error message when e_machine can't be inferred.
Davide Italiano
2016-06-29
1
-1
/
+1
*
AvailabilityAttr: update the document for macosx
Manman Ren
2016-06-29
1
-0
/
+2
*
[libcxx] Fix a bug in strstreambuf::overflow.
Akira Hatanaka
2016-06-29
2
-2
/
+33
*
[ManagedStatic] Reimplement double-checked locking with std::atomic.
Benjamin Kramer
2016-06-29
2
-40
/
+17
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
11
-298
/
+18
*
Update tests to use at least darwin9.
Rafael Espindola
2016-06-29
12
-163
/
+71
*
[Docs][CodeGenerator] Don't specify the number of operands in BuildMI
Krzysztof Parzyszek
2016-06-29
2
-17
/
+14
*
[X86][SSE2] Added _mm_loadu_si64 test to match llvm\tools\clang\test\CodeGen\...
Simon Pilgrim
2016-06-29
1
-0
/
+11
*
[X86][SSE2] Updated tests to match llvm\test\CodeGen\X86\sse2-intrinsics-fast...
Simon Pilgrim
2016-06-29
1
-9
/
+8
[next]