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
*
Remove unnecessary indirection. No behavior change.
Nico Weber
2018-04-30
1
-12
/
+6
*
[mips] Fix the predicates of jump and branch and link instructions
Simon Dardis
2018-04-30
4
-51
/
+69
*
[LV] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-8
/
+3
*
ObjectFileELF: Add support for arbitrarily named code sections
Pavel Labath
2018-04-30
5
-0
/
+73
*
Fixup r331049 (FileSpec auto-normalization)
Pavel Labath
2018-04-30
2
-11
/
+5
*
[bindings] Fix dibuilder go bindings after r331114.
Benjamin Kramer
2018-04-30
1
-7
/
+7
*
[llvm-mca] Regenerate test Atom/resources-sse3.s. NFC
Andrea Di Biagio
2018-04-30
1
-47
/
+41
*
[llvm-mca] Support for in-order CPU for -instruction-tables testing.
Andrea Di Biagio
2018-04-30
8
-1
/
+3788
*
[clangd] Also use UTF-16 in index position.
Haojian Wu
2018-04-30
2
-7
/
+12
*
[X86] Fix typo in skylake-avx512 model for PMAXSD/PMINSD instructions
Simon Pilgrim
2018-04-30
1
-20
/
+20
*
NFC - Typo fixes lib/VMCore -> lib/IR
Gabor Buella
2018-04-30
2
-2
/
+2
*
[mips] Fix microMIPS loads and stores.
Simon Dardis
2018-04-30
6
-41
/
+1565
*
[Targets] Implement getConstraintRegister for ARM and AArch64
Mikhail Maltsev
2018-04-30
5
-0
/
+29
*
tsan: disable trace switching after multithreaded fork
Dmitry Vyukov
2018-04-30
2
-0
/
+6
*
[AArch64][SVE] Asm: Improve diagnostics for gather loads.
Sander de Smalen
2018-04-30
13
-55
/
+74
*
[X86] Add a Requires<[In64BitMode]> to FARJMP64
Craig Topper
2018-04-30
3
-2
/
+5
*
[X86] Hide another instruction from the assembly matcher table to avoid a dup...
Craig Topper
2018-04-30
1
-0
/
+1
*
[X86] Remove some InstAliases aren't needed because a MnemonicAlias makes the...
Craig Topper
2018-04-30
1
-3
/
+0
*
[X86] Remove some instructions from the Intel assembly matcher table as there...
Craig Topper
2018-04-30
1
-2
/
+2
*
[X86] Use a MnemonicAlias instead of an InstAlias.
Craig Topper
2018-04-30
2
-9
/
+8
*
Fix up after clang r331155.
Richard Smith
2018-04-30
6
-12
/
+16
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
35
-216
/
+379
*
[X86] Remove support for accepting 'fnstsw %eax' and 'fnstsw %al'.
Craig Topper
2018-04-30
3
-12
/
+1
*
[X86] Mark some more InstAliases as 'att' syntax only.
Craig Topper
2018-04-30
1
-6
/
+6
*
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397.
Fangrui Song
2018-04-30
2
-9
/
+9
*
Remove a dead #ifdef.
Nico Weber
2018-04-30
1
-2
/
+0
*
Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system
Nico Weber
2018-04-29
3
-7
/
+4
*
[X86] Make 64-bit sysret/sysexit not ambiguous in Intel assembly syntax.
Craig Topper
2018-04-29
2
-2
/
+11
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
14
-5
/
+51
*
[X86] Remove unnecessary BT InstRW overrides.
Simon Pilgrim
2018-04-29
1
-5
/
+1
*
[AArch64][AsmParser] NFC: Cleanup of addOperands functions
Sander de Smalen
2018-04-29
4
-230
/
+81
*
[AArch64][SVE] Asm: Support for gather LD1/LDFF1 (vector + imm) load instruct...
Sander de Smalen
2018-04-29
32
-4
/
+1020
*
[llvm-mca][X86] Add BT resource tests to all models
Simon Pilgrim
2018-04-29
8
-8
/
+1184
*
[X86] Merge more instregex single matches to reduce InstrRW compile time.
Simon Pilgrim
2018-04-29
6
-393
/
+195
*
[X86] Remove unnecessary add/adc+sub/sbb InstRW overrides.
Simon Pilgrim
2018-04-29
1
-9
/
+0
*
[XRay][profiler] Part 1: XRay Allocator and Array Implementations
Dean Michael Berris
2018-04-29
6
-16
/
+711
*
[llvm-mca][X86] Add add/adc + sub/sbb resource tests to all models
Simon Pilgrim
2018-04-29
8
-8
/
+3016
*
[NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own file
Hideki Saito
2018-04-29
4
-1456
/
+1557
*
[X86] Add suffixes to the LGDT/LIDT/SGDT/SIDT mnemonics in Intel syntax. Add ...
Craig Topper
2018-04-29
3
-12
/
+39
*
Fix printing of reference-to-reference types.
Richard Smith
2018-04-29
2
-8
/
+48
*
PR37275 packed attribute should not apply to base classes
Richard Smith
2018-04-29
4
-14
/
+70
*
[X86] Remove SLDT64m instruction.
Craig Topper
2018-04-29
7
-30
/
+11
*
[X86] Remove unnecessary InstAliases. NFCI
Craig Topper
2018-04-29
1
-6
/
+0
*
Add -warn-backrefs (r329636) to lld's man page
Ed Maste
2018-04-29
1
-1
/
+10
*
[LLVM-C] Eliminate an unused variable in a test.
whitequark
2018-04-29
1
-3
/
+2
*
Update my email address and description.
Rafael Espindola
2018-04-29
1
-2
/
+2
*
Remove keep/take/give from isl C++ bindings
Tobias Grosser
2018-04-29
1
-816
/
+0
*
Remove another set or release() calls
Tobias Grosser
2018-04-29
3
-10
/
+10
*
[X86] Use getX86SubSuperRegister in addGR32orGR64Operands in the AsmParser in...
Craig Topper
2018-04-29
1
-24
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
46
-99
/
+98
[next]