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
path:
root
/
llvm
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move demangling function from llvm-objdump to Demangle library
James Henderson
2019-01-17
2
-0
/
+20
*
[Support] Remove error return value from one overload of fs::make_absolute
Pavel Labath
2019-01-16
1
-1
/
+1
*
[WebAssembly] COWS has been renamed to WASI.
Dan Gohman
2019-01-16
1
-8
/
+8
*
[GISel]: Add support for CSEing continuously during GISel passes.
Aditya Nandakumar
2019-01-16
4
-49
/
+142
*
[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses it
Dan Gohman
2019-01-15
1
-0
/
+18
*
Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."
Amara Emerson
2019-01-14
1
-80
/
+0
*
cmake: Don't install plugins used for examples or tests
Tom Stellard
2019-01-14
1
-1
/
+1
*
[VFS] Disable unix-assuming VFS test on windows
Sam McCall
2019-01-14
1
-1
/
+1
*
[VFS] Allow multiple RealFileSystem instances with independent CWDs.
Sam McCall
2019-01-14
1
-0
/
+80
*
Add support for prefix-only CLI options
Thomas Preud'homme
2019-01-14
1
-1
/
+75
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
12
-368
/
+113
*
[AArch64] Create feature set for Exynos M4
Evandro Menezes
2019-01-11
1
-7
/
+18
*
[unittests][Support] AIX: Skip sticky bit file tests
Hubert Tong
2019-01-09
1
-2
/
+4
*
[AArch64] Add command-line option predres
Diogo N. Sampaio
2019-01-04
1
-1
/
+3
*
[CaptureTracking] Add a unit test for MaxUsesToExplore
Artur Pilipenko
2019-01-03
2
-0
/
+79
*
Rename TapiTests to TextAPITests
Nico Weber
2019-01-03
1
-2
/
+2
*
[ARM] Add command-line option for SB
Diogo N. Sampaio
2019-01-03
1
-1
/
+2
*
[AArch64] Add command-line option for SB
Diogo N. Sampaio
2018-12-28
1
-1
/
+2
*
[llvm] API for encoding/decoding DWARF discriminators.
Mircea Trofin
2018-12-21
1
-0
/
+101
*
[TextAPI][elfabi] Fix failing tests from D56020
Armando Montanez
2018-12-21
1
-0
/
+2
*
[TextAPI][elfabi] Fix YAML support for weak symbols
Armando Montanez
2018-12-21
1
-1
/
+16
*
[AArch64] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-4
/
+2
*
[ADT] IntervalMap: add overlaps(a, b) method
Pavel Labath
2018-12-21
1
-0
/
+44
*
cmake: Remove add_llvm_loadable_module()
Tom Stellard
2018-12-20
1
-1
/
+1
*
Fix gcc7 -Wdangling-else warning. NFCI.
Simon Pilgrim
2018-12-20
1
-2
/
+4
*
Fix use-after-free with profile remapping.
Richard Smith
2018-12-19
1
-0
/
+4
*
[VFS] Add isLocal to ProxyFileSystem and add unit tests.
Michael J. Spencer
2018-12-17
1
-0
/
+37
*
[ADT] Fix bugs in SmallBitVector.
Zachary Turner
2018-12-14
1
-7
/
+261
*
[globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...
Daniel Sanders
2018-12-14
1
-4
/
+4
*
[globalisel] Add GISelChangeObserver::changingInstr()
Daniel Sanders
2018-12-12
1
-0
/
+1
*
[globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...
Daniel Sanders
2018-12-12
1
-1
/
+1
*
[NewPM] fixing asserts on deleted loop in -print-after-all
Fedor Sergeev
2018-12-11
1
-0
/
+124
*
[TextAPI][elfabi] Make SoName optional
Armando Montanez
2018-12-11
1
-4
/
+3
*
[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...
Aditya Nandakumar
2018-12-11
2
-31
/
+33
*
Fix LLVM_LINK_LLVM_DYLIB build of TapiTests
Sam Clegg
2018-12-10
1
-1
/
+2
*
APFloat: allow 64-bit of payload
JF Bastien
2018-12-10
1
-22
/
+38
*
[NFC][AArch64] Remove duplicate Arch list in target parser tests
David Spickett
2018-12-10
1
-6
/
+1
*
[TextAPI][elfabi] Make TBE handlers functions that return Errors
Armando Montanez
2018-12-10
2
-23
/
+17
*
[llvm-tapi] Don't try to override SequenceTraits for std::string
Sam Clegg
2018-12-07
1
-1
/
+4
*
[CodeExtractor] Store outputs at the first valid insertion point
Vedant Kumar
2018-12-07
1
-0
/
+68
*
[GISel]: Provide standard interface to observe changes in GISel passes
Aditya Nandakumar
2018-12-05
2
-14
/
+36
*
[ADT] Add zip_longest iterators.
Michael Kruse
2018-12-05
1
-0
/
+34
*
Revert "[ADT] Add zip_longest iterators"
Michael Kruse
2018-12-04
1
-30
/
+0
*
[ADT] Add zip_longest iterators
Michael Kruse
2018-12-04
1
-0
/
+30
*
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...
Vedant Kumar
2018-12-03
1
-30
/
+72
*
[llvm-tapi] initial commit, supports ELF text stubs
Armando Montanez
2018-12-03
3
-0
/
+224
*
[AArch64] Add command-line option for SSBS
Pablo Barrio
2018-12-03
1
-2
/
+3
*
[ValueTracking] Support funnel shifts in computeKnownBits()
Nikita Popov
2018-12-02
1
-0
/
+48
*
[ValueTracking] Make unit tests easier to write; NFC
Nikita Popov
2018-11-30
1
-106
/
+63
*
Revert r347823 "[TextAPI] Switch back to a custom Platform enum."
Hans Wennborg
2018-11-29
4
-946
/
+0
[next]