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
*
[RegisterBankInfo] Take advantage of the extra argument of SmallVector::resize.
Quentin Colombet
2016-09-22
1
-3
/
+1
*
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...
Kostya Serebryany
2016-09-22
8
-44
/
+66
*
fix Args function broken in r281942
Todd Fiala
2016-09-22
1
-1
/
+1
*
[libFuzzer] one more test
Kostya Serebryany
2016-09-22
3
-0
/
+30
*
Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...
Marshall Clow
2016-09-22
5
-8
/
+60
*
[CMake] More robust handling for bootstrap variables
Chris Bieneman
2016-09-22
1
-1
/
+5
*
[Sema] Fix PR30481: crash on checking printf args.
George Burgess IV
2016-09-22
2
-2
/
+7
*
Fix typo in lldb --help
Ed Maste
2016-09-21
1
-1
/
+1
*
[CMake] Check if passthrough variables are defined
Chris Bieneman
2016-09-21
1
-1
/
+1
*
[libFuzzer] add stats to the corpus; more refactoring
Kostya Serebryany
2016-09-21
10
-49
/
+53
*
Fix for loop sign fix in r282112 for column = 0
Ed Maste
2016-09-21
1
-1
/
+1
*
Once more unto the strict weak ordering, once more.
Rafael Espindola
2016-09-21
3
-24
/
+108
*
Fix an incorrect nullptr conversion.
Zachary Turner
2016-09-21
1
-1
/
+1
*
=delete the StringRef(nullptr_t) constructor.
Zachary Turner
2016-09-21
1
-0
/
+2
*
[libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...
Kostya Serebryany
2016-09-21
4
-57
/
+53
*
[libFuzzer] more refactoring
Kostya Serebryany
2016-09-21
10
-8
/
+13
*
Fix integer sign warning from r282105
Ed Maste
2016-09-21
1
-1
/
+1
*
Fix -Wcovered-switch-default warning in StackFrame.cpp
Ed Maste
2016-09-21
1
-2
/
+0
*
[CMake] Initial support for LLDB.framework
Chris Bieneman
2016-09-21
11
-40
/
+103
*
[CMake] Pass CLANG_VERSION_* variables into later stages
Chris Bieneman
2016-09-21
1
-0
/
+3
*
Add -Wignored-pragma-intrinsic flag
Albert Gutowski
2016-09-21
3
-2
/
+15
*
[asan] Reify ErrorGeneric
Filipe Cabecinhas
2016-09-21
4
-241
/
+276
*
Provide vstore_half helper to workaround clc restrictions
Jan Vesely
2016-09-21
4
-26
/
+75
*
add stop column highlighting support
Todd Fiala
2016-09-21
16
-51
/
+341
*
Next set of additional error checks for invalid Mach-O files for bad LC_UUID
Kevin Enderby
2016-09-21
4
-2
/
+12
*
Probably should add the breakpoint names test directory as well...
Jim Ingham
2016-09-21
3
-0
/
+200
*
[asan] Store full AddressDescription objects in ErrorInvalidPointerPair
Filipe Cabecinhas
2016-09-21
2
-7
/
+15
*
[LoopInterchange] Track all dependencies, not just anti dependencies.
Chad Rosier
2016-09-21
2
-50
/
+239
*
[ThinLTO] Emit files for distributed builds for all modules
Teresa Johnson
2016-09-21
4
-21
/
+77
*
Implement ONLY_IF_RO/ONLY_IF_RW like bfd.
Rafael Espindola
2016-09-21
2
-9
/
+36
*
[MIRParser] Delete dead code. NFCI.
Davide Italiano
2016-09-21
1
-12
/
+0
*
revert 281908 because 281909 got reverted
Nico Weber
2016-09-21
2
-81
/
+7
*
revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...
Nico Weber
2016-09-21
8
-74
/
+32
*
Remove obsolete XFAIL.
Nico Weber
2016-09-21
1
-3
/
+0
*
Fix typo in comment [NFC]
Etienne Bergeron
2016-09-21
1
-1
/
+1
*
fix typo in comment [NFC]
Etienne Bergeron
2016-09-21
1
-1
/
+1
*
Fix failing regex tests.
Zachary Turner
2016-09-21
1
-1
/
+1
*
[docs] Add ThinLTO user documentation
Teresa Johnson
2016-09-21
3
-1
/
+165
*
Disable tail calls if there is an swifterror argument
Arnold Schwaighofer
2016-09-21
4
-0
/
+41
*
[LV] Don't emit unused scalars for uniform instructions
Matthew Simpson
2016-09-21
3
-52
/
+58
*
[AMDGPU][mc] Add support for ds_add_[rtn_]f32.
Artem Tamazov
2016-09-21
2
-2
/
+20
*
[compiler-rt] Fix Asan build on Android
Etienne Bergeron
2016-09-21
2
-2
/
+13
*
Change the basic block weight calculation algorithm to use max instead of vot...
Dehao Chen
2016-09-21
3
-22
/
+14
*
[LV] Rename "Width" to "Lane" (NFC)
Matthew Simpson
2016-09-21
1
-6
/
+6
*
[AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtins
Cameron McInally
2016-09-21
1
-4
/
+4
*
[AVX512] Fix return types on int_x86_avx512_gatherXXX_di intrinsics
Cameron McInally
2016-09-21
2
-32
/
+32
*
Fix an inefficient StringRef conversion.
Zachary Turner
2016-09-21
1
-3
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
49
-192
/
+230
*
[ELF] - Linkerscript: support complex section pattern grammar.
George Rimar
2016-09-21
3
-42
/
+99
*
Revert r281895 "Add @llvm.dbg.value entries for the phi node created by -mem2...
Hans Wennborg
2016-09-21
4
-138
/
+7
[next]