1. 345a9a6 MC/ARM: Add basic support for handling predication by parsing it out of the mnemonic into a separate operand form. by Daniel Dunbar · 14 years ago
  2. 5747b13 MC/ARM: Split mnemonic on '.' characters. by Daniel Dunbar · 14 years ago
  3. fa315de MC/ARM: Fill in ARMOperand::dump a bit. by Daniel Dunbar · 14 years ago
  4. 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 14 years ago
  5. b3cb696 MCAsmParser: Add dump() hook to MCParsedAsmOperand. by Daniel Dunbar · 14 years ago
  6. 4d39b67 tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator. by Daniel Dunbar · 14 years ago
  7. 8462b30 MC/ARM: Add an ARMOperand class for condition codes. by Daniel Dunbar · 14 years ago
  8. ee34987 Really control isel of barrier instructions with cpu feature. by Evan Cheng · 14 years ago
  9. c7569ed Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bit by Evan Cheng · 14 years ago
  10. 11db068 - Add subtarget feature -mattr=+db which determine whether an ARM cpu has the by Evan Cheng · 14 years ago
  11. 3483aca MC/ARM: Switch to using the generated match functions instead of stub implementations. by Daniel Dunbar · 14 years ago
  12. a7ac688 MC/ARM: Enable generation of the ARM asm matcher, not that it can do much. by Daniel Dunbar · 14 years ago
  13. 3bcd9f7 ARM: Mark some disassembler only instructions as not available for matching -- by Daniel Dunbar · 14 years ago
  14. 9db683b ARM: Quote $p in an asm string. by Daniel Dunbar · 14 years ago
  15. a9ba5fe tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only warning, for now. by Daniel Dunbar · 14 years ago
  16. 2d0f247 Improve indentation. by Owen Anderson · 14 years ago
  17. 1a76359 Remove AVX 256-bit cast intrinsics now that clang is using __builtin_shufflevector for those by Bruno Cardoso Lopes · 14 years ago
  18. 9fb2ffd Remove AVX 256-bit unpack and interleave intrinsics now that clang is using __builtin_shufflevector for those by Bruno Cardoso Lopes · 14 years ago
  19. b89c631 Remove AVX 256-bit shuffle intrinsics now that clang is using __builtin_shufflevector for those by Bruno Cardoso Lopes · 14 years ago
  20. d771041 Update test to match output of optimize compares for ARM. by Bill Wendling · 14 years ago
  21. e1fadb1 CMake: corrections on LLVM.cmake external services. by Oscar Fuentes · 14 years ago
  22. 38ae997 Handle ARM compares as well as converting for ARM adds, subs, and thumb2's adds. by Bill Wendling · 14 years ago
  23. 0cce3dd Mark ARM compare instructions as isCompare. by Bill Wendling · 14 years ago
  24. 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 14 years ago
  25. 4ee8739 When analyzing loop exit conditions combined with and and or, don't by Dan Gohman · 14 years ago
  26. f4452c3 lto: Fix an inverted conditional which prevented the addition of symbols scraped by Daniel Dunbar · 14 years ago
  27. 8d0843d lto: Fix gratuitous memory leaks. by Daniel Dunbar · 14 years ago
  28. 9a1c189 Add a separate ARM instruction format for Saturate instructions. by Bob Wilson · 14 years ago
  29. 0a16b22 Avoid multiple definition warnings when both config.h and by Oscar Fuentes · 14 years ago
  30. e41d900 lto: Reduce nesting. by Daniel Dunbar · 14 years ago
  31. b06913d LTOModule.cpp: Fix numerous style issues. by Daniel Dunbar · 14 years ago
  32. af08a36 Rename and reorder the arguments to isImpliedCond, for consistency and clarity. by Dan Gohman · 14 years ago
  33. ae321ed We already have this as OperandNode. by Eric Christopher · 14 years ago
  34. 3611d9e CBZ and CBNZ are implemented. by Evan Cheng · 14 years ago
  35. 045573c Add AVX matching patterns to Packed Bit Test intrinsics. by Bruno Cardoso Lopes · 14 years ago
  36. 625051b Now that we're using ConstantRange to represent potential values, make use of that represenation to by Owen Anderson · 14 years ago
  37. bb47d3b The optimize comparisons pass removes the "cmp" instruction this is checking for. by Bill Wendling · 14 years ago
  38. e32ea92 Add test for recent instcombine vector shuffle enhancement by Nate Begeman · 14 years ago
  39. 9908fec upgrade to use new intrinsics, patch by Dan Hipschman! by Chris Lattner · 14 years ago
  40. 95743d8 Add the minimal amount of smarts necessary to instcombine of shufflevectors to recognize by Nate Begeman · 14 years ago
  41. 75486db Turn optimize compares back on with fix. We needed to test that a machine op was by Bill Wendling · 14 years ago
  42. a516e94 Give up on register class recalculation when the register is used with subreg by Jakob Stoklund Olesen · 14 years ago
  43. a8c58a6 Revert r110718; it broke clang-i386-darwin9. by Dan Gohman · 14 years ago
  44. b67b12e Avoid editing the current live interval during remat. by Jakob Stoklund Olesen · 14 years ago
  45. 987eecc More debug spew by Jakob Stoklund Olesen · 14 years ago
  46. a54e3cd Turn optimize cmps on by default so that we can get some testing by the nightly by Bill Wendling · 14 years ago
  47. 6bf058c Add missing argument. CreateCompositeTypeEx() users, please verify. by Devang Patel · 14 years ago
  48. 9f01406 Switch over to using ConstantRange to track integral values. by Owen Anderson · 14 years ago
  49. e7e5a0f Do not forget debug info for enums. Use named mdnode to keep track of these types. by Devang Patel · 14 years ago
  50. 1321fec tests: Don't error out if HOME isn't present in t the environment. by Daniel Dunbar · 14 years ago
  51. 5818032 Delete some unused instructions. by Evan Cheng · 14 years ago
  52. ac09680 Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function stack frame has a var-sized object. by Evan Cheng · 14 years ago
  53. 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 14 years ago
  54. 9db3ea4 Implement register class inflation. by Jakob Stoklund Olesen · 14 years ago
  55. 4bd828f Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP by Daniel Dunbar · 14 years ago
  56. e25c6b9 MC/AsmParser: Fix a bug in macro argument parsing, which was dropping by Daniel Dunbar · 14 years ago
  57. 1b73052 Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. by Bob Wilson · 14 years ago
  58. 08e93b1 Recalculate the spill weight and allocation hint for virtual registers created by Jakob Stoklund Olesen · 14 years ago
  59. dc08309 Fix test for more architectures. Patch by Tobias Grosser. by Jakob Stoklund Olesen · 14 years ago
  60. 15af387 Fix silly bug. by Rafael Espindola · 14 years ago
  61. b0f3b3e Revert "MC/MachO: Fix possible null pointer dereference." by Michael J. Spencer · 14 years ago
  62. 866aa0d Use RunPassesOn as in the rest of bugpoint. by Rafael Espindola · 14 years ago
  63. 6455384 Simplify generating LLVMC_BUILTIN_PLUGIN. by Mikhail Glushenkov · 14 years ago
  64. 1e67278 Trailing whitespace. by Mikhail Glushenkov · 14 years ago
  65. 0db86fe Mark this variable as used. by Chandler Carruth · 14 years ago
  66. 73362c8 RegionInfo: Do not assert if a BB is not part of the dominance tree. by Tobias Grosser · 14 years ago
  67. 0e28b15 Fix failing testcase. by Tobias Grosser · 14 years ago
  68. 2936807 Handle TAG_constant for integers. by Devang Patel · 14 years ago
  69. c9aed19 Fix ARM hasFP() semantics. It should return true whenever FP register is by Evan Cheng · 14 years ago
  70. 94f7950 Update CMake...sorry for the breakage. by Bill Wendling · 14 years ago
  71. ecbd8e8 Simplify. by Devang Patel · 14 years ago
  72. 85e9580 Drop "const". It does not add value here. by Devang Patel · 14 years ago
  73. 9f798e9 Add AVX movnt{pd,ps,dq} 256-bit intrinsics by Bruno Cardoso Lopes · 14 years ago
  74. c120af4 Add missing null check reported by Amaury Pouly. by Evan Cheng · 14 years ago
  75. fcfcca1 Add AVX movmsk 256-bit intrinsics by Bruno Cardoso Lopes · 14 years ago
  76. 0115387 Remove replicate intrinsics, clang will generate shufflevector for those. The shuffles can't be matched by x86 codegen yet, but will soon by Bruno Cardoso Lopes · 14 years ago
  77. 405f11b Support AVX 256-bit load and store intrinsics by Bruno Cardoso Lopes · 14 years ago
  78. 77497bf Use i32 instead of i8 for dot product intrinsic by Bruno Cardoso Lopes · 14 years ago
  79. 9fa539c Do not include file static variable in pubnames list. by Devang Patel · 14 years ago
  80. bd2499a Expand uses of python 2.6's "A if B else C" syntax into regular by Dan Gohman · 14 years ago
  81. 60e72d9 remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which by Chris Lattner · 14 years ago
  82. 6719784 Patterns to match AVX cmp instructions by Bruno Cardoso Lopes · 14 years ago
  83. df30cf9 Transpose the calculation of spill weights such that we are calculating one by Jakob Stoklund Olesen · 14 years ago
  84. 533a7df Add matching patterns for vblend AVX intrinsics by Bruno Cardoso Lopes · 14 years ago
  85. d5955f5 Fix the last argument type of AVX vblend intrinsics by Bruno Cardoso Lopes · 14 years ago
  86. 6cdb1ab Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer by Bill Wendling · 14 years ago
  87. 02ecdef Undo accidental commit. by Devang Patel · 14 years ago
  88. 450b793 Simplify. Avoid redundant checks. by Devang Patel · 14 years ago
  89. 5cb33a3 Wording. by Eric Christopher · 14 years ago
  90. b07ce60 Next bit of support for the dwarf .file directive. This patch takes the by Kevin Enderby · 14 years ago
  91. b000d68 ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-( by Evan Cheng · 14 years ago
  92. 93f6c1e Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 256-bit conversion intrinsics by Bruno Cardoso Lopes · 14 years ago
  93. 2739896 Refactor. by Devang Patel · 14 years ago
  94. 8468157 Add patterns to AVX conversions instructions. Do that instead of declaring more intructions whenever is possible, more coming by Bruno Cardoso Lopes · 14 years ago
  95. cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 14 years ago
  96. 3221834 Fix a use after free error caught by the valgrind builders. by Nick Lewycky · 14 years ago
  97. 8bd11de Refactoring. Update DbgVarible to handle queries itself. by Devang Patel · 14 years ago
  98. 2f3ffb8 Add ConstantRange information to the debugging output. by Owen Anderson · 14 years ago
  99. 4fffb34 PR7853: fix a silly mistake introduced in r101899, and add a test to make sure by Eli Friedman · 14 years ago
  100. ca3469e Update cmake library dependencies. by Oscar Fuentes · 14 years ago