OSDN Git Service

android: Transforms/Instrumentation: update sources list
[android-x86/external-llvm.git] / unittests / MC /
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-08-27 Wouter van Oortmerssen[WebAssembly] Added default stack-only instruction...
2018-08-13 Wouter van OortmerssenRevert "[WebAssembly] Added default stack-only instruct...
2018-08-10 Wouter van Oortmerssen[WebAssembly] Added default stack-only instruction...
2018-07-27 Wouter van OortmerssenRevert "[WebAssembly] Added default stack-only instruct...
2018-07-27 Wouter van Oortmerssen[WebAssembly] Added default stack-only instruction...
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-06-19 Derek Schuff[WebAssembly] Fixed disassembler unit test failure.
2018-05-10 Sam Clegg[WebAssembly] Initial Disassembler.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2016-11-11 Mehdi AminiFix static initialization order fiasco in MCTests
2016-10-17 Justin Lebar[ADT] Move CachedHashString to its own header in ADT...
2016-10-04 Rafael EspindolaMisc improvements to StringTableBuilder.
2016-03-01 Rafael EspindolaMove ObjectYAML code to a new library.
2016-02-03 Reid Kleckner[unittests] Move TargetRegistry test from Support to MC
2016-01-31 Frederic Riss[MCDwarf] Fix encoding of line tables with weird custom...
2016-01-29 Reid KlecknerReland "[CodeView] Use assembler directives for line...
2016-01-29 Reid KlecknerRevert "[CodeView] Use assembler directives for line...
2016-01-28 Reid Kleckner[CodeView] Use assembler directives for line tables
2016-01-26 Chris BienemanRemove autoconf support
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-25 Colin LeMahieuCleaning out google tests from MC.
2014-11-15 Benjamin KramerDispose disassembler after use in unit test.
2014-11-13 Rafael EspindolaFix the other build system.
2014-11-13 Rafael EspindolaFix a regression on the disassembling C API.
2014-11-04 Colin LeMahieu[Hexagon] Reverting 220584 to address ASAN errors.
2014-10-24 Colin LeMahieu[Hexagon] Resubmission of 220427
2014-10-23 NAKAMURA Takumi[CMake] Prune trailing whitespace.
2014-10-23 NAKAMURA TakumiRevert r220427, "[Hexagon] Adding encoding bits for...
2014-10-22 Colin LeMahieu[Hexagon] Adding encoding bits for add opcode.
2014-10-05 NAKAMURA Takumi[CMake] HexagonTests: Update LINK_COMPONENTS.
2014-10-03 Sid ManningAdd unit tests to verify Hexagon emission.
2014-10-03 Sid ManningAdding skeleton for unit testing Hexagon Code Emission
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2013-10-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2009-08-01 Benjamin KramerRemove now empty unit test directory.
2009-08-01 Chris Lattnerdaniel says it's fine to nuke this.
2009-08-01 Chris Lattnerupdate for new api
2009-07-31 Benjamin KramerAdjust unit test for the MCSection changes.
2009-06-29 Daniel DunbarFix order of arguments to EXPECT_EQ
2009-06-24 Daniel DunbarSketch streamer support for .align, .org functionality.
2009-06-24 Daniel DunbarWe decided to not worry about Atoms for now, it should...
2009-06-24 Daniel DunbarMCStreamer: Test printing values.
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.