summaryrefslogtreecommitdiff
path: root/test/MC/MachO
Commit message (Expand)AuthorAge
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-05
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-13
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-08
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-30
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby2012-05-15
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-20
* Fix flags for test in MC/MachO/ARM/empty-function-nop.llRichard Trieu2012-03-01
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-28
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-31
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-24
* Add testcase.Jim Grosbach2012-01-19
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-18
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-17
* Tidy up.Jim Grosbach2012-01-17
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-10
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-13
* Don't assume things about the exact details of the LLVM version number,Chandler Carruth2011-12-10
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-07
* Tidy up. Move MachO tests to MachO directory.Jim Grosbach2011-12-07
* test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it.NAKAMURA Takumi2011-12-06
* test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM.NAKAMURA Takumi2011-12-06
* Fix ARM handling of tBcc branch relaxation.Jim Grosbach2011-12-06
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-01
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-08
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-24
* MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...Benjamin Kramer2011-08-12
* Move ARM-specific test to ARM directory.Jim Grosbach2011-06-25
* Testcase for r133818Jim Grosbach2011-06-24
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-10
* MCAsmLayout: Add support for computing the symbol offset of variables. NotDaniel Dunbar2011-04-29
* MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar2011-04-29
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-28
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-17
* Move arch specific tests in arch specific directories.Devang Patel2011-02-24
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-29
* MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.Daniel Dunbar2010-12-27
* MC/Mach-O/ARM: Start handling some Thumb branches.Daniel Dunbar2010-12-24
* MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar2010-12-22
* Add reduced test from 8845.Rafael Espindola2010-12-22