1. 871384f Regenerate configure. by Torok Edwin · 15 years ago
  2. f6ce9ef Remove unneeded checks from configure.ac. by Torok Edwin · 15 years ago
  3. 18aeeaa Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). by Torok Edwin · 15 years ago
  4. ee49ad7 Remove warning about non return on a non-void function. by Bill Wendling · 15 years ago
  5. f1214cb eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is by Chris Lattner · 15 years ago
  6. 3b131d7 Now that printPICJumpTableSetLabel is not overloaded, by Chris Lattner · 15 years ago
  7. 589c6f6 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 15 years ago
  8. beeb93e add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 15 years ago
  9. 13e97a2 stub out a new target hook, need some refactoring before I can implement it. by Chris Lattner · 15 years ago
  10. e35df92 simplify asmprinter: only emit .set directives when entries have by Chris Lattner · 15 years ago
  11. 6bf1def rename printPICJumpTableEntry -> EmitJumpTableEntry, by Chris Lattner · 15 years ago
  12. c64daab implement X86 @GOTOFF jump table entries with the new EK_Custom32 by Chris Lattner · 15 years ago
  13. f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 15 years ago
  14. 030c4bf New PBQP solver. by Lang Hames · 15 years ago
  15. 52fddd3 Fix the the ceiling-division used in computing the MaxBECount so that it doesn't by Dan Gohman · 15 years ago
  16. 1e459c4 don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 15 years ago
  17. b84822f make MachineFunction keep track of its ID and make by Chris Lattner · 15 years ago
  18. b8da4ac this hook should be const. by Chris Lattner · 15 years ago
  19. 153f1eb Add a comment about a missed opportunity. by Dan Gohman · 15 years ago
  20. df6d5e0 Print empty and full sets specially. by Dan Gohman · 15 years ago
  21. 85fe078 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 15 years ago
  22. c690aab Unbreak MSVC/CMake build. by Daniel Dunbar · 15 years ago
  23. 13af11a make jit jump table emission be based on the EntryKind instead of magic variables. by Chris Lattner · 15 years ago
  24. ff537ce switch jump table entry emission to be based on EntryKind by Chris Lattner · 15 years ago
  25. b9768b0 In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store. by Victor Hernandez · 15 years ago
  26. e685f23 Add MDNode::getIfExists(), an efficient way to determine if a value is used by metadata (since metadata does not appear in a value's use list) by Victor Hernandez · 15 years ago
  27. 4cf292a Assert when debug intrinsic insert functions are passed empty arguments by Victor Hernandez · 15 years ago
  28. 8c7ecaf Implement cond ? -1 : 0 with sbb. by Evan Cheng · 15 years ago
  29. 11609fa Accept immediate as value of a dbg_value. by Dale Johannesen · 15 years ago
  30. f5fe3be Re-enable unit tests disabled in r94164 by telling GTest about the lack of RTTI. by Jeffrey Yasskin · 15 years ago
  31. 7dcef4c Added the implementation of the Intel-specific TargetAsmLexer. by Sean Callanan · 15 years ago
  32. 5ed17ae Generate DEBUG_VALUE comments on x86. The (limited) by Dale Johannesen · 15 years ago
  33. cf2e3d1 Added the TargetAsmLexer implementation for AT&T syntax. by Sean Callanan · 15 years ago
  34. 6ec25f5 use findDebugLoc in more places. by Dale Johannesen · 15 years ago
  35. 1f9b48a Minor jump table cleanup. by Jim Grosbach · 15 years ago
  36. 5e1df8d in 32-bit pic mode for targets with a GOT, x86 emits jump table by Chris Lattner · 15 years ago
  37. 281e776 fix quoting problem jim noticed! by Chris Lattner · 15 years ago
  38. 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 15 years ago
  39. b1e8039 prep work to support a future where getJumpTableInfo will return by Chris Lattner · 15 years ago
  40. da63b3a add a method to get the alignment of an integer type even by Chris Lattner · 15 years ago
  41. aeb326a Make it SP, LR, PC for GPR Register Class instead of LR, SP, PC. by Johnny Chen · 15 years ago
  42. 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 15 years ago
  43. 541ba7d Implemented ARMInstPrinter::printThumbS4ImmOperand(). by Johnny Chen · 15 years ago
  44. 436c484 Implemented the dialect decision logic for the X86 by Sean Callanan · 15 years ago
  45. e43b6c9 Fixed the order of GPR RegisterClass regs to be: ..., R10, R11, R12, ... by Johnny Chen · 15 years ago
  46. 26793ed Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case by Dan Gohman · 15 years ago
  47. 718fb59 mcstreamerize gprel32 emission. by Chris Lattner · 15 years ago
  48. 0988639 Remove check for an impossible condition: the condition of the while loop has by Bob Wilson · 15 years ago
  49. 1aca249 mcize the non-gprel cases of AsmPrinter::printPICJumpTableEntry by Chris Lattner · 15 years ago
  50. 798d125 handle the _set_ symbol with an MCSymbol. by Chris Lattner · 15 years ago
  51. 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 15 years ago
  52. a86106e pull the non-pic jump table case out of printPICJumpTableEntry by Chris Lattner · 15 years ago
  53. cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 15 years ago
  54. 18821e0 no need to implement these. by Chris Lattner · 15 years ago
  55. 0890cf1 mcize jump table symbol manipulation. by Chris Lattner · 15 years ago
  56. bfcb096 sink an arm specific method out of asmprinter into the ARMAsmPrinter and by Chris Lattner · 15 years ago
  57. 3a39f8c remove dead code: the x86 target never sets usesGlobalOffsetTable, by Chris Lattner · 15 years ago
  58. d32e803 wirte up .file and .file to the mc asmparser. by Chris Lattner · 15 years ago
  59. a6594fc mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 15 years ago
  60. a800f7c emit ELF .type directives through MCStreamer instead of doing it textually. by Chris Lattner · 15 years ago
  61. ed0ab15 add symbol attribute support for the ELF .type directive. by Chris Lattner · 15 years ago
  62. 0327429 Change Value::getUnderlyingObject to have the MaxLookup value specified as a by Bob Wilson · 15 years ago
  63. aee6a65 Revert r94260 until findDbgDeclare() is made more efficient by Victor Hernandez · 15 years ago
  64. 0173b74 Update test for darwin. by Rafael Espindola · 15 years ago
  65. 1947f24 add a comment by Chris Lattner · 15 years ago
  66. 99328ad emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 15 years ago
  67. 5c78034 we removed support for darwin8 tools. by Chris Lattner · 15 years ago
  68. 6559d76 all supported target now have aligned common support. by Chris Lattner · 15 years ago
  69. d960d3a Remove support for i386 tiger tools for aligned common symbols. by Chris Lattner · 15 years ago
  70. 6c23b1f don't set value to its default. by Chris Lattner · 15 years ago
  71. 4a80f4f coff targets support alignment on .comm by Chris Lattner · 15 years ago
  72. 546ae6e ARM does accept the .comm directive alignment. by Jim Grosbach · 15 years ago
  73. 1f10929 Fix autoconf llvm srcdir location for generic projects. by Eric Christopher · 15 years ago
  74. f166ed7 Fix PR6134. by Rafael Espindola · 15 years ago
  75. 34b6ea6 Attempt to unbreak test on Linux. Chris, please check. by Daniel Dunbar · 15 years ago
  76. bdf49fc This example requires RTTI. by Daniel Dunbar · 15 years ago
  77. 75f9b4b linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129. by Chris Lattner · 15 years ago
  78. 843cf18 don't reset the default. by Chris Lattner · 15 years ago
  79. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  80. c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 15 years ago
  81. c615038 libs that need EH need RTTI. by Chris Lattner · 15 years ago
  82. c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 15 years ago
  83. 43dc2e6 reassociate should do this. by Chris Lattner · 15 years ago
  84. 10c4245 add a note. by Chris Lattner · 15 years ago
  85. 4e4af59 just remove this test, it is not reduced, is not clear what its testing for and by Chris Lattner · 15 years ago
  86. 6d1041e this test has been failing or a long time, just disable it for now to get by Chris Lattner · 15 years ago
  87. 3586e5e fix some issues where we weren't emitting enough newlines. by Chris Lattner · 15 years ago
  88. a801362 when emitting DIEs, emit the comment on the same line as the directive. by Chris Lattner · 15 years ago
  89. 3f6bfda move PR5945 here. by Chris Lattner · 15 years ago
  90. 75f265f fix a parsing problem on instructions like: by Chris Lattner · 15 years ago
  91. dd7da4f This corrects an error in the type of the Llvm.dispose_context function. by Chris Lattner · 15 years ago
  92. 6fb474b It seems better to scalarize vectors of size 1 instead of widening them. by Mon P Wang · 15 years ago
  93. abb992d change the canonical form of "cond ? -1 : 0" to be by Chris Lattner · 15 years ago
  94. eb38ebf Improved widening loads by adding support for wider loads if by Mon P Wang · 15 years ago
  95. f7d0d16 fix a potential overflow issue Eli pointed out. by Chris Lattner · 15 years ago
  96. 4454074 Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. by Nick Lewycky · 15 years ago
  97. d668839 third bug from PR6119: the xor dupe extension allows by Chris Lattner · 15 years ago
  98. dbeeced Teach DAE that even though it can't modify the function signature of an by Nick Lewycky · 15 years ago
  99. 2dd7657 add an early out to ProcessBranchOnXOR to speed it up, by Chris Lattner · 15 years ago
  100. 8231fd1 fix a crash in jump threading, PR6119 by Chris Lattner · 15 years ago