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
*
Test what happens when tag lookup and redeclaration lookup disagree
Reid Kleckner
2016-10-04
1
-0
/
+9
*
[CMake] Exclude intrinsics_gen from LLVM_COMMON_DEPENDS in LLVMConfig.cmake
Chris Bieneman
2016-10-04
1
-0
/
+9
*
[ScopInfo] Add -polly-unprofitable-scalar-accs option.
Michael Kruse
2016-10-04
2
-1
/
+103
*
[ScopInfo] Scalar access do not have indirect base pointers.
Michael Kruse
2016-10-04
3
-5
/
+5
*
Serialize remark argument as a mapping to get proper quotation for the value.
Adam Nemet
2016-10-04
3
-22
/
+16
*
Allow derived classes of OptimizationRemarkAnalysis in YAML
Adam Nemet
2016-10-04
1
-0
/
+8
*
Add a comment.
Rui Ueyama
2016-10-04
1
-1
/
+4
*
[Sema] Format a comment line so that it fits 80 columns. NFC
Alex Lorenz
2016-10-04
1
-2
/
+3
*
[MS] Move hex long long sign compat hack to -fms-compatibility
Reid Kleckner
2016-10-04
3
-12
/
+20
*
[ELF] - Do not crash on MIPS if there is no object files in input.
George Rimar
2016-10-04
2
-0
/
+7
*
[SLPVectorizer] Add a test with non-vectorizable IR.
Alexey Bataev
2016-10-04
1
-0
/
+290
*
Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...
Aaron Ballman
2016-10-04
4
-35
/
+113
*
[OpenMP] fix segfault when a variable referenced in reduction clause is a ref...
David Sheinkman
2016-10-04
18
-1
/
+112
*
Mark #2759 as ready and #2755 as complete
Marshall Clow
2016-10-04
1
-5
/
+5
*
[ScopInfo] Make simplifySCoP() public. NFC.
Michael Kruse
2016-10-04
1
-3
/
+7
*
Mark #2598 as ready
Marshall Clow
2016-10-04
1
-2
/
+2
*
[RS4GC] Handle ShuffleVector instruction in findBasePointer
Anna Thomas
2016-10-04
2
-10
/
+111
*
Mark #2739 as ready
Marshall Clow
2016-10-04
1
-3
/
+3
*
[ThinLTO] Spell `llvm-ar` correctly.
Davide Italiano
2016-10-04
1
-1
/
+1
*
Remove duplicated typedef. NFC.
Rafael Espindola
2016-10-04
1
-5
/
+4
*
Fix IntegerType::MAX_INT_BITS value
Andrey Bokhanko
2016-10-04
4
-2
/
+14
*
[ELF] Don't discard excluded section if -r is used
Eugene Leviant
2016-10-04
2
-1
/
+8
*
[ELF] - Removed "invalid-" prefix from testcase. NFC.
George Rimar
2016-10-04
2
-2
/
+2
*
[Power9] Exploit D-Form VSX Scalar memory ops that target full VSX register set
Nemanja Ivanovic
2016-10-04
17
-39
/
+340
*
Fix a documentation warning.
Haojian Wu
2016-10-04
1
-1
/
+1
*
[change-namespace] Fix a misplaced case when there is no trailing newline cha...
Haojian Wu
2016-10-04
2
-2
/
+24
*
[mips][fastisel] Consider soft-float an unsupported floating point mode
Simon Dardis
2016-10-04
2
-2
/
+17
*
[ELF] - Do not hang if broken object has option descriptor in .MIPS.options w...
George Rimar
2016-10-04
3
-0
/
+7
*
Do not find friend function definitions inside non-instantiated class.
Serge Pavlov
2016-10-04
6
-7
/
+249
*
Minor cleanups in clang-format.el.
Manuel Klimek
2016-10-04
1
-41
/
+48
*
Fix windows builtbot error.
Haojian Wu
2016-10-04
1
-0
/
+2
*
[Object/ELF] - Do not crash on invalid sh_offset value of REL[A] section.
George Rimar
2016-10-04
4
-0
/
+10
*
[SelectionDAG] Fix calling convention in expansion of ?MULO.
whitequark
2016-10-04
1
-2
/
+12
*
[clang-move] Make it support both relative and absolute file path arguments.
Haojian Wu
2016-10-04
9
-40
/
+208
*
[ELF] - Do not crash on invalid symbol index.
George Rimar
2016-10-04
3
-0
/
+12
*
[ELF] Set max page size to 64K for AArch64
Eugene Leviant
2016-10-04
22
-315
/
+314
*
Revert "[XRay] Check in Clang whether XRay supports the target when -fxray-in...
Dean Michael Berris
2016-10-04
2
-17
/
+1
*
[ELF] - Do not crash if symbol type set to TLS when there is no tls sections.
George Rimar
2016-10-04
3
-1
/
+10
*
[ELF] - Do not crash if common symbol has alignment 0.
George Rimar
2016-10-04
3
-0
/
+9
*
[Object/ELF] - Avoid possible crash in getExtendedSymbolTableIndex().
George Rimar
2016-10-04
3
-1
/
+6
*
Revert r283106, "Wdocumentation fix"
NAKAMURA Takumi
2016-10-04
1
-1
/
+1
*
[ELF][MIPS] Do not accept non-zero GP0 value for relocatable object only
Simon Atanasyan
2016-10-04
2
-14
/
+17
*
[XRay] Check in Clang whether XRay supports the target when -fxray-instrument...
Dean Michael Berris
2016-10-04
2
-1
/
+17
*
Consistent fp denormal mode names. NFC.
Sjoerd Meijer
2016-10-04
4
-13
/
+13
*
Fix a test case failure on Apple PPC.
Nemanja Ivanovic
2016-10-04
1
-4
/
+4
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
33
-395
/
+1889
*
[cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on shared libraries
Michal Gorny
2016-10-04
1
-0
/
+12
*
[cmake] Use separate doctrees to prevent races between Sphinx instances
Michal Gorny
2016-10-04
1
-1
/
+1
*
[libFuzzer] remove dfsan support and some related stale code. This is not bei...
Kostya Serebryany
2016-10-04
9
-449
/
+1
*
Finish adding the individual instruction tests to the x86 unwinder
Jason Molenda
2016-10-04
4
-8
/
+725
[next]