1. b3056fa Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 16 years ago
  2. d06c598 Add freed memory poisoning in !NDEBUG mode for DenseMap. by Torok Edwin · 16 years ago
  3. e4d8408 reduce indentation by using an early exit. by Chris Lattner · 16 years ago
  4. c55db82 Update CMake files. by Ted Kremenek · 16 years ago
  5. a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 16 years ago
  6. b34e3a9 whitespace cleanups, make the MipsAsmPrinter::doInitialization by Chris Lattner · 16 years ago
  7. d3ffc06 fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. by Chris Lattner · 16 years ago
  8. 7462502 convert this test to filecheck format, which is faster and avoids false matches of "st" -> "stdin" by Chris Lattner · 16 years ago
  9. 90f8b70 Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 16 years ago
  10. 7cb6860 Move StringRef comparison operators out of class. by Daniel Dunbar · 16 years ago
  11. 1010c21 fix indentation by Chris Lattner · 16 years ago
  12. da6c240 remove an unneeded override. by Chris Lattner · 16 years ago
  13. a46cb52 more random whitespace cleanup, eliminate #define, avoid copying by Chris Lattner · 16 years ago
  14. 99bd8bf add a testcase for the pic16 section handling stuff. by Chris Lattner · 16 years ago
  15. dc47146 some simple whitespace cleanup, avoid copying vectors for no reason by Chris Lattner · 16 years ago
  16. f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 16 years ago
  17. 5d88502 Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegForReload() should make sure the "switched" register is in the desired register class. I'm surprised this hasn't caused more failures in the past. by Evan Cheng · 16 years ago
  18. 92645ac Add missing include. by Daniel Dunbar · 16 years ago
  19. bda9653 Switch this API to StringRef. by Daniel Dunbar · 16 years ago
  20. fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 16 years ago
  21. 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 16 years ago
  22. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 16 years ago
  23. a8f0af5 Remove some unused code. by Daniel Dunbar · 16 years ago
  24. 68491c1 Support adding relocations for data sections, handling the cases where by Bruno Cardoso Lopes · 16 years ago
  25. 634d61b remove a very large testcase for now. by Chris Lattner · 16 years ago
  26. 77159e3 Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean Callanan. by Evan Cheng · 16 years ago
  27. d101a72 Fix a dagga combiner bug: avoid creating illegal constant. by Evan Cheng · 16 years ago
  28. f53c371 Move a bit more state over to the LLVMContext. by Owen Anderson · 16 years ago
  29. 7239b51 Add the following functions: by Bill Wendling · 16 years ago
  30. 126b566 Add a testcase for PR2831. by Dan Gohman · 16 years ago
  31. 19211b4 Add a testcase for PR4569, which is now fixed. by Dan Gohman · 16 years ago
  32. 0b106d9 Add an svn:ignore. by Dan Gohman · 16 years ago
  33. a16b576 Make the range calculations for addrecs to be more conservative, by Dan Gohman · 16 years ago
  34. c2b015e Whitespace cleanups. by Dan Gohman · 16 years ago
  35. c268e7c Minor code simplification. by Dan Gohman · 16 years ago
  36. af9e7a7 Fix ARM isle code that optimize multiply by constants which are power-of-2 +/- 1. by Evan Cheng · 16 years ago
  37. c95be59 Cross RC coalescing is now on by default. by Evan Cheng · 16 years ago
  38. 60b3ba0 revert 76503 while I figure out what's going on by Dale Johannesen · 16 years ago
  39. f117ed4 Add a comment to clarify why there isn't any code in this spot. by Dan Gohman · 16 years ago
  40. 4500e9e Remove the code that tried to evaluate whether (A pred B) is known by Dan Gohman · 16 years ago
  41. 71bbebd Make sure a global matching asm 'i' constraint gets its by Dale Johannesen · 16 years ago
  42. 5339c55 Move stripping of bitcasts in inline asm arguments by Dale Johannesen · 16 years ago
  43. 0d5bae4 Minor code simplification. by Dan Gohman · 16 years ago
  44. cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 16 years ago
  45. 746f3b1 The upper argument of ConstantRange is exclusive, not inclusive. by Dan Gohman · 16 years ago
  46. b3e7189 clean up some formatting, indent by 2 instead of 4. by Chris Lattner · 16 years ago
  47. c27a454 CMP and TST define CPSR, not use it. by David Goodwin · 16 years ago
  48. 76081c4 by David Greene · 16 years ago
  49. 87faa1f Forgot this test earlier. by Evan Cheng · 16 years ago
  50. ecc2da8 Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans can understand it. by Bill Wendling · 16 years ago
  51. 4cef584 Pass in the unfortunately named "LessPrivatePrefix" for the by Bill Wendling · 16 years ago
  52. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
  53. 33d0474 Use TII->findCommutedOpIndices to find the commute operands (rather than guessing). by Evan Cheng · 16 years ago
  54. 4aebcb4 Change the casting of linkage types into a map. This makes this much more robust by Bill Wendling · 16 years ago
  55. 344df5e Clarify that OverflowingBinaryOperator is not used for SDiv, even though by Dan Gohman · 16 years ago
  56. 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 16 years ago
  57. dbd692a Add MCAsmLexer interface. by Daniel Dunbar · 16 years ago
  58. 753480a Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resulting interval's register class. by Evan Cheng · 16 years ago
  59. 2f70f1a Remove FIXME that was already fixed. by Eli Friedman · 16 years ago
  60. 5c0ba80 Rename Mangler linkage enums to something less gross. by Bill Wendling · 16 years ago
  61. 256be96 Refactor metadata parsing routines into separate functions. by Devang Patel · 16 years ago
  62. a3af370 Add MCAsmParser interface. by Daniel Dunbar · 16 years ago
  63. 4d20c24 Build FileCheck from with CMake by Douglas Gregor · 16 years ago
  64. 39a499b Put new enum at end of list to avoid changing ABI. by Bill Wendling · 16 years ago
  65. 1902fd9 remove TargetAsmInfo::ExpandInlineAsm by Chris Lattner · 16 years ago
  66. 8850b36 use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo. by Chris Lattner · 16 years ago
  67. b810565 Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. by Chris Lattner · 16 years ago
  68. 7a965b0 Drop UDivOperator and introduce SDivOperator. Thanks to Chris for noticing this. by Dan Gohman · 16 years ago
  69. ff3d3ad add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore eventually. by Chris Lattner · 16 years ago
  70. 13c5e35 Update this comment. by Dan Gohman · 16 years ago
  71. f241174 Revert the addition of hasNoPointerOverflow to GEPOperator. by Dan Gohman · 16 years ago
  72. 8f4e22f remove dead forward decl by Chris Lattner · 16 years ago
  73. 91cf361 For remote execution, must cd to the executable directory since the exe expects to find a dylib in the CWD ('.'). by David Goodwin · 16 years ago
  74. 83757c7 rename TargetAsmInfo::getASDirective -> getDataASDirective by Chris Lattner · 16 years ago
  75. d3eb106 Fix comment. by Daniel Dunbar · 16 years ago
  76. 3c9509f by David Greene · 16 years ago
  77. 31e7eba Use t2LDRri12 for frame index loads. by David Goodwin · 16 years ago
  78. 6aadc4d xfail for now. by Evan Cheng · 16 years ago
  79. 8e9b171 PR4591: Make sure to initialize the pass manager before using it. by Eli Friedman · 16 years ago
  80. 0a38dc5 For PC relative relocations where symbols are defined in the same section they by Bruno Cardoso Lopes · 16 years ago
  81. 1488670 Add -std-{compile,link}-opts to bugpoint. - Sheesh. by Daniel Dunbar · 16 years ago
  82. f6fe957 Fix PR4567. Thumb1 target was using the wrong instruction to handle sp = sub fp, #c. by Evan Cheng · 16 years ago
  83. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
  84. ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 16 years ago
  85. 1d5c493 use stripPointerCasts to simplify some code. by Chris Lattner · 16 years ago
  86. 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 16 years ago
  87. 987e7eb Rename the index to linkage types. by Bill Wendling · 16 years ago
  88. c39e3e0 More reformatting. by Bill Wendling · 16 years ago
  89. d9fe298 Fix HTML violations. by Bill Wendling · 16 years ago
  90. e910b4c Obsessivly reformat. by Bill Wendling · 16 years ago
  91. 91449a8 Model fpscr to prevent fcmped / fcmpezs etc from being deleted. by Evan Cheng · 16 years ago
  92. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  93. 3f189a3 CMake support for SystemZ. by Daniel Dunbar · 16 years ago
  94. fbb47ee Tweak svn:ignore by Daniel Dunbar · 16 years ago
  95. cc17183 This test should be run with -m32. by Daniel Dunbar · 16 years ago
  96. e0d5c17 fix test by Chris Lattner · 16 years ago
  97. 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 16 years ago
  98. a786c7b Don't override LowerArguments in the SPARC backend. In addition to by Eli Friedman · 16 years ago
  99. b46aaa3 Fix a regression from 76124. Thumb1 instructions default to S bit being true. by Evan Cheng · 16 years ago
  100. 45d34fe Fix http://llvm.org/bugs/show_bug.cgi?id=4583 by Jakob Stoklund Olesen · 16 years ago