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
/
tools
/
llvm-mc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Separate masm integer literal lexer support from inline asm
Reid Kleckner
2018-10-24
1
-0
/
+5
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-1
/
+0
*
Support -fdebug-prefix-map in llvm-mc. This is useful to omit the
Paul Robinson
2018-07-10
1
-0
/
+9
*
[DWARFv5] llvm-mc -dwarf-version does not imply -g.
Paul Robinson
2018-06-12
1
-1
/
+1
*
MC: Introduce an ELF dwo object writer and teach llvm-mc about it.
Peter Collingbourne
2018-05-21
1
-13
/
+30
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-3
/
+4
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
1
-0
/
+3
*
[MC] Undo spurious commit added into r331052.
Nirav Dave
2018-04-27
1
-3
/
+0
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-0
/
+3
*
[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.
Nirav Dave
2018-04-27
1
-9
/
+10
*
[llvm-mc] Make error handling more consistent.
Jonas Devlieghere
2018-04-22
1
-11
/
+14
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-29
1
-0
/
+12
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Potapenko
2018-03-28
1
-12
/
+0
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-27
1
-0
/
+12
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Kornienko
2018-03-07
1
-12
/
+0
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-0
/
+12
*
[Asm] Refactor debug printing of AsmToken
Oliver Stannard
2018-03-06
1
-137
/
+3
*
Revert "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-11
/
+0
*
[DWARFv5] Emit file 0 to the line table.
Paul Robinson
2018-03-06
1
-0
/
+11
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-3
/
+2
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...
David Blaikie
2017-11-27
1
-1
/
+1
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+4
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+2
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-4
/
+4
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-15
/
+5
*
sink DebugCompressionType into MC for exposing to clang
Saleem Abdulrasool
2017-06-09
1
-12
/
+10
*
[DWARFv5] llvm-mc support for new unit header.
Paul Robinson
2017-02-28
1
-1
/
+1
*
[llvm] Fix D26214: Move error handling out of MC and to the callers.
Mandeep Singh Grang
2016-12-06
1
-2
/
+15
*
[llvm] Implement support for -defsym assembler option
Mandeep Singh Grang
2016-12-01
1
-16
/
+3
*
[MC] Make llvm-mc fail cleanly on invalid output asm variant.
Nirav Dave
2016-10-31
1
-0
/
+8
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-8
/
+4
*
Fix a typo, depricated -> deprecated
Martin Storsjo
2016-09-27
1
-1
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...
Daniel Sanders
2016-08-08
1
-0
/
+72
*
Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...
Daniel Sanders
2016-08-08
1
-72
/
+0
*
[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...
Daniel Sanders
2016-08-08
1
-0
/
+72
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-2
/
+3
*
Provide support for preserving assembly comments
Nirav Dave
2016-07-11
1
-0
/
+5
*
Change the default of -relax-relocations.
Rafael Espindola
2016-06-17
1
-3
/
+3
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Move RelaxELFRel out to llvm-mc.
Rafael Espindola
2016-05-29
1
-0
/
+6
*
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...
George Rimar
2016-05-27
1
-5
/
+14
*
Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...
George Rimar
2016-05-27
1
-14
/
+5
*
[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
George Rimar
2016-05-27
1
-5
/
+14
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-15
/
+3
*
MC: Don't access the filesystem in MCContext's constructor
Justin Bogner
2016-03-22
1
-0
/
+6
[next]