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
*
[X86][SSE] combineX86ShufflesRecursively - moved to generic op input index lo...
Simon Pilgrim
2019-02-21
1
-7
/
+3
*
[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.
George Rimar
2019-02-21
6
-9
/
+308
*
[LLD][ELF] - Simplify test case. NFC.
George Rimar
2019-02-21
1
-7
/
+0
*
[OpenMP] Fix check-openmp after r354553
Jonas Hahnfeld
2019-02-21
1
-0
/
+2
*
[llvm-readobj] Change "SHT_MIPS_DWARF" to "MIPS_DWARF"
Fangrui Song
2019-02-21
1
-2
/
+2
*
[CodeComplete] Collect visited contexts when scope specifier is invalid.
Eric Liu
2019-02-21
2
-4
/
+21
*
Revert 354564: [ARM] Add some missing thumb1 opcodes to enable peephole optim...
David Green
2019-02-21
3
-281
/
+14
*
[OpenCL] Simplify LLVM IR generated for OpenCL blocks
Andrew Savonichev
2019-02-21
5
-64
/
+91
*
[llvm-readobj]Test basic command-line handling
James Henderson
2019-02-21
1
-0
/
+36
*
[yaml2obj]Allow symbol Index field to take values lower than SHN_LORESERVE
James Henderson
2019-02-21
2
-25
/
+31
*
[AArch64] Print instruction before atomic semantic annotations
David Spickett
2019-02-21
1
-5
/
+6
*
[ARM] Add some missing thumb1 opcodes to enable peephole optimisation of CMPs
David Green
2019-02-21
3
-14
/
+281
*
[ObjectYAML] Support SHT_MIPS_DWARF section type flag
Fangrui Song
2019-02-21
2
-1
/
+2
*
[NFC] Replace EOL in test file
Max Kazantsev
2019-02-21
1
-41
/
+41
*
[clangd] Enable indexing of template type parameters
Kadir Cetinkaya
2019-02-21
3
-6
/
+13
*
[clang][Index] Enable indexing of Template Type Parameters behind a flag
Kadir Cetinkaya
2019-02-21
7
-4
/
+44
*
[TEST] Add failing test that shows problems with MSSA update in LoopSimplifyCFG
Max Kazantsev
2019-02-21
1
-0
/
+41
*
[clangd] Handle another incomplete-type diagnostic case in IncludeFixer.
Eric Liu
2019-02-21
2
-0
/
+6
*
[ARM] Negative constants mishandled in ARM CGP
Sam Parker
2019-02-21
2
-5
/
+22
*
testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...
Jan Kratochvil
2019-02-21
2
-4
/
+12
*
[OpenMP][OMPT] Fix locking testcases for 32 bit architectures
Joachim Protze
2019-02-21
3
-2
/
+3
*
[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
Markus Lavin
2019-02-21
8
-19
/
+195
*
Fix file header issues in fuzzers. NFC
Fangrui Song
2019-02-21
7
-7
/
+7
*
Fix some include order and file headers issues. NFC
Fangrui Song
2019-02-21
7
-8
/
+8
*
Revert r354546
Serge Guelton
2019-02-21
1
-6
/
+7
*
Fix typo in r354546
Serge Guelton
2019-02-21
1
-3
/
+1
*
[LoopSimplifyCFG] Add missing MSSA edge deletion
Max Kazantsev
2019-02-21
2
-0
/
+40
*
[NFC] Always initialize all members in ABIArgInfo
Serge Guelton
2019-02-21
1
-8
/
+9
*
Attempt to fix VS2015 build breakage from r354517. NFCI.
Douglas Yung
2019-02-21
1
-1
/
+1
*
[WebAssembly] Default to something reasonable in WebAssemblyAddMissingPrototypes
Sam Clegg
2019-02-21
2
-7
/
+16
*
[AMDGPU] fix commuted case of sub combine
Stanislav Mekhanoshin
2019-02-21
2
-5
/
+29
*
[Inliner] Pass nullptr for the ORE param of getInlineCost if RemarkEnabled
Wei Mi
2019-02-21
2
-3
/
+10
*
Add skipFunction to PostRA machine sinking pass.
Xin Tong
2019-02-21
2
-0
/
+43
*
Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."
Davide Italiano
2019-02-21
2
-17
/
+58
*
[WebAssembly] Remove redundant code added in rL354538. NFC.
Sam Clegg
2019-02-21
1
-36
/
+4
*
[AArch64] Change size suffix for FP16FML intrinsics.
Ahmed Bougacha
2019-02-21
2
-86
/
+86
*
[NFC] Fix incorrect comment in std::function test
Louis Dionne
2019-02-21
1
-1
/
+1
*
[libFuzzer] fix the docs
Kostya Serebryany
2019-02-21
1
-0
/
+1
*
Fix unused variable warning.
Richard Trieu
2019-02-21
1
-2
/
+2
*
[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈
Stephane Moore
2019-02-21
3
-4
/
+34
*
[libFuzzer] document -fork=N
Kostya Serebryany
2019-02-21
1
-0
/
+22
*
Revert "[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR"
Amara Emerson
2019-02-21
5
-359
/
+1
*
[attributes] Fix buildbot after r354530.
Artem Dergachev
2019-02-21
1
-1
/
+1
*
[attributes] Add an attribute for server routines in Mach kernel and extensions.
Artem Dergachev
2019-02-21
8
-0
/
+132
*
[GlobalISel] Add -O0 to some tests to see if it fixes them. I can't reproduce...
Amara Emerson
2019-02-20
2
-2
/
+2
*
[WebAssembly] Don't generate invalid modules when function signatures mismatch
Sam Clegg
2019-02-20
10
-87
/
+372
*
[clang] Add CMake target for installing clang's CMake exports
Shoaib Meenai
2019-02-20
1
-2
/
+11
*
Merge target triple into module triple when constructing module from memory
Alex Langford
2019-02-20
1
-0
/
+4
*
[clang] Switch to LLVM_ENABLE_IDE
Shoaib Meenai
2019-02-20
6
-9
/
+9
*
[CMake][runtimes] Set clang-header dependency for builtins
Petr Hosek
2019-02-20
1
-16
/
+22
[next]