summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ASan asm instrumentation.Evgeniy Stepanov2019-03-111-1087/+0
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-7/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Use AND32ri8 instead of AND64ri8 in Asan code in EmitCallAsanReport for...Craig Topper2017-12-151-1/+1
* Update some code.google.com linksHans Wennborg2017-11-131-1/+1
* Add -print-schedule scheduling comments to inline asm.Andrew V. Tischenko2017-11-091-10/+9
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-02-021-27/+40
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-2/+2
* [X86] Move getX86SubSuperRegisterOrZero to X86MCTargetDesc.cpp so it can be u...Craig Topper2015-12-251-1/+0
* [X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...Craig Topper2015-12-251-73/+71
* Save several std::string constructions using llvm::Twine.Yaron Keren2015-12-141-9/+6
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-12/+12
* Untabify.NAKAMURA Takumi2015-09-221-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-45/+45
* Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-45/+45
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-45/+45
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-21/+21
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-5/+5
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-8/+8
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-5/+5
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-5/+5
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-5/+5
* Remove unnecessary include and probably a layering violation.Craig Topper2015-04-191-1/+0
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-5/+5
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-5/+5
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-5/+5
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-5/+5
* [X86] Make isel select the shorter form of jump instructions instead of the l...Craig Topper2015-01-061-8/+8
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-12/+4
* [X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper2015-01-021-18/+46
* Use MCPhysReg for table of register encodings.Craig Topper2014-12-261-3/+3
* [asan-asm-instrumentation] Added comment describing how asm instrumentation w...Yuri Gorshenin2014-10-271-0/+64
* X86AsmInstrumentation.cpp: Dissolve initializer-ranged-for. MSC17 disliked it.NAKAMURA Takumi2014-10-211-3/+3
* [asan-asm-instrumentation] Fixed memory accesses with rbp as a base or an ind...Yuri Gorshenin2014-10-211-63/+121
* [asan-asm-instrumentation] Follow-up fixes to r219602: asserts are moved intoYuri Gorshenin2014-10-131-8/+8
* [asan-asm-instrumentation] Fixed memory references which includes %rsp as a b...Yuri Gorshenin2014-10-131-111/+162
* [asan-asm-instrumentation] CFI directives are generated for .S files.Yuri Gorshenin2014-10-071-6/+44
* [asan-assembly-instrumentation] Added CFI directives to the generated instrum...Yuri Gorshenin2014-09-101-1/+50
* [asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...Yuri Gorshenin2014-09-011-171/+301
* Revert "[asan-assembly-instrumentation] Prologue and epilogue are moved out f...Yuri Gorshenin2014-09-011-301/+171
* [asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...Yuri Gorshenin2014-09-011-171/+301
* Clang-format over X86AsmInstrumentation.* with LLVM style.Evgeniy Stepanov2014-08-271-120/+123
* Clang-format over X86AsmInstrumentation.*.Evgeniy Stepanov2014-08-271-174/+207
OpenPOWER on IntegriCloud