Merging r259342 (with s/p2align 4/align 16) because r258750 is not in 3.8.
[oota-llvm.git] / unittests / MC /
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.