summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MC
Commit message (Expand)AuthorAgeFilesLines
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-1/+1
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-2/+2
* [WebAssembly] Fixed disassembler unit test failure.Derek Schuff2018-06-191-3/+3
* [WebAssembly] Initial Disassembler.Sam Clegg2018-05-101-1/+44
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-062-2/+2
* Fix static initialization order fiasco in MCTestsMehdi Amini2016-11-111-5/+9
* [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...Justin Lebar2016-10-171-0/+1
* Misc improvements to StringTableBuilder.Rafael Espindola2016-10-041-4/+16
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-012-39/+0
* [unittests] Move TargetRegistry test from Support to MCReid Kleckner2016-02-032-0/+47
* [MCDwarf] Fix encoding of line tables with weird custom parametersFrederic Riss2016-01-312-0/+180
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+23
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-23/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+23
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Add a RAW mode to StringTableBuilder.Rafael Espindola2015-10-231-4/+4
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Cleaning out google tests from MC.Colin LeMahieu2014-11-253-73/+0
* Dispose disassembler after use in unit test.Benjamin Kramer2014-11-151-0/+2
* Fix the other build system.Rafael Espindola2014-11-131-1/+1
* Fix a regression on the disassembling C API.Rafael Espindola2014-11-132-0/+65
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-042-0/+59
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-242-59/+0
* [CMake] Prune trailing whitespace.NAKAMURA Takumi2014-10-231-1/+1
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-232-0/+59
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-222-59/+0
* [CMake] HexagonTests: Update LINK_COMPONENTS.NAKAMURA Takumi2014-10-051-0/+4
* Add unit tests to verify Hexagon emission.Sid Manning2014-10-032-0/+63
* Adding skeleton for unit testing Hexagon Code EmissionSid Manning2014-10-031-0/+6
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-291-2/+33
* Nuke MCAnalysis.Sean Silva2014-09-023-34/+1
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+2
* Invert the MC -> Object dependency.Rafael Espindola2014-07-033-0/+80
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-023-9/+5
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-163-0/+57
* Remove now empty unit test directory.Benjamin Kramer2009-08-011-15/+0
* daniel says it's fine to nuke this.Chris Lattner2009-08-011-101/+0
* update for new apiChris Lattner2009-08-011-4/+4
* Adjust unit test for the MCSection changes.Benjamin Kramer2009-07-311-4/+5
* Fix order of arguments to EXPECT_EQDaniel Dunbar2009-06-291-11/+8
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-241-0/+28
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-4/+2
* MCStreamer: Test printing values.Daniel Dunbar2009-06-241-0/+25
OpenPOWER on IntegriCloud