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
/
X86AsmInstrumentation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-12
/
+4
*
[X86] Make the instructions that use AdSize16/32/64 co-exist together without...
Craig Topper
2015-01-02
1
-18
/
+46
*
Use MCPhysReg for table of register encodings.
Craig Topper
2014-12-26
1
-3
/
+3
*
[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
1
-6
/
+44
*
[asan-assembly-instrumentation] Added CFI directives to the generated instrum...
Yuri Gorshenin
2014-09-10
1
-1
/
+50
*
[asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...
Yuri Gorshenin
2014-09-01
1
-171
/
+301
*
Revert "[asan-assembly-instrumentation] Prologue and epilogue are moved out f...
Yuri Gorshenin
2014-09-01
1
-301
/
+171
*
[asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...
Yuri Gorshenin
2014-09-01
1
-171
/
+301
*
Clang-format over X86AsmInstrumentation.* with LLVM style.
Evgeniy Stepanov
2014-08-27
1
-120
/
+123
*
Clang-format over X86AsmInstrumentation.*.
Evgeniy Stepanov
2014-08-27
1
-174
/
+207
*
[asan] Support x86 REP MOVS asm instrumentation.
Evgeniy Stepanov
2014-07-31
1
-13
/
+144
*
[asan] Generate asm instrumentation in MC.
Evgeniy Stepanov
2014-07-07
1
-63
/
+308
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-29
/
+37
*
[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
*
[asan] Disable asm instrumentation on unsupported platforms.
Evgeniy Stepanov
2014-04-30
1
-3
/
+6
*
[asan] Use MCInstrInfo in inline asm instrumentation.
Evgeniy Stepanov
2014-04-24
1
-22
/
+7
*
[asan] Fix instrumentation of x86 intel syntax inline assembly.
Evgeniy Stepanov
2014-04-24
1
-15
/
+15
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-13
/
+13
*
AddressSanitizer instrumentation for MOV and MOVAPS.
Evgeniy Stepanov
2014-03-14
1
-0
/
+236