1. 275872e Fix some comments referring to std::cerr. by Daniel Dunbar · 16 years ago
  2. 0ea8bf3 - s/DOUT/DEBUG(errs()/g - Tidy up some headers. by Bill Wendling · 16 years ago
  3. e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  4. c20a6fd Expand LDA testcases. by Andreas Bolka · 16 years ago
  5. d558ea5 Add extra SEXT pattern. by Richard Osborne · 16 years ago
  6. 3bb9b9a The x86 jit doesn't generate a def_cfa_offset unwind instruction after the by Bill Wendling · 16 years ago
  7. 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  8. 1391cc1 Remove unneeded intrinsics from Blackfin backend. by Jakob Stoklund Olesen · 16 years ago
  9. a9a03f9 Fix the build for people with oprofile installed. by Nick Lewycky · 16 years ago
  10. 9a0b574 Empty arguments need to be quoted on Win32. by Daniel Dunbar · 16 years ago
  11. b36eb9d Fix issue in regscavenger when scavenging a callee-saved register that has not been spilled. by Jakob Stoklund Olesen · 16 years ago
  12. 7b4e503 One two many newlines at end of file LLVMContextImpl.cpp by Edward O'Callaghan · 16 years ago
  13. 83c9e6b Tweak svn:ignore more by Daniel Dunbar · 16 years ago
  14. b222956 Tweak svn:ignore by Daniel Dunbar · 16 years ago
  15. bf4fc28 Adjust comment to distinguish between target name and triple target name they by Daniel Dunbar · 16 years ago
  16. 079029b Fix no newline at end of LLVMContextImpl.cpp by Edward O'Callaghan · 16 years ago
  17. ece4818 Never add a kill flag to a constrained physical register in a two-addr instruction. by Jakob Stoklund Olesen · 16 years ago
  18. 0e6a4ef Scavenger asserts. by Jakob Stoklund Olesen · 16 years ago
  19. 6b30f5c Add some basic blackfin intrinsics. by Jakob Stoklund Olesen · 16 years ago
  20. 26a84d4 Add support for CPU features (i.e., bugs) and workarounds. by Jakob Stoklund Olesen · 16 years ago
  21. 63cc527 Inline assembly support for Blackfin. by Jakob Stoklund Olesen · 16 years ago
  22. 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 16 years ago
  23. d950941 Analog Devices Blackfin back-end. by Jakob Stoklund Olesen · 16 years ago
  24. 4ea4804 Avoid forming a SELECT_CC in a type that the target doesn't by Dan Gohman · 16 years ago
  25. 7267734 Fix indentation. by Dan Gohman · 16 years ago
  26. cadb226 Add a comment. by Dan Gohman · 16 years ago
  27. a98634b Resync lea32addr and lea64addr. by Dan Gohman · 16 years ago
  28. e6864c1 Remove duplicated colons and spaces. by Benjamin Kramer · 16 years ago
  29. bcdbcb9 Handle <undef> flag in machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  30. 18a4c16 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  31. 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
  32. 21e1e81 I need Triple information, 10.6 shouldn't set this, it bloats object files. by Chris Lattner · 16 years ago
  33. 24def37 ARM TAI no longer needs a TM, but createTargetAsmInfo() still does. by Chris Lattner · 16 years ago
  34. d90183d Move the getInlineAsmLength virtual method from TAI to TII, where by Chris Lattner · 16 years ago
  35. b6bbfebd move a virtual method body to its .cpp file to avoid a #include in a header. by Chris Lattner · 16 years ago
  36. 7bbd178 turn some templated inline functions into static functions. by Chris Lattner · 16 years ago
  37. f67de7a alpha TAI doesn't need TM. by Chris Lattner · 16 years ago
  38. 68f2b2c MSP430 TAI doesn't need TM. by Chris Lattner · 16 years ago
  39. 09e820b simplify SPULinuxTargetAsmInfo, remove use of TM. by Chris Lattner · 16 years ago
  40. 71a56d7 xcore TAI doesn't need TM. by Chris Lattner · 16 years ago
  41. 3878bff PIC16 TAI doesn't need TM by Chris Lattner · 16 years ago
  42. 9ba8c68 remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo by Chris Lattner · 16 years ago
  43. e6483e3 eliminate the TM argument to the TAI class, remove comment about supporting by Chris Lattner · 16 years ago
  44. ba8e740 eliminate TargetMAchine argument to sparc TAI by Chris Lattner · 16 years ago
  45. 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  46. 83f08a2 remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. by Chris Lattner · 16 years ago
  47. 2b800df Add missing flush(). by Daniel Dunbar · 16 years ago
  48. 5e62147 clean up #includes of TargetAsmInfo.cpp by Chris Lattner · 16 years ago
  49. 05e5fca move an enum from TM -> TargetOptions. This makes TargetOptions.h by Chris Lattner · 16 years ago
  50. b6d6674 remove the dead PreferredEHDataFormat TAI hook: its now dead by Chris Lattner · 16 years ago
  51. ad88bc4 Fix some fixme's in #if 0'd code by making it dependent on the structural by Chris Lattner · 16 years ago
  52. b9bcdd9 Test both darwin and linux. by Evan Cheng · 16 years ago
  53. d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
  54. 967ce7f Fix a possible crash on delete of an uninitialized variable. by Daniel Dunbar · 16 years ago
  55. 6f69aa3 Fix an ENABLE_EXPENSIVE_CHECKS error. by Daniel Dunbar · 16 years ago
  56. 18f54c0 Don't call SectionForGlobal for hasAvailableExternallyLinkage() by Dan Gohman · 16 years ago
  57. 6f411df don't call SectionForGlobal on declarations, you can't tell the section a by Chris Lattner · 16 years ago
  58. 80ec279 convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  59. f9f1adb switch to filecheck format by Chris Lattner · 16 years ago
  60. cc4a568 Tweak svn:ignore by Daniel Dunbar · 16 years ago
  61. c71359a Tweak svn:ignore by Daniel Dunbar · 16 years ago
  62. 73e789f don't override the default of this, the only difference is \t instead of ' '. by Chris Lattner · 16 years ago
  63. cdcb388 Change MCOperand to use Create style instead of Make style for constructing by Daniel Dunbar · 16 years ago
  64. 7b1dcdf make SectionKind::Kind completely private now. by Chris Lattner · 16 years ago
  65. 1ef9be2 Make SectionKind::get() private. by Chris Lattner · 16 years ago
  66. 2798119 (re)introduce new simpler apis for creation sectionkinds. by Chris Lattner · 16 years ago
  67. 83d77fa Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
  68. 0da3f4f give alpha its readonly section. This optimizes alpha, and prevents a by Chris Lattner · 16 years ago
  69. 528c0d2 .rdata == .rodata on mips. by Chris Lattner · 16 years ago
  70. 566d1c4 no need to override the default with the default. by Chris Lattner · 16 years ago
  71. d6c5b36 one fewer license, yay. :) by Chris Lattner · 16 years ago
  72. afebf35 eXtensible Systems doesn't exist any more and Reid donated this to the by Chris Lattner · 16 years ago
  73. 2f03f65 loweringinfo is always non-null. by Chris Lattner · 16 years ago
  74. b80610c REmove dead fields of TAI. by Chris Lattner · 16 years ago
  75. c19ee61 fix a problem Eli noticed where we would compile the attached ptrtoint to: by Chris Lattner · 16 years ago
  76. cea01bf update for rename by Chris Lattner · 16 years ago
  77. 8245838 fix a fixme by sinking various target-specific directives down into by Chris Lattner · 16 years ago
  78. 94dab1e coff also doesn't have a ReadOnlySection yet, (!) by Chris Lattner · 16 years ago
  79. 56fe93c coff doesn't set a .bss seciton, so this is dead. by Chris Lattner · 16 years ago
  80. f9650c0 it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ by Chris Lattner · 16 years ago
  81. 27602b8 don't use isWeak anymore. by Chris Lattner · 16 years ago
  82. 0064e85 fix a layering violation by moving SectionKind out to its own header. by Chris Lattner · 16 years ago
  83. f170088 Minor whitespace tidiness. by Dan Gohman · 16 years ago
  84. a9c1dd7 Fix typos in comments. by Dan Gohman · 16 years ago
  85. 423d190 with the previous refactoring, fixme fixed! by Chris Lattner · 16 years ago
  86. 5d65542 update for API change. by Chris Lattner · 16 years ago
  87. 968ff11 Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
  88. d7f10d3 add a note about the build bots by Chris Lattner · 16 years ago
  89. 7e77b0f Minor code cleanups. by Dan Gohman · 16 years ago
  90. 1944da1 Print the target flags as an int instead of a char, as they aren't by Dan Gohman · 16 years ago
  91. 7aeff08 Use the default copy ctor and copy-assignment operators. by Dan Gohman · 16 years ago
  92. 5f9b69f Add nounwind to this test. by Dan Gohman · 16 years ago
  93. 1102afb Add newline at end of file to remove gcc warning. by Nick Lewycky · 16 years ago
  94. d6f034b Remove now empty unit test directory. by Benjamin Kramer · 16 years ago
  95. fbad2cc daniel says it's fine to nuke this. by Chris Lattner · 16 years ago
  96. 27a3260 update for new api by Chris Lattner · 16 years ago
  97. 4a7bc1e All MCSections are now required to have a SectionKind. by Chris Lattner · 16 years ago
  98. f67e84e Hack to make this test work on platforms which aren't Macs. Fixing this by Eli Friedman · 16 years ago
  99. 25f7cfc Workaround a couple of Darwin assembler bugs. by Evan Cheng · 16 years ago
  100. f940833 Give MachineFunctionAnalysis a destructor so it can verify that by Dan Gohman · 16 years ago