index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
MC
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-06
[AsmPrinter][TLOF] Remove AArch64 test to appease buildbots
Bruno Cardoso Lopes
1
-93
/
+0
2015-03-06
[AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots
Bruno Cardoso Lopes
1
-0
/
+5
2015-03-06
[AsmPrinter][TLOF] Make AArch64 test a bit more flexible
Bruno Cardoso Lopes
1
-8
/
+8
2015-03-06
[AsmPrinter][TLOF] Split tests and move to appropriate directories
Bruno Cardoso Lopes
4
-38
/
+164
2015-03-06
[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents
Bruno Cardoso Lopes
1
-0
/
+77
2015-03-06
[AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents
Bruno Cardoso Lopes
1
-22
/
+58
2015-03-06
[mips] [IAS] Add missing constraints and improve testing for the .module dire...
Toma Tabacu
2
-6
/
+262
2015-03-06
X86: Form IMGREL relocations for LLVM Functions
David Majnemer
1
-0
/
+5
2015-03-04
Expand variables when evaluating absolute expressions.
Rafael Espindola
1
-0
/
+15
2015-03-04
Add LLVM support for PPC cryptography builtins
Nemanja Ivanovic
2
-0
/
+85
2015-03-04
[MC][Target] Implement support for R_X86_64_SIZE{32,64}.
Davide Italiano
1
-0
/
+13
2015-03-03
Add the following 64-bit vector integer arithmetic instructions added in POWER8:
Kit Barton
2
-6
/
+128
2015-03-03
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
3
-16
/
+16
2015-03-02
AVX-512: Add assembly parser support for Rounding mode
Elena Demikhovsky
2
-0
/
+62
2015-03-02
[X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't...
Craig Topper
1
-0
/
+3
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
7
-13
/
+13
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2
-1
/
+1
2015-02-27
Change the fast-isel-abort option from bool to int to enable "levels"
Mehdi Amini
1
-2
/
+2
2015-02-26
[MC] Use the non-EH register mapping in the debug_frame section.
Frederic Riss
1
-0
/
+38
2015-02-26
Replace obsolete -mattr=n64 command line option with -target-abi=n64. No func...
Vladimir Medic
2
-2
/
+2
2015-02-25
[MIPS]Multiple and add instructions for Mips are currently available in mips3...
Vladimir Medic
12
-48
/
+24
2015-02-25
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2
-0
/
+634
2015-02-23
[AsmPrinter] Access pointers to globals via pcrel GOT entries
Bruno Cardoso Lopes
1
-0
/
+78
2015-02-22
[X86] Add some missing redundant MMX and SSE encodings for disassembler.
Craig Topper
1
-0
/
+21
2015-02-19
MC: Allow multiple comma-separated expressions on the .uleb128 directive.
Benjamin Kramer
1
-4
/
+5
2015-02-18
[mips][microMIPS] Implement JALX instruction
Jozef Kolek
1
-0
/
+5
2015-02-18
[mips] Add backend support for Mips32r[35] and Mips64r[35].
Daniel Sanders
37
-1
/
+4521
2015-02-18
This patch adds the VSX logical instructions introduced in the Power ISA 2.07...
Kit Barton
2
-0
/
+18
2015-02-18
[mips] [IAS] Fix using .cpsetup with local labels (PR22518).
Toma Tabacu
2
-2
/
+43
2015-02-18
[SystemZ] Support all TLS access models - MC part
Ulrich Weigand
1
-0
/
+119
2015-02-17
Add testcases I missed in r229541.
Rafael Espindola
1
-0
/
+39
2015-02-16
Fix quoting of #pragma comment for MS compat, LLVM part.
Michael Kuperstein
1
-3
/
+2
2015-02-15
[X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp inst...
Craig Topper
2
-0
/
+1872
2015-02-15
[X86] Add assembler predicates for the rest of the AVX512 feature flags. This...
Craig Topper
1
-1
/
+1
2015-02-14
[X86] Improve parsing support AVX/SSE floating point compare instruction mnem...
Craig Topper
4
-490
/
+490
2015-02-13
[mips] Improve support for the .set at/noat assembler directives.
Toma Tabacu
4
-0
/
+74
2015-02-13
Revert a series of commits starting at r228886 which is triggering some
Chandler Carruth
1
-39
/
+0
2015-02-13
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2
-0
/
+70
2015-02-12
Add support for having multiple sections with the same name and comdat.
Rafael Espindola
1
-0
/
+39
2015-02-12
Learn that __DATA,__objc_classrefs is not atomized via symbols.
Rafael Espindola
1
-0
/
+25
2015-02-12
ARM: Fix another regression introduced in r223113
Asiri Rathnayake
1
-0
/
+2
2015-02-11
MC, COFF: Align section contents to a four byte boundary
David Majnemer
1
-0
/
+6
2015-02-11
[mips] Merge disassemblers into a single implementation.
Daniel Sanders
4
-0
/
+12
2015-02-10
[PowerPC] Support the (old) cntlz instruction alias
Hal Finkel
1
-0
/
+6
2015-02-10
[mips][microMIPS] Implement movep instruction
Zoran Jovanovic
4
-0
/
+13
2015-02-10
[ARM] Add armv6s[-]m as an alias to armv6[-]m
Bradley Smith
1
-0
/
+3
2015-02-10
[mips][microMIPS] Add disassembler tests for 16-bit instructions BREAK16 and ...
Jozef Kolek
2
-0
/
+12
2015-02-10
[mips][microMIPS] Fix disassembling of 16-bit microMIPS instructions LWM16 an...
Jozef Kolek
2
-0
/
+12
2015-02-09
This change implements the following three logical vector operations:
Kit Barton
2
-0
/
+18
2015-02-09
MC: Calculate intra-section symbol differences correctly for COFF
David Majnemer
1
-0
/
+25
[next]