1. 0fffe21 XFAIL this test for PPC. by Bill Wendling · 15 years ago
  2. 65b7f3a Improve handling of immediates by splitting 32-bit immediates into two 16-bit by Jim Grosbach · 15 years ago
  3. a91f4c5 Add DAG printing for RMW stuff debugging by Anton Korobeynikov · 15 years ago
  4. 83fceb9 RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and disable some tests until it will be clever enough to handle them. by Anton Korobeynikov · 15 years ago
  5. 90593d2 Implement branch folding by Anton Korobeynikov · 15 years ago
  6. 3926fb6 Cosmetic changes, no functionality changes by Anton Korobeynikov · 15 years ago
  7. 68afa54 Make changes to rev 84292 as requested by Chris Lattner. by Victor Hernandez · 15 years ago
  8. b27b51a Fix NEON VST2LN instruction encoding. Patch by Johnny Chen. by Bob Wilson · 15 years ago
  9. 407d574 Revert 84732. It was the wrong fix. by Bob Wilson · 15 years ago
  10. b5df28a Incorporate various suggestions Chris gave during metadata review. by Devang Patel · 15 years ago
  11. 36a9c8f Build shared lib instead of an archive. by Sanjiv Gupta · 15 years ago
  12. 3325537 Cleanup of frame index scavenging. Better code flow and more accurately by Jim Grosbach · 15 years ago
  13. 2ba7a90 Two corrections for docs/CMake.html. by Oscar Fuentes · 15 years ago
  14. 0739bd0 Fix PR5262: when folding select into PHI, make sure all operands are available by Torok Edwin · 15 years ago
  15. 4e4bba5 Add a pass to overlay pic16 data sections for function frame and automatic by Sanjiv Gupta · 15 years ago
  16. db1d9db Added more options to mcc16 driver. by Sanjiv Gupta · 15 years ago
  17. 2095659 Match more patterns to movt. by Evan Cheng · 15 years ago
  18. 5affca0 Need a comma after imp-use. by Evan Cheng · 15 years ago
  19. 7bb3862 De-bork CMake build by Douglas Gregor · 15 years ago
  20. 69412f8 Set comment string, patch by Johnny Chen! by Chris Lattner · 15 years ago
  21. a52fce4 make GVN work better when TD is not around: by Chris Lattner · 15 years ago
  22. 1ce75ef tidy by Chris Lattner · 15 years ago
  23. b3c8359 Fix some more NEON instruction encoding problems. by Bob Wilson · 15 years ago
  24. 08e4339 Do not remove dead metadata for now. by Devang Patel · 15 years ago
  25. 507df40 Leave some NEON instruction encoding bits unspecified instead of setting by Bob Wilson · 15 years ago
  26. 4e61387 Clarify documentation on multi_val options. by Mikhail Glushenkov · 15 years ago
  27. 4858a1d Implement any_[not_]empty and list versions of switch_on and [not_]empty. by Mikhail Glushenkov · 15 years ago
  28. c1ae8c9 Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail. by Dan Gohman · 15 years ago
  29. 7d26443 IPSCCP is missing stuff. by Chris Lattner · 15 years ago
  30. ce1379f This is passing on Darwin PPC. by Bill Wendling · 15 years ago
  31. 4cdc5bb Delete the MacOSJITEventListener per echristo's request. It was disabled by by Jeffrey Yasskin · 15 years ago
  32. 12ddf13 Add note by Anton Korobeynikov · 15 years ago
  33. 514200d Be crazy and assert in case of unsupported modifier passed. by Anton Korobeynikov · 15 years ago
  34. 0a2e206 Handle external symbols by Anton Korobeynikov · 15 years ago
  35. 8ecaf23 Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross weirdness of asmprinting. by Anton Korobeynikov · 15 years ago
  36. dc2165e Add basic block operands & jump kinds by Anton Korobeynikov · 15 years ago
  37. 3d6e560 Ignore all implicit reg operands by Anton Korobeynikov · 15 years ago
  38. efa236f Add a workaround for different memops prefixes by Anton Korobeynikov · 15 years ago
  39. 9b0b852 Checkpoint MCInst printer. We (almostly) able to print global / JT / constpool entries by Anton Korobeynikov · 15 years ago
  40. a3da7c3 Add reg-imm tests by Anton Korobeynikov · 15 years ago
  41. b5a9216 Add simple operand printing stuff by Anton Korobeynikov · 15 years ago
  42. 13853e2 Add experimental MSP430 MCInstLowering stuff by Anton Korobeynikov · 15 years ago
  43. 1074aae Wire up MSP430 printMCInst() method by Anton Korobeynikov · 15 years ago
  44. 680dec7 Add MSP430 InstPrinter stub by Anton Korobeynikov · 15 years ago
  45. 51f3f9a Use proper target data by Anton Korobeynikov · 15 years ago
  46. 7441d14 Respect src register allocation requirements when breaking anti-dependencies. Remove some dead code. by David Goodwin · 15 years ago
  47. d9723e9 Cosmetic changes. by Devang Patel · 15 years ago
  48. a7cc652 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  49. 2bcf60a Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign) by Anton Korobeynikov · 15 years ago
  50. 3fd7a68 Oops. Backing out 84681 - needs to wait for the indexing patch. by Lang Hames · 15 years ago
  51. 67f2566 Added some debugging output to pre-alloc splitting. by Lang Hames · 15 years ago
  52. d0d3cbb add a real testcase for PR4313 by Chris Lattner · 15 years ago
  53. 82a39b3 add a test similar to that needed for PR4313, but that doesn't by Chris Lattner · 15 years ago
  54. b5b1e77 the date on this testcase is wrong, it is unreduced, and it passes without the fix for PR4313. by Chris Lattner · 15 years ago
  55. eed9e5b Fix another place that calls Loop::contains a lot to construct a sorted by Dan Gohman · 15 years ago
  56. f7d3570 merge and filecheckize by Chris Lattner · 15 years ago
  57. 7f20760 merge two tests and convert to filecheck. by Chris Lattner · 15 years ago
  58. 3229b0b Disable by default while debugging by Jim Grosbach · 15 years ago
  59. 88a8624 alternate fix for PR5258 which avoids worklist problems, with reduced testcase. by Chris Lattner · 15 years ago
  60. 18ed9c9 add cmd line opt to disable frame index reuse for ARM and T2. debug aid. by Jim Grosbach · 15 years ago
  61. cd53f64 Restore LoopUnswitch's block-oriented threshold. LoopUnswitch now checks both by Dan Gohman · 15 years ago
  62. 480c529 Checkpoint more aggressive anti-dependency breaking for post-ra scheduler. by David Goodwin · 15 years ago
  63. 03d02d4 Better handle instructions that re-def a scratch register by Jim Grosbach · 15 years ago
  64. bab42bd Following r84485, add Defs = [EFLAGS] to the 32-bit lock instructions too. by Dan Gohman · 15 years ago
  65. 1e86132 Move the Function*->allocated blocks map from the JITMemoryManager to the by Jeffrey Yasskin · 15 years ago
  66. f7a0c0d Register re-use for scavenged frame indices must check for re-deginition by Jim Grosbach · 15 years ago
  67. 1a49295 Make TranslateX86CC return COND_INVALID instead of aborting when it by Dan Gohman · 15 years ago
  68. f993327 Fix PR5258, jump-threading creating invalid PHIs. by Torok Edwin · 15 years ago
  69. 2b6183d Fix PR4313: IPSCCP was not setting the lattice value for the invoke instruction by Torok Edwin · 15 years ago
  70. 174101e Random #include pruning. by Benjamin Kramer · 15 years ago
  71. 2edef7e This file is replaeced by PIC16Section.h. by Sanjiv Gupta · 15 years ago
  72. 80dd453 NNT: Implement "config mode", use -config path/to/llvm-config by Daniel Dunbar · 15 years ago
  73. f274138 NNT: Remove unused BUILDTYPE argument. by Daniel Dunbar · 15 years ago
  74. 235e2f6 implement some more easy hooks. by Chris Lattner · 15 years ago
  75. bf16faa Implement some hooks, make printOperand abort if unknown modifiers are present. by Chris Lattner · 15 years ago
  76. c6b8a99 t2MOVi32imm is currently always lowered by the Thumb2ITBlockPass. by Chris Lattner · 15 years ago
  77. b576bea PowerPC ifdef'ing considered more complicated than one might like. by Daniel Dunbar · 15 years ago
  78. 2685a29 Wire up the ARM MCInst printer, for llvm-mc. by Daniel Dunbar · 15 years ago
  79. 07adb85 Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are by Dan Gohman · 15 years ago
  80. 5f4fb86 Trim unnecessary includes. by Evan Cheng · 15 years ago
  81. 81b16a3 Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. by Dan Gohman · 15 years ago
  82. 13555ea Correct test for PowerPC. by Nick Lewycky · 15 years ago
  83. 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
  84. 9fb0b7e NNT: Remove duplicate verbose print. by Daniel Dunbar · 15 years ago
  85. 8fa4efe Now that all ARM subtargets use frame index scavenging, the Thumb1 requires* by Jim Grosbach · 15 years ago
  86. 0222a8c If the physical register being spilled does not have an interval, spill its sub-registers instead. by Evan Cheng · 15 years ago
  87. 7e831db Enable post-pass frame index register scavenging for ARM and Thumb2 by Jim Grosbach · 15 years ago
  88. 161dcbf lower ARM::MOVi32imm properly. by Chris Lattner · 15 years ago
  89. 292df8e add support for external symbols. The mc instprinter can now handle by Chris Lattner · 15 years ago
  90. 96bc217 get fancy: support basic block operands. Yay for jumps. by Chris Lattner · 15 years ago
  91. 233917c add supprort for the 'sbit' operand, MOVi apparently has one. by Chris Lattner · 15 years ago
  92. 413ae25 add support for instruction predicates. by Chris Lattner · 15 years ago
  93. 017d947 implement printSORegOperand, add lowering for the nasty and despicable MOVi2pieces :) by Chris Lattner · 15 years ago
  94. 1fc1dc0 Refs: A8-598. by Jim Grosbach · 15 years ago
  95. 780d207 Add missing encoding bits to NLdSt class of instructions. by Jim Grosbach · 15 years ago
  96. af0df67 X86 should ignore implicit regs when lowering to MCInst also, by Chris Lattner · 15 years ago
  97. 306d14f handle addmode4 modifiers, fix a fixme in printRegisterList by Chris Lattner · 15 years ago
  98. 84d8bf9 simplify by using the twine form of GetOrCreateSymbol by Chris Lattner · 15 years ago
  99. 8e6323c Updated cmake library dependencies. by Oscar Fuentes · 15 years ago
  100. 6009751 Enable allocation of R3 in Thumb1 by Jim Grosbach · 15 years ago