1. a46f35d by Nadav Rotem · 13 years ago
  2. 47f79bb Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 13 years ago
  3. a86bcfb Allow CRC32 instructions to be selected when AVX is enabled. by Craig Topper · 13 years ago
  4. de9e4c7 Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is enabled. Fix monitor and mwait to require SSE3 or AVX, previously they worked even if SSE3 was disabled. Make prefetch instructions not set the execution domain since they don't use XMM registers. by Craig Topper · 13 years ago
  5. 8943574 X86Disassembler: Fix undefined behavior found by GCC 4.6 by Benjamin Kramer · 13 years ago
  6. 55c6d57 PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use it to simplify a few matchers. by Benjamin Kramer · 13 years ago
  7. 395363a PatternMatch: Simplify code by reusing the Operator class. by Benjamin Kramer · 13 years ago
  8. acae2a6 Revert 147399. It broke CodeGen/ARM/vext.ll. by Rafael Espindola · 13 years ago
  9. ac12855 Fixed a bug in SelectionDAG.cpp. by Elena Demikhovsky · 13 years ago
  10. 45ba165 Happy new year 2012! by NAKAMURA Takumi · 13 years ago
  11. b3982da Merge X86 SHUFPS and SHUFPD node types. by Craig Topper · 13 years ago
  12. 3ee6d22 Add patterns for integer forms of SHUFPD/VSHUFPD with a memory load. by Craig Topper · 13 years ago
  13. e00805d Fix typo in a SHUFPD and VSHUFPD pattern that prevented SHUFPD/VSHUFPD with a load from being selected. by Craig Topper · 13 years ago
  14. 57ed094 Make use of the exact bit when optimizing '(X >>exact 3) << 1' to eliminate the by Nick Lewycky · 13 years ago
  15. ccc9a59 VMCore: add assert for miscompile by Dylan Noblesmith · 13 years ago
  16. ce8524c Cleanup Mips code and rename some variables. Patch by Jack Carter by Bruno Cardoso Lopes · 13 years ago
  17. 3aa035f Improve Mips JIT. by Bruno Cardoso Lopes · 13 years ago
  18. db186c4 Remove extraneous ".get()->" which is just "->". No functionality change. by Nick Lewycky · 13 years ago
  19. 7ba2725 Make FMA4 imply AVX so that YMM registers would be available. Necessitates removing from Bulldozer CPU types since it would enable AVX code generation implicitly. Also make SSE4A imply SSE3. Without some level of SSE implied, XMM registers wouldn't be legal. by Craig Topper · 13 years ago
  20. 06f554d Add disassembler support for VPERMIL2PD and VPERMIL2PS. by Craig Topper · 13 years ago
  21. e6a3a29 Add FMA4 instructions to disassembler. by Craig Topper · 13 years ago
  22. 5d1a38c Separate the concept of having memory access in operand 4 from the concept of having the W bit set for XOP instructons. Removes ORing W-bits in the encoder and will similarly simplify the disassembler implementation. by Craig Topper · 13 years ago
  23. 4d5c442 Combine FMA4 SS/SD patterns with the instruction definitions. by Craig Topper · 13 years ago
  24. ca28590 Combine FMA4 PS/PD patterns with the instruction definitions. by Craig Topper · 13 years ago
  25. 2e9ed29 Change FMA4 memory forms to use memopv* instead of alignedloadv*. No need to force alignment on these instructions. Add a couple testcases for memory forms. by Craig Topper · 13 years ago
  26. 57d4b33 Fix load size for FMA4 SS/SD instructions. They need to use f32 and f64 size, but with the special handling to be compatible with the intrinsic expecting a vector. Similar handling is already used elsewhere. by Craig Topper · 13 years ago
  27. 2e95afa Cleanup stack/frame register define/kill states. This fixes two bugs: by Hal Finkel · 13 years ago
  28. ed23bdb Implement cfi_restore. Patch by Brian Anderson! by Rafael Espindola · 13 years ago
  29. c25680f Rename Remember and Restore to RememberState and RestoreState for consistency. by Rafael Espindola · 13 years ago
  30. 1604ccf Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 instructions. by Craig Topper · 13 years ago
  31. 6f0b181 Implement .cfi_escape. Patch by Brian Anderson! by Rafael Espindola · 13 years ago
  32. 19f18be Expose FMA3 instructions to the disassembler. by Craig Topper · 13 years ago
  33. c38fff4 Make FMA3 imply AVX needs to be enabled. Particularly because 256-bit types aren't valid unless AVX is enabled. by Craig Topper · 13 years ago
  34. 5ebee44 Change XOP detection to use the correct CPUID bit instead of using the FMA4 bit. by Craig Topper · 13 years ago
  35. 8493e39 Add FeaturePOPCNT to all CPU types that lost it was removed from SSE42/SSE4A in r147339. by Craig Topper · 13 years ago
  36. b75f5f7 Mark non-VEX forms of PCLMUL instructions as requiring SSE2 to be enabled along with CLMUL. That's required for the XMM registers to be valid for integer data. Doesn't change any behavior since the CLMUL instructions don't have patterns yet. by Craig Topper · 13 years ago
  37. 78be212 Mark non-VEX forms of AES instructions as requiring SSE2 to be enabled along with AES. Since that's required for the XMM registers to be valid for integer data. Doesn't change any behavior though since you can't use an intrinsic with an illegal type anyway. Just makes it consistent with the VEX forms. by Craig Topper · 13 years ago
  38. d65c7da Remove the separate explicit AES instruction patterns. They are equivalent to the patterns specified by the instructions. Also remove unnecessary bitconverts from the AES patterns. by Craig Topper · 13 years ago
  39. d4d3513 Make SSE42 and SSE4A not imply POPCNT. POPCNT should be able to be disabled on its own without disabling SSE4.2 or SSE4A. by Craig Topper · 13 years ago
  40. 19ec2a9 Make LowerBUILD_VECTOR keep node vector types consistent when creating MOVL for v16i16 and v32i8. by Craig Topper · 13 years ago
  41. d62c16e Remove some elses after returns. by Craig Topper · 13 years ago
  42. 3224e6b Remove trailing spaces. Fix an assert to use && instead of || before string. Add same assert on similar code path. by Craig Topper · 13 years ago
  43. 3a023d3 Fix grammar error noticed by Duncan. by Rafael Espindola · 13 years ago
  44. b48a189 Change CaptureTracking to pass a Use* instead of a Value* when a value is by Nick Lewycky · 13 years ago
  45. da813f4 Fix type-checking for load transformation which is not legal on floating-point types. PR11674. by Eli Friedman · 13 years ago
  46. eaf0608 Update OCaml bindings for the new half float type. by Bob Wilson · 13 years ago
  47. 97fb69b Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  48. 6059b83 PR11662. by Nadav Rotem · 13 years ago
  49. 021c0a2 Fixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR. by Elena Demikhovsky · 13 years ago
  50. 8da7ddf Demystify this comment. by Nick Lewycky · 13 years ago
  51. 99f9a20 PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. by Rafael Espindola · 13 years ago
  52. c894b02 Switch StringMap from an array of structures to a structure of arrays. by Benjamin Kramer · 13 years ago
  53. 9196848 Use false not zero, as a bool. by Nick Lewycky · 13 years ago
  54. a6b21ea Turn cos(-x) into cos(x). Patch by Alexander Malyshev! by Nick Lewycky · 13 years ago
  55. 27baab6 Clean up some Release build warnings. by Benjamin Kramer · 13 years ago
  56. 3738ccd Add handling of x86_avx2_pmovmskb to computeMaskedBitsForTargetNode for consistency. Add comments and an assert for BMI instructions to PerformXorCombine since the enabling of the combine is conditional on it, but the function itself isn't. by Craig Topper · 13 years ago
  57. 06cc66f Teach simplifycfg to recompute branch weights when merging some branches, and by Nick Lewycky · 13 years ago
  58. da32cc6 Using Inst->setMetadata(..., NULL) should be safe to remove metadata even when by Nick Lewycky · 13 years ago
  59. 125ef76 Fix warning. by Rafael Espindola · 13 years ago
  60. d6e2560 Make sure DAGCombiner doesn't introduce multiple loads from the same memory location. PR10747, part 2. by Eli Friedman · 13 years ago
  61. c9a1aed Update the branch weight metadata when reversing the order of a branch. by Nick Lewycky · 13 years ago
  62. 9d52310 Sort includes, canonicalize whitespace, fix typos. No functionality change. by Nick Lewycky · 13 years ago
  63. 859c645 Update the LangRef documentation: the codegen does support this instruction. by Nadav Rotem · 13 years ago
  64. fbb6f59 Fix a typo in the widening of vectors in PromoteIntRes. Patch by Shemer Anat. by Nadav Rotem · 13 years ago
  65. 55caf9c Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks. by Venkatraman Govindaraju · 13 years ago
  66. 467ef21 Add braces to remove silly warning. by Bill Wendling · 13 years ago
  67. aba65b0 Remove unused variables. by Rafael Espindola · 13 years ago
  68. d62414c Add an explicit test that we now fold cttz.i32(..., true) >> 5 -> 0. by Chandler Carruth · 13 years ago
  69. 49064ff InstCombine: Add a combine that turns (2^n)-1 ^ x back into (2^n)-1 - x iff x is smaller than 2^n and it fuses with a following add. by Benjamin Kramer · 13 years ago
  70. 009da05 ComputeMaskedBits: Make knownzero computation more aggressive for ctlz with undef zero. by Benjamin Kramer · 13 years ago
  71. 1fdfae0 InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1 ^ x iff x is known to be smaller than 2^n. by Benjamin Kramer · 13 years ago
  72. ce618af Section relative fixups are a coff concept, not a x86 one. Replace the by Rafael Espindola · 13 years ago
  73. 7782102 Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the by Chandler Carruth · 13 years ago
  74. 3d636ea Add systematic testing for cttz as well, and fix the bug I spotted by by Chandler Carruth · 13 years ago
  75. 9d2051f Add i8 and i64 testing for ctlz on x86. Also simplify the i16 test. by Chandler Carruth · 13 years ago
  76. e0c643d Tidy up this rather crufty test. Put the declarations at the top to make by Chandler Carruth · 13 years ago
  77. 32d720b Chandler fixed this. by Benjamin Kramer · 13 years ago
  78. d873a4b Expand more when we have a nice 'tzcnt' instruction, to avoid generating by Chandler Carruth · 13 years ago
  79. 131f7d3 Tidy up some of these tests. by Chandler Carruth · 13 years ago
  80. acc068e Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the by Chandler Carruth · 13 years ago
  81. c08e57c Cleanup this test a bit, sorting things and grouping them more clearly. by Chandler Carruth · 13 years ago
  82. 43ea32c Fix Comments. by Jakob Stoklund Olesen · 13 years ago
  83. fd1d925 Add MachineMemOperands to instructions generated in storeRegToStackSlot or by Akira Hatanaka · 13 years ago
  84. 9dfd439 Detect unaligned loads/stores that have been added for Mips64 support. by Akira Hatanaka · 13 years ago
  85. 5085681 Test case for r147232. by Akira Hatanaka · 13 years ago
  86. 9dbeb02 If target ABI is N64, LEA should be daddiu. by Akira Hatanaka · 13 years ago
  87. df09270 Move x86 specific bits of the COFF writer to lib/Target/X86. by Rafael Espindola · 13 years ago
  88. 84070ff Define trivial destructor inline. by Rafael Espindola · 13 years ago
  89. ceb09f3 Make GetRelocType pure virtual. by Rafael Espindola · 13 years ago
  90. 8a5641d Fix typo "infinte". by Nick Lewycky · 13 years ago
  91. d4659ad Move this test from date-name to feature-name, and port it to FileCheck. by Nick Lewycky · 13 years ago
  92. d24397a When not destroying the source, the linker is not remapping the types. Added support by Mon P Wang · 13 years ago
  93. cf98592 Use 'check_symbol_exists' instead of 'check_function_exists' for finding isatty. This change allows Xcode generated projects to have HAVE_ISATTY to be properly defined. by Ted Kremenek · 13 years ago
  94. f06f6f5 Experimental support for aligned NEON spills. by Jakob Stoklund Olesen · 13 years ago
  95. f4aea8f Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138> by Bob Wilson · 13 years ago
  96. bfbc9fc TableGen: add a comment by Dylan Noblesmith · 13 years ago
  97. 8cc300c try to fix MSVC build by Dylan Noblesmith · 13 years ago
  98. 9421406 drop unneeded config.h includes by Dylan Noblesmith · 13 years ago
  99. b8c20b8 Attempt #2 to fix mingw crossbuild. This time with more ugly hacks! by Benjamin Kramer · 13 years ago
  100. 30450e8 Fix 80-column violations. by Chad Rosier · 13 years ago