[PATCH] D45164: [MC] Change AsmParser to leverage Assembler during evaluation

2018-04-30 Thread Nirav Dave via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC331218: [MC] Change AsmParser to leverage Assembler during evaluation (authored by niravd, committed by ). Herald added a subscriber: cfe-commits. Changed prior to commit: https://reviews.llvm.org/D4516

[PATCH] D28001: [X86] Teach Clang about -mfentry flag

2017-01-10 Thread Nirav Dave via Phabricator via cfe-commits
niravd updated this revision to Diff 83850. niravd marked 2 inline comments as done. niravd added a comment. Address comments https://reviews.llvm.org/D28001 Files: include/clang/Driver/Options.td include/clang/Frontend/CodeGenOptions.def lib/CodeGen/CodeGenFunction.cpp lib/Driver/Tools

[PATCH] D28001: [X86] Teach Clang about -mfentry flag

2017-01-10 Thread Nirav Dave via Phabricator via cfe-commits
niravd added inline comments. Comment at: include/clang/Driver/Options.td:1731 def mno_pie_copy_relocations : Flag<["-"], "mno-pie-copy-relocations">, Group; +def mfentry : Flag<["-"], "mfentry">, HelpText<"insert calls to fentry at function entry">, Flags<[CC1Option]>, Group;

[PATCH] D28001: [X86] Teach Clang about -mfentry flag

2017-01-31 Thread Nirav Dave via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL293649: [X86] Teach Clang about -mfentry flag (authored by niravd). Changed prior to commit: https://reviews.llvm.org/D28001?vs=83850&id=86442#toc Repository: rL LLVM https://reviews.llvm.org/D28001