1. cfb8a1b Fix some minor MSVC compiler warnings. by Daniel Dunbar · 16 years ago
  2. 2c4df5a MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompiling by Daniel Dunbar · 16 years ago
  3. c646551 Unbreak build by Daniel Dunbar · 16 years ago
  4. 796492d Switch Alpha over to the new call lowering style. New code mostly by Eli Friedman · 16 years ago
  5. 10b547c SystemZ *does* have a CodeGen/AsmPrinter split. by Daniel Dunbar · 16 years ago
  6. 07598d7 Tweak cmake files for the four targets that don't split CodeGen out. by Daniel Dunbar · 16 years ago
  7. b384c85 Add dependencies from TargetInfo onto .td generation. by Daniel Dunbar · 16 years ago
  8. e2b0ecd Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usage inside getSection* functions by Bruno Cardoso Lopes · 16 years ago
  9. edcb540 Add some missing includes. by Daniel Dunbar · 16 years ago
  10. 2451a64 Canonicalize bitcasts between types like <1 x i64> and i64 to by Eli Friedman · 16 years ago
  11. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  12. 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 16 years ago
  13. 9dc8730 Add a Program::GetPid() method. by Mikhail Glushenkov · 16 years ago
  14. 3140619 Remove duplication in Program::Execute{And,No}Wait. by Mikhail Glushenkov · 16 years ago
  15. 617dd7b Use a better name for the label relocations while emitting them for Jump Tables by Bruno Cardoso Lopes · 16 years ago
  16. f689fa1 cmake builds don't need this hack for MSVC anymore. by Daniel Dunbar · 16 years ago
  17. 171375f Add support to properly reference private symbols on relocation entries. by Bruno Cardoso Lopes · 16 years ago
  18. 76e7ba8 Back out 76300; apparently the preference is to canonicalize the other by Eli Friedman · 16 years ago
  19. 93f2491 add a fixme by Chris Lattner · 16 years ago
  20. fc2271f Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. by Viktor Kutuzov · 16 years ago
  21. b1f61e2 Add carry producing / using versions of add / sub by Anton Korobeynikov · 16 years ago
  22. 6323a83 Expand frem by Anton Korobeynikov · 16 years ago
  23. 6d94eff Turn abort() into unreachable by Anton Korobeynikov · 16 years ago
  24. 31e8744 Turn few asserts into errors / unreachable's by Anton Korobeynikov · 16 years ago
  25. 87e412b Handle vector returns by Anton Korobeynikov · 16 years ago
  26. 0cca069 Provide expansion for ct* intrinsics by Anton Korobeynikov · 16 years ago
  27. e37a37d Expand sext_inreg for i1 by Anton Korobeynikov · 16 years ago
  28. 8be1739 Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the by Eli Friedman · 16 years ago
  29. 191a0ae Remove no-op check. by Eli Friedman · 16 years ago
  30. 1694e09 Remove dead check. by Eli Friedman · 16 years ago
  31. fc21f8f Canonicalize insert/extractelement from single-element vectors into bitcasts. by Eli Friedman · 16 years ago
  32. 62bb413 Fix simplifylibcalls memset recognition to work on 64-bit platforms by Eli Friedman · 16 years ago
  33. 4dc3136 Switch lli back to using allocate-gvs-with-code behavior. by Daniel Dunbar · 16 years ago
  34. 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 16 years ago
  35. d370d77 Unbreak unittests build. by Daniel Dunbar · 16 years ago
  36. 4612e59 Fix the inline cost calculation to take into account instructions by Eli Friedman · 16 years ago
  37. ef6ab66 Add line breaks to make the debug output a bit more readable. by Eli Friedman · 16 years ago
  38. 438d990 Catch more coalescing opportunities. by Evan Cheng · 16 years ago
  39. 5248468 Enable cross register class coalescing. by Evan Cheng · 16 years ago
  40. 5a206ee Make GetElementPtr ConstantExprs default to having no pointer overflow. by Dan Gohman · 16 years ago
  41. 3837b64 Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. by Evan Cheng · 16 years ago
  42. 8fdedc0 Fix this accidentally inverted condition. by Dan Gohman · 16 years ago
  43. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  44. 016de81 Convert more code to use Operator instead of explicitly handling both by Dan Gohman · 16 years ago
  45. 5918304 Update CMake file. by Ted Kremenek · 16 years ago
  46. 867aadf llvm-mc: Default -triple to LLVM_HOSTTRIPLE. by Daniel Dunbar · 16 years ago
  47. 59959cd Fix pr4552. Stack slot coloring with register must take care not to generate illegal ams. by Evan Cheng · 16 years ago
  48. b4b53e5 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 16 years ago
  49. cbdf0e2 Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. by Daniel Dunbar · 16 years ago
  50. 3a7a68c Make BasicAliasAnalysis and Value::getUnderlyingObject use by Dan Gohman · 16 years ago
  51. 8f080f0 Fix some typos in a comment. by Dan Gohman · 16 years ago
  52. 47e9fab Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q', i.e. EAX, EDX, ECX, EBX. In 64-bit mode, it just means all the i64r registers. Yeah, that makes sense. by Evan Cheng · 16 years ago
  53. 12c67fb Tweak svn:ignore by Daniel Dunbar · 16 years ago
  54. 16fe990 remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. by Chris Lattner · 16 years ago
  55. 5c2cb32 Add a GEPOperator class, and move the hasNoPointerOverflow accessors into it. by Dan Gohman · 16 years ago
  56. afa709d Regenerate configure for ddunbar. by Jeffrey Yasskin · 16 years ago
  57. f8bd844 Reenable asmparser dependency generation, now with improved Perl foo. by Daniel Dunbar · 16 years ago
  58. e02fae8 Disable llvm-config magic for AsmParser, it is isn't right & is breaking the build. by Daniel Dunbar · 16 years ago
  59. 0c542ff end sentence in period, draw attention to the fact that you should by Chris Lattner · 16 years ago
  60. 3ddd717 we beat exceptions out of lib/system a long time ago. by Chris Lattner · 16 years ago
  61. 0768f0e Simplify some more. by Evan Cheng · 16 years ago
  62. fc8deb9 Commit this change, to accompany r76232. by Dan Gohman · 16 years ago
  63. 3e0f60b Use more terse and precise linkage checks. by Chris Lattner · 16 years ago
  64. 8906f95 Eliminate yet another copy of getOpcode. by Dan Gohman · 16 years ago
  65. 8413b22 Fix typo by Daniel Dunbar · 16 years ago
  66. a4ff5e4 these two pieces of code are the same because we always by Chris Lattner · 16 years ago
  67. ff141c2 Fix a typo that Duncan spotted. by Dan Gohman · 16 years ago
  68. ca17890 Add a new Operator class, for handling Instructions and ConstantExprs by Dan Gohman · 16 years ago
  69. e2cf37b Untangle a snarl that I discovered when updating the mangler, by Chris Lattner · 16 years ago
  70. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 16 years ago
  71. 234f689 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  72. 6f37f8f fix include guard. by Chris Lattner · 16 years ago
  73. d129d73 Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDefs a little more aggressive and teaching liveintervals to make use of isUndef marker on MachineOperands. by Evan Cheng · 16 years ago
  74. 1bd9f58 GetElementPtr instructions default to having no overflow. by Dan Gohman · 16 years ago
  75. 6215c62 Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. by Xerxes Ranby · 16 years ago
  76. d8aa9fc Fix a crash in SROA. The FunctionPass::doInitialization method was never by Bob Wilson · 16 years ago
  77. b4cfd15 Define a no-pointer-overflow flag for GetElementPtr instructions. by Dan Gohman · 16 years ago
  78. 31cc426 Add new classes for working with optional optimization data by Dan Gohman · 16 years ago
  79. 46a47f5 Fix copy & paste errors by Anton Korobeynikov · 16 years ago
  80. 47128fe Add a method to clear optional optimization information from a Value. by Dan Gohman · 16 years ago
  81. 0cb896a Add missed attributes to C bindings by Anton Korobeynikov · 16 years ago
  82. 4b9e165 Start generating AsmMatcher.inc for X86. by Daniel Dunbar · 16 years ago
  83. 22be522 tblgen/AsmMatcher: Emit simple matcher for register names. by Daniel Dunbar · 16 years ago
  84. 7540282 r76102 added the MachineCodeEmitter::processDebugLoc call and called it from by Jeffrey Yasskin · 16 years ago
  85. d75ec23 Fix compile warning. by Daniel Dunbar · 16 years ago
  86. bb496a3 Add missed return by Anton Korobeynikov · 16 years ago
  87. adc8288 opt: Add -std-link-opts argument, matches llvm-ld's optimizations. by Daniel Dunbar · 16 years ago
  88. c5ec8a7 Add support for naked functions by Anton Korobeynikov · 16 years ago
  89. a9af7e6 rename test. by Chris Lattner · 16 years ago
  90. b674dbe revert one of the loops to use indicies over iterators because there are vector insertions inside the loop by Bruno Cardoso Lopes · 16 years ago
  91. 9491c16 Add a SubclassOptionalData field to Value. See the doxygen comment for details. by Dan Gohman · 16 years ago
  92. 445c89a Fix typo. by Daniel Dunbar · 16 years ago
  93. ff8ac55 Initialize another Context, in the hopes of unbreaking CBE. by Daniel Dunbar · 16 years ago
  94. a62b5ed Fix an apparent typo. by Dan Gohman · 16 years ago
  95. 5024246 by David Greene · 16 years ago
  96. 7df0c07 Provide slightly more refined error message when trying to lookup a target, and by Daniel Dunbar · 16 years ago
  97. ab9238e by David Greene · 16 years ago
  98. 3e11988 Avoid a compiler warning when assertions are turned off. by Duncan Sands · 16 years ago
  99. cbc6da6 Testcase for PR4214. by Duncan Sands · 16 years ago
  100. 8b7d706 Documentation clarifications for isSafeToSpeculativelyExecute. by Eli Friedman · 16 years ago