1. b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 16 years ago
  2. 3eff16e Add a skeleton Thumb2 instruction size reduction pass. by Evan Cheng · 16 years ago
  3. 8fb9036 Code refactoring. No functionality change. by Evan Cheng · 16 years ago
  4. 57834cd tADDhirr should target GPR, not tGPR. by Evan Cheng · 16 years ago
  5. 34f8a02 I can type. by Evan Cheng · 16 years ago
  6. 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
  7. 8a1871d Fix some -Asserts unused variable warnings. by Daniel Dunbar · 16 years ago
  8. e2652f2 Add another Strong-SIV testcase. by Andreas Bolka · 16 years ago
  9. 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 16 years ago
  10. 941222e Do not generate 32-bit call on win64 when imm does not fit by Anton Korobeynikov · 16 years ago
  11. ce0e9ab rename test by Chris Lattner · 16 years ago
  12. eed4657 merge a bunch of tests together into one, convert to filecheck which by Chris Lattner · 16 years ago
  13. 9e699cc Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these by Bob Wilson · 16 years ago
  14. c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 16 years ago
  15. e9ce5d5 Convert more Neon tests to use FileCheck. by Bob Wilson · 16 years ago
  16. 5f51cd0 code cleanup by Chris Lattner · 16 years ago
  17. fadf131 Unbreak build. by Benjamin Kramer · 16 years ago
  18. 767a952 Make NEON single-precision FP support the default for cortex-a8 (again). by David Goodwin · 16 years ago
  19. db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
  20. 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 16 years ago
  21. 8a11c98 Fix copy-pasto. by Andreas Bolka · 16 years ago
  22. a55fd4a Unbreak the stuff by Anton Korobeynikov · 16 years ago
  23. 8b6d86d Modifications to dyn_cast/cast to make them work for objects too, instead of only pointers. by Argyrios Kyrtzidis · 16 years ago
  24. c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 16 years ago
  25. b124be4 fix comment pastos by Chris Lattner · 16 years ago
  26. c40f613 Back out some of recent register scavenger change by John Mosby. It broke a number of ARM tests. by Evan Cheng · 16 years ago
  27. 7116b7b avoid this libcall with long inline expansion by Andrew Lenharth · 16 years ago
  28. 32a1b25 2 more vdup.32 cases by Anton Korobeynikov · 16 years ago
  29. fcc7163 A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR. by Evan Cheng · 16 years ago
  30. 3d4ad29 strength reduce anonymous namespace to static. by Chris Lattner · 16 years ago
  31. 23510d3 tidy up by Chris Lattner · 16 years ago
  32. 1232167 Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement. by Bill Wendling · 16 years ago
  33. d77c7ab Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. by Evan Cheng · 16 years ago
  34. 2234e5e llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate routine. by Daniel Dunbar · 16 years ago
  35. ef80fe1 XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels by Daniel Dunbar · 16 years ago
  36. 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 16 years ago
  37. 2724915 llvm-mc/AsmMatcher: Tweaks in response to feedback. by Daniel Dunbar · 16 years ago
  38. 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 16 years ago
  39. f12288e This is done. by Evan Cheng · 16 years ago
  40. e118cb6 Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode. by Evan Cheng · 16 years ago
  41. 1d2426c Fix support to use NEON for single precision fp math. by Evan Cheng · 16 years ago
  42. 699db99 SIV/MIV classification for LDA. by Andreas Bolka · 16 years ago
  43. 1c5a287 Rewrite previous patch to follow Chris' stylistic by Dale Johannesen · 16 years ago
  44. b7f40c1 Fix dom frontier update. This fixes PR4667. Patch by Jakub Staszak. by Devang Patel · 16 years ago
  45. bdab0e9 Fix Strong-SIV testcase. by Andreas Bolka · 16 years ago
  46. 394a1a2 Minor fixes to avoid using invalid debugloc. by Sanjiv Gupta · 16 years ago
  47. b8d222d Simplify code and avoid allocations. by Benjamin Kramer · 16 years ago
  48. 6812cd1 Improve disabling of X86 AsmMatcher. by Daniel Dunbar · 16 years ago
  49. 7ddca30 Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on by Daniel Dunbar · 16 years ago
  50. 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 16 years ago
  51. b6879b2 Error out, rather than infinite looping, if constant island pass can't converge. by Evan Cheng · 16 years ago
  52. 15c592d Another coalescer bug. When a dead copy is eliminated, transfer the kill to a def of the exact register rather than a super-register. by Evan Cheng · 16 years ago
  53. 53c67c0 tBfar is bl, which clobbers LR. by Evan Cheng · 16 years ago
  54. 85019e1 Run memsel inserter just before emit assembly to avoid tinkering by other passes. by Sanjiv Gupta · 16 years ago
  55. 08ada17 Update CMake. by Daniel Dunbar · 16 years ago
  56. 0912e58 Remove unused function. by Daniel Dunbar · 16 years ago
  57. a3c6073 These should be expanded by Andrew Lenharth · 16 years ago
  58. 1eaf391 Use std::string() instead of std::string(""). by Dan Gohman · 16 years ago
  59. 7db949d Fix a bunch of namespace pollution. by Dan Gohman · 16 years ago
  60. 748f98f Fix a typo in a comment. by Dan Gohman · 16 years ago
  61. 8619864 It turns out most of the thumb2 instructions are not allowed to touch SP. The semantics of such instructions are unpredictable. We have just been lucky that tests have been passing. by Evan Cheng · 16 years ago
  62. 3a3cce5 Code clean up. by Evan Cheng · 16 years ago
  63. caaf120 Added legal stuff, fixed some formatting issues. Removed the graph generator stuff as it was only meant for debugging the solver. by Lang Hames · 16 years ago
  64. 4a20e51 Add the testcase from PR 4668. This works at the by Dale Johannesen · 16 years ago
  65. 6699fb2 New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based solver, but I'll be working to improve that. The PBQP allocator has been updated to use the new solver. by Lang Hames · 16 years ago
  66. 14e545d Fix PR 4626, a crash in branch folding after OptimizeBlock by Dale Johannesen · 16 years ago
  67. 7671124 Use stripPointerCasts instead of partially rewriting it. by Dale Johannesen · 16 years ago
  68. 268e35d Vanity. by Jakob Stoklund Olesen · 16 years ago
  69. 6f62cff Output the new StructType constructor, which takes the context of the by Nicolas Geoffray · 16 years ago
  70. 31f5591 Get rid of RegScavenger::backwards() before the bitrot spreads. by Jakob Stoklund Olesen · 16 years ago
  71. bceda93 Remove dead code. by Devang Patel · 16 years ago
  72. 2251666 Use DebugInfoFinder by Devang Patel · 16 years ago
  73. 734068a Use DebugInfoFinder. by Devang Patel · 16 years ago
  74. b36ec86 Implement Neon VST[234] operations. by Bob Wilson · 16 years ago
  75. 004f7c7 Fix incorrect intrinsic declarations. by Bob Wilson · 16 years ago
  76. 27698eb Testcase for llvm-gcc 78324 (although in normal by Dale Johannesen · 16 years ago
  77. 8e1593e Tidy up this testcase. by Dan Gohman · 16 years ago
  78. 8b7d7ad Add parameter to pattern classes to enable an itinerary to be specified for instructions. For now just use the existing itineraries or NoItinerary. by David Goodwin · 16 years ago
  79. 24f654c Fix several fixmes and clean up code by sinking *all* section by Chris Lattner · 16 years ago
  80. e0161ea Reg Scavenging generalization (Thumb support): by John Mosby · 16 years ago
  81. 759b888 go through PIC16TargetObjectFile to make sections instead of by Chris Lattner · 16 years ago
  82. fc60eb4 reduce testcase. by Chris Lattner · 16 years ago
  83. 27a201d Fix comment. by Devang Patel · 16 years ago
  84. 5e86606 Add assertion checks after the calls to LowerFormalArguments, LowerCall, by Dan Gohman · 16 years ago
  85. e483fed Remove an over-aggressive assert. Functions with empty struct return by Dan Gohman · 16 years ago
  86. 2bc8ef1 Add note about msys perl needed for windows/mingw32 builds. by Anton Korobeynikov · 16 years ago
  87. 04d1f2e Add tests for X86-64 code model handling. Small and kernel for now. by Anton Korobeynikov · 16 years ago
  88. d7697d0 We need to sext global addresses in kernel code model, not zext by Anton Korobeynikov · 16 years ago
  89. aae317a Fix a bug in x86's PreprocessForRMW logic that was exposed by Dan Gohman · 16 years ago
  90. 5cbd37e Fix a few places in DAGCombiner that were creating all-ones-bits by Dan Gohman · 16 years ago
  91. 186fa1d Missed part of recent kernel codemodel tweaks by Anton Korobeynikov · 16 years ago
  92. a03a60b add a testcase for my llvm-gcc hack. by Chris Lattner · 16 years ago
  93. 8113c67 Don't search the entire type table just to delete a type by name. by Daniel Dunbar · 16 years ago
  94. 902cf02 llvm-ld has a new option called -b to specify the name of bitcode output file, use that. by Sanjiv Gupta · 16 years ago
  95. 067fd32 this passes. by Chris Lattner · 16 years ago
  96. 6151f67 Simplify the ZIV tester to the max. by Andreas Bolka · 16 years ago
  97. e90acce XFAIL it while it is being worked on. by Sanjiv Gupta · 16 years ago
  98. 9b600c6 Add tests for new NEON vld instructions. by Bob Wilson · 16 years ago
  99. 0cedab9 Neon does not actually have VLD{234}.64 instructions. by Bob Wilson · 16 years ago
  100. 3765d0f Convert more Neon tests to FileCheck. by Bob Wilson · 16 years ago