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
*
Fix one-after-the-end type metadata handling in globalsplit.
Evgeniy Stepanov
2017-03-07
2
-8
/
+23
*
Fix GNU strerror_r check for Android.
Dan Albert
2017-03-07
1
-1
/
+3
*
ADT: Fix SmallPtrSet iterators in reverse mode
Duncan P. N. Exon Smith
2017-03-07
2
-29
/
+48
*
Fix source-lines test on Windows.
Zachary Turner
2017-03-07
1
-7
/
+7
*
[InstCombine] shrink truncated splat shuffle (2nd try)
Sanjay Patel
2017-03-07
2
-6
/
+24
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
12
-2
/
+328
*
[ObjectYAML] Fix issue with DWARF2 AddrSize 8
Chris Bieneman
2017-03-07
2
-2
/
+513
*
Pass archive files to link.exe if they contain at least one native object file.
Rui Ueyama
2017-03-07
2
-9
/
+18
*
fix format specifier warnings
Tim Hammerquist
2017-03-07
3
-14
/
+21
*
[AArch64] Vulcan is now ThunderXT99
Joel Jones
2017-03-07
3
-29
/
+29
*
GlobalISel: fix legalization of G_INSERT
Tim Northover
2017-03-07
2
-15
/
+39
*
Strip trailing whitespace.
Simon Pilgrim
2017-03-07
1
-4
/
+1
*
[coroutines] update coro_end builtin to match llvm
Gor Nishanov
2017-03-07
2
-2
/
+2
*
[coroutines] Add handling for unwind coro.ends
Gor Nishanov
2017-03-07
19
-56
/
+284
*
Implement FreeMachineFunction::getPassName().
Yaron Keren
2017-03-07
1
-0
/
+4
*
[GlobalISel] Don't translate intrinsics with metadata parameters.
Ahmed Bougacha
2017-03-07
2
-0
/
+14
*
[GlobalISel] Avoid invalidating ValToVReg when translating no-op bitcast.
Ahmed Bougacha
2017-03-07
2
-2
/
+37
*
[GlobalISel] Relax vector G_SELECT assertion.
Ahmed Bougacha
2017-03-07
2
-3
/
+15
*
[GlobalISel] Add vector select translation test. NFC.
Ahmed Bougacha
2017-03-07
1
-0
/
+13
*
[GlobalISel] Slightly clean up DBG_VALUE FP build code.
Ahmed Bougacha
2017-03-07
1
-2
/
+1
*
[fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOver
Vitaly Buka
2017-03-07
5
-2
/
+40
*
[GlobalISel] Ignore %noreg when applying default regbank mapping.
Ahmed Bougacha
2017-03-07
2
-0
/
+52
*
[GlobalISel] Emit DBG_VALUE %noreg for non-int/fp constant values.
Ahmed Bougacha
2017-03-07
2
-1
/
+8
*
[GlobalISel] Add constant dbg.value translation tests. NFC.
Ahmed Bougacha
2017-03-07
1
-2
/
+6
*
[NVPTX] Fixed lowering of unaligned loads/stores of f16 scalars and vectors.
Artem Belevich
2017-03-07
3
-11
/
+103
*
SjLjEHPrepare: Fix the pass for swifterror arguments
Arnold Schwaighofer
2017-03-07
2
-0
/
+49
*
Fix bugpoint to work with swifterror values
Arnold Schwaighofer
2017-03-07
1
-2
/
+4
*
[ScopDetection] Require LoadInst base pointers to be hoisted.
Michael Kruse
2017-03-07
10
-16
/
+109
*
Use filename in linemarker when compiling preprocessed source (Revised)
Taewook Oh
2017-03-07
3
-3
/
+64
*
llvm-objdump: handle line numbers and source options for amdgpu objects
Konstantin Zhuravlyov
2017-03-07
4
-0
/
+120
*
Fix C2712 build error on Windows
Konstantin Zhuravlyov
2017-03-07
1
-6
/
+12
*
Do not pass archive files containing bitcode files to the MSVC Linker.
Rui Ueyama
2017-03-07
2
-2
/
+46
*
[AArch64] Vulcan is now ThunderXT99
Joel Jones
2017-03-07
10
-201
/
+213
*
fix test to not check optimized IR; NFCI
Sanjay Patel
2017-03-07
1
-1966
/
+2536
*
Revert r297177: Change LLT constructor string into an LLT-based object ...
Daniel Sanders
2017-03-07
12
-330
/
+267
*
[analyzer] Fix crashes in CastToStruct checker for undefined structs
Daniel Marjamaki
2017-03-07
2
-0
/
+18
*
[JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.
Xin Tong
2017-03-07
1
-4
/
+11
*
[cmake] Include openmp with add_llvm_external_project
Pirama Arumuga Nainar
2017-03-07
1
-1
/
+3
*
[PowerPC] mark xray test as unsupported on powerpcle in testsuite
Bill Seurer
2017-03-07
1
-0
/
+2
*
[ObjectYAML] Add support for DWARF5 Unit header
Chris Bieneman
2017-03-07
5
-2
/
+606
*
Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits
Daniel Berlin
2017-03-07
1
-0
/
+33
*
Add PointerLikeTypeTraits for const things, as long as there is one for the n...
Daniel Berlin
2017-03-07
1
-0
/
+14
*
Make SmallPtrSet count and find able to take const PtrType's
Daniel Berlin
2017-03-07
1
-4
/
+6
*
[LV] Consider users that are memory accesses in uniforms expansion step
Matthew Simpson
2017-03-07
2
-1
/
+53
*
[X86] Add option to specify preferable loop alignment
Sanjoy Das
2017-03-07
1
-1
/
+9
*
[globalisel] Change LLT constructor string into an LLT-based object that know...
Daniel Sanders
2017-03-07
12
-267
/
+330
*
Further reduce testcase
Adrian Prantl
2017-03-07
1
-46
/
+34
*
Tidy up the way we include EHHeaderParser.hpp.
Ed Schouten
2017-03-07
1
-4
/
+1
*
Improve readability and correctness of the OS specific libunwind bits.
Ed Schouten
2017-03-07
1
-26
/
+25
*
Fix test and add missing return for llvm-lto2 error case
Teresa Johnson
2017-03-07
2
-1
/
+4
[next]