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
/
lib
/
Target
/
X86
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
2015-01-06
1
-0
/
+8
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-8
/
+8
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-12
/
+4
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-1
/
+1
*
[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...
Craig Topper
2015-01-03
1
-0
/
+3
*
[X86] Make the instructions that use AdSize16/32/64 co-exist together without...
Craig Topper
2015-01-02
3
-72
/
+127
*
Use MCPhysReg for table of register encodings.
Craig Topper
2014-12-26
1
-3
/
+3
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-14
/
+14
*
[X86][MC] Intel syntax: accept implicit memory operand sizes larger than 80.
Ahmed Bougacha
2014-12-03
1
-1
/
+1
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-12
/
+25
*
[asan-asm-instrumentation] Added comment describing how asm instrumentation w...
Yuri Gorshenin
2014-10-27
1
-0
/
+64
*
X86AsmInstrumentation.cpp: Dissolve initializer-ranged-for. MSC17 disliked it.
NAKAMURA Takumi
2014-10-21
1
-3
/
+3
*
[asan-asm-instrumentation] Fixed memory accesses with rbp as a base or an ind...
Yuri Gorshenin
2014-10-21
1
-63
/
+121
*
[asan-asm-instrumentation] Follow-up fixes to r219602: asserts are moved into
Yuri Gorshenin
2014-10-13
1
-8
/
+8
*
[asan-asm-instrumentation] Fixed memory references which includes %rsp as a b...
Yuri Gorshenin
2014-10-13
1
-111
/
+162
*
[asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
2014-10-07
3
-10
/
+51
*
ms-inline-asm: Fix parsing label names inside bracket expressions
Ehsan Akhgari
2014-09-22
1
-9
/
+8
*
ms-inline-asm: Add a sema callback for looking up label names
Ehsan Akhgari
2014-09-22
1
-2
/
+18
*
[asan-assembly-instrumentation] Added CFI directives to the generated instrum...
Yuri Gorshenin
2014-09-10
3
-1
/
+62
*
[x86] Fix a pretty horrible bug and inconsistency in the x86 asm
Chandler Carruth
2014-09-06
2
-18
/
+0
*
[asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...
Yuri Gorshenin
2014-09-01
4
-173
/
+306
*
Revert "[asan-assembly-instrumentation] Prologue and epilogue are moved out f...
Yuri Gorshenin
2014-09-01
3
-305
/
+172
*
[asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...
Yuri Gorshenin
2014-09-01
3
-172
/
+305
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-1
/
+1
*
X86 MC: Handle instructions like fxsave that match multiple operand sizes
Reid Kleckner
2014-08-27
1
-8
/
+18
*
Clang-format over X86AsmInstrumentation.* with LLVM style.
Evgeniy Stepanov
2014-08-27
2
-129
/
+132
*
Clang-format over X86AsmInstrumentation.*.
Evgeniy Stepanov
2014-08-27
2
-183
/
+216
*
MC: Split the x86 asm matcher implementations by dialect
Reid Kleckner
2014-08-26
2
-33
/
+198
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-8
/
+8
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
3
-9
/
+9
*
MC X86: Accept ".att_syntax prefix" and diagnose noprefix
Reid Kleckner
2014-08-06
1
-1
/
+12
*
MS inline asm: Use memory constraints for functions instead of registers
Reid Kleckner
2014-08-01
1
-9
/
+21
*
MS inline asm: Fix null SMLoc when 'ptr' is missing after dword & co
Reid Kleckner
2014-08-01
1
-1
/
+1
*
X86 MC: Don't crash on empty memory operand parens
Reid Kleckner
2014-07-31
1
-2
/
+4
*
X86 MC: Reject invalid segment registers before a memory operand colon
Reid Kleckner
2014-07-31
1
-0
/
+3
*
[asan] Support x86 REP MOVS asm instrumentation.
Evgeniy Stepanov
2014-07-31
3
-20
/
+153
*
X86 asm parser: Avoid duplicating the list of aliased instructions
Reid Kleckner
2014-07-31
1
-16
/
+11
*
X86 asm parser: Use a loop to disambiguate suffixes instead of copy paste
Reid Kleckner
2014-07-30
1
-38
/
+20
*
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.
Robert Khasanov
2014-07-21
1
-0
/
+2
*
ms inline asm: Don't add x86 segment registers to the clobber list.
Nico Weber
2014-07-17
1
-0
/
+5
*
[asan] Generate asm instrumentation in MC.
Evgeniy Stepanov
2014-07-07
1
-63
/
+308
*
Add support for parsing the not operator in Microsoft inline assembly
Ehsan Akhgari
2014-07-04
1
-5
/
+36
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
MS asm: Properly handle quoted symbol names
David Majnemer
2014-06-19
1
-2
/
+4
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
4
-183
/
+174
*
[asan] Fix x86-32 asm instrumentation to preserve flags.
Evgeniy Stepanov
2014-05-21
1
-2
/
+1
*
[asan] Stop leaking X86Operands.
Benjamin Kramer
2014-05-09
1
-4
/
+4
*
[asan] Preserve flags in asm instrumentation.
Evgeniy Stepanov
2014-05-08
1
-8
/
+32
*
[asan] Add a flag to control asm instrumentation.
Evgeniy Stepanov
2014-05-07
1
-1
/
+8
[next]