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
*
[InstCombine] add tests for bitcasted selects; NFC
Sanjay Patel
2016-11-15
1
-0
/
+84
*
test commmit
Zaara Syeda
2016-11-15
1
-1
/
+0
*
Revert "[JumpThreading] Unfold selects that depend on the same condition"
Pablo Barrio
2016-11-15
3
-124
/
+38
*
Revert "[JumpThreading] Prevent non-deterministic use lists"
Pablo Barrio
2016-11-15
1
-7
/
+8
*
[ARM] Make sure GlobalISel is only initialized once. NFCI
Diana Picus
2016-11-15
1
-12
/
+12
*
[clang-format] Fixed line merging of more than two lines
Cameron Desrochers
2016-11-15
2
-1
/
+25
*
[PowerPC] Implement BE VSX load/store builtins - clang portion.
Tony Jiang
2016-11-15
6
-3
/
+311
*
[LoopVectorizer] When estimating reg usage, unused insts may "end" another use
Robert Lougher
2016-11-15
3
-4
/
+139
*
[PowerPC] Implement BE VSX load/store builtins - llvm portion.
Tony Jiang
2016-11-15
4
-1
/
+71
*
Get GlobalISel to build on Linux after r286407
Diana Picus
2016-11-15
1
-1
/
+1
*
[X86][FastISel] Assert that we are dealing with arithmetic with overflow intr...
Zvi Rackover
2016-11-15
1
-0
/
+3
*
[AMDGPU] TableGen: change individual instruction flags to bit type from bits<1>
Sam Kolton
2016-11-15
3
-47
/
+47
*
[X86][FastISel] Fix lowering of overflow result on AVX512 targets
Zvi Rackover
2016-11-15
2
-10
/
+10
*
Test commit, remove trailing space.
Florian Hahn
2016-11-15
1
-1
/
+1
*
clang format include/llvm/Support/ELF.h. NFC.
Rafael Espindola
2016-11-15
1
-700
/
+671
*
[ELF] Don't check Out<ELFT>::RelaPlt as it's always non-zero. NFC
Eugene Leviant
2016-11-15
1
-2
/
+2
*
DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation]
NAKAMURA Takumi
2016-11-15
1
-1
/
+1
*
[OPENMP] Fix for PR30632: Name mangling issue.
Alexey Bataev
2016-11-15
2
-6
/
+10
*
[test] Correctly include build llvm_shlib_dir in stand-alone builds
Michal Gorny
2016-11-15
1
-1
/
+6
*
Introduce TLI predicative for base-relative Jump Tables.
Joerg Sonnenberger
2016-11-15
4
-38
/
+10
*
[ELF] Convert DynamicSection to input section.
Eugene Leviant
2016-11-15
6
-268
/
+256
*
[ARM] Add machine scheduler for Cortex-R52
Javed Absar
2016-11-15
4
-1
/
+1024
*
Fix uninitialized members.
Sam McCall
2016-11-15
3
-10
/
+7
*
Fix -Wunused introduced in r286945 for release builds.
Daniel Sanders
2016-11-15
1
-0
/
+2
*
[tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera...
Daniel Sanders
2016-11-15
4
-89
/
+158
*
[OPENMP] Fixed codegen for 'omp cancel' construct.
Alexey Bataev
2016-11-15
3
-7
/
+70
*
[clang-move] Make the output code look more pretty.
Haojian Wu
2016-11-15
2
-8
/
+95
*
[opt-viewer] Add support for libYAML for faster parsing
Adam Nemet
2016-11-15
1
-2
/
+12
*
[ELF] - Do not create reserved symbols in case of relocatable output.
George Rimar
2016-11-15
6
-4
/
+36
*
[ELF] - Better diagnostic for relative relocation to an absolute value error.
George Rimar
2016-11-15
9
-34
/
+40
*
[ELF] - Allow symbols of STT_NOTYPE to be associated with SHT_SYMTAB sections.
George Rimar
2016-11-15
2
-5
/
+31
*
DAGCombiner: fix combine of trunc and select
Asaf Badouh
2016-11-15
2
-29
/
+34
*
Avoid creating reference from nullptr.
Vitaly Buka
2016-11-15
1
-7
/
+7
*
TableGen: Add operator !or
Matt Arsenault
2016-11-15
7
-4
/
+23
*
[X86][GlobalISel] Add minimal call lowering support to the IRTranslator
Zvi Rackover
2016-11-15
9
-2
/
+229
*
[AVX-512] Add an example test case for PR31018.
Craig Topper
2016-11-15
1
-0
/
+13
*
[X86] Add LLVM version number for each intrinsic handled by auto upgrade for ...
Craig Topper
2016-11-15
1
-152
/
+158
*
Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...
Marshall Clow
2016-11-15
1
-3
/
+13
*
AMDGPU: Fix f16 fabs/fneg
Matt Arsenault
2016-11-15
6
-15
/
+312
*
[ORC] Work around an apparent modules/linkage issue.
Lang Hames
2016-11-15
1
-0
/
+8
*
[asan] Fixup to r286608 that makes the test pass on iOS.
Anna Zaks
2016-11-15
1
-0
/
+4
*
Simplify identify_magic.
Rui Ueyama
2016-11-15
1
-26
/
+23
*
[analyzer] Rename assumeWithinInclusiveRange*()
Dominic Chen
2016-11-15
6
-62
/
+60
*
Change the kernel searching code to not go through the
Jason Molenda
2016-11-15
1
-17
/
+37
*
[analyzer] Minor optimization: avoid setting state if unchanged
Dominic Chen
2016-11-15
1
-4
/
+6
*
Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration
Greg Clayton
2016-11-15
7
-48
/
+215
*
Identify object files compiled with cl.exe /GL.
Rui Ueyama
2016-11-15
3
-0
/
+7
*
Fix -Wswitch.
Rui Ueyama
2016-11-15
2
-0
/
+2
*
Add a file magic for CL.exe's object file created with /GL.
Rui Ueyama
2016-11-15
4
-11
/
+14
*
[ORC] Temporarily disable RPCUtils unit test.
Lang Hames
2016-11-15
1
-152
/
+153
[next]