1. 3298959 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  2. c8dd27e [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a by Chad Rosier · 12 years ago
  3. b1f8c13 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  4. c5ac87d [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used in a future commit. by Chad Rosier · 12 years ago
  5. b21d9ae Check .rela instead of ELF64 for the compensation vaue resetting by Michael Liao · 12 years ago
  6. 127f5ed [ms-inline asm] If we parsed a statement and the opcode is valid, then it's an instruction. by Chad Rosier · 12 years ago
  7. 8f138d1 [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style by Chad Rosier · 12 years ago
  8. f35c62b PowerPC: add EmitTCEntry class for TOC creation by Adhemerval Zanella · 12 years ago
  9. 84125ca [ms-inline asm] Remove the MatchInstruction() function. Previously, this was by Chad Rosier · 12 years ago
  10. 4f8d273 Whitespace. by Chad Rosier · 12 years ago
  11. 5b4461c Add names for the accelerator table sections so that they can by Eric Christopher · 12 years ago
  12. e660fc1 Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCObjectStreamer. by Benjamin Kramer · 12 years ago
  13. 266eff8 Remove template from function that is only used with one type after r165092. by Craig Topper · 12 years ago
  14. 8e8f872 Fix doxygen comment to match function name. by Craig Topper · 12 years ago
  15. 3138659 Remove unused function that used to get itineraries from SubTargetFeatures. This is done from MCSubTargetInfo these days. by Craig Topper · 12 years ago
  16. 7bbd6e3 Support for generating ELF objects on Windows. by Andrew Kaylor · 12 years ago
  17. b431602 MachO: direct-to-object attribute for data-in-code markers. by Jim Grosbach · 12 years ago
  18. f0070f2 Provide a shortcut for MCObjectStreamer when emitting fills. by Benjamin Kramer · 12 years ago
  19. 94c2271 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 by Sylvestre Ledru · 12 years ago
  20. 7e2c793 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  21. 4bb51cc Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree. by Craig Topper · 12 years ago
  22. 371e17c Emit dtors into proper section while compiling in vcpp-compatible mode. by Anton Korobeynikov · 12 years ago
  23. 7b6f203 Add support for macro parameters/arguments delimited by spaces, by Preston Gurd · 12 years ago
  24. 6c9176a Support default parameters/arguments for assembler macros. by Preston Gurd · 12 years ago
  25. 6579eea Enhance unmatched '.endr' directive error message in assembler. by Preston Gurd · 12 years ago
  26. b5762bf Tidy up. Minor formatting. by Jim Grosbach · 12 years ago
  27. e75a983 Tidy up. 80 columns. by Jim Grosbach · 12 years ago
  28. f145c13 Avoid symbol name clash when filling TOC. by Roman Divacky · 12 years ago
  29. 34aadd6 Replaced ReInitMCSubtargetInfo with InitMCProcessor. by Andrew Trick · 12 years ago
  30. 34301ce TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 12 years ago
  31. e127dfd TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine model. by Andrew Trick · 12 years ago
  32. e1b5328 Revert r164061-r164067. Most of the new subtarget emitter. by Andrew Trick · 12 years ago
  33. a2a47d1 InitMCProcessor by Andrew Trick · 12 years ago
  34. 12886db TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 12 years ago
  35. db7afac TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine model. by Andrew Trick · 12 years ago
  36. 85aadc0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 12 years ago
  37. 99ab6c6 TargetSchedModel interface. To be implemented... by Andrew Trick · 12 years ago
  38. 72d048b Define MC data tables for the new scheduling machine model. by Andrew Trick · 12 years ago
  39. c5252da Fix Doxygen issues: by Dmitri Gribenko · 12 years ago
  40. 3f90a4c Assembler: Darwin variables defined via .set are no-dead-strip. by Jim Grosbach · 12 years ago
  41. 45d81bd MachO: Correctly mark symbol-difference variables as N_ABS. by Jim Grosbach · 12 years ago
  42. 286c4dc Release build: guard dump functions with by Manman Ren · 12 years ago
  43. 59f45e4 Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges. by Jakob Stoklund Olesen · 12 years ago
  44. 2de0572 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  45. a9e37c5 Fix alignment of .comm and .lcomm on mingw32. by Benjamin Kramer · 12 years ago
  46. 1a005ce Contrary to what the documentation says, .lcomm alignment on COFF is in bytes, not power of 2. by Benjamin Kramer · 12 years ago
  47. 39646d9 MC: Overhaul handling of .lcomm by Benjamin Kramer · 12 years ago
  48. cc77eec Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 12 years ago
  49. 98eb98b Constify subtarget info properly so that we dont cast away the const in by Roman Divacky · 12 years ago
  50. 15b7a98 Allow targets to specify a minimum supported NOP size when performing NOP padding. If the desired padding is smaller than the supported NOP size, by Owen Anderson · 12 years ago
  51. 345d16d Add virtual keywords for methods that override the base class. by Craig Topper · 12 years ago
  52. 828ea38 Fix comment. by Rafael Espindola · 12 years ago
  53. 9fb8b49 Lower constant pools and jump tables via TOC on PPC64/SVR4. by Roman Divacky · 12 years ago
  54. a00b80b Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  55. 05d96f9 Reduce duplicated hash map lookups. by Benjamin Kramer · 12 years ago
  56. 101771b For mips64 switch statements in subroutines could generate by Jack Carter · 12 years ago
  57. 799aacf Fix macros arguments with an underscore, dot or dollar in them. This is based by Rafael Espindola · 12 years ago
  58. d7ae0f1 Make the wording in of the "expected identifier" error in the .macro directive by Rafael Espindola · 12 years ago
  59. 7996d04 Use typedefs. Fix indentation. Extracted from the Andy/PaX patch. by Rafael Espindola · 12 years ago
  60. c558476 Remove unused variable. Extracted from the Andy/PaX patch. by Rafael Espindola · 12 years ago
  61. 76ac200 Fix typo. Extracted from the Andy/PaX patch. by Rafael Espindola · 12 years ago
  62. 0c5602d When emitting the PC range in an FDE, use the same data encoding for both ends by Nick Lewycky · 12 years ago
  63. 2d39a0e Move [SU]LEB128 encoding to a utility header. by Jim Grosbach · 12 years ago
  64. 8a403d3 Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch. by Rafael Espindola · 12 years ago
  65. 0a0e50c Fix for .pdata and .xdata section attributes on COFF. Patch by kai@redstar.de ! by Anton Korobeynikov · 12 years ago
  66. ef92055 Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM. by Bill Wendling · 12 years ago
  67. 9714644 Keep empty assembly macro argument values in the middle of the list. by Jim Grosbach · 12 years ago
  68. 46c0dc7 Give MCRegisterInfo an implementation file. by Jakob Stoklund Olesen · 12 years ago
  69. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  70. b7dd9fc Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. by Akira Hatanaka · 12 years ago
  71. 96cb112 Remove tabs. by Bill Wendling · 12 years ago
  72. df94953 Whitespace. by Chad Rosier · 12 years ago
  73. 2661b41 I'm introducing a new machine model to simultaneously allow simple by Andrew Trick · 12 years ago
  74. a11a628 Tweak spelling. by Andrew Trick · 12 years ago
  75. 3b02d95 Enable target dependent directive parsing to hook before standard parser in by Akira Hatanaka · 12 years ago
  76. a6f1453 MCContext.cpp: Fixup for my odd previous commit. No functional changes. by NAKAMURA Takumi · 12 years ago
  77. 4c215c0 MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep with PathV2. by NAKAMURA Takumi · 12 years ago
  78. 93ee286 The ELF relocation record format is different for N64 by Jack Carter · 12 years ago
  79. c90a1fc EmitZerofill should take a 64-bit size or else it's chopping off large zero-filled global. rdar://11729134 by Evan Cheng · 12 years ago
  80. 9cfc799 Remove another duplicated variable. We only need one to tell us if the linker by Rafael Espindola · 12 years ago
  81. 2241e51 Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as by Rafael Espindola · 12 years ago
  82. ffccd92 Emit relocations for DW_AT_location entries on systems which need it. This is by Nick Lewycky · 12 years ago
  83. fc9216e Implement irpc. Extracted from a patch by the PaX team. I just added the test. by Rafael Espindola · 12 years ago
  84. aa7a2f2 Factor macro argument parsing into helper methods and add support for .irp. by Rafael Espindola · 12 years ago
  85. 8e5271d Add accessors for all private members of DisasmContext. by Benjamin Kramer · 12 years ago
  86. fc99299 misched: Added MultiIssueItineraries. by Andrew Trick · 12 years ago
  87. fd42ed6 Implement local-exec TLS on PowerPC. by Roman Divacky · 12 years ago
  88. 761cb06 Represent .rept as an anonymous macro. This removes the need for the ActiveRept by Rafael Espindola · 12 years ago
  89. 28c1f666 Add a typedef to simplify the code a bit. Not functionality change. by Rafael Espindola · 12 years ago
  90. d9b0b02 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  91. feba193 Fix typo in assembly directive. Noticed by inspection. by Eric Christopher · 12 years ago
  92. d5ce3ff Compress MCRegisterInfo register name tables. by Jakob Stoklund Olesen · 12 years ago
  93. e329810 Mark some static arrays as const. by Craig Topper · 12 years ago
  94. 3e96531 Refactor data-in-code annotations. by Jim Grosbach · 12 years ago
  95. 29739e7 Fix spacing after if. by Benjamin Kramer · 13 years ago
  96. 2ec304c Add support for the .rept directive. Patch by Vladmir Sorokin. I added support by Rafael Espindola · 13 years ago
  97. 6a80f9d ELF: Add support for the asm .version directive. by Benjamin Kramer · 13 years ago
  98. bc3b27c AsmParser: Add support for the .purgem directive. by Benjamin Kramer · 13 years ago
  99. 5cdf0ad AsmParser: Give a nice error message for .code16gcc, which is currently unsupported. by Benjamin Kramer · 13 years ago
  100. e14a3c5 AsmParser: ignore the .extern directive. by Benjamin Kramer · 13 years ago