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
*
Remove ASan asm instrumentation.
Evgeniy Stepanov
2019-03-11
1
-1087
/
+0
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-7
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Use AND32ri8 instead of AND64ri8 in Asan code in EmitCallAsanReport for...
Craig Topper
2017-12-15
1
-1
/
+1
*
Update some code.google.com links
Hans Wennborg
2017-11-13
1
-1
/
+1
*
Add -print-schedule scheduling comments to inline asm.
Andrew V. Tischenko
2017-11-09
1
-10
/
+9
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-02-02
1
-27
/
+40
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-2
/
+2
*
[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetDesc.cpp so it can be u...
Craig Topper
2015-12-25
1
-1
/
+0
*
[X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...
Craig Topper
2015-12-25
1
-73
/
+71
*
Save several std::string constructions using llvm::Twine.
Yaron Keren
2015-12-14
1
-9
/
+6
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-12
/
+12
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-45
/
+45
*
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-45
/
+45
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-45
/
+45
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-21
/
+21
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-5
/
+5
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-8
/
+8
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-5
/
+5
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-5
/
+5
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-5
/
+5
*
Remove unnecessary include and probably a layering violation.
Craig Topper
2015-04-19
1
-1
/
+0
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-5
/
+5
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-5
/
+5
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-5
/
+5
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-5
/
+5
*
[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
*
[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
[next]