1. 857bf83 Revert "Turn on the vzeroupper pass by default." by Eric Christopher · 13 years ago
  2. 862019c ARM VTBL (one register) assembly parsing and encoding. by Jim Grosbach · 13 years ago
  3. 85f3a0a Use the integer compare when the value is small enough. Use the "move into a by Bill Wendling · 13 years ago
  4. 7e8ae57 Turn on the vzeroupper pass by default. by Eric Christopher · 13 years ago
  5. 952cb50 Use the integer compare when the value is small enough. Use the "move into a by Bill Wendling · 13 years ago
  6. 20b2b78 Missed a spot! by Nick Lewycky · 13 years ago
  7. 024170f Fix some typo/formatting issues. No functionality change. by Nick Lewycky · 13 years ago
  8. fbf19ef Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Index starts with zero. by Nadav Rotem · 13 years ago
  9. e482471 Teach fast isel about vector stores, and make DoSelectCall return false when it fails to emit a store. This fixes <rdar://problem/10215997>. by Lang Hames · 13 years ago
  10. 564392b The value we're comparing against may be too large for the ARM CMP by Bill Wendling · 13 years ago
  11. b9fecf4 The immediate may be too large for the CMP instruction. Move it into a register by Bill Wendling · 13 years ago
  12. a7d2e75 Yet more ARM NEON assembly parsing for the lane index operand. by Jim Grosbach · 13 years ago
  13. aead579 ARM vmla/vmls assembly parsing for the lane index operand. by Jim Grosbach · 13 years ago
  14. 687656c ARM vmov assembly parsing for the lane index operand. by Jim Grosbach · 13 years ago
  15. 3326fc1 The MCJITMemoryManager takes ownership of the JMM, so don't leak it. by Jim Grosbach · 13 years ago
  16. 7c24665 Object/COFF: Remove useless test. by Michael J. Spencer · 13 years ago
  17. 5e3a082 Object/COFF: Change type from a struct to a uint16_t. The struct would be by Michael J. Spencer · 13 years ago
  18. 90b7b12 Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns. by Andrew Trick · 13 years ago
  19. 9d45de2 Use isIntN and isUIntN to check for valid signed/unsigned numbers. by Bob Wilson · 13 years ago
  20. 7f5f0da whitespace by Andrew Trick · 13 years ago
  21. f7b0207 A landing pad could have more than one predecessor. In that case, we want that by Bill Wendling · 13 years ago
  22. 9120088 ARM vmla/vmls assembly parsing for the lane index operand. by Jim Grosbach · 13 years ago
  23. 0a03740 ARM vqdmulh assembly parsing for the lane index operand. by Jim Grosbach · 13 years ago
  24. 970f787 ARM vmul assembly parsing for the lane index operand. by Jim Grosbach · 13 years ago
  25. c3f16b3 Final patch that completes old JIT support for Mips: by Bruno Cardoso Lopes · 13 years ago
  26. ad952ad Fix incorrect check for sign-extended constant BUILD_VECTOR. by Bob Wilson · 13 years ago
  27. db2b18f Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS. by Bob Wilson · 13 years ago
  28. e873d2a ARM vqdmlal assembly parsing for the lane index operand. by Jim Grosbach · 13 years ago
  29. 9858a48 Thumb2 parsing of 'mov.w' gets the cc_out operand wrong. Add an alias for it. by Jim Grosbach · 13 years ago
  30. f2f5bc6 ARM assembly parsing and encoding for VMOV.i64. by Jim Grosbach · 13 years ago
  31. c3cab3a PTX: Fix disabling of MAD instruction selection by Justin Holewinski · 13 years ago
  32. 17001ce Fix a bunch of unused variable warnings when doing a release build with gcc-4.6. by Duncan Sands · 13 years ago
  33. 40825fb Coding style cleanups. No functionality change. by Bill Wendling · 13 years ago
  34. 928698b Remove NaClMode by David Meyer · 13 years ago
  35. fe04757 Add support for dynamic stack realignment when in thumb1 mode. rdar://10288916 by Chad Rosier · 13 years ago
  36. 895ede8 Commit test, capitalizing store... keep it simple. by Joe Abbey · 13 years ago
  37. 46bb70c Fix comment to refer to correct instruction by Hal Finkel · 13 years ago
  38. 0851a29 Fix misc warnings. Patch by Joe Abbey. by Eli Friedman · 13 years ago
  39. d8ffe5b Backing out patch. Will refactor to remove the AsmParser dependency on Target. by Lang Hames · 13 years ago
  40. 6248a54 ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32. by Jim Grosbach · 13 years ago
  41. 206d17c Object: Add some types to SymbolRef::Type. by Michael J. Spencer · 13 years ago
  42. 9b2b812 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 13 years ago
  43. c38c36a Object: Add isSymbolWeak. by Michael J. Spencer · 13 years ago
  44. 0e752cb Object/COFF: Expose more data in the public API. by Michael J. Spencer · 13 years ago
  45. ab6bcf3 Object: Implement casting for concrete classes. by Michael J. Spencer · 13 years ago
  46. d5d5213 Minor style cleanup, no functionality change. by Nick Lewycky · 13 years ago
  47. 5fa792e Re-applying the target data layout verification patch from r142288, plus appropriate CMake dependencies. by Lang Hames · 13 years ago
  48. ea46110 ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16. by Jim Grosbach · 13 years ago
  49. 44d798d Add support for a new extension to the .file directive: by Nick Lewycky · 13 years ago
  50. 3a7572f Add a few FIXME comments. by Chad Rosier · 13 years ago
  51. a974bea Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata by Dan Gohman · 13 years ago
  52. fa1ee88 Tidy up. by Jim Grosbach · 13 years ago
  53. 10820d9 142288 broke the build: by Rafael Espindola · 13 years ago
  54. cd2db16 Update DebugInfoFinder to match recent debug info encoding changes. by Devang Patel · 13 years ago
  55. 13a7121 Now Igor, throw the switch...give my creation life! by Bill Wendling · 13 years ago
  56. 0e387b2 ARM NEON "vmov.i8" immediate assembly parsing and encoding. by Jim Grosbach · 13 years ago
  57. 599d2d4 Validate target data layout strings. by Lang Hames · 13 years ago
  58. 419eb36 When deleting a phi cycle after looking through copies, constrain the register by Cameron Zwarich · 13 years ago
  59. d2c6ff1 Use a SmallVector for intrinsic argument types. by Benjamin Kramer · 13 years ago
  60. a48ed4f Don't renumber the blocks here. This could cause problems later on if another by Bill Wendling · 13 years ago
  61. 76f267d Add support for the Objective-C personality function to the instruction by Bill Wendling · 13 years ago
  62. 6f9c280 Pseudoinstructions should not be less constrained than the instruction they are by Cameron Zwarich · 13 years ago
  63. 698f3b0 Tidy up organization. by Jim Grosbach · 13 years ago
  64. e7a0719 Fix handling of the From parameter in StringRef::find. by Benjamin Kramer · 13 years ago
  65. 5bc8528 Add a call to EmitSjLjDispatchBlock. by Bill Wendling · 13 years ago
  66. 32ab4af Fix improperly formed assert() call. by Jim Grosbach · 13 years ago
  67. 1130a79 Object: Fix redundant name. by Michael J. Spencer · 13 years ago
  68. 1025cce Constraint register class with constrainRegClass() to CSE a virtual into another. rdar://10293289 by Evan Cheng · 13 years ago
  69. 8ae330a Add definitions of conditional moves with 64-bit operands. Comment out code for by Akira Hatanaka · 13 years ago
  70. c612916 Revert change to function alignment b/c existing logic was fine by Hal Finkel · 13 years ago
  71. c378015 Removed set, but unused variables. by Chad Rosier · 13 years ago
  72. 90b8bcd Suppress partial retain+release elimination when there's a by Dan Gohman · 13 years ago
  73. 3c5e609 Correct over-zealous removal of hack. by Bill Wendling · 13 years ago
  74. 8f3af87 Move class and instruction definitions for conditional moves to a seperate file. by Akira Hatanaka · 13 years ago
  75. eea367e Revert change made in r142205. by Akira Hatanaka · 13 years ago
  76. bdfd98a Redefine count-leading 0s and 1s instructions. by Akira Hatanaka · 13 years ago
  77. 89d3066 Redefine mfhi/lo and mthi/lo instructions. by Akira Hatanaka · 13 years ago
  78. 728662f Now that we have the ReturnsTwice function attribute, this method is by Bill Wendling · 13 years ago
  79. f1fddcd Redefine multiply and divide instructions. by Akira Hatanaka · 13 years ago
  80. 2d0a61d Add definition of a base class for logical shift/rotate instructions with two by Akira Hatanaka · 13 years ago
  81. e9e5791 Remove >80-col line and unicode by Hal Finkel · 13 years ago
  82. 3639346 Add definition of a base class for logical shift/rotate immediate instructions by Akira Hatanaka · 13 years ago
  83. 6065541 Removed set, but unused variable. by Chad Rosier · 13 years ago
  84. a01820a Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf. by Akira Hatanaka · 13 years ago
  85. 9904056 Fix CMake build. by Michael J. Spencer · 13 years ago
  86. 6c15fec It is safe to speculate load from GOT. This fixes performance regression caused by r141689. by Devang Patel · 13 years ago
  87. 827454e svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp by Devang Patel · 13 years ago
  88. 98daa9d Instructions for Book E PPC should be word aligned, set function alignment to reflect this by Hal Finkel · 13 years ago
  89. 4b2dc74 Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means that cpuid leaf 7 can't be queried on versions of Visual Studio earlier than VS 2008 SP1. Fixes PR11147. by Craig Topper · 13 years ago
  90. 24bb925 Add comment explaining that the order of processing doesn't matter here. by Bill Wendling · 13 years ago
  91. b31d3d2 Add PPC 440 scheduler and some associated tests (new files) by Hal Finkel · 13 years ago
  92. c6d08f1 Add PPC 440 scheduler and some associated tests by Hal Finkel · 13 years ago
  93. 602650c Add a routine to swap branch instruction operands, and update any by Chandler Carruth · 13 years ago
  94. 7a34c8b Delete a dead member. Dunno if this was ever used, but the current code by Chandler Carruth · 13 years ago
  95. 5820d62 Add a proper LLVM banner to this file. by Chandler Carruth · 13 years ago
  96. 8fb06b3 Enable element promotion type legalization by deafault. by Nadav Rotem · 13 years ago
  97. 36c7e6c When looking for dependencies on the src pointer, scan the src pointer. Scanning by Nick Lewycky · 13 years ago
  98. ee62e4f Add X86 PEXTR and PDEP instructions. by Craig Topper · 13 years ago
  99. 962bad7 Let printf do the formatting instead aligning strings ourselves. by Benjamin Kramer · 13 years ago
  100. 47b8798 Twinify better. by Benjamin Kramer · 13 years ago