Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
tools
/
llvm-mc
/
llvm-mc.cpp
953bdce
[MC] Separate masm integer literal lexer support from inline asm
by Reid Kleckner
· 7 years ago
7b27454
[ADT] Normalize empty triple components
by Petr Hosek
· 7 years ago
c17c8bf
Support -fdebug-prefix-map in llvm-mc. This is useful to omit the
by Paul Robinson
· 7 years ago
f69316c
[DWARFv5] llvm-mc -dwarf-version does not imply -g.
by Paul Robinson
· 7 years ago
63062d9
MC: Introduce an ELF dwo object writer and teach llvm-mc about it.
by Peter Collingbourne
· 7 years ago
f7b81db
MC: Change the streamer ctors to take an object writer instead of a stream. NFCI.
by Peter Collingbourne
· 7 years ago
6c0665e
[MC] Change AsmParser to leverage Assembler during evaluation
by Nirav Dave
· 7 years ago
6b01b88
[MC] Undo spurious commit added into r331052.
by Nirav Dave
· 7 years ago
38b4b54
[MC] Provide default value for IsResolved.
by Nirav Dave
· 7 years ago
1b5533c
[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.
by Nirav Dave
· 7 years ago
c976aa7
[llvm-mc] Make error handling more consistent.
by Jonas Devlieghere
· 7 years ago
197194b
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
4333f97
Rename *CommandFlags.def to *CommandFlags.inc
by David Blaikie
· 7 years ago
b271f31
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 7 years ago
202f809
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
by Alexander Potapenko
· 7 years ago
07480bd
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 8 years ago
e12a48b
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
by Alexander Kornienko
· 8 years ago
4428e90
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 8 years ago
5c032ce
[Asm] Refactor debug printing of AsmToken
by Oliver Stannard
· 8 years ago
732e443
Revert "[DWARFv5] Emit file 0 to the line table." Caused an asan failure.
by Paul Robinson
· 8 years ago
d5069ba
[DWARFv5] Emit file 0 to the line table.
by Paul Robinson
· 8 years ago
b22f751
Thread MCSubtargetInfo through Target::createMCAsmBackend
by Alex Bradbury
· 8 years ago
62602a4
Remove redundant includes from tools.
by Michael Zolotukhin
· 8 years ago
eef5c23
Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular header as much as it is for stamping out some global/static variables
by David Blaikie
· 8 years ago
2241ffa
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
by Lang Hames
· 8 years ago
02d3305
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
by Lang Hames
· 8 years ago
3fc649c
[Support] Rename tool_output_file to ToolOutputFile, NFC
by Reid Kleckner
· 8 years ago
9f92995
Don't pass the code model to MC
by Rafael Espindola
· 8 years ago
1f62f57
sink DebugCompressionType into MC for exposing to clang
by Saleem Abdulrasool
· 8 years ago
dccb4fe
[DWARFv5] llvm-mc support for new unit header.
by Paul Robinson
· 9 years ago
9a561aa
[llvm] Fix D26214: Move error handling out of MC and to the callers.
by Mandeep Singh Grang
· 9 years ago
3236007
[llvm] Implement support for -defsym assembler option
by Mandeep Singh Grang
· 9 years ago
a9395af
[MC] Make llvm-mc fail cleanly on invalid output asm variant.
by Nirav Dave
· 9 years ago
732afdd
Turn cl::values() (for enum) from a vararg function to using C++ variadic template
by Mehdi Amini
· 9 years ago
055a702
Fix a typo, depricated -> deprecated
by Martin Storsjo
· 9 years ago
3feeb9c
Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.).
by Daniel Sanders
· 9 years ago
cae9aee
Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.).
by Daniel Sanders
· 9 years ago
2ab623b
[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.).
by Daniel Sanders
· 9 years ago
373d7d3
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
by Joel Jones
· 9 years ago
53a72f4
Provide support for preserving assembly comments
by Nirav Dave
· 9 years ago
e021e85
Change the default of -relax-relocations.
by Rafael Espindola
· 9 years ago
4ca41fd
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
by Benjamin Kramer
· 9 years ago
2ad6d48
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
9768d73
Move RelaxELFRel out to llvm-mc.
by Rafael Espindola
· 9 years ago
c91e38c
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
by George Rimar
· 9 years ago
e79fc3e
Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.)
by George Rimar
· 9 years ago
48dcd2b
[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
by George Rimar
· 9 years ago
699281c
Don't pass a Reloc::Model to MC.
by Rafael Espindola
· 9 years ago
8809c40
MC: Don't access the filesystem in MCContext's constructor
by Justin Bogner
· 10 years ago
b3e8a6d
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
by Benjamin Kramer
· 10 years ago
03e2cc3
[MC, COFF] Support link /incremental conditionally
by David Majnemer
· 10 years ago
ffec81c
Fix some Clang-tidy modernize warnings, other minor fixes.
by Eugene Zelenko
· 10 years ago
50f1723
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
153010c
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
c40de48
Revert r247684 - Replace Triple with a new TargetTuple ...
by Daniel Sanders
· 10 years ago
18d4b0d
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
2c007d0
[llvm-mc] Better error handling in ENOENT case + test.
by Davide Italiano
· 10 years ago
669e5bf
[llvm-mc] More meaningful error if input file doesn't exist.
by Davide Italiano
· 10 years ago
f27fa2b
Use named temporaries for directional labels.
by Rafael Espindola
· 10 years ago
8d8b13d
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
c535d93
[llvm-mc] The object form of the GNU triple should be the same as the string form.
by Daniel Sanders
· 10 years ago
fa555dc
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
d6d12a1
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
229a1e6
Teaching llvm-mc how to understand the defsym command line option. This allows integer-constant symbols to be defined on the command line and used during assembly.
by Colin LeMahieu
· 10 years ago
5560a4c
Use raw_pwrite_stream in the object writer/streamer.
by Rafael Espindola
· 10 years ago
5682ce2
Simplify use of formatted_raw_ostream.
by Rafael Espindola
· 10 years ago
f801940
Replace the MCSubtargetInfo parameter with a Triple when creating
by Eric Christopher
· 10 years ago
36a15cb
Don't declare all text sections at the start of the .s
by Rafael Espindola
· 11 years ago
f696df1
Pass in a "const Triple &T" instead of a raw StringRef.
by Rafael Espindola
· 11 years ago
0169e42
Remove the use of the subtarget in MCCodeEmitter creation and
by Eric Christopher
· 11 years ago
f4498a4
llvm-mc: Use Target::createNullStreamer to fix crashes on target-specific asm directives.
by Peter Collingbourne
· 11 years ago
4e05fc3
Pass output stream to AsLexInput instead of the whole tool_output_file.
by Craig Topper
· 11 years ago
8c8ee4d
Use unique_ptr to remove an explicit delete. Change return type to pass the unique_ptr to caller.
by Craig Topper
· 11 years ago
7b61ddf
Simplify handling of --noexecstack by using getNonexecutableStackSection.
by Rafael Espindola
· 11 years ago
3fd1e99
Modernize raw_fd_ostream's constructor a bit.
by Rafael Espindola
· 11 years ago
1961f14
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
by David Blaikie
· 11 years ago
adf21f2
Update the MemoryBuffer API to use ErrorOr.
by Rafael Espindola
· 11 years ago
8026bd0
This only needs a StringRef.
by Rafael Espindola
· 11 years ago
a55b95b
SourceMgr: make valid buffer IDs start from one
by Alp Toker
· 11 years ago
75556bc
Simplify code a bit, no functionality change.
by Rafael Espindola
· 11 years ago
4c5bff3
Move -dwarf-version to an MC level command line option so it's
by Eric Christopher
· 11 years ago
23c6d1f
80-column fixups.
by Eric Christopher
· 11 years ago
4453e4294
Remove 'using std::error_code' from tools.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
3fdf7cf
llvm-mc: Add option for prefering hex format disassembly.
by Jim Grosbach
· 11 years ago
472cee3
Move MCOptions that aren't shared between programs into their specific
by Eric Christopher
· 11 years ago
dc3e9c7
This command line option is only used in one place. Move it there and
by Eric Christopher
· 11 years ago
e6ece1a
Unify command line handling of MCTargetOptions and remove extra
by Eric Christopher
· 11 years ago
566fcfe
Remove the UseCFI option from createAsmStreamer.
by Rafael Espindola
· 11 years ago
7eacbd5
Record the DWARF version in MCContext
by Oliver Stannard
· 11 years ago
e6cb63e
[C++] Use 'nullptr'. Tools edition.
by Craig Topper
· 11 years ago
0a951b7
Create MCTargetOptions.
by Evgeniy Stepanov
· 11 years ago
9c3857c
Add missing include (for r205050)
by David Blaikie
· 12 years ago
9b620b4
llvm-mc: error when -compress-debug-sections is requested and zlib is not linked
by David Blaikie
· 12 years ago
7400a97
DebugInfo: Support for compressed debug info sections
by David Blaikie
· 12 years ago
52845cf
Remove llvm-mc's disable-cfi option.
by Rafael Espindola
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
90c7f1c
Replace the F_Binary flag with a F_Text one.
by Rafael Espindola
· 12 years ago
b4eec1d
Remove support for not using .loc directives.
by Rafael Espindola
· 12 years ago
Next »