1. a5bbde8 fix a bug I introduced, no idea how this didn't repro right. by Chris Lattner · 14 years ago
  2. 15ea094 hack to unbreak buildbots by Chris Lattner · 14 years ago
  3. bd38acf Regenerate. No functional change, just cleanup. by Jim Grosbach · 14 years ago
  4. 41045ba Teach PerfectShuffle to not generate files with embedded tab characters. by Jim Grosbach · 14 years ago
  5. eafc5cb add uadd_ov/usub_ov to apint, consolidate constant folding by Chris Lattner · 14 years ago
  6. 08e90f5 missed a line :( by Chris Lattner · 14 years ago
  7. 0a0a585 constify these methods. by Chris Lattner · 14 years ago
  8. 55561d1 Detabify and clean up 80 column violations. by Jim Grosbach · 14 years ago
  9. f2ddc64 add a few operations for signed operations that also return an overflow flag. by Chris Lattner · 14 years ago
  10. 9536959 A few 80 column fixes. by Jim Grosbach · 14 years ago
  11. 3a37866 trailing whitespace by Jim Grosbach · 14 years ago
  12. b4b07b9 Add a FIXME. by Jim Grosbach · 14 years ago
  13. 06ef444 Add operand encoding bits for SMC and SVC in ARM mode. by Jim Grosbach · 14 years ago
  14. 832859d More encoding cleanup. Also add register Rd operands for indirect branches. by Jim Grosbach · 14 years ago
  15. ae0a7bc CallGraphSCC passes implicity require CallGraph analysis. by Owen Anderson · 14 years ago
  16. 139788f Conversely, Analysis-implementations do NOT need to initialize the AnalysisGroup. It will only matter when by Owen Anderson · 14 years ago
  17. 325e264 Analysis groups need to initialize their default implementations. by Owen Anderson · 14 years ago
  18. a7dbc1e Simplify some ARM encoding information. by Jim Grosbach · 14 years ago
  19. a9c5751 Update comment. by Eric Christopher · 14 years ago
  20. 6c354fd Add a FIXME. The ADR instruction is a bit odd. by Jim Grosbach · 14 years ago
  21. b3af5de Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern by Jim Grosbach · 14 years ago
  22. 67a704d Add MC encodings for VCVT* instrunctions. by Bill Wendling · 14 years ago
  23. 596307e Add a FIXME. by Jim Grosbach · 14 years ago
  24. fa7d2cb Make a few more bits of some simple instructions explicit. nop, yield, wfe, by Jim Grosbach · 14 years ago
  25. 972beb5 Take advantage of C++'s thread-safe static local initialization to simplify thread-safe pass initialization. by Owen Anderson · 14 years ago
  26. 72731a6 GetTargetTriple.cmake: detect MinGW 64 bits. by Oscar Fuentes · 14 years ago
  27. b35ad41 Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions. by Jim Grosbach · 14 years ago
  28. e822f94 Fix encoding for compares. No Rd register. by Jim Grosbach · 14 years ago
  29. 24989ec Add ARM mode operand encoding information for ADDE/SUBE instructions. by Jim Grosbach · 14 years ago
  30. 6d86280 Fix another case where we were preferring instructions with large by Rafael Espindola · 14 years ago
  31. e98fbba Remove noisy semicolon. by Benjamin Kramer · 14 years ago
  32. dba81cf Fix PR8365 by adding a more specialized Pat that checks if an 'and' with by Rafael Espindola · 14 years ago
  33. b227930 Add Region::isTopLevelRegion(). by Tobias Grosser · 14 years ago
  34. ede42b0 Start handling more global variables. by Eric Christopher · 14 years ago
  35. c502101 RegionInfo: Fix trivial error that slipped in last minute. by Tobias Grosser · 14 years ago
  36. 592316c RegionInfo: Update RegionInfo after a BB was split. by Tobias Grosser · 14 years ago
  37. c69bd73 RegioInfo: Add getExpandedRegion(). by Tobias Grosser · 14 years ago
  38. 4bcc022 RegionInfo: Allow to update exit and entry of a region. by Tobias Grosser · 14 years ago
  39. 9649390 RegionInfo: Enhance addSubregion. by Tobias Grosser · 14 years ago
  40. 9ee5c50 RegionInfo: Allow to set the parent region of a basic block. by Tobias Grosser · 14 years ago
  41. 6688c4a Fix PR8313 by changing ValueToValueMap use a TrackingVH. by Rafael Espindola · 14 years ago
  42. 14ce175 Limit load / store issues (at least until we have a true multi-issue aware scheduler). by Evan Cheng · 14 years ago
  43. 1ed219a Be more consistent in using ValueToValueMapTy. by Rafael Espindola · 14 years ago
  44. 6932643 Add encodings for VNEG and VSQRT. Also add encodings for VMOV, but not a test by Bill Wendling · 14 years ago
  45. 54908dd Add encodings for VCVT instructions. by Bill Wendling · 14 years ago
  46. 89c898f Add ARM encoding information for comparisons, forced-cc-out arithmetics, and by Jim Grosbach · 14 years ago
  47. 1fc6d88 Add VCMPZ and VABS. by Bill Wendling · 14 years ago
  48. 67be08a RegionInfo: Free the RegionNodes in cache. by Tobias Grosser · 14 years ago
  49. cd77686 Refactor VCMP instructions. by Bill Wendling · 14 years ago
  50. ef324d7 Add the rest of the ARM so_reg encoding options (register shifted register) by Jim Grosbach · 14 years ago
  51. 8f9145b FileCheckize this in a hope to quiet a valgrind warning on grep. by Eric Christopher · 14 years ago
  52. 5a1fd8c Add encodings for VNMUL[SD]. by Bill Wendling · 14 years ago
  53. caa3d46 Add encodings for VDIV and VMUL. by Bill Wendling · 14 years ago
  54. 3f490f3 Turn some fp stackifier assertion into errors to avoid silently generating bad code when assertions are off. rdar://8540457. by Evan Cheng · 14 years ago
  55. 2a6a93d Move the ARM so_imm encoding into a custom operand encoder and remove the by Jim Grosbach · 14 years ago
  56. c14b80f Be nitpicky and line up the comments. by Jim Grosbach · 14 years ago
  57. 52061f8 Refactor some of the encoding logic into a base class. This keeps us from having by Bill Wendling · 14 years ago
  58. 08bd549 Add custom encoder for the 's' bit denoting whether an ARM arithmetic by Jim Grosbach · 14 years ago
  59. dd3bc11 Add encoding for VSUB and VCMP. by Bill Wendling · 14 years ago
  60. 6e8bf26 Don't need to specify calling convention. Add 'readnone' to functions. by Bill Wendling · 14 years ago
  61. 5013f74 Allow targets to optionally specify custom binary encoder functions for by Jim Grosbach · 14 years ago
  62. 174777b Encoding for VADDD. Plus a test for the VFP instructions. by Bill Wendling · 14 years ago
  63. a0c14ef Split out the "size" field from the encoding. The newer documentation has it as by Bill Wendling · 14 years ago
  64. 558cf00 Fix thinko in arm fast isel alloca rewrite. by Eric Christopher · 14 years ago
  65. 499e886 Encoding for ARM-mode VADD.F32 instruction. by Jim Grosbach · 14 years ago
  66. 2ab36d3 Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 14 years ago
  67. 52b4505 Combine these together - should probably have some text associated by Eric Christopher · 14 years ago
  68. 09203ac KillTheDoctor: Fix VS2008 build. by Michael J. Spencer · 14 years ago
  69. 65b65d6 Mark variable 'NoImplicitFloatOps' used only in an assert as used. by Nick Lewycky · 14 years ago
  70. 82635f0 Comment grammar tweakage. by Jim Grosbach · 14 years ago
  71. f59818b Add MOVi ARM encoding. by Jim Grosbach · 14 years ago
  72. 320afb8 Initial va_arg support for x86-64. Patch by David Meyer! by Dan Gohman · 14 years ago
  73. 8e15730 Nuke unused wrapper function. by Jim Grosbach · 14 years ago
  74. d0eeeeb Remove the x86 MOV{32,64}{rr,rm,mr}_TC instructions. by Jakob Stoklund Olesen · 14 years ago
  75. 0de6ab3 Add encoding information for the remainder of the generic arithmetic by Jim Grosbach · 14 years ago
  76. 77f42b5 PR8359: The ARM backend may end up allocating registers D16 to D31 when by Bob Wilson · 14 years ago
  77. 1541877 Rework alloca handling so that we can load or store from casted by Eric Christopher · 14 years ago
  78. 14074e8 Fix the last two commits to configure - configure is a generated file. by Eric Christopher · 14 years ago
  79. 5532433 Handle a wider arrangement of loads. by Eric Christopher · 14 years ago
  80. 519c893 Fix spelling error. by Cameron Esfahani · 14 years ago
  81. 624218f Delete a redundant check. by Dan Gohman · 14 years ago
  82. 9b0e47e More SmallVectorImpls. by Dan Gohman · 14 years ago
  83. 8de206c Shrink a SmallVector with a known maximum size. by Dan Gohman · 14 years ago
  84. 568a63d Constify. by Dan Gohman · 14 years ago
  85. ebb1834 Use SmallVectorImpl in a bunch of places. by Dan Gohman · 14 years ago
  86. b2b9b76 Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64. by Francois Pichet · 14 years ago
  87. c015723 Add a simple testcase for tbaa. by Dan Gohman · 14 years ago
  88. 08cec1e More ARM scheduling itinerary fixes. by Evan Cheng · 14 years ago
  89. 633e702 Support AA chaining. by Dan Gohman · 14 years ago
  90. 7c34730 Fix the pass manager's search order for immutable passes, and make it by Dan Gohman · 14 years ago
  91. 42fac8e MC machine encoding for simple aritmetic instructions that use a shifted by Jim Grosbach · 14 years ago
  92. 17b443d Second set of ARM/MC/ELF changes. by Jason W Kim · 14 years ago
  93. d3d2ddc Clang's #include handling apparently doesn't work for libstdc++'s by Dan Gohman · 14 years ago
  94. e58d720 Unit Tests: Missed this error. MSVC and clang didn't complain. by Michael J. Spencer · 14 years ago
  95. 60ff879 Proper VST scheduling itineraries. by Evan Cheng · 14 years ago
  96. 5f9e8b9 Use a sane mechanism for that assert. by Eric Christopher · 14 years ago
  97. 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  98. 31cc3ec Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis. by Jakob Stoklund Olesen · 14 years ago
  99. a1e2194 The assert() should reference to machine instr operand number, too. by Jim Grosbach · 14 years ago
  100. af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 14 years ago