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
*
[ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperato...
Craig Topper
2017-12-02
1
-37
/
+29
*
[WebAssembly] Pass through --undefined to Wasm LLD
Sam Clegg
2017-12-02
1
-0
/
+1
*
CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT...
Yaxun Liu
2017-12-02
15
-72
/
+88
*
Fix assume-filename handling in clang-format.el
Philipp Stephani
2017-12-02
1
-16
/
+29
*
[cmake] Re-commit: Remove redundant call to cmake when building host tools.
Don Hinton
2017-12-02
1
-28
/
+15
*
[CodeGen] fix mapping from fmod calls to frem instruction
Sanjay Patel
2017-12-02
3
-32
/
+38
*
[CodeGen] remove stale comment; NFC
Sanjay Patel
2017-12-02
1
-1
/
+1
*
[llvm-readobj] Remove redundant local variables to reduce the code. NFC
Simon Atanasyan
2017-12-02
1
-9
/
+5
*
[llvm-readobj] Print static MIPS GOT
Simon Atanasyan
2017-12-02
3
-31
/
+93
*
[llvm-readobj] Delete unused method argument. NFC
Simon Atanasyan
2017-12-02
1
-8
/
+9
*
[X86][SSE] Cleanup float/int conversion scheduler itinerary classes
Simon Pilgrim
2017-12-02
1
-41
/
+79
*
[X86] Fix copy paste mistake in test case for r319612.
Craig Topper
2017-12-02
1
-1
/
+1
*
[X86] Teach the assembler to support %db8-%db15 as aliases for %dr8-%dr15.
Craig Topper
2017-12-02
2
-13
/
+28
*
[X86] Support %dr8-%dr15 in the assembler.
Craig Topper
2017-12-02
2
-1
/
+4
*
CMAKE: help CheckAtomic find check_library_exists
Martell Malone
2017-12-02
1
-0
/
+1
*
[ARC] Add instruction subset for the ARC backend.
Tatyana Krasnukha
2017-12-02
7
-159
/
+1384
*
[clangd] Avoid enum in bitfields, can't satisfy old GCC and new MSVC
Sam McCall
2017-12-02
1
-1
/
+5
*
[DAG][AArch64] Disable post-legalization store
Nirav Dave
2017-12-02
6
-23
/
+29
*
[clangd] Fix FuzzyMatch tests on windows, NFC
Sam McCall
2017-12-02
2
-5
/
+5
*
PR35456: Track definedness of variable template specializations separately from
Richard Smith
2017-12-02
8
-12
/
+35
*
[clangd] Try to appease gcc constexpr bug (58541)
Sam McCall
2017-12-02
1
-2
/
+2
*
[WebAssembly] Revert r319592 "Add support for visibility flag"
Heejin Ahn
2017-12-02
14
-105
/
+47
*
[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"
Heejin Ahn
2017-12-02
7
-52
/
+4
*
Move comment back to being next to the code it's a comment for.
Richard Smith
2017-12-02
1
-3
/
+3
*
Cache modulo values for the .gnu.hash section.
Rui Ueyama
2017-12-02
2
-11
/
+13
*
Add a symbols subcommand to lldb-test.
Zachary Turner
2017-12-02
2
-1
/
+36
*
Don't use llvm::EnablePrettyStackTrace on macOS.
Jim Ingham
2017-12-02
1
-0
/
+2
*
Fix warning in DynamicLoaderDarwinKernel.cpp, NFC
Vedant Kumar
2017-12-01
1
-1
/
+1
*
Fix warnings in JSON.cpp, NFC
Vedant Kumar
2017-12-01
1
-3
/
+0
*
Fix warnings in DNBDataRef.cpp, NFC
Vedant Kumar
2017-12-01
1
-6
/
+6
*
[AST] Try to fix build bot with modules broken r319589. However real fix may ...
Eugene Zelenko
2017-12-01
1
-0
/
+1
*
[CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsics
Sanjay Patel
2017-12-01
6
-215
/
+294
*
[WebAssembly] Add support for visibility flag
Sam Clegg
2017-12-01
14
-47
/
+105
*
Revert "[X86] Improvement in CodeGen instruction selection for LEAs."
Matt Morehouse
2017-12-01
18
-692
/
+163
*
[libFuzzer] add a flag -malloc_limit_mb
Kostya Serebryany
2017-12-01
6
-2
/
+15
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-01
6
-155
/
+260
*
[MachineOutliner] NFC: Throw out self-intersections on candidates early
Jessica Paquette
2017-12-01
1
-11
/
+42
*
[DAG][ARM] Revert "Reenable post-legalize store merge"
Nirav Dave
2017-12-01
4
-389
/
+27
*
[MC] Handle unknown literal register numbers in .cfi_* directives
Jake Ehrlich
2017-12-01
5
-10
/
+59
*
[OPENMP] Emit `__tgt_target_teams` for all teams directives.
Alexey Bataev
2017-12-01
20
-119
/
+119
*
[c++17] When deducing the type of a non-type template parameter from the type
Richard Smith
2017-12-01
2
-2
/
+7
*
[IndVars] Fix a bug introduced in r317012
Philip Reames
2017-12-01
2
-3
/
+43
*
[cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when build...
Don Hinton
2017-12-01
1
-13
/
+28
*
[opt-remarks] If hotness threshold is set, ignore remarks without hotness
Adam Nemet
2017-12-01
4
-9
/
+123
*
Prevent vain lldb::user_id_t 0xffffffff lookups
Jan Kratochvil
2017-12-01
1
-1
/
+1
*
[clangd] Define constants in the right namespace. NFC
Sam McCall
2017-12-01
1
-1
/
+5
*
Fix the second part of the broken comment from r306079
Adam Nemet
2017-12-01
1
-2
/
+6
*
Fix opt-remark with hotness testcase for sample-based PGO
Adam Nemet
2017-12-01
2
-7
/
+7
*
Partially fix comment in test broken in r306079 and r306948
Adam Nemet
2017-12-01
1
-6
/
+6
*
[ubsan] Re-commit: lit changes for lld testing, future lto testing.
Roman Lebedev
2017-12-01
13
-22
/
+68
[next]