1. 2c79ecb Initial commit for the AttributesImpl class. by Bill Wendling · 12 years ago
  2. b500e92 Add case clauses for returning dsp accumulator encoding values in function by Akira Hatanaka · 12 years ago
  3. 81571d3 Add DSP accumulator registers and register class. Remove hi/lo registers. by Akira Hatanaka · 12 years ago
  4. c878f38 Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it. by Akira Hatanaka · 12 years ago
  5. 4335e34 Add support for detecting some corei7-class Xeons. by Benjamin Kramer · 12 years ago
  6. 44401b7 Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic) by Duncan Sands · 12 years ago
  7. 696e06e YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar. by Benjamin Kramer · 12 years ago
  8. be3338a Remove unneeded and invalid SetInsertPoint calls from unittest. by Benjamin Kramer · 12 years ago
  9. 3e7735f APFloat::roundToIntegral: Special values don't keep the exponent value up to date, don't rely on it. by Benjamin Kramer · 12 years ago
  10. 50b7d70 Address Duncan's comments on r164684: by Hans Wennborg · 12 years ago
  11. 565df79 Address Duncan's comments on r164682: by Hans Wennborg · 12 years ago
  12. d0ac06d Analogous fix to memset and memcpy rewriting. Don't have a test case by Chandler Carruth · 12 years ago
  13. 238fd15 When rewriting the pointer operand to a load or store which has by Chandler Carruth · 12 years ago
  14. 81b001a Teach all of the loads, stores, memsets and memcpys created by the by Chandler Carruth · 12 years ago
  15. 4d7aa6d Add some convenience methods to IRBuilder for constructing aligned loads by Chandler Carruth · 12 years ago
  16. 9f4df20 ARM/atomicrmw_minmax.ll: Fix RUN line. by NAKAMURA Takumi · 12 years ago
  17. e7381cc Fix tests that didn't test anything. by Benjamin Kramer · 12 years ago
  18. d6d10ae Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM. by James Molloy · 12 years ago
  19. d72271c SimplifyCFG: Make the switch-to-lookup table transformation store the by Hans Wennborg · 12 years ago
  20. db5dbf0 SimplifyCFG: Refactor the switch-to-lookup table transformation by by Hans Wennborg · 12 years ago
  21. e6232ed llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto. by NAKAMURA Takumi · 12 years ago
  22. bec3ce0 The assumption that /proc/self/exe always exists is incorrect. by Sylvestre Ledru · 12 years ago
  23. 4fa2ddb Add SARX/SHRX/SHLX code generation support by Michael Liao · 12 years ago
  24. 6bcdb5b Add RORX code generation support by Michael Liao · 12 years ago
  25. 0832a72 Add MULX code generation support by Michael Liao · 12 years ago
  26. c7c42f7 Teach the 'lint' sanity checking pass to detect simple buffer overflows. by Duncan Sands · 12 years ago
  27. 02f790e Revert r164663 due to buildbot failure. by Craig Topper · 12 years ago
  28. b3dca3f Revert the business end of r164636 and try again. I'll come in again. ;] by Chandler Carruth · 12 years ago
  29. 0f841b4 Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches other similar methods. by Craig Topper · 12 years ago
  30. 542b716 Replace calls to getSizeInBits with getExtendedSizeInBits since its already known its an extended type. by Craig Topper · 12 years ago
  31. 4bb51cc Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree. by Craig Topper · 12 years ago
  32. d48bb93 Remove hasNoAVX method. Can just invert hasAVX instead. by Craig Topper · 12 years ago
  33. 1313785 Mark extended type querying methods as 'readonly' to reduce compile size. by Craig Topper · 12 years ago
  34. f18eb58 Generate an error message instead of asserting or segfaulting when we have a by Bill Wendling · 12 years ago
  35. 4e9485d Add 'lock' prefix output support in assembly printer by Michael Liao · 12 years ago
  36. 1293130 Generate an error message instead of asserting or segfaulting when we have a by Bill Wendling · 12 years ago
  37. b55462b Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 12 years ago
  38. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  39. 3757ff1 Initialize boolean variables in MipsSubtarget's constructor. by Akira Hatanaka · 12 years ago
  40. 051a318 Don't drop the alignment on a memcpy intrinsic when producing a store. This is by Nick Lewycky · 12 years ago
  41. 289b5d7 blank line for test commit by Reed Kotler · 12 years ago
  42. 48c0f65 Revert the business end of r164634, and replace it with a different fix. The by Nick Lewycky · 12 years ago
  43. c3f10e4 Don't try to promote the same alloca twice. Fixes PR13916! by Nick Lewycky · 12 years ago
  44. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  45. 2039a8f Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. by Bill Wendling · 12 years ago
  46. 87ed553 docs: Sphinxify HowToSubmitABug by Sean Silva · 12 years ago
  47. 853a8c5 Move Attribute::typeIncompatible inside of the Attributes class. by Bill Wendling · 12 years ago
  48. 1a37d7e TargetLowering interface to set/get minimum block entries for jump tables. by Sebastian Pop · 12 years ago
  49. 442ffc3 Revert r164614 to appease the buildbots. by Chad Rosier · 12 years ago
  50. fe4a778 Make this test check the transforms it's actually doing. Also add a test that it by Nick Lewycky · 12 years ago
  51. e5e8f76 Add missing i64 max/min/umax/umin on 32-bit target by Michael Liao · 12 years ago
  52. fe2d5f8 ARM: Darwin BL/BLX relocations to out-of-range symbols. by Jim Grosbach · 12 years ago
  53. 1309844 Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem. by Michael Ilseman · 12 years ago
  54. a3c3e1f Consistently specify the assembly variant to MatchInstructionImpl. by Bob Wilson · 12 years ago
  55. c303463 Fix a case where SROA did not correctly detect dead PHI or selects due by Chandler Carruth · 12 years ago
  56. 00edf4c Change the way the lint sanity checking pass detects misaligned memory accesses. by Duncan Sands · 12 years ago
  57. b1cacc7 Fix an illegal tailcall opt where the callee returns a double via xmm while caller returns x86_fp80 via st0. rdar://12229511 by Evan Cheng · 12 years ago
  58. d0a553e Fix a -Wparentheses warning in the mingw build by Nico Weber · 12 years ago
  59. 72bf29f Fix a crash in SROA. This was reported independently by Takumi and by Chandler Carruth · 12 years ago
  60. 24ab21c Don't forget that strcpy and friends return a pointer to the destination, so by Nick Lewycky · 12 years ago
  61. e5510db Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed. by Michael Ilseman · 12 years ago
  62. fbc21fa ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. by Jim Grosbach · 12 years ago
  63. 1afd6bb Remove unused name of variable to quiet a warning. Also canonicalize a by Nick Lewycky · 12 years ago
  64. e9525d8 Mark jump tables in code sections with DataRegion directives. by Jim Grosbach · 12 years ago
  65. 7f8f3f7 Typo. by Chad Rosier · 12 years ago
  66. 2590c2e Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
  67. c9d0c70 Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497> by Bob Wilson · 12 years ago
  68. 3dbefbd Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be by Nick Lewycky · 12 years ago
  69. 97a1a61 Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable. by Nick Lewycky · 12 years ago
  70. 5236ab3 Specify MachinePointerInfo as refering to the argument value and offset of the by Roman Divacky · 12 years ago
  71. 00796a1 Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
  72. 47bd469 Add missing : in CHECK line. by Richard Osborne · 12 years ago
  73. bdc76fc Add missing check for presence of target data. by Richard Osborne · 12 years ago
  74. 84d882e Enable the new SROA pass by default. by Chandler Carruth · 12 years ago
  75. bc4021f Address one of the original FIXMEs for the new SROA pass by implementing by Chandler Carruth · 12 years ago
  76. 371e17c Emit dtors into proper section while compiling in vcpp-compatible mode. by Anton Korobeynikov · 12 years ago
  77. 02e92a0 Switch to a signed representation for the dynamic offsets while walking by Chandler Carruth · 12 years ago
  78. 85aa4f6 Don't do actual work inside an assert statement. Fixes PR11760! by Nick Lewycky · 12 years ago
  79. 90d9e94 Revise test to avoid using of 'grep' by Michael Liao · 12 years ago
  80. a96a182 Add LLVM_OVERRIDE to methods that override their base classes. by Craig Topper · 12 years ago
  81. 4d6b840 Enhance test case of atomic16 to verify inst encoding fixed in r164453. by Michael Liao · 12 years ago
  82. d15e2a0 ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  83. 2d67eac Whitespace. by NAKAMURA Takumi · 12 years ago
  84. bb51742 Fix edge cases of ARM shift operands in arith instructions. by Tim Northover · 12 years ago
  85. 93c7c44 Fix the handling of edge cases in ARM shifted operands. by Tim Northover · 12 years ago
  86. 23bd47c Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#' by Michael Liao · 12 years ago
  87. 730b9dd Fix typo in r164357 by Michael Liao · 12 years ago
  88. 9264988 Machine Model (-schedmodel only). Added SchedAliases. by Andrew Trick · 12 years ago
  89. a2df2ba Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix. by Jordan Rose · 12 years ago
  90. f5091b4 Casting: assert that pointer arguments to isa<> are non-null. by Jordan Rose · 12 years ago
  91. 3bbdddf DenseMap: assert that we have found a bucket before we try to insert into it. by Jordan Rose · 12 years ago
  92. ef5fc95 MIPS DSP: Add immediate leaves. by Akira Hatanaka · 12 years ago
  93. 67032b2 MIPS DSP: Add predicates and instruction template. by Akira Hatanaka · 12 years ago
  94. b430cec Add MIPS DSP register classes. Set actions of DSP vector operations and override by Akira Hatanaka · 12 years ago
  95. 6fad5e7 SelectionDAG node enums for MIPS DSP nodes. by Akira Hatanaka · 12 years ago
  96. 1024f29 Add MIPS accumulator and DSP control registers. by Akira Hatanaka · 12 years ago
  97. a9adbf6 Add flags and feature bits for mips dsp. by Akira Hatanaka · 12 years ago
  98. d54a6b5 Fix a case where the new SROA pass failed to zap dead operands to by Chandler Carruth · 12 years ago
  99. c69bdad Add an --enable-backtraces option to configure to determine by Eric Christopher · 12 years ago
  100. c912494 Add an MDBuilder utility for creating !tbaa.struct nodes. by Dan Gohman · 12 years ago