1. cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 12 years ago
  2. 07cdd80 ARM non-scattered MachO relocations for movw/movt. by Jim Grosbach · 13 years ago
  3. 562a67d Fix flags for test in MC/MachO/ARM/empty-function-nop.ll by Richard Trieu · 13 years ago
  4. c01810e ARM implement TargetInstrInfo::getNoopForMachoTarget() by Jim Grosbach · 13 years ago
  5. 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
  6. d49b2a7 Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a by Kevin Enderby · 13 years ago
  7. c389af9 ARM Darwin symbol ref differences w/o subsection-via-symbols. by Jim Grosbach · 13 years ago
  8. 904b7be Add testcase. by Jim Grosbach · 13 years ago
  9. 256ba4f Thumb2 relaxation for LDR(literal). by Jim Grosbach · 13 years ago
  10. 8b9300b MC tweak symbol difference resolution for non-local symbols. by Jim Grosbach · 13 years ago
  11. 283f1ff Tidy up. by Jim Grosbach · 13 years ago
  12. 38fdb7d Various crash reporting tools have a problem with the dwarf generated for by Kevin Enderby · 13 years ago
  13. 5a3d4c9 Don't rely on a particular version string for llvm. by Nick Lewycky · 13 years ago
  14. 59164b7 Don't assume things about the exact details of the LLVM version number, by Chandler Carruth · 13 years ago
  15. 94c2e85 The second part of support for generating dwarf for assembly source files. This by Kevin Enderby · 13 years ago
  16. 577b091 Darwin assembler improved relocs when w/o subsections_via_symbols. by Jim Grosbach · 13 years ago
  17. d552a64 Tidy up. Move MachO tests to MachO directory. by Jim Grosbach · 13 years ago
  18. 18851ed test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it. by NAKAMURA Takumi · 13 years ago
  19. 286ea03 test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM. by NAKAMURA Takumi · 13 years ago
  20. d9a6e89 Fix ARM handling of tBcc branch relaxation. by Jim Grosbach · 13 years ago
  21. 064e48a Fixed a bug in the code to create a dwarf file and directory table entires when by Kevin Enderby · 13 years ago
  22. 5afc190 Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom by Kevin Enderby · 13 years ago
  23. 5fbe5e7 Some autoconf tests use module level inline asm to test compiler's handling of by Evan Cheng · 13 years ago
  24. 0d46ccf MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead. This matches what as does. by Benjamin Kramer · 13 years ago
  25. 75c2b20 Move ARM-specific test to ARM directory. by Jim Grosbach · 13 years ago
  26. 56fc642 Testcase for r133818 by Jim Grosbach · 13 years ago
  27. e3a0e98 On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. by Rafael Espindola · 13 years ago
  28. c8497b6 MCAsmLayout: Add support for computing the symbol offset of variables. Not by Daniel Dunbar · 13 years ago
  29. 90604ab MC: Change variable symbols to be recognized as defined, by assigning their sections based on FindAssociatedSection(). by Daniel Dunbar · 13 years ago
  30. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  31. c6cf43d MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 13 years ago
  32. 8d06ffc MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have by Daniel Dunbar · 14 years ago
  33. 3fe3424 Move arch specific tests in arch specific directories. by Devang Patel · 14 years ago
  34. b2624ed MC/Mach-O/Thumb: Set the thumb bit in the symbol table. by Daniel Dunbar · 14 years ago
  35. e862453 MC/Mach-O/Thumb: Select appropriate relocation types for Thumb. by Daniel Dunbar · 14 years ago
  36. 4010dd7 MC/Mach-O/ARM: Start handling some Thumb branches. by Daniel Dunbar · 14 years ago
  37. 7212333 MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups. by Daniel Dunbar · 14 years ago
  38. ecbbf40 Add reduced test from 8845. by Rafael Espindola · 14 years ago
  39. df561e0 MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is by Daniel Dunbar · 14 years ago
  40. 294e678 MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations. by Daniel Dunbar · 14 years ago
  41. 17304b3 MC/Expr: Implemnt more aggressive folding during symbol evaluation using by Daniel Dunbar · 14 years ago
  42. 2bf6afc Relax alignment fragments. by Rafael Espindola · 14 years ago
  43. f9a4476 Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments. by Rafael Espindola · 14 years ago
  44. 545b77e Fix absolute recording of differences of symbols in two sections. Reduced from ctor_dtor_count-2.cpp. by Rafael Espindola · 14 years ago
  45. 3b3148f Fix relocations with weak definitions. by Rafael Espindola · 14 years ago
  46. bf60dad Fix pcrel relocations that cross sections. by Rafael Espindola · 14 years ago
  47. f10d2be Fix a crash reduced from gcc produced assembly. by Rafael Espindola · 14 years ago
  48. 0bbe0b4 Second try at making direct object emission produce the same results by Rafael Espindola · 14 years ago
  49. 5d4918d There are two reasons why we might want to use by Rafael Espindola · 14 years ago
  50. 767b1be Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid by Rafael Espindola · 14 years ago
  51. 44fa047 macho-dump: Fix typo. by Daniel Dunbar · 14 years ago
  52. 2ace1b6 Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instruction. by Rafael Espindola · 14 years ago
  53. e8e98d7 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 14 years ago
  54. 7339fb5 Change the 11 byte nop to be a single instruction. by Rafael Espindola · 14 years ago
  55. 23bea41 MC/Mach-O/i386: Fix a crash in relocation handling. by Daniel Dunbar · 14 years ago
  56. 228290c Change section_data dumping to print hex numbers instead of using python's %r. by Rafael Espindola · 14 years ago
  57. a247685 fix the encoding of the "jump on *cx" family of instructions, rdar://8061602 by Chris Lattner · 14 years ago
  58. bd65891 MC/X86: Add aliases for Jcc variants. by Kevin Enderby · 14 years ago
  59. bd3ba53 Add a quick test of relocations. by Eric Christopher · 14 years ago
  60. 02b46bc Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 14 years ago
  61. 591466b A more combo tls testcase. by Eric Christopher · 14 years ago
  62. aa6c72e Few more simple tls testcases. by Eric Christopher · 14 years ago
  63. b4e876e Quick test to make sure we're emitting the tbss section correctly. by Eric Christopher · 14 years ago
  64. d8ba292 Fixed the problem with a branch to "0b" that was not parsed by llvm-mc by Kevin Enderby · 14 years ago
  65. 2ae4bfd MC/Mach-O: Implement support for setting indirect symbol table offset in section header. by Daniel Dunbar · 14 years ago
  66. ebe7fcd Added support in MC for Directional Local Labels. by Kevin Enderby · 14 years ago
  67. 648ac51 MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sections, not all sections in the text segment. by Daniel Dunbar · 14 years ago
  68. db9014d MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions. by Daniel Dunbar · 14 years ago
  69. b18d2dd MC/Mach-O: Fix some differences in symbol flag handling. by Daniel Dunbar · 14 years ago
  70. f0f6cdb MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be by Daniel Dunbar · 14 years ago
  71. 2f93667 MC/Mach-O: Add another zerofill test to improve coverage. by Daniel Dunbar · 14 years ago
  72. a5f1d57 MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can by Daniel Dunbar · 14 years ago
  73. db4c7e6 MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup by Daniel Dunbar · 14 years ago
  74. 651804c MC/Mach-O x86_64: Switch to using fragment atom symbol. by Daniel Dunbar · 14 years ago
  75. a8251fa MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 14 years ago
  76. a6eeb6e Fix i386 relocations to Weak Definitions. The relocation entries should be by Kevin Enderby · 14 years ago
  77. 2d7fd61 MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 14 years ago
  78. ae7fb0b MC/Mach-O/x86_64: Relocations in debug sections should use local relocations by Daniel Dunbar · 14 years ago
  79. 1de558b MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 14 years ago
  80. e9cfd68 MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment address with a symbol address. by Daniel Dunbar · 14 years ago
  81. 78fcf53 MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. by Daniel Dunbar · 15 years ago
  82. 57a49a2 MC/Mach-O: Tweak optimal_nop test to be host independent. by Daniel Dunbar · 15 years ago
  83. b46b03b Fixed the encoding problems of the crc32 instructions. All had the Operand size by Kevin Enderby · 15 years ago
  84. 602b40f MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 15 years ago
  85. 939f8d7 MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix some corner cases. by Daniel Dunbar · 15 years ago
  86. d6e5908 MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet). by Daniel Dunbar · 15 years ago
  87. 3b39f89 xfail properly by Chris Lattner · 15 years ago
  88. 9e2dab7 xfail these tests temporarily to get teh buildbots back to happy land. by Chris Lattner · 15 years ago
  89. 5691e74 MC/X86_64: Symbol support. by Daniel Dunbar · 15 years ago
  90. ee0d892 MC/Mach-O: Initial x86_64 support. by Daniel Dunbar · 15 years ago
  91. da3e9f7 MC/Mach-O: PCrel relocations weren't using the right base address, they are by Daniel Dunbar · 15 years ago
  92. f08fde4 MC/Mach-O: Implement initial support for relaxation. by Daniel Dunbar · 15 years ago
  93. 979ba5b MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the assembly time value of variables. by Daniel Dunbar · 15 years ago
  94. a015c1c MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is external. by Daniel Dunbar · 15 years ago
  95. f3a066f MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustment when determining if we need a scattered relocation. by Daniel Dunbar · 15 years ago
  96. b2b4acd MC/Macho-O: Align the zerofill section itself to the maximum alignment. by Daniel Dunbar · 15 years ago
  97. 37fad5c MC/Mach-O: Fix address compution for zero fill sections. by Daniel Dunbar · 15 years ago
  98. d74acb0 This is a patch to the assembler frontend to detect when aligning a text by Kevin Enderby · 15 years ago
  99. 197f1f0 MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of by Daniel Dunbar · 15 years ago
  100. e1ec617 MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. by Daniel Dunbar · 15 years ago