1. 3e7b5ca Various doc updates from Edward O'Callaghan! by Chris Lattner · 15 years ago
  2. 117c7e2 remove the last bits of SectionFlagsForGlobal. There is some flag here that by Chris Lattner · 15 years ago
  3. 1ab78b0 don't mask out the small flag and then reapply it later. by Chris Lattner · 15 years ago
  4. 2739179 if Xcore doesn't support TLS, it doesn't have to worry about thread local LLVM IR, it should be rejected by a front-end. by Chris Lattner · 15 years ago
  5. 97ee127 remove the Xcore implementation of SelectSectionForGlobal. While you have by Chris Lattner · 15 years ago
  6. 449e379 simplify based on the fact that darwin always uses L/l. by Chris Lattner · 15 years ago
  7. 939a890 make some stuff private. by Chris Lattner · 15 years ago
  8. bdf7a3a improve comments. by Chris Lattner · 15 years ago
  9. e1abeb4 Remove the XCore custom implementation of MergeableConstSection, relying on by Chris Lattner · 15 years ago
  10. b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 15 years ago
  11. 32eaeca Reorder the "Metadata" entry to match the C bindings. by Bob Wilson · 15 years ago
  12. 85f4983 Add missing include by Daniel Dunbar · 15 years ago
  13. 7886ae9 inline a trivial method into its only call site and fix indentation of cases by Chris Lattner · 15 years ago
  14. 42b6418 Remove some overridden functions in XCoreTargetAsmInfo that are by Chris Lattner · 15 years ago
  15. 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 15 years ago
  16. 7558f11 minor cleanups. by Chris Lattner · 15 years ago
  17. 822ccd9 Privatize the ConstantArray table. by Owen Anderson · 15 years ago
  18. f6fa8ae Add a few fairly obvious API changes I noticed while porting some old code. by Torok Edwin · 15 years ago
  19. e748285 Missed a piece of the commit to remove the shift flavor. by Eli Friedman · 15 years ago
  20. 16e298f Privatize the first of the value maps. by Owen Anderson · 15 years ago
  21. b3e7171 Remove shift amount flavor. It isn't actually complete enough to by Eli Friedman · 15 years ago
  22. 58bb61a Remove a couple of already-implemented notes. by Eli Friedman · 15 years ago
  23. 49419e2 80 col violation. by Evan Cheng · 15 years ago
  24. a358c1d by David Greene · 15 years ago
  25. 6762d91 Add fake v7 itineraries for now. by Evan Cheng · 15 years ago
  26. 40bbebd make AsmPrinter::doFinalization iterate over the global variables by Chris Lattner · 15 years ago
  27. 4b93895 by David Greene · 15 years ago
  28. 20574a9 by David Greene · 15 years ago
  29. 8f6353f by David Greene · 15 years ago
  30. 3ecadc8 Do not select tSXTB / tSXTH in thumb2 mode. by Evan Cheng · 15 years ago
  31. b3056fa Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 15 years ago
  32. d06c598 Add freed memory poisoning in !NDEBUG mode for DenseMap. by Torok Edwin · 15 years ago
  33. e4d8408 reduce indentation by using an early exit. by Chris Lattner · 15 years ago
  34. c55db82 Update CMake files. by Ted Kremenek · 15 years ago
  35. a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 15 years ago
  36. b34e3a9 whitespace cleanups, make the MipsAsmPrinter::doInitialization by Chris Lattner · 15 years ago
  37. d3ffc06 fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. by Chris Lattner · 15 years ago
  38. 7462502 convert this test to filecheck format, which is faster and avoids false matches of "st" -> "stdin" by Chris Lattner · 15 years ago
  39. 90f8b70 Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 15 years ago
  40. 7cb6860 Move StringRef comparison operators out of class. by Daniel Dunbar · 15 years ago
  41. 1010c21 fix indentation by Chris Lattner · 15 years ago
  42. da6c240 remove an unneeded override. by Chris Lattner · 15 years ago
  43. a46cb52 more random whitespace cleanup, eliminate #define, avoid copying by Chris Lattner · 15 years ago
  44. 99bd8bf add a testcase for the pic16 section handling stuff. by Chris Lattner · 15 years ago
  45. dc47146 some simple whitespace cleanup, avoid copying vectors for no reason by Chris Lattner · 15 years ago
  46. f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 15 years ago
  47. 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 · 15 years ago
  48. 92645ac Add missing include. by Daniel Dunbar · 15 years ago
  49. bda9653 Switch this API to StringRef. by Daniel Dunbar · 15 years ago
  50. fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 15 years ago
  51. 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 15 years ago
  52. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 15 years ago
  53. a8f0af5 Remove some unused code. by Daniel Dunbar · 15 years ago
  54. 68491c1 Support adding relocations for data sections, handling the cases where by Bruno Cardoso Lopes · 15 years ago
  55. 634d61b remove a very large testcase for now. by Chris Lattner · 15 years ago
  56. 77159e3 Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean Callanan. by Evan Cheng · 15 years ago
  57. d101a72 Fix a dagga combiner bug: avoid creating illegal constant. by Evan Cheng · 15 years ago
  58. f53c371 Move a bit more state over to the LLVMContext. by Owen Anderson · 15 years ago
  59. 7239b51 Add the following functions: by Bill Wendling · 15 years ago
  60. 126b566 Add a testcase for PR2831. by Dan Gohman · 15 years ago
  61. 19211b4 Add a testcase for PR4569, which is now fixed. by Dan Gohman · 15 years ago
  62. 0b106d9 Add an svn:ignore. by Dan Gohman · 15 years ago
  63. a16b576 Make the range calculations for addrecs to be more conservative, by Dan Gohman · 15 years ago
  64. c2b015e Whitespace cleanups. by Dan Gohman · 15 years ago
  65. c268e7c Minor code simplification. by Dan Gohman · 15 years ago
  66. af9e7a7 Fix ARM isle code that optimize multiply by constants which are power-of-2 +/- 1. by Evan Cheng · 15 years ago
  67. c95be59 Cross RC coalescing is now on by default. by Evan Cheng · 15 years ago
  68. 60b3ba0 revert 76503 while I figure out what's going on by Dale Johannesen · 15 years ago
  69. f117ed4 Add a comment to clarify why there isn't any code in this spot. by Dan Gohman · 15 years ago
  70. 4500e9e Remove the code that tried to evaluate whether (A pred B) is known by Dan Gohman · 15 years ago
  71. 71bbebd Make sure a global matching asm 'i' constraint gets its by Dale Johannesen · 15 years ago
  72. 5339c55 Move stripping of bitcasts in inline asm arguments by Dale Johannesen · 15 years ago
  73. 0d5bae4 Minor code simplification. by Dan Gohman · 15 years ago
  74. cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 15 years ago
  75. 746f3b1 The upper argument of ConstantRange is exclusive, not inclusive. by Dan Gohman · 15 years ago
  76. b3e7189 clean up some formatting, indent by 2 instead of 4. by Chris Lattner · 15 years ago
  77. c27a454 CMP and TST define CPSR, not use it. by David Goodwin · 15 years ago
  78. 76081c4 by David Greene · 15 years ago
  79. 87faa1f Forgot this test earlier. by Evan Cheng · 15 years ago
  80. ecc2da8 Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans can understand it. by Bill Wendling · 15 years ago
  81. 4cef584 Pass in the unfortunately named "LessPrivatePrefix" for the by Bill Wendling · 15 years ago
  82. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 15 years ago
  83. 33d0474 Use TII->findCommutedOpIndices to find the commute operands (rather than guessing). by Evan Cheng · 15 years ago
  84. 4aebcb4 Change the casting of linkage types into a map. This makes this much more robust by Bill Wendling · 15 years ago
  85. 344df5e Clarify that OverflowingBinaryOperator is not used for SDiv, even though by Dan Gohman · 15 years ago
  86. 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 15 years ago
  87. dbd692a Add MCAsmLexer interface. by Daniel Dunbar · 15 years ago
  88. 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
  89. 2f70f1a Remove FIXME that was already fixed. by Eli Friedman · 15 years ago
  90. 5c0ba80 Rename Mangler linkage enums to something less gross. by Bill Wendling · 15 years ago
  91. 256be96 Refactor metadata parsing routines into separate functions. by Devang Patel · 15 years ago
  92. a3af370 Add MCAsmParser interface. by Daniel Dunbar · 15 years ago
  93. 4d20c24 Build FileCheck from with CMake by Douglas Gregor · 15 years ago
  94. 39a499b Put new enum at end of list to avoid changing ABI. by Bill Wendling · 15 years ago
  95. 1902fd9 remove TargetAsmInfo::ExpandInlineAsm by Chris Lattner · 15 years ago
  96. 8850b36 use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo. by Chris Lattner · 15 years ago
  97. b810565 Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. by Chris Lattner · 15 years ago
  98. 7a965b0 Drop UDivOperator and introduce SDivOperator. Thanks to Chris for noticing this. by Dan Gohman · 15 years ago
  99. ff3d3ad add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore eventually. by Chris Lattner · 15 years ago
  100. 13c5e35 Update this comment. by Dan Gohman · 15 years ago