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
*
[CostModel][X86] Add realistic i64 uitofp f64 scalar costs
Simon Pilgrim
2018-10-25
3
-46
/
+81
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
15
-32
/
+75
*
[llvm-mca] Removed a couple of redundant method declarations, and simplified ...
Andrea Di Biagio
2018-10-25
7
-38
/
+23
*
[ms] Prevent explicit constructor name lookup if scope is missing
Will Wilson
2018-10-25
2
-1
/
+22
*
Missing semicolon.
Simon Pilgrim
2018-10-25
1
-1
/
+1
*
[TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support (P38226)
Simon Pilgrim
2018-10-25
7
-523
/
+431
*
remove duplicate omp_control_tool export to fix windows build
Andrey Churbanov
2018-10-25
1
-3
/
+0
*
[llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_length
George Rimar
2018-10-25
6
-11
/
+56
*
[TTI] Add generic SK_Broadcast shuffle costs
Simon Pilgrim
2018-10-25
3
-5
/
+54
*
Fix MSVC llvm-exegesis build. NFCI.
Simon Pilgrim
2018-10-25
1
-8
/
+8
*
Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...
George Rimar
2018-10-25
7
-54
/
+188
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-10-25
6
-29
/
+296
*
[LLDB] - Parse the DW_LLE_startx_length correctly for DWARF v5 case.
George Rimar
2018-10-25
2
-5
/
+11
*
Add -instcombine-code-sinking option
Gabor Buella
2018-10-25
2
-1
/
+24
*
[API] Extend the `SBThreadPlan` interface
Aleksandr Urakov
2018-10-25
7
-0
/
+108
*
[llvm-exegesis] Add missing initializer.
Clement Courbet
2018-10-25
2
-9
/
+9
*
[llvm-exegesis] Fix VC build of r345243.
Clement Courbet
2018-10-25
1
-8
/
+8
*
[llvm-exegesis] Fix warning in r345243.
Clement Courbet
2018-10-25
1
-1
/
+1
*
[MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.
Clement Courbet
2018-10-25
25
-247
/
+477
*
[clang-format] Break before next parameter after a formatted multiline raw st...
Krasimir Georgiev
2018-10-25
2
-9
/
+123
*
[X86] Don't use the OriginalDemandedBits to calculate the DemandedMask for PM...
Craig Topper
2018-10-25
1
-1
/
+2
*
Revert "Fix use of __libcpp_deallocate in dynarray"
Eric Christopher
2018-10-25
1
-1
/
+1
*
Temporarily Revert "Implement sized deallocation for std::allocator and frien...
Eric Christopher
2018-10-25
6
-377
/
+55
*
[llvm-readobj] Print ELF header flags names in GNU output
Simon Atanasyan
2018-10-25
2
-48
/
+108
*
[CodeGen] Always emit the 'min-legal-vector-width' attribute even when the va...
Craig Topper
2018-10-25
3
-5
/
+3
*
[X86] Fix typo in comment. NFC
Craig Topper
2018-10-25
1
-1
/
+1
*
[clangd] Clean up LSP structs around configuration. NFC, no protocol changes.
Sam McCall
2018-10-25
4
-49
/
+45
*
Fix use of __libcpp_deallocate in dynarray
Eric Fiselier
2018-10-25
1
-1
/
+1
*
[clangd] Remove unused CDB function. NFC
Sam McCall
2018-10-25
2
-9
/
+0
*
[clangd] Fix -compile-commands-dir flag, broken in r345031
Sam McCall
2018-10-25
2
-2
/
+4
*
[clangd] Don't invalidate LSP-set compile commands when closing a file.
Sam McCall
2018-10-25
4
-18
/
+0
*
[WebAssembly] Set LoadExt and TruncStore actions for SIMD types
Thomas Lively
2018-10-25
2
-0
/
+73
*
Fix test to work on Windows.
Douglas Yung
2018-10-25
1
-1
/
+7
*
[Sema] Fix -Wcomma for C89
Richard Trieu
2018-10-25
3
-119
/
+139
*
[X86] Adjust MIR test case to pacify machine verifier
Reid Kleckner
2018-10-24
1
-1
/
+1
*
[X86] Fix pipeline tests when enabling MIR verification, NFC
Reid Kleckner
2018-10-24
2
-2
/
+8
*
Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"
Eric Fiselier
2018-10-24
2
-24
/
+2
*
DebugInfo: Reuse common addresses for rnglist base address selections
David Blaikie
2018-10-24
4
-3
/
+18
*
[WebAssembly] Fix immediate of rethrow when throwing to caller
Heejin Ahn
2018-10-24
2
-2
/
+2
*
Driver,CodeGen: introduce support for Swift CFString layout
Saleem Abdulrasool
2018-10-24
9
-24
/
+230
*
[WebAssembly] Retain shuffle types during custom lowering
Thomas Lively
2018-10-24
3
-4
/
+21
*
Make fminimum/fmaximum SDNodes commutative and associative
Thomas Lively
2018-10-24
1
-2
/
+4
*
[ELF] Fix large code model MIR verifier errors
Reid Kleckner
2018-10-24
6
-102
/
+78
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
27
-127
/
+124
*
[llvm-objcopy] Introduce dispatch mechanism based on the input
Alexander Shaposhnikov
2018-10-24
3
-29
/
+77
*
Update MemorySSA in LoopRotate.
Alina Sbirlea
2018-10-24
25
-17
/
+293
*
llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...
David Blaikie
2018-10-24
2
-2
/
+12
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-24
6
-55
/
+377
*
[VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.
Volodymyr Sapsai
2018-10-24
2
-27
/
+2
*
[VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.
Volodymyr Sapsai
2018-10-24
10
-13
/
+0
[next]