1. 7f93dc8 Switch obvious clients to Twine instead of utostr (when they were already using by Daniel Dunbar · 15 years ago
  2. e409f0a Keep track of references to mem(cpy,move,set) and then print only one extern by Sanjiv Gupta · 15 years ago
  3. 0165a2c Twine: Provide [u]int{32,64} conversions via implicit constructors instead of by Daniel Dunbar · 15 years ago
  4. 7133959 Equal SCEVs of a subscript give rise to dependence. by Andreas Bolka · 15 years ago
  5. bb916fb Disable the NamedMDNodeTest, it is failing everywhere. by Daniel Dunbar · 15 years ago
  6. 55a961f Typo by Nate Begeman · 15 years ago
  7. a4714e0 Add a new register class to describe operands that can't be SP, by Dan Gohman · 15 years ago
  8. 2395f01 Minor whitespace tidiness. by Dan Gohman · 15 years ago
  9. e8861b8 Check null NameMDNode elements. by Devang Patel · 15 years ago
  10. 084d1ba Eliminate a bunch of redundant tables. by Dan Gohman · 15 years ago
  11. cf661e2 Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs. by Bob Wilson · 15 years ago
  12. 7c5f0c5 Use array_endof instead of doing it manually. by Dan Gohman · 15 years ago
  13. fa7c4dc Add NamedMDNode test. by Devang Patel · 15 years ago
  14. c29d5b3 print single NamedMDNode. by Devang Patel · 15 years ago
  15. 8770f74 tbb / tbh instructions only branch forward, not backwards. by Evan Cheng · 15 years ago
  16. d600522 Add VFP3 D registers to the DPR register class. by Evan Cheng · 15 years ago
  17. 1b10d79 In TrimAllocationToSize, if a block is below the minimum allocation size, by Nicolas Geoffray · 15 years ago
  18. f485b3b Eliminate a few unused-variable warnings by Douglas Gregor · 15 years ago
  19. aa99314 Read and write NamedMDNode. by Devang Patel · 15 years ago
  20. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  21. 37c4a2d Print named metadata. by Devang Patel · 15 years ago
  22. 473955f Fix PR4645 which was fallout from the fix for PR4641. by Daniel Dunbar · 15 years ago
  23. 5316bf0 There is no need to keep name ref in NamedMDNode. by Devang Patel · 15 years ago
  24. 2a38688 inline the global 'getInstrOperandRegClass' function into its callers by Chris Lattner · 15 years ago
  25. 20a2a0a Make sure Thumb2 uses the right call instructions. by Evan Cheng · 15 years ago
  26. 409914b Forgot to output the base offset. by Bill Wendling · 15 years ago
  27. cb778a8 1. Introduce a new TargetOperandInfo::getRegClass() helper method by Chris Lattner · 15 years ago
  28. a938ac6 make ptr_rc derive from a new PointerLikeRegClass tblgen class. by Chris Lattner · 15 years ago
  29. 2cfd52c Give getPointerRegClass() a "kind" value so that targets can by Chris Lattner · 15 years ago
  30. 0531d04 - Fix an obvious copy and paste error. - Darwin Thumb2 call clobbers r9. by Evan Cheng · 15 years ago
  31. c8d0605 by David Greene · 15 years ago
  32. 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  33. 6c1e983 Remove now unused Context variables. by Benjamin Kramer · 15 years ago
  34. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  35. 26ef510 Fix a typo, and all of its copies by Douglas Gregor · 15 years ago
  36. e657ec6 Implement PointerUnion4. by Douglas Gregor · 15 years ago
  37. 985fea2 Refactor. Fix indentation. by Devang Patel · 15 years ago
  38. 978dae3 Add llvm_unreachable for ... unreachable code! by Eric Christopher · 15 years ago
  39. b7d3ed0 xfail for now. by Evan Cheng · 15 years ago
  40. 89ae98c Perform simplification noticed by Reid. by Daniel Dunbar · 15 years ago
  41. 28bc9d8 Keep track of named mdnodes in a Module using an ilist. by Devang Patel · 15 years ago
  42. 4baffeb fix unittest on platforms with unsigned chars (e.g. linux-ppc) by Benjamin Kramer · 15 years ago
  43. 9004e8d Add missing include. by Daniel Dunbar · 15 years ago
  44. b7d0c90 Change Neon VLDn intrinsics to return multiple values instead of really by Bob Wilson · 15 years ago
  45. 09b1366 Fix the verifier to handle intrinsics with LLVMMatchType parameters, where by Bob Wilson · 15 years ago
  46. dc297c1 Fix an assumption that there is a single return value when verifying by Bob Wilson · 15 years ago
  47. eb85728 by David Greene · 15 years ago
  48. 0a28d18 Add one-past-the-end language to the inbounds keyword. by Dan Gohman · 15 years ago
  49. dcb40a3 Minor code simplification. by Dan Gohman · 15 years ago
  50. efbf178 Fix comment. by Devang Patel · 15 years ago
  51. c736424 trim include list. by Devang Patel · 15 years ago
  52. 37e3fe9 MSVC build fix. Patch by Olaf Krzikalla! by Benjamin Kramer · 15 years ago
  53. 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
  54. 78a3dd8 raw_ostream: Follow the 32-bit path when printing "small" decimal numbers. by Daniel Dunbar · 15 years ago
  55. c8eef44 some wording changes. by Chris Lattner · 15 years ago
  56. 37dfdec more syntactic cleanups. by Chris Lattner · 15 years ago
  57. c3c35b1 minor smallvector cleanups by Chris Lattner · 15 years ago
  58. f21f85a link to a newer preso by Chris Lattner · 15 years ago
  59. 02a0d0e Just discard the output, no need to turn it back into text. by Nick Lewycky · 15 years ago
  60. 31dcfe6 whitespace cleanup. by Chris Lattner · 15 years ago
  61. 15f72db Skeleton for pairwise subscript testing. by Andreas Bolka · 15 years ago
  62. 45ce89b don't dump .bc file to stdout, and simplify this to a trivial testcase. by Chris Lattner · 15 years ago
  63. 83d1c3d mingw uses .data and .text, not _data and _text. by Chris Lattner · 15 years ago
  64. b8f396b fix PR4584 with a trivial patch now that the pieces are in place. by Chris Lattner · 15 years ago
  65. 0efa921 Bulk erasing instructions without RAUWing them is unsafe. Instead, break them by Nick Lewycky · 15 years ago
  66. e53a600 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 15 years ago
  67. 636bef1 Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious compile time regression. by Evan Cheng · 15 years ago
  68. a679207 constant prop a utostr. by Chris Lattner · 15 years ago
  69. 067fe1a remove some completely wrong code. 1 is never < 16. It turns out that GCC appears to put strings of any length into the ELF cstring equivalent, so just rip out the code. by Chris Lattner · 15 years ago
  70. 95db93c Revert r77397, it causes significant regressions in llc performance. by Daniel Dunbar · 15 years ago
  71. 5657c01 Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte / halfword. by Evan Cheng · 15 years ago
  72. 794bfed Fix comment. by Eric Christopher · 15 years ago
  73. 859cc77 Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > by Bill Wendling · 15 years ago
  74. c841fe5 Add a couple more tests for the ptest intrinsics to make sure we're by Eric Christopher · 15 years ago
  75. 0dafca9 Move comment to above method. by Bill Wendling · 15 years ago
  76. eff2ab6 Parse named metadata. by Devang Patel · 15 years ago
  77. f457d13 Add NamedMDNode. by Devang Patel · 15 years ago
  78. ade025c - Temporarily unbreak the build by forcing the TType "absptr", which isn't by Bill Wendling · 15 years ago
  79. 71c6753 Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower by Eric Christopher · 15 years ago
  80. 28daa10 Remove another F_OK. by Dan Gohman · 15 years ago
  81. 0e2771f Match X86 register names to number. by Daniel Dunbar · 15 years ago
  82. 55e459a Fix a few typos and add links. by Andreas Bolka · 15 years ago
  83. d945378 Thumb-2: fix typo that caused incorrect stack elimination for VFP operations and very large stack frames. by David Goodwin · 15 years ago
  84. 5cff487 Cleanup code to use iterators instead of ".size()". by Bill Wendling · 15 years ago
  85. 7b43f5c Slightly reformat LDA tests to ease grepping. by Andreas Bolka · 15 years ago
  86. 7aaad71 by David Greene · 15 years ago
  87. a87861e On "Unix", if Program::FindProgramByName is given a name containing by Dan Gohman · 15 years ago
  88. fd29440 by David Greene · 15 years ago
  89. d460962 Doxygenify comments. by Bill Wendling · 15 years ago
  90. 5e953dd Split out large loop into it's very own method. No intended functionality change. by Bill Wendling · 15 years ago
  91. 73c74ea It isn't necessary to use F_OK when using R_OK or similar. by Dan Gohman · 15 years ago
  92. 265d82e Add a bugpoint flag to disable block extraction. by David Goodwin · 15 years ago
  93. 9eb7e0a discourage else after "noreturn" statements. by Chris Lattner · 15 years ago
  94. cf593a3 Update CMakeLists by Daniel Dunbar · 15 years ago
  95. 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 15 years ago
  96. dd04246 Clarify getName() comment. by Devang Patel · 15 years ago
  97. b0d9c3e Output the EH TType format and base offset only if there are types that we're by Bill Wendling · 15 years ago
  98. e240beb Make expression parsing and error/warning reporting available through the by Daniel Dunbar · 15 years ago
  99. b0facb1 Fix a fixme; don't take binaries from the working directory. by Benjamin Kramer · 15 years ago
  100. 3755bec Remove unused method. by Devang Patel · 15 years ago