1. 0e6a4ef Scavenger asserts. by Jakob Stoklund Olesen · 16 years ago
  2. 6b30f5c Add some basic blackfin intrinsics. by Jakob Stoklund Olesen · 16 years ago
  3. 26a84d4 Add support for CPU features (i.e., bugs) and workarounds. by Jakob Stoklund Olesen · 16 years ago
  4. 63cc527 Inline assembly support for Blackfin. by Jakob Stoklund Olesen · 16 years ago
  5. 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 16 years ago
  6. d950941 Analog Devices Blackfin back-end. by Jakob Stoklund Olesen · 16 years ago
  7. 4ea4804 Avoid forming a SELECT_CC in a type that the target doesn't by Dan Gohman · 16 years ago
  8. 7267734 Fix indentation. by Dan Gohman · 16 years ago
  9. cadb226 Add a comment. by Dan Gohman · 16 years ago
  10. a98634b Resync lea32addr and lea64addr. by Dan Gohman · 16 years ago
  11. e6864c1 Remove duplicated colons and spaces. by Benjamin Kramer · 16 years ago
  12. bcdbcb9 Handle <undef> flag in machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  13. 18a4c16 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  14. 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
  15. 21e1e81 I need Triple information, 10.6 shouldn't set this, it bloats object files. by Chris Lattner · 16 years ago
  16. 24def37 ARM TAI no longer needs a TM, but createTargetAsmInfo() still does. by Chris Lattner · 16 years ago
  17. d90183d Move the getInlineAsmLength virtual method from TAI to TII, where by Chris Lattner · 16 years ago
  18. b6bbfebd move a virtual method body to its .cpp file to avoid a #include in a header. by Chris Lattner · 16 years ago
  19. 7bbd178 turn some templated inline functions into static functions. by Chris Lattner · 16 years ago
  20. f67de7a alpha TAI doesn't need TM. by Chris Lattner · 16 years ago
  21. 68f2b2c MSP430 TAI doesn't need TM. by Chris Lattner · 16 years ago
  22. 09e820b simplify SPULinuxTargetAsmInfo, remove use of TM. by Chris Lattner · 16 years ago
  23. 71a56d7 xcore TAI doesn't need TM. by Chris Lattner · 16 years ago
  24. 3878bff PIC16 TAI doesn't need TM by Chris Lattner · 16 years ago
  25. 9ba8c68 remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo by Chris Lattner · 16 years ago
  26. e6483e3 eliminate the TM argument to the TAI class, remove comment about supporting by Chris Lattner · 16 years ago
  27. ba8e740 eliminate TargetMAchine argument to sparc TAI by Chris Lattner · 16 years ago
  28. 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  29. 83f08a2 remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. by Chris Lattner · 16 years ago
  30. 2b800df Add missing flush(). by Daniel Dunbar · 16 years ago
  31. 5e62147 clean up #includes of TargetAsmInfo.cpp by Chris Lattner · 16 years ago
  32. 05e5fca move an enum from TM -> TargetOptions. This makes TargetOptions.h by Chris Lattner · 16 years ago
  33. b6d6674 remove the dead PreferredEHDataFormat TAI hook: its now dead by Chris Lattner · 16 years ago
  34. ad88bc4 Fix some fixme's in #if 0'd code by making it dependent on the structural by Chris Lattner · 16 years ago
  35. b9bcdd9 Test both darwin and linux. by Evan Cheng · 16 years ago
  36. d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
  37. 967ce7f Fix a possible crash on delete of an uninitialized variable. by Daniel Dunbar · 16 years ago
  38. 6f69aa3 Fix an ENABLE_EXPENSIVE_CHECKS error. by Daniel Dunbar · 16 years ago
  39. 18f54c0 Don't call SectionForGlobal for hasAvailableExternallyLinkage() by Dan Gohman · 16 years ago
  40. 6f411df don't call SectionForGlobal on declarations, you can't tell the section a by Chris Lattner · 16 years ago
  41. 80ec279 convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  42. f9f1adb switch to filecheck format by Chris Lattner · 16 years ago
  43. cc4a568 Tweak svn:ignore by Daniel Dunbar · 16 years ago
  44. c71359a Tweak svn:ignore by Daniel Dunbar · 16 years ago
  45. 73e789f don't override the default of this, the only difference is \t instead of ' '. by Chris Lattner · 16 years ago
  46. cdcb388 Change MCOperand to use Create style instead of Make style for constructing by Daniel Dunbar · 16 years ago
  47. 7b1dcdf make SectionKind::Kind completely private now. by Chris Lattner · 16 years ago
  48. 1ef9be2 Make SectionKind::get() private. by Chris Lattner · 16 years ago
  49. 2798119 (re)introduce new simpler apis for creation sectionkinds. by Chris Lattner · 16 years ago
  50. 83d77fa Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
  51. 0da3f4f give alpha its readonly section. This optimizes alpha, and prevents a by Chris Lattner · 16 years ago
  52. 528c0d2 .rdata == .rodata on mips. by Chris Lattner · 16 years ago
  53. 566d1c4 no need to override the default with the default. by Chris Lattner · 16 years ago
  54. d6c5b36 one fewer license, yay. :) by Chris Lattner · 16 years ago
  55. afebf35 eXtensible Systems doesn't exist any more and Reid donated this to the by Chris Lattner · 16 years ago
  56. 2f03f65 loweringinfo is always non-null. by Chris Lattner · 16 years ago
  57. b80610c REmove dead fields of TAI. by Chris Lattner · 16 years ago
  58. c19ee61 fix a problem Eli noticed where we would compile the attached ptrtoint to: by Chris Lattner · 16 years ago
  59. cea01bf update for rename by Chris Lattner · 16 years ago
  60. 8245838 fix a fixme by sinking various target-specific directives down into by Chris Lattner · 16 years ago
  61. 94dab1e coff also doesn't have a ReadOnlySection yet, (!) by Chris Lattner · 16 years ago
  62. 56fe93c coff doesn't set a .bss seciton, so this is dead. by Chris Lattner · 16 years ago
  63. f9650c0 it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ by Chris Lattner · 16 years ago
  64. 27602b8 don't use isWeak anymore. by Chris Lattner · 16 years ago
  65. 0064e85 fix a layering violation by moving SectionKind out to its own header. by Chris Lattner · 16 years ago
  66. f170088 Minor whitespace tidiness. by Dan Gohman · 16 years ago
  67. a9c1dd7 Fix typos in comments. by Dan Gohman · 16 years ago
  68. 423d190 with the previous refactoring, fixme fixed! by Chris Lattner · 16 years ago
  69. 5d65542 update for API change. by Chris Lattner · 16 years ago
  70. 968ff11 Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
  71. d7f10d3 add a note about the build bots by Chris Lattner · 16 years ago
  72. 7e77b0f Minor code cleanups. by Dan Gohman · 16 years ago
  73. 1944da1 Print the target flags as an int instead of a char, as they aren't by Dan Gohman · 16 years ago
  74. 7aeff08 Use the default copy ctor and copy-assignment operators. by Dan Gohman · 16 years ago
  75. 5f9b69f Add nounwind to this test. by Dan Gohman · 16 years ago
  76. 1102afb Add newline at end of file to remove gcc warning. by Nick Lewycky · 16 years ago
  77. d6f034b Remove now empty unit test directory. by Benjamin Kramer · 16 years ago
  78. fbad2cc daniel says it's fine to nuke this. by Chris Lattner · 16 years ago
  79. 27a3260 update for new api by Chris Lattner · 16 years ago
  80. 4a7bc1e All MCSections are now required to have a SectionKind. by Chris Lattner · 16 years ago
  81. f67e84e Hack to make this test work on platforms which aren't Macs. Fixing this by Eli Friedman · 16 years ago
  82. 25f7cfc Workaround a couple of Darwin assembler bugs. by Evan Cheng · 16 years ago
  83. f940833 Give MachineFunctionAnalysis a destructor so it can verify that by Dan Gohman · 16 years ago
  84. 8a0336a Delete a redundant variable. by Dan Gohman · 16 years ago
  85. f7d6cd4 Minor code simplifications. by Dan Gohman · 16 years ago
  86. 7571eb5 Minor code simplifications. by Dan Gohman · 16 years ago
  87. 54f9759 Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! by Daniel Dunbar · 16 years ago
  88. 13f8b36 Split t2MOVCCs since some assemblers do not recognize mov shifted register alias with predicate. by Evan Cheng · 16 years ago
  89. 458ba32 Make default ctor for ImmutableSet::iterator public. by Ted Kremenek · 16 years ago
  90. a6b3c5d llvm-mc: More quoted identifier support. by Daniel Dunbar · 16 years ago
  91. c32304e SelectionDAGISel no longer needs to check hasAvailableExternallyLinkage, by Dan Gohman · 16 years ago
  92. 4f3cfba Make UnreachableMachineBlockElim preserve MachineDominatorTree and by Dan Gohman · 16 years ago
  93. 92aa404 The X86 maximal stack alignment calculator preserves the CFG. Also, by Dan Gohman · 16 years ago
  94. df09055 X86 floating-point passes don't modify the CFG. by Dan Gohman · 16 years ago
  95. b620724 Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the same by Evan Cheng · 16 years ago
  96. 675fb65 Use setPreservesAll in X86CodeEmitter. by Dan Gohman · 16 years ago
  97. 845012e Use setPreservesAll and setPreservesCFG in CodeGen passes. by Dan Gohman · 16 years ago
  98. a3477fe SelectionDAGISel does not "preserve all", since it makes lots of changes by Dan Gohman · 16 years ago
  99. 2d147c4 Use a range insert instead of an explicit loop. by Dan Gohman · 16 years ago
  100. 35ee93b llvm-mc: Add -triple, and fix some typos by Daniel Dunbar · 16 years ago