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