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
*
Revert "[OpenCL] Add supported OpenCL extensions to target info."
Yaxun Liu
2016-05-13
28
-277
/
+146
*
Disable HostThread::Cancel assertion on FreeBSD
Ed Maste
2016-05-13
1
-0
/
+2
*
[MemCpyOpt] Use MaxIntSize in byte instead of bit
Jun Bum Lim
2016-05-13
2
-1
/
+21
*
Revert "[llc] New diagnostic handler"
Renato Golin
2016-05-13
31
-70
/
+34
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-13
28
-146
/
+277
*
[include-fixer] Use scope contexts information to improve query.
Haojian Wu
2016-05-13
3
-12
/
+57
*
[clang-rename] Fix broken dependency on shared build.
Etienne Bergeron
2016-05-13
1
-0
/
+1
*
[llc] New diagnostic handler
Renato Golin
2016-05-13
31
-34
/
+70
*
[include-fixer] Simplify unittest code.
Haojian Wu
2016-05-13
8
-116
/
+96
*
[InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...
Sanjay Patel
2016-05-13
3
-3
/
+180
*
[ARM,AArch64] NFC. Add extra test cases for bswap lowering.
Renato Golin
2016-05-13
2
-0
/
+184
*
[scan-build] fix warnings emiited on LLVM Analysis code base
Silviu Baranga
2016-05-13
2
-24
/
+26
*
Prune four superfluous ExternalSemaSource.h includes and one forward declarat...
Yaron Keren
2016-05-13
5
-5
/
+0
*
[find-all-symbols] Add EnumDecl type in YAML traits.
Haojian Wu
2016-05-13
1
-0
/
+1
*
Remove unused variable
Ed Maste
2016-05-13
1
-2
/
+1
*
[X86][AVX512] Moved CHECKs inside functions to stop update_llc_test_checks go...
Simon Pilgrim
2016-05-13
2
-161
/
+150
*
[CodeGen] Clang does not choose aapcs-vfp calling convention for ARM bare met...
Oleg Ranevskyy
2016-05-13
2
-1
/
+6
*
[AST] Add missing const qualifiers to AstContext in Type.cpp
Etienne Bergeron
2016-05-13
2
-20
/
+20
*
When using Rela, don't write the addend to the output section.
Rafael Espindola
2016-05-13
3
-11
/
+12
*
Remove ASTContexts from SystemInitializerCommon
Pavel Labath
2016-05-13
1
-8
/
+0
*
[scan-build] fix dead store warnings emitted on LLVM Hexagon code base
Krzysztof Parzyszek
2016-05-13
4
-4
/
+0
*
[MIB] Create a helper function getRegState to extract all register flags
Krzysztof Parzyszek
2016-05-13
2
-12
/
+11
*
Assure calling "cld" instruction in prologue of X86 interrupt handler function.
Amjad Aboud
2016-05-13
2
-0
/
+29
*
Simplify getLinuxDynamicLinker() by using a common variable for the triple. NFC.
Vasileios Kalintiris
2016-05-13
1
-13
/
+12
*
[mips] Consult triple's vendor field before using musl's interpreter.
Vasileios Kalintiris
2016-05-13
1
-1
/
+3
*
[mips][ias] Work around yet another incorrect microMIPS relocation evaluation...
Daniel Sanders
2016-05-13
2
-4
/
+10
*
Yet another attempt to appease MSVC...
Chandler Carruth
2016-05-13
1
-1
/
+2
*
[mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...
Hrvoje Varga
2016-05-13
16
-5
/
+113
*
[LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...
Sagar Thakur
2016-05-13
2
-2
/
+43
*
Try to fix MSVC by explicitly providing copy and move constructors so it
Chandler Carruth
2016-05-13
1
-0
/
+2
*
[llvm-mc-fuzzer] Use LLVMFuzzerInitialize() instead of a custom main() and Fu...
Daniel Sanders
2016-05-13
2
-11
/
+34
*
[Support/ELF] - Added few constants and structs relative to compressed sections.
George Rimar
2016-05-13
1
-0
/
+27
*
[include-fixer] Rename XrefsDB to SymbolIndex.
Benjamin Kramer
2016-05-13
14
-90
/
+96
*
clang-rename: check that the source location we find actually has the old name
Miklos Vajna
2016-05-13
3
-7
/
+20
*
[find-all-symbols] Add enum type support.
Haojian Wu
2016-05-13
5
-56
/
+162
*
[ms][dll] #27212: Generating of implicit special members should take into acc...
Dmitry Polukhin
2016-05-13
2
-7
/
+26
*
Solve 'Too many args to microtask' problem
Paul Osmialowski
2016-05-13
2
-3
/
+144
*
Add support for derived class special members hiding functions brought in from
Richard Smith
2016-05-13
10
-39
/
+150
*
Extend this test to also be valid in C++14.
Richard Smith
2016-05-13
1
-7
/
+7
*
SDAG: Clean up a dangling node in SparcISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-13
1
-0
/
+1
*
Revert "[Unroll] Implement a conservative and monotonically increasing cost t...
Michael Zolotukhin
2016-05-13
7
-236
/
+18
*
SDAG: Clean up a dangling node in MipsISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-13
1
-0
/
+1
*
SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISel
Justin Bogner
2016-05-13
1
-76
/
+57
*
[LoopDist] Only run LAA for loops with the pragma
Adam Nemet
2016-05-13
1
-17
/
+17
*
AMDGPU: Remove verifier check for scc live ins
Matt Arsenault
2016-05-13
2
-16
/
+44
*
[ADT] Add an 'llvm::seq' function which produces an iterator range over
Chandler Carruth
2016-05-13
4
-2
/
+134
*
[clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...
Felix Berger
2016-05-13
3
-20
/
+35
*
[Unroll] Implement a conservative and monotonically increasing cost tracking ...
Michael Zolotukhin
2016-05-13
7
-18
/
+236
*
[LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as s...
Michael Zolotukhin
2016-05-13
3
-2
/
+30
*
[ThinLTO] Use correct pipeline for ThinLTO in gold-plugin.
Teresa Johnson
2016-05-13
1
-1
/
+4
[next]