1. 0eebf65 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 16 years ago
  2. fbbf1ee Separate V6 from V6T2 since the latter has some extra nice instructions by Anton Korobeynikov · 16 years ago
  3. a7b0ded Add helper for checking of Thumb1 mode by Anton Korobeynikov · 16 years ago
  4. faf2671 Revert r72898. It does not solve the problem I want it to solve. by Bill Wendling · 16 years ago
  5. 06bfa33 Delete comment and fix typo by Bruno Cardoso Lopes · 16 years ago
  6. 24f14f1 Fix wrong elf class and byte order initializations. by Bruno Cardoso Lopes · 16 years ago
  7. a029a27 Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without by Bruno Cardoso Lopes · 16 years ago
  8. f10d3a7 Tweak the expansion code for BIT_CONVERT to generate better code by Eli Friedman · 16 years ago
  9. 5d28eb9 Get rid of some unnecessary code. by Eli Friedman · 16 years ago
  10. a5f54a0 Create FunctionType::isValidArgumentType to go along with isValidReturnType. by Nick Lewycky · 16 years ago
  11. 7a5e555 Slightly generalize the code that handles shuffles of consecutive loads by Eli Friedman · 16 years ago
  12. dcef849 Remove cyclic MDNode detection. Any attempt to create a cyclic MDNode will by Nick Lewycky · 16 years ago
  13. 00907c7 Refuse metadata* type for function arguments. by Nick Lewycky · 16 years ago
  14. 0da9975 PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec by Eli Friedman · 16 years ago
  15. d7f20b6 Don't crash on multiple return value with no obvious inserted value. by Nick Lewycky · 16 years ago
  16. b9a4cac PR4340: Run SimplifyDemandedVectorElts on insertelement instructions; by Eli Friedman · 16 years ago
  17. 0906b1b Use cast<> instead of dyn_cast<> for things that are known to be Instructions. by Jay Foad · 16 years ago
  18. 86fbf2f Rename UnknownValue to CouldNotCompute, since it holds an instance of by Dan Gohman · 16 years ago
  19. 5257106 Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal types. by Eli Friedman · 16 years ago
  20. 7ef3d17 Factor out a couple of helpers. by Eli Friedman · 16 years ago
  21. 30e71eb Avoid crashing on a variable-index insertelement with element type i16. by Eli Friedman · 16 years ago
  22. 1041553 Get rid of some bogus patterns for X86vzmovl. Don't create VZEXT_MOVL by Eli Friedman · 16 years ago
  23. 9d47b8d Fix an obvious typo. by Eli Friedman · 16 years ago
  24. cf0a577 x86_64 now uses the correct ELF e_machine type by Bruno Cardoso Lopes · 16 years ago
  25. 1762c14 Get rid of a bogus pattern that interferes with optimization. by Eli Friedman · 16 years ago
  26. 23ef105 PR2598: make sure to expand illegal forms of integer/floating-point by Eli Friedman · 16 years ago
  27. f5b0c5a Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more comments added by Bruno Cardoso Lopes · 16 years ago
  28. 556929a Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the by Eli Friedman · 16 years ago
  29. 5c06f61 Simplify. by Devang Patel · 16 years ago
  30. 2392efe Add explicit keywords. by Dan Gohman · 16 years ago
  31. da63429 Simplify. by Devang Patel · 16 years ago
  32. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 16 years ago
  33. abc0199 Adapt the x86 build_vector dagcombine to the current state of the legalizer. by Nate Begeman · 16 years ago
  34. 9254922 Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order change no longer make sense after the coalescing changes we have made since then. by Evan Cheng · 16 years ago
  35. 6a78489 Evan thinks NoImplicitFloat check is not required here. by Devang Patel · 16 years ago
  36. f38fd69 Fix a copy+pasto in an assertion string that Jay Foad noticed. by Dan Gohman · 16 years ago
  37. 87d59e4 When merging multiple load / store instructions. Use the DebugLoc of the first one. by Evan Cheng · 16 years ago
  38. 5ba7188 Code clean up: return vector by reference rather than by value. No functionality changes. by Evan Cheng · 16 years ago
  39. 1d09de3 Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line. by Dan Gohman · 16 years ago
  40. c965ee2 Remove some unnecessary #includes. by Dan Gohman · 16 years ago
  41. 11cc35d Update the Verifier to be aware of the difference between Add and FAdd, etc. by Dan Gohman · 16 years ago
  42. 4680077 Lower i16/i32 sdiv/udiv/srem/urem using libcalls. by Sanjiv Gupta · 16 years ago
  43. a43a7ae Allow libcalls for i16 sdiv/udiv/rem operations. by Sanjiv Gupta · 16 years ago
  44. 5d41910 ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and by Bruno Cardoso Lopes · 16 years ago
  45. 9f5f322 Fix an erroneous check for isFNeg; the FNeg case is handled by Dan Gohman · 16 years ago
  46. e075a62 The DWARF unwind info was incorrect. While compiling with by Bill Wendling · 16 years ago
  47. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  48. d18e31a Add new function attribute - noredzone. by Devang Patel · 16 years ago
  49. 4c9369d Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was by Dale Johannesen · 16 years ago
  50. 073e7e5 RALinScan::attemptTrivialCoalescing() was returning a virtual register instead of the physical register it is allocated to. This resulted in virtual register(s) being added the live-in sets. by Evan Cheng · 16 years ago
  51. 550aacb A value defined by an implicit_def can be liven to a use BB. This is unfortunate. But register allocator still has to add it to the live-in set of the use BB. by Evan Cheng · 16 years ago
  52. ac27640 Removed SimpleRewriter. by Lang Hames · 16 years ago
  53. 77b81fe Don't do the X * 0.0 -> 0.0 transformation in instcombine, because by Dan Gohman · 16 years ago
  54. 68f32cb Fix comments. by Dan Gohman · 16 years ago
  55. 82f1d1b Remove unused code. by Sanjiv Gupta · 16 years ago
  56. 3b0a4f1 Custom lower SUB with two register operands. by Sanjiv Gupta · 16 years ago
  57. 6c8db34 Fix comments. by Torok Edwin · 16 years ago
  58. e8ebb0f Add support for outputting ANSI colors to raw_fd_ostream. by Torok Edwin · 16 years ago
  59. bccf4b3 PR3739, part 2: Use an explicit store to spill XMM registers. (Previously, by Eli Friedman · 16 years ago
  60. 9a41712 PR3739, part 1: Disable the red zone on Win64. by Eli Friedman · 16 years ago
  61. e5eb6d2 Remove a #include of <iostream>. by Dan Gohman · 16 years ago
  62. 1488326 Re-apply 72756 with fixes. One of those was introduced by we changed MachineInstrBuilder::addReg() interface. by Evan Cheng · 16 years ago
  63. fcad172 Removed more testing code that snuck in earlier. by Lang Hames · 16 years ago
  64. 186c670 Use uint8_t and int32_t in {JIT,Machine}CodeEmiters by Bruno Cardoso Lopes · 16 years ago
  65. d58902a Evan says it's wrong; back out 72808. by Stuart Hastings · 16 years ago
  66. 77648cf Recognize another euphemism for MOVDQ2Q. by Stuart Hastings · 16 years ago
  67. 424f8f3 For Darwin / x86_64, override -relocation-model=static to pic if the output is assembly since Darwin assembler does not really support -static codeine. by Evan Cheng · 16 years ago
  68. 9911405 Convert Alpha and Mips to use a MachineFunctionInfo subclass to by Dan Gohman · 16 years ago
  69. c553462 Remove the redundant TM member from X86DAGToDAGISel; replace it by Dan Gohman · 16 years ago
  70. 68c9344 Don't attempt to simplify an non-affine IV expression if it can't by Dan Gohman · 16 years ago
  71. 2228582 Make the buildbot see green (to make it easier to spot the next person by Mike Stump · 16 years ago
  72. 4cb3143 Move ELFCodeEmiter stuff to new files by Bruno Cardoso Lopes · 16 years ago
  73. bae049c Revert 72650 by Bruno Cardoso Lopes · 16 years ago
  74. 974d90b Remove unnecessary #includes. by Dan Gohman · 16 years ago
  75. 3fc7e53 Emit file directives correctly in case of a .bc is generated by llvm-ld after linking in several .bc files. by Sanjiv Gupta · 16 years ago
  76. 892c8ca FrameIndex could be used as a value (addressof (arg)) or as an address. by Sanjiv Gupta · 16 years ago
  77. 030019f CMake: Added missing source file to lib/CodeGen/CMakeLists.txt. by Oscar Fuentes · 16 years ago
  78. 703e235 Fixed a bug in which signed comparisons were being used instead of unsigned comparisons. by Sanjiv Gupta · 16 years ago
  79. 1251388 Avoid a warning "'U' might be used uninitialized in by Duncan Sands · 16 years ago
  80. 05a8c87 At a newline at the end of this file. by Duncan Sands · 16 years ago
  81. 2c48fe6 Fix for PR4225: When rewriter reuse a value in a physical register , it clear the register kill operand marker and its kill ops information. However, the cleared operand may be a def of a super-register. Clear the kill ops info for the super-register's sub-registers as well. by Evan Cheng · 16 years ago
  82. 70fd60b Temporarily revert 72756 for now. by Evan Cheng · 16 years ago
  83. 9d5fb98 Fold preceding / trailing base inc / dec into the single load / store as well. by Evan Cheng · 16 years ago
  84. 95299c1 If there is a def of a super-register followed by a use of a sub-register, do *not* add an implicit def of the sub-register. e.g. by Evan Cheng · 16 years ago
  85. a321dcd Move structures and classes into header files, providing two new headers and by Bruno Cardoso Lopes · 16 years ago
  86. 6ecc260 Revert r72734. The Darwin assembler doesn't support the static by Dan Gohman · 16 years ago
  87. 7714285 Change ConstantFoldConstantExpression to accept a null by Dan Gohman · 16 years ago
  88. 8b0d4f6 Fix CodeGenPrepare's address-mode sinking to handle unusual by Dan Gohman · 16 years ago
  89. 7ccf4a0 Fixed warning, removed some temporary validation code that snuck in during my last commit. by Lang Hames · 16 years ago
  90. da9863f On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit. by Evan Cheng · 16 years ago
  91. d8cf403 Undef MemoryFence when compiling on MSVC. by Owen Anderson · 16 years ago
  92. f41538d Update to in-place spilling framework. Includes live interval scaling and trivial rewriter. by Lang Hames · 16 years ago
  93. 874ae25 Revert 72707 and 72709, for the moment. by Dale Johannesen · 16 years ago
  94. 5d16396 Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can happen when PHI uses are recursively dependent on each other. by Evan Cheng · 16 years ago
  95. ca46fdd Add missing file. by Dale Johannesen · 16 years ago
  96. 4150d83 Make the implicit inputs and outputs of target-independent by Dale Johannesen · 16 years ago
  97. 8313899 Comment grammaro/clarification. by Dale Johannesen · 16 years ago
  98. 69bbb4c Trailing whitespace. by Dale Johannesen · 16 years ago
  99. 8fff19b Accidental commit. This isn't ready for prime time just yet. by Bill Wendling · 16 years ago
  100. 70459be Implement review feedback. Make thumb2 'normal' subtarget feature by Anton Korobeynikov · 16 years ago