1. 2455268 Should also check SMLAD for invalid register values. by Johnny Chen · 14 years ago
  2. ae6c95b Simplify. isIdenticalToWhenDefined() checks opcode. by Devang Patel · 14 years ago
  3. 84025ba Set unnamed_addr on strings created through the IRBuilder. by Nick Lewycky · 14 years ago
  4. c60a475 Add support for ArrayRef in IRBuilder's CreateCall. by Nick Lewycky · 14 years ago
  5. df298c9 Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for folded comparisons, just like ADD and SUB. by Owen Anderson · 14 years ago
  6. ef7fb17 Cleanups from Jim: remove redundant constraints and a dead FIXME. by Owen Anderson · 14 years ago
  7. d418194 While folding branch to a common destination into a predecessor, copy dbg values also. by Devang Patel · 14 years ago
  8. f22eefba Tidy up. by Jim Grosbach · 14 years ago
  9. d8b4c4d A8.6.393 by Johnny Chen · 14 years ago
  10. 01ccab4 tidy up. by Jim Grosbach · 14 years ago
  11. 9a54352 Also account for the spill code that would be inserted in live-through blocks with interference. by Jakob Stoklund Olesen · 14 years ago
  12. 1b400e8 Abort the constraint calculation early when all positive bias is lost. by Jakob Stoklund Olesen · 14 years ago
  13. b092377 Fix typo in doxy-comment. by Nick Lewycky · 14 years ago
  14. 4d81c9a A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP" by Johnny Chen · 14 years ago
  15. a040d47 Fix comment to use llvm 2.x syntax. by Nick Lewycky · 14 years ago
  16. ec5d180 Replace const std::vector& with ArrayRef in the type creation APIs. by Nick Lewycky · 14 years ago
  17. 70d4370 Keep track of the number of positively biased nodes when adding constraints. by Jakob Stoklund Olesen · 14 years ago
  18. 9efa2a2 Break the spill placement algorithm into three parts: prepare, addConstraints, and finish. by Jakob Stoklund Olesen · 14 years ago
  19. 77b42e9 Fix a typo. by Roman Divacky · 14 years ago
  20. a961154 Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong. by Johnny Chen · 14 years ago
  21. 3d195fa Add another case we are not optimizing. by Rafael Espindola · 14 years ago
  22. 8617897 The original issue has been fixed by not doing unnecessary sign extensions. by Rafael Espindola · 14 years ago
  23. f3480a8 face+palm by Devang Patel · 14 years ago
  24. f5a9056 Do a topological sort of the types before writing them out. by Rafael Espindola · 14 years ago
  25. 714b34f EngineBuilder setter method for UseMCJIT was missing return value. by Jim Grosbach · 14 years ago
  26. 0fa5da9 add rubinius by Chris Lattner · 14 years ago
  27. 090771f Fix a few instances of "warning: extra ';' outside of a function [-pedantic]". by Frits van Bommel · 14 years ago
  28. d496f88 This testcase passed even without the fix. Added the target info to make the by Nadav Rotem · 14 years ago
  29. f3ba7af Fix some typos. Minor tweaks to how some things were expressed. by Duncan Sands · 14 years ago
  30. cb88ec3 Trivial typo fixes. by Jay Foad · 14 years ago
  31. 4841121 Add an empty key for DebugLoc so that you can store an empty DebugLoc in a by Nick Lewycky · 14 years ago
  32. 49123fd Finish up the first draft of the release notes. by Chris Lattner · 14 years ago
  33. c5ac61d continue writing. by Chris Lattner · 14 years ago
  34. af4db5f Support using DebugLoc's in a DenseMap. by Nick Lewycky · 14 years ago
  35. 49460bc Oops. Scary. by Jakob Stoklund Olesen · 14 years ago
  36. db529a8 Analyze blocks with uses separately from live-through blocks without uses. by Jakob Stoklund Olesen · 14 years ago
  37. 6a1220e Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function. by Johnny Chen · 14 years ago
  38. 3bfe57e add the external users that emailed me. by Chris Lattner · 14 years ago
  39. c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 14 years ago
  40. 2009c49 some libc++ notes. by Chris Lattner · 14 years ago
  41. df448a3 some edits. by Chris Lattner · 14 years ago
  42. 1efe27e distribute content out to the appropriate sections by Chris Lattner · 14 years ago
  43. b48c791 Reapply r128946 (pseudoization of various instructions), and fix the extra imp-def of CPSR it was adding. by Owen Anderson · 14 years ago
  44. 53c5e7b Make the virtual destructor out-of-line so we have a key function. by Chandler Carruth · 14 years ago
  45. 71d9e65 Sign error by Jakob Stoklund Olesen · 14 years ago
  46. b3dd826 Don't crash when a value is defined after the last split point. by Jakob Stoklund Olesen · 14 years ago
  47. 3e22897 Permit blocks to branch directly to a landing pad. by Jakob Stoklund Olesen · 14 years ago
  48. caf767b Remove extraneous 'return'. by Jim Grosbach · 14 years ago
  49. 2c868d1 Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal register by Johnny Chen · 14 years ago
  50. e4dc196 finished my pass through all the 2.9 commits, now to make this intelligible by Chris Lattner · 14 years ago
  51. 8ae4261 mention llvm::ArrayRef, which should be use much more pervasively than by Chris Lattner · 14 years ago
  52. 61f3cf3 Clean up some code for clarity. by Bob Wilson · 14 years ago
  53. d36d42d Provide an empty virtual destructor to go with the virtual methods in by Chandler Carruth · 14 years ago
  54. 493cba1 Revert r128946 while I figure out why it broke the buildbots. by Owen Anderson · 14 years ago
  55. c3281c1 A7.3 register encoding by Johnny Chen · 14 years ago
  56. da19475 Add support to encode function's template parameters. by Devang Patel · 14 years ago
  57. 76634df Give RSBS and RSCS the pseudo treatment. by Owen Anderson · 14 years ago
  58. 5438d76 ARM disassembler was erroneously accepting an invalid RSC instruction. by Johnny Chen · 14 years ago
  59. 1a8b9dd remove postdom frontiers, because it is dead. Forward dom frontiers are by Chris Lattner · 14 years ago
  60. c631931 docs/ReleaseNotes.html: Please use proper *Heading* elements instead of classified div. by NAKAMURA Takumi · 14 years ago
  61. c584e31 ARM disassembler was erroneously accepting an invalid LSL instruction. by Johnny Chen · 14 years ago
  62. 7670601 Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doing the expansion earlier (using a custom inserter) to allow for the chance of predicating these instructions. by Owen Anderson · 14 years ago
  63. 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 14 years ago
  64. c5ddb74 These tests no longer require linear scan because reserved register coalescing is now universal. by Jakob Stoklund Olesen · 14 years ago
  65. cfafc54 Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy. by Jakob Stoklund Olesen · 14 years ago
  66. 0f310ee only 7 more weeks to go. by Chris Lattner · 14 years ago
  67. b4c2bc25 Refactor. by Devang Patel · 14 years ago
  68. 4359e5e Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html by Jakob Stoklund Olesen · 14 years ago
  69. bdaa9dc Add an assertion instead of crashing when the scavenger goes past the end by Bob Wilson · 14 years ago
  70. 06d2b42 Fix typos. Adjust some whitespace for style. No functionality change. by Nick Lewycky · 14 years ago
  71. 2c2130b The r128085 checkin modified the operand ordering for MRC/MRC2 instructions. by Johnny Chen · 14 years ago
  72. 2a121b9 Add support for detection of Intel SandyBridge. by Roman Divacky · 14 years ago
  73. 57b0fb7 Fix one more batch of X86 tests to be register allocation dependent. by Jakob Stoklund Olesen · 14 years ago
  74. 3520019 When dead code elimination removes all but one use, try to fold the single def into the remaining use. by Jakob Stoklund Olesen · 14 years ago
  75. e050f50 Do not emit empty name. by Devang Patel · 14 years ago
  76. bbc65bb ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error. by Johnny Chen · 14 years ago
  77. 40f16cf Fix a typo. by Andrew Trick · 14 years ago
  78. ce96902 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 14 years ago
  79. 5dc0c50 LDRD now prints out two dst registers. by Johnny Chen · 14 years ago
  80. d05a824 Fix test-llvm failures. by Johnny Chen · 14 years ago
  81. a41af7a whitespace by Andrew Trick · 14 years ago
  82. 0da9f13 An MCDisassembler has the option to not implement by Shantonu Sen · 14 years ago
  83. 215e4fd Make second source operand of LDRD pre/post explicit. by Jim Grosbach · 14 years ago
  84. 7a8e6c5 more notes to self. by Chris Lattner · 14 years ago
  85. 12bb295 Constants with multiple encodings (ARM): by Johnny Chen · 14 years ago
  86. b26d8d7 Check for invalid register encodings for UMAAL and friends where: by Johnny Chen · 14 years ago
  87. 15b81b5 Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/ABC with the appropriate S-bit input value. by Owen Anderson · 14 years ago
  88. ac42a19 ARM doesn't support byval yet. XFAIL this test until it does. by Stuart Hastings · 14 years ago
  89. e7510c2 Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming by Oscar Fuentes · 14 years ago
  90. b793bc1 Ensure all defs referring to a virtual register are marked dead by addRegisterDead(). by Jakob Stoklund Olesen · 14 years ago
  91. 8439747 Print visibility info for external variables. by Rafael Espindola · 14 years ago
  92. a2948ef Use std::unique instead of a SmallPtrSet to ensure unique instructions in UseSlots. by Jakob Stoklund Olesen · 14 years ago
  93. 0286ca8 InstCombine optimizes gep(bitcast(x)) even when the bitcasts casts away address by Nadav Rotem · 14 years ago
  94. 45c435a docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme! by NAKAMURA Takumi · 14 years ago
  95. a8b3e18 docs/GettingStarted.html: FIXME: dg, lit, and source tree layout. by NAKAMURA Takumi · 14 years ago
  96. 0a6f6d5 add a bunch of notes to myself, this is not intended to be gramatic or by Chris Lattner · 14 years ago
  97. 612f780 Stop precomputing last split points, query the SplitAnalysis cache on demand. by Jakob Stoklund Olesen · 14 years ago
  98. 1a77445 Cache the fairly expensive last split point computation and provide a fast by Jakob Stoklund Olesen · 14 years ago
  99. f05b1dc Revamp the SjLj "dispatch setup" intrinsic. by Bill Wendling · 14 years ago
  100. 4fccc86 Fix up testcase for previous commit. by Eric Christopher · 14 years ago