SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / MC / MachO /
2014-01-24 Alp TokerFix known typos
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-12-04 Kevin EnderbyFix a bug in darwin's 32-bit X86 handling of evaluating...
2013-10-02 Rafael EspindolaAdd test I forgot to git add in r191824.
2013-09-05 Kevin EnderbyFixed a crash in the integrated assembler for Mach...
2013-08-29 Kevin EnderbyThe darwin integrated assembler for X86 in 64-bit mode...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Kevin EnderbyFix a crash with X86 Mach-O and a subtraction expressio...
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-02-14 Rafael EspindolaRevert r15266. This fixes llvm.org/pr15266.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 David SehrTest commit.
2012-12-04 Eli BenderskyA test in thid directory was not being run because...
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-05 Kevin EnderbyFix for PR14264 cause by commit r167237 which did not...
2012-11-01 Kevin EnderbyAdd support for generating dwarf debugging info with...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-26 Jim GrosbachX86_32: Large Symbol+Offset relocations.
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-08-08 Bill WendlingAdd `.pushsection', `.popsection', and `.previous'...
2012-07-30 Kevin EnderbyFix a bug in ARMMachObjectWriter::RecordRelocation...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Kevin EnderbyAdd a test case for r156840, a fix to llvm-objdump...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-20 Jim GrosbachARM non-scattered MachO relocations for movw/movt.
2012-03-01 Richard TrieuFix flags for test in MC/MachO/ARM/empty-function-nop.ll
2012-02-28 Jim GrosbachARM implement TargetInstrInfo::getNoopForMachoTarget()
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-31 Kevin EnderbyFixed a crash in llvm-mc for Mach-O when a symbol diffe...
2012-01-24 Jim GrosbachARM Darwin symbol ref differences w/o subsection-via...
2012-01-19 Jim GrosbachAdd testcase.
2012-01-18 Jim GrosbachThumb2 relaxation for LDR(literal).
2012-01-17 Jim GrosbachMC tweak symbol difference resolution for non-local...
2012-01-17 Jim GrosbachTidy up.
2012-01-10 Kevin EnderbyVarious crash reporting tools have a problem with the...
2011-12-13 Nick LewyckyDon't rely on a particular version string for llvm.
2011-12-10 Chandler CarruthDon't assume things about the exact details of the...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-07 Jim GrosbachTidy up. Move MachO tests to MachO directory.
2011-12-06 NAKAMURA Takumitest/MC: Introduce MC/MachO/ARM, and relocate relax...
2011-12-06 NAKAMURA Takumitest/MC: Move relax-thumb2-branches.s from MC/MachO...
2011-12-06 Jim GrosbachFix ARM handling of tBcc branch relaxation.
2011-11-01 Kevin EnderbyFixed a bug in the code to create a dwarf file and...
2011-09-08 Kevin EnderbyFix a Darwin x86_64 special case of a jmp to a temporar...
2011-08-24 Evan ChengSome autoconf tests use module level inline asm to...
2011-08-12 Benjamin KramerMachOWriter: Don't crash on fixups with arithmetic...
2011-06-25 Jim GrosbachMove ARM-specific test to ARM directory.
2011-06-24 Jim GrosbachTestcase for r133818
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2010-12-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-27 Daniel DunbarMC/Mach-O/Thumb: Select appropriate relocation types...
2010-12-24 Daniel DunbarMC/Mach-O/ARM: Start handling some Thumb branches.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Don't try to use scattered relocs for...
2010-12-22 Rafael EspindolaAdd reduced test from 8845.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: We always use the SECTDIFF reloc type...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Add enough relocation logic to get BR24...
2010-12-17 Daniel DunbarMC/Expr: Implemnt more aggressive folding during symbol...
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-15 Rafael EspindolaPatch by David Meyer to avoid a O(N^2) behaviour when...
2010-12-07 Rafael EspindolaFix absolute recording of differences of symbols in...
2010-12-07 Rafael EspindolaFix relocations with weak definitions.
2010-12-07 Rafael EspindolaFix pcrel relocations that cross sections.
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-11-27 Daniel Dunbarmacho-dump: Fix typo.
2010-11-25 Rafael EspindolaUse multiple 0x66 prefixes so that all nops up to 15...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-15 Rafael EspindolaChange the 11 byte nop to be a single instruction.
2010-09-17 Daniel DunbarMC/Mach-O/i386: Fix a crash in relocation handling.
2010-09-11 Rafael EspindolaChange section_data dumping to print hex numbers instea...
2010-09-08 Chris Lattnerfix the encoding of the "jump on *cx" family of instruc...
2010-05-27 Kevin EnderbyMC/X86: Add aliases for Jcc variants.
2010-05-27 Eric ChristopherAdd a quick test of relocations.
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-19 Eric ChristopherA more combo tls testcase.
2010-05-19 Eric ChristopherFew more simple tls testcases.
2010-05-18 Eric ChristopherQuick test to make sure we're emitting the tbss section...
2010-05-18 Kevin EnderbyFixed the problem with a branch to "0b" that was not...
next