1. c268e7c Minor code simplification. by Dan Gohman · 15 years ago
  2. af9e7a7 Fix ARM isle code that optimize multiply by constants which are power-of-2 +/- 1. by Evan Cheng · 15 years ago
  3. c95be59 Cross RC coalescing is now on by default. by Evan Cheng · 15 years ago
  4. 60b3ba0 revert 76503 while I figure out what's going on by Dale Johannesen · 15 years ago
  5. f117ed4 Add a comment to clarify why there isn't any code in this spot. by Dan Gohman · 15 years ago
  6. 4500e9e Remove the code that tried to evaluate whether (A pred B) is known by Dan Gohman · 15 years ago
  7. 71bbebd Make sure a global matching asm 'i' constraint gets its by Dale Johannesen · 15 years ago
  8. 5339c55 Move stripping of bitcasts in inline asm arguments by Dale Johannesen · 15 years ago
  9. 0d5bae4 Minor code simplification. by Dan Gohman · 15 years ago
  10. cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 15 years ago
  11. 746f3b1 The upper argument of ConstantRange is exclusive, not inclusive. by Dan Gohman · 15 years ago
  12. b3e7189 clean up some formatting, indent by 2 instead of 4. by Chris Lattner · 15 years ago
  13. c27a454 CMP and TST define CPSR, not use it. by David Goodwin · 15 years ago
  14. 76081c4 by David Greene · 15 years ago
  15. 87faa1f Forgot this test earlier. by Evan Cheng · 15 years ago
  16. ecc2da8 Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans can understand it. by Bill Wendling · 15 years ago
  17. 4cef584 Pass in the unfortunately named "LessPrivatePrefix" for the by Bill Wendling · 15 years ago
  18. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 15 years ago
  19. 33d0474 Use TII->findCommutedOpIndices to find the commute operands (rather than guessing). by Evan Cheng · 15 years ago
  20. 4aebcb4 Change the casting of linkage types into a map. This makes this much more robust by Bill Wendling · 15 years ago
  21. 344df5e Clarify that OverflowingBinaryOperator is not used for SDiv, even though by Dan Gohman · 15 years ago
  22. 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 15 years ago
  23. dbd692a Add MCAsmLexer interface. by Daniel Dunbar · 15 years ago
  24. 753480a Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resulting interval's register class. by Evan Cheng · 15 years ago
  25. 2f70f1a Remove FIXME that was already fixed. by Eli Friedman · 15 years ago
  26. 5c0ba80 Rename Mangler linkage enums to something less gross. by Bill Wendling · 15 years ago
  27. 256be96 Refactor metadata parsing routines into separate functions. by Devang Patel · 15 years ago
  28. a3af370 Add MCAsmParser interface. by Daniel Dunbar · 15 years ago
  29. 4d20c24 Build FileCheck from with CMake by Douglas Gregor · 15 years ago
  30. 39a499b Put new enum at end of list to avoid changing ABI. by Bill Wendling · 15 years ago
  31. 1902fd9 remove TargetAsmInfo::ExpandInlineAsm by Chris Lattner · 15 years ago
  32. 8850b36 use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo. by Chris Lattner · 15 years ago
  33. b810565 Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. by Chris Lattner · 15 years ago
  34. 7a965b0 Drop UDivOperator and introduce SDivOperator. Thanks to Chris for noticing this. by Dan Gohman · 15 years ago
  35. ff3d3ad add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore eventually. by Chris Lattner · 15 years ago
  36. 13c5e35 Update this comment. by Dan Gohman · 15 years ago
  37. f241174 Revert the addition of hasNoPointerOverflow to GEPOperator. by Dan Gohman · 15 years ago
  38. 8f4e22f remove dead forward decl by Chris Lattner · 15 years ago
  39. 91cf361 For remote execution, must cd to the executable directory since the exe expects to find a dylib in the CWD ('.'). by David Goodwin · 15 years ago
  40. 83757c7 rename TargetAsmInfo::getASDirective -> getDataASDirective by Chris Lattner · 15 years ago
  41. d3eb106 Fix comment. by Daniel Dunbar · 15 years ago
  42. 3c9509f by David Greene · 15 years ago
  43. 31e7eba Use t2LDRri12 for frame index loads. by David Goodwin · 15 years ago
  44. 6aadc4d xfail for now. by Evan Cheng · 15 years ago
  45. 8e9b171 PR4591: Make sure to initialize the pass manager before using it. by Eli Friedman · 15 years ago
  46. 0a38dc5 For PC relative relocations where symbols are defined in the same section they by Bruno Cardoso Lopes · 15 years ago
  47. 1488670 Add -std-{compile,link}-opts to bugpoint. - Sheesh. by Daniel Dunbar · 15 years ago
  48. f6fe957 Fix PR4567. Thumb1 target was using the wrong instruction to handle sp = sub fp, #c. by Evan Cheng · 15 years ago
  49. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 15 years ago
  50. ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 15 years ago
  51. 1d5c493 use stripPointerCasts to simplify some code. by Chris Lattner · 15 years ago
  52. 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 15 years ago
  53. 987e7eb Rename the index to linkage types. by Bill Wendling · 15 years ago
  54. c39e3e0 More reformatting. by Bill Wendling · 15 years ago
  55. d9fe298 Fix HTML violations. by Bill Wendling · 15 years ago
  56. e910b4c Obsessivly reformat. by Bill Wendling · 15 years ago
  57. 91449a8 Model fpscr to prevent fcmped / fcmpezs etc from being deleted. by Evan Cheng · 15 years ago
  58. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  59. 3f189a3 CMake support for SystemZ. by Daniel Dunbar · 15 years ago
  60. fbb47ee Tweak svn:ignore by Daniel Dunbar · 15 years ago
  61. cc17183 This test should be run with -m32. by Daniel Dunbar · 15 years ago
  62. e0d5c17 fix test by Chris Lattner · 15 years ago
  63. 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 15 years ago
  64. a786c7b Don't override LowerArguments in the SPARC backend. In addition to by Eli Friedman · 15 years ago
  65. b46aaa3 Fix a regression from 76124. Thumb1 instructions default to S bit being true. by Evan Cheng · 15 years ago
  66. 45d34fe Fix http://llvm.org/bugs/show_bug.cgi?id=4583 by Jakob Stoklund Olesen · 15 years ago
  67. e687151 Fix build by Daniel Dunbar · 15 years ago
  68. 6ce6daa Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h by Xerxes Ranby · 15 years ago
  69. 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 15 years ago
  70. aafa942 Remove redundant qualifiers. by Daniel Dunbar · 15 years ago
  71. cfb8a1b Fix some minor MSVC compiler warnings. by Daniel Dunbar · 15 years ago
  72. 2c4df5a MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompiling by Daniel Dunbar · 15 years ago
  73. c646551 Unbreak build by Daniel Dunbar · 15 years ago
  74. 796492d Switch Alpha over to the new call lowering style. New code mostly by Eli Friedman · 15 years ago
  75. 10b547c SystemZ *does* have a CodeGen/AsmPrinter split. by Daniel Dunbar · 15 years ago
  76. 07598d7 Tweak cmake files for the four targets that don't split CodeGen out. by Daniel Dunbar · 15 years ago
  77. b384c85 Add dependencies from TargetInfo onto .td generation. by Daniel Dunbar · 15 years ago
  78. 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
  79. edcb540 Add some missing includes. by Daniel Dunbar · 15 years ago
  80. 2451a64 Canonicalize bitcasts between types like <1 x i64> and i64 to by Eli Friedman · 15 years ago
  81. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 15 years ago
  82. 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 15 years ago
  83. 9dc8730 Add a Program::GetPid() method. by Mikhail Glushenkov · 15 years ago
  84. 3140619 Remove duplication in Program::Execute{And,No}Wait. by Mikhail Glushenkov · 15 years ago
  85. 617dd7b Use a better name for the label relocations while emitting them for Jump Tables by Bruno Cardoso Lopes · 15 years ago
  86. f689fa1 cmake builds don't need this hack for MSVC anymore. by Daniel Dunbar · 15 years ago
  87. 171375f Add support to properly reference private symbols on relocation entries. by Bruno Cardoso Lopes · 15 years ago
  88. 76e7ba8 Back out 76300; apparently the preference is to canonicalize the other by Eli Friedman · 15 years ago
  89. 93f2491 add a fixme by Chris Lattner · 15 years ago
  90. 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
  91. b1f61e2 Add carry producing / using versions of add / sub by Anton Korobeynikov · 15 years ago
  92. 6323a83 Expand frem by Anton Korobeynikov · 15 years ago
  93. 6d94eff Turn abort() into unreachable by Anton Korobeynikov · 15 years ago
  94. 31e8744 Turn few asserts into errors / unreachable's by Anton Korobeynikov · 15 years ago
  95. 87e412b Handle vector returns by Anton Korobeynikov · 15 years ago
  96. 0cca069 Provide expansion for ct* intrinsics by Anton Korobeynikov · 15 years ago
  97. e37a37d Expand sext_inreg for i1 by Anton Korobeynikov · 15 years ago
  98. 8be1739 Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the by Eli Friedman · 15 years ago
  99. 191a0ae Remove no-op check. by Eli Friedman · 15 years ago
  100. 1694e09 Remove dead check. by Eli Friedman · 15 years ago