1. 987e7eb Rename the index to linkage types. by Bill Wendling · 15 years ago
  2. c39e3e0 More reformatting. by Bill Wendling · 15 years ago
  3. d9fe298 Fix HTML violations. by Bill Wendling · 15 years ago
  4. e910b4c Obsessivly reformat. by Bill Wendling · 15 years ago
  5. 91449a8 Model fpscr to prevent fcmped / fcmpezs etc from being deleted. by Evan Cheng · 15 years ago
  6. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  7. 3f189a3 CMake support for SystemZ. by Daniel Dunbar · 15 years ago
  8. fbb47ee Tweak svn:ignore by Daniel Dunbar · 15 years ago
  9. cc17183 This test should be run with -m32. by Daniel Dunbar · 15 years ago
  10. e0d5c17 fix test by Chris Lattner · 15 years ago
  11. 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 15 years ago
  12. a786c7b Don't override LowerArguments in the SPARC backend. In addition to by Eli Friedman · 15 years ago
  13. b46aaa3 Fix a regression from 76124. Thumb1 instructions default to S bit being true. by Evan Cheng · 15 years ago
  14. 45d34fe Fix http://llvm.org/bugs/show_bug.cgi?id=4583 by Jakob Stoklund Olesen · 15 years ago
  15. e687151 Fix build by Daniel Dunbar · 15 years ago
  16. 6ce6daa Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h by Xerxes Ranby · 15 years ago
  17. 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 15 years ago
  18. aafa942 Remove redundant qualifiers. by Daniel Dunbar · 15 years ago
  19. cfb8a1b Fix some minor MSVC compiler warnings. by Daniel Dunbar · 15 years ago
  20. 2c4df5a MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompiling by Daniel Dunbar · 15 years ago
  21. c646551 Unbreak build by Daniel Dunbar · 15 years ago
  22. 796492d Switch Alpha over to the new call lowering style. New code mostly by Eli Friedman · 15 years ago
  23. 10b547c SystemZ *does* have a CodeGen/AsmPrinter split. by Daniel Dunbar · 15 years ago
  24. 07598d7 Tweak cmake files for the four targets that don't split CodeGen out. by Daniel Dunbar · 15 years ago
  25. b384c85 Add dependencies from TargetInfo onto .td generation. by Daniel Dunbar · 15 years ago
  26. e2b0ecd Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usage inside getSection* functions by Bruno Cardoso Lopes · 15 years ago
  27. edcb540 Add some missing includes. by Daniel Dunbar · 15 years ago
  28. 2451a64 Canonicalize bitcasts between types like <1 x i64> and i64 to by Eli Friedman · 15 years ago
  29. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 15 years ago
  30. 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 15 years ago
  31. 9dc8730 Add a Program::GetPid() method. by Mikhail Glushenkov · 15 years ago
  32. 3140619 Remove duplication in Program::Execute{And,No}Wait. by Mikhail Glushenkov · 15 years ago
  33. 617dd7b Use a better name for the label relocations while emitting them for Jump Tables by Bruno Cardoso Lopes · 15 years ago
  34. f689fa1 cmake builds don't need this hack for MSVC anymore. by Daniel Dunbar · 15 years ago
  35. 171375f Add support to properly reference private symbols on relocation entries. by Bruno Cardoso Lopes · 15 years ago
  36. 76e7ba8 Back out 76300; apparently the preference is to canonicalize the other by Eli Friedman · 15 years ago
  37. 93f2491 add a fixme by Chris Lattner · 15 years ago
  38. 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 · 15 years ago
  39. b1f61e2 Add carry producing / using versions of add / sub by Anton Korobeynikov · 15 years ago
  40. 6323a83 Expand frem by Anton Korobeynikov · 15 years ago
  41. 6d94eff Turn abort() into unreachable by Anton Korobeynikov · 15 years ago
  42. 31e8744 Turn few asserts into errors / unreachable's by Anton Korobeynikov · 15 years ago
  43. 87e412b Handle vector returns by Anton Korobeynikov · 15 years ago
  44. 0cca069 Provide expansion for ct* intrinsics by Anton Korobeynikov · 15 years ago
  45. e37a37d Expand sext_inreg for i1 by Anton Korobeynikov · 15 years ago
  46. 8be1739 Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the by Eli Friedman · 15 years ago
  47. 191a0ae Remove no-op check. by Eli Friedman · 15 years ago
  48. 1694e09 Remove dead check. by Eli Friedman · 15 years ago
  49. fc21f8f Canonicalize insert/extractelement from single-element vectors into bitcasts. by Eli Friedman · 15 years ago
  50. 62bb413 Fix simplifylibcalls memset recognition to work on 64-bit platforms by Eli Friedman · 15 years ago
  51. 4dc3136 Switch lli back to using allocate-gvs-with-code behavior. by Daniel Dunbar · 15 years ago
  52. 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 15 years ago
  53. d370d77 Unbreak unittests build. by Daniel Dunbar · 15 years ago
  54. 4612e59 Fix the inline cost calculation to take into account instructions by Eli Friedman · 15 years ago
  55. ef6ab66 Add line breaks to make the debug output a bit more readable. by Eli Friedman · 15 years ago
  56. 438d990 Catch more coalescing opportunities. by Evan Cheng · 15 years ago
  57. 5248468 Enable cross register class coalescing. by Evan Cheng · 15 years ago
  58. 5a206ee Make GetElementPtr ConstantExprs default to having no pointer overflow. by Dan Gohman · 15 years ago
  59. 3837b64 Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. by Evan Cheng · 15 years ago
  60. 8fdedc0 Fix this accidentally inverted condition. by Dan Gohman · 15 years ago
  61. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  62. 016de81 Convert more code to use Operator instead of explicitly handling both by Dan Gohman · 15 years ago
  63. 5918304 Update CMake file. by Ted Kremenek · 15 years ago
  64. 867aadf llvm-mc: Default -triple to LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
  65. 59959cd Fix pr4552. Stack slot coloring with register must take care not to generate illegal ams. by Evan Cheng · 15 years ago
  66. b4b53e5 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 15 years ago
  67. cbdf0e2 Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. by Daniel Dunbar · 15 years ago
  68. 3a7a68c Make BasicAliasAnalysis and Value::getUnderlyingObject use by Dan Gohman · 15 years ago
  69. 8f080f0 Fix some typos in a comment. by Dan Gohman · 15 years ago
  70. 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 · 15 years ago
  71. 12c67fb Tweak svn:ignore by Daniel Dunbar · 15 years ago
  72. 16fe990 remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. by Chris Lattner · 15 years ago
  73. 5c2cb32 Add a GEPOperator class, and move the hasNoPointerOverflow accessors into it. by Dan Gohman · 15 years ago
  74. afa709d Regenerate configure for ddunbar. by Jeffrey Yasskin · 15 years ago
  75. f8bd844 Reenable asmparser dependency generation, now with improved Perl foo. by Daniel Dunbar · 15 years ago
  76. e02fae8 Disable llvm-config magic for AsmParser, it is isn't right & is breaking the build. by Daniel Dunbar · 15 years ago
  77. 0c542ff end sentence in period, draw attention to the fact that you should by Chris Lattner · 15 years ago
  78. 3ddd717 we beat exceptions out of lib/system a long time ago. by Chris Lattner · 15 years ago
  79. 0768f0e Simplify some more. by Evan Cheng · 15 years ago
  80. fc8deb9 Commit this change, to accompany r76232. by Dan Gohman · 15 years ago
  81. 3e0f60b Use more terse and precise linkage checks. by Chris Lattner · 15 years ago
  82. 8906f95 Eliminate yet another copy of getOpcode. by Dan Gohman · 15 years ago
  83. 8413b22 Fix typo by Daniel Dunbar · 15 years ago
  84. a4ff5e4 these two pieces of code are the same because we always by Chris Lattner · 15 years ago
  85. ff141c2 Fix a typo that Duncan spotted. by Dan Gohman · 15 years ago
  86. ca17890 Add a new Operator class, for handling Instructions and ConstantExprs by Dan Gohman · 15 years ago
  87. e2cf37b Untangle a snarl that I discovered when updating the mangler, by Chris Lattner · 15 years ago
  88. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  89. 234f689 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  90. 6f37f8f fix include guard. by Chris Lattner · 15 years ago
  91. 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 · 15 years ago
  92. 1bd9f58 GetElementPtr instructions default to having no overflow. by Dan Gohman · 15 years ago
  93. 6215c62 Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. by Xerxes Ranby · 15 years ago
  94. d8aa9fc Fix a crash in SROA. The FunctionPass::doInitialization method was never by Bob Wilson · 15 years ago
  95. b4cfd15 Define a no-pointer-overflow flag for GetElementPtr instructions. by Dan Gohman · 15 years ago
  96. 31cc426 Add new classes for working with optional optimization data by Dan Gohman · 15 years ago
  97. 46a47f5 Fix copy & paste errors by Anton Korobeynikov · 15 years ago
  98. 47128fe Add a method to clear optional optimization information from a Value. by Dan Gohman · 15 years ago
  99. 0cb896a Add missed attributes to C bindings by Anton Korobeynikov · 15 years ago
  100. 4b9e165 Start generating AsmMatcher.inc for X86. by Daniel Dunbar · 15 years ago