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
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
43
-4
/
+2154
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
7
-90
/
+112
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
7
-112
/
+90
*
ARM: workaround bundled operation predication
Saleem Abdulrasool
2016-09-06
2
-0
/
+27
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
13
-309
/
+292
*
[LTO] Constify (NFC)
Mehdi Amini
2016-09-06
1
-16
/
+20
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
13
-292
/
+309
*
Fix DensetSet::insert_as() for MSVC2015 (NFC)
Mehdi Amini
2016-09-06
1
-3
/
+2
*
[AVX-512] Fix v8i64 shift by immediate lowering on 32-bit targets.
Craig Topper
2016-09-06
4
-18
/
+18
*
CodeGen: ensure that libcalls are always AAPCS CC
Saleem Abdulrasool
2016-09-06
6
-178
/
+182
*
[AVX-512] Teach fastisel load/store handling to use EVEX encoded instructions...
Craig Topper
2016-09-05
3
-132
/
+395
*
[X86] Update fast-isel store test to have more 256 and 512-bit test cases. Ad...
Craig Topper
2016-09-05
1
-18
/
+719
*
[X86] Update fast-isel vector load test to have more 256 and 512-bit test cas...
Craig Topper
2016-09-05
1
-82
/
+651
*
fix FileCheck variables for test added with r280677
Sanjay Patel
2016-09-05
1
-2
/
+2
*
[Coroutines] Part12: Handle alloca address-taken
Gor Nishanov
2016-09-05
2
-1
/
+113
*
[InstCombine] don't assert that division-by-constant has been folded (PR30281)
Sanjay Patel
2016-09-05
2
-7
/
+99
*
[InstCombine] revert r280637 because it causes test failures on an ARM bot
Sanjay Patel
2016-09-05
2
-55
/
+55
*
remove dependence of TestGdbRemoteExitCode.py on parent directory source
Todd Fiala
2016-09-05
3
-4
/
+391
*
[lit] Downgrade error to warning on gtest crashes during discovery.
Ahmed Bougacha
2016-09-05
1
-2
/
+2
*
[AVX-512] Integrate mask register copying more completely into X86InstrInfo::...
Craig Topper
2016-09-05
1
-68
/
+53
*
Add support for targeting armv6-unknown-cloudabi-eabihf.
Ed Schouten
2016-09-05
2
-0
/
+7
*
[X86][SSE] Add test cases for PR29078
Simon Pilgrim
2016-09-05
1
-0
/
+668
*
[X86][SSE] Add test cases for PR29079
Simon Pilgrim
2016-09-05
1
-0
/
+150
*
Add missing _US_ACTION_MASK constant to unwind.h
Dimitry Andric
2016-09-05
1
-0
/
+1
*
Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-05
17
-26
/
+501
*
CODE_OWNERS: bring my entry up to date
whitequark
2016-09-05
1
-1
/
+1
*
[ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TPREL64 relocations calc...
Simon Atanasyan
2016-09-05
2
-2
/
+41
*
[ELF][MIPS] Support R_MIPS_TLS_DTPREL32 / R_MIPS_TLS_TPREL32 relocations calc...
Simon Atanasyan
2016-09-05
2
-4
/
+23
*
[ELF][MIPS] Do not create a hidden definition for __tls_get_addr on MIPS
Simon Atanasyan
2016-09-05
2
-2
/
+27
*
Replace uses of MIUtilParse::CRegexParser with llvm::Regex
Pavel Labath
2016-09-05
2
-31
/
+35
*
[X86][SSE] Regenerate odd shuffle tests with common prefixes
Simon Pilgrim
2016-09-05
1
-145
/
+83
*
[SimplifyCFG] Add test for sinking inline asm in if/else
Oliver Stannard
2016-09-05
1
-0
/
+29
*
clang/test/Modules/compiler_builtins_x86.c: Fix r280658.
NAKAMURA Takumi
2016-09-05
1
-1
/
+1
*
Attempt to fix buildbots not targetting x86
James Molloy
2016-09-05
1
-1
/
+1
*
asan: allow __asan_{before,after}_dynamic_init without registered globals
Dmitry Vyukov
2016-09-05
1
-3
/
+4
*
[WebAssembly] Unbreak the build.
Benjamin Kramer
2016-09-05
1
-8
/
+9
*
[AMDGPU] Refactor FLAT TD instructions
Valery Pykhtin
2016-09-05
6
-438
/
+525
*
Add check-polly-tests build target.
Michael Kruse
2016-09-05
1
-5
/
+9
*
[clang-rename] Add comment after namespace closing
Kirill Bobyrev
2016-09-05
1
-2
/
+3
*
Add default_packet_timeout key to the new TestGdbRemoteHostInfo test
Pavel Labath
2016-09-05
1
-1
/
+2
*
[Thumb1] Add relocations for fixups fixup_arm_thumb_{br,bcc}
James Molloy
2016-09-05
2
-0
/
+27
*
[AVX512] Fix v8i1 /v16i1 zext + bitcast lowering pattern. Explicitly zero upp...
Igor Breger
2016-09-05
3
-4
/
+94
*
[X86] Make some static arrays of opcodes const and shrink to uint16_t. NFC
Craig Topper
2016-09-05
1
-6
/
+6
*
[AVX-512] Simplify X86InstrInfo::copyPhysReg for 128/256-bit vectors with AVX...
Craig Topper
2016-09-05
14
-168
/
+112
*
[Target] Remove the AvailableRegClasses vector from TargetLoweringBase. It wa...
Craig Topper
2016-09-05
1
-4
/
+0
*
[Coroutines] Part11: Add final suspend handling.
Gor Nishanov
2016-09-05
4
-17
/
+166
*
[X86] Add AVX and AVX512 command lines to the vec_ss_load_fold test.
Craig Topper
2016-09-05
1
-0
/
+130
*
[X86] Remove FsVMOVAPSrm/FsVMOVAPDrm/FsMOVAPSrm/FsMOVAPDrm. Due to their plac...
Craig Topper
2016-09-05
3
-40
/
+0
*
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...
Marshall Clow
2016-09-05
13
-13
/
+226
*
[CMake] [OCaml] Allow building OCaml bindings out of tree.
Peter Zotov
2016-09-05
3
-3
/
+39
[next]