summaryrefslogtreecommitdiff
path: root/unittests/MC
AgeCommit message (Expand)Author
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-06-19[WebAssembly] Fixed disassembler unit test failure.Derek Schuff
2018-05-10[WebAssembly] Initial Disassembler.Sam Clegg
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2016-11-11Fix static initialization order fiasco in MCTestsMehdi Amini
2016-10-17[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...Justin Lebar
2016-10-04Misc improvements to StringTableBuilder.Rafael Espindola
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola
2016-02-03[unittests] Move TargetRegistry test from Support to MCReid Kleckner
2016-01-31[MCDwarf] Fix encoding of line tables with weird custom parametersFrederic Riss
2016-01-29Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner
2016-01-29Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner
2016-01-28[CodeView] Use assembler directives for line tablesReid Kleckner
2016-01-26Remove autoconf supportChris Bieneman
2015-10-23Add a RAW mode to StringTableBuilder.Rafael Espindola
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-25Cleaning out google tests from MC.Colin LeMahieu
2014-11-15Dispose disassembler after use in unit test.Benjamin Kramer
2014-11-13Fix the other build system.Rafael Espindola
2014-11-13Fix a regression on the disassembling C API.Rafael Espindola
2014-11-04[Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu
2014-10-24[Hexagon] Resubmission of 220427Colin LeMahieu
2014-10-23[CMake] Prune trailing whitespace.NAKAMURA Takumi
2014-10-23Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi
2014-10-22[Hexagon] Adding encoding bits for add opcode.Colin LeMahieu
2014-10-05[CMake] HexagonTests: Update LINK_COMPONENTS.NAKAMURA Takumi
2014-10-03Add unit tests to verify Hexagon emission.Sid Manning
2014-10-03Adding skeleton for unit testing Hexagon Code EmissionSid Manning
2014-09-29WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg
2014-09-02Nuke MCAnalysis.Sean Silva
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi
2014-07-03Invert the MC -> Object dependency.Rafael Espindola
2014-07-02Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola
2013-10-16Fix MCDataAtom never calling remap when adding data.Rafael Espindola
2009-08-01Remove now empty unit test directory.Benjamin Kramer
2009-08-01daniel says it's fine to nuke this.Chris Lattner
2009-08-01update for new apiChris Lattner
2009-07-31Adjust unit test for the MCSection changes.Benjamin Kramer
2009-06-29Fix order of arguments to EXPECT_EQDaniel Dunbar
2009-06-24Sketch streamer support for .align, .org functionality.Daniel Dunbar
2009-06-24We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar
2009-06-24MCStreamer: Test printing values.Daniel Dunbar
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar