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
*
[SimplifyCFG] add tests for possible FP speculative select; NFC
Sanjay Patel
2019-11-17
1
-36
/
+99
*
[InstCombine] Canonicalize ssub.with.overflow with clamp to ssub.sat
David Green
2019-11-17
2
-70
/
+60
*
[InstCombine] Canonicalize sadd.with.overflow with clamp to sadd.sat
David Green
2019-11-17
2
-55
/
+67
*
[InstCombine] Add extra tests for overflow_to_sat.ll. NFC
David Green
2019-11-17
1
-0
/
+76
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
46
-331
/
+175
*
[MIRNamer]: Make the check lines in the test robust with regex.
Aditya Nandakumar
2019-11-16
4
-42
/
+41
*
[libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20
Eric Fiselier
2019-11-16
4
-1
/
+183
*
[libc++] Add C++20 contiguous_iterator_tag.
Eric Fiselier
2019-11-16
3
-1
/
+48
*
[Docs] Remove stray :doc: directive.
kristina
2019-11-16
1
-1
/
+1
*
[Docs] Fix sphinx warning.
kristina
2019-11-16
1
-1
/
+1
*
[Docs] Try fixing the tutorial toctree
kristina
2019-11-16
12
-27
/
+21
*
Make it possible to run MIRCanonicalizer in pipeline.
Aditya Nandakumar
2019-11-16
1
-0
/
+5
*
[libc++] Rename __to_raw_pointer to __to_address.
Eric Fiselier
2019-11-16
7
-100
/
+111
*
[Docs] Fix relative links in tutorial.
kristina
2019-11-16
5
-22
/
+22
*
[mips] Remove redundant cast. NFC
Simon Atanasyan
2019-11-16
1
-10
/
+7
*
[mips] Remove old FIXME comment. NFC
Simon Atanasyan
2019-11-16
1
-2
/
+0
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
46
-175
/
+331
*
[DWARF5]Addition of alignment atrribute in typedef DIE.
Sourabh Singh Tomar
2019-11-16
9
-14
/
+106
*
[clangd] Improve long and confusing preamble log message.
Sam McCall
2019-11-16
1
-2
/
+3
*
MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.
James Y Knight
2019-11-16
6
-20
/
+40
*
[clang-format] fix regression in middle pointer alignment
mydeveloperday
2019-11-16
2
-1
/
+23
*
Remove +x permission on some files
Sylvestre Ledru
2019-11-16
7
-0
/
+0
*
Remove +x permission on clang/lib/Format/Format.cpp
Sylvestre Ledru
2019-11-16
1
-0
/
+0
*
Fix a build failure with perf: Add a missing include to llvm/Support/ManagedS...
Sylvestre Ledru
2019-11-16
1
-0
/
+1
*
[ELF] Fix lld build on Windows/MinGW
Ayke van Laethem
2019-11-16
1
-14
/
+14
*
[clang-format] Add SpaceBeforeBrackets
mydeveloperday
2019-11-16
5
-7
/
+76
*
Add support of the next Ubuntu (Ubuntu 20.04 - Focal Fossa)
Sylvestre Ledru
2019-11-16
2
-1
/
+3
*
AMDGPU/SILoadStoreOptimizer: fix a likely bug introduced recently
Nicolai Hähnle
2019-11-16
1
-2
/
+2
*
[RISCV] Handle variable sized objects with the stack need to be realigned
Shiva Chen
2019-11-16
7
-25
/
+116
*
DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...
David Blaikie
2019-11-15
9
-12
/
+86
*
[llvm-cov] Fix illegal cast from uint64_t to int64_t
Sajjad Mirza
2019-11-15
1
-3
/
+13
*
[lldb-vscode] support the completion request
Walter Erquinigo
2019-11-15
7
-3
/
+302
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
14
-9
/
+23
*
Fix -Wunused-result warnings in LLDB
Reid Kleckner
2019-11-15
2
-4
/
+4
*
Add a testcase for Clang modules being updated within one LLDB session.
Adrian Prantl
2019-11-15
7
-3
/
+91
*
DebugInfo: Templatize rnglist header parsing to setup for reuse with loclist ...
David Blaikie
2019-11-15
3
-11
/
+12
*
[WebAssembly] Fix miscompile of select with and
Thomas Lively
2019-11-15
2
-22
/
+60
*
[COFF] Don't error if the only inputs are from /wholearchive:
Reid Kleckner
2019-11-15
4
-5
/
+17
*
Don't add optnone or noinline if the function is already marked as
Akira Hatanaka
2019-11-15
2
-5
/
+27
*
dotest: Add a way for the run_to_* helpers to register dylibs
Fred Riss
2019-11-15
2
-12
/
+26
*
[clang-tidy] Give readability-redundant-string-init a customizable list of st...
Mitchell Balan
2019-11-15
5
-13
/
+144
*
[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a
Mitchell Balan
2019-11-15
4
-4
/
+23
*
Don't use end-of-line comments for the DebugInfoKind enum, NFC
Reid Kleckner
2019-11-15
1
-18
/
+24
*
[GISel][CombinerHelper] Use uses() instead of operands() when traversing use ...
Quentin Colombet
2019-11-15
1
-9
/
+2
*
[GISel][CombinerHelper] Add support for scalar type for the result of shuffle...
Quentin Colombet
2019-11-15
2
-3
/
+59
*
Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...
Mitchell Balan
2019-11-15
5
-144
/
+13
*
[clang-tidy] Give readability-redundant-string-init a customizable list of st...
Mitchell Balan
2019-11-15
5
-13
/
+144
*
gn build: Merge 631be5c0d41
LLVM GN Syncbot
2019-11-15
1
-1
/
+0
*
Remove Support/Options.h, it is unused
Reid Kleckner
2019-11-15
8
-166
/
+4
*
Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...
Alexandre Ganea
2019-11-15
7
-75
/
+20
[next]