1. 998e125 Move duplicated AddLiveIn function from X86 and ARM backends to be a method by Bob Wilson · 16 years ago
  2. e3fa9ef Move the AddLiveIn function definition closer to its uses. by Bob Wilson · 16 years ago
  3. e65586b Rearrange code to reduce indentation. by Bob Wilson · 16 years ago
  4. dee46d7 Clean up formatting, remove trailing whitespace, fix comment typos and by Bob Wilson · 16 years ago
  5. 1f595bb Use CallConvLower.h and TableGen descriptions of the calling conventions by Bob Wilson · 16 years ago
  6. 2c7dab1 Fix PR3795: Apply Dan's suggested fix for by Bob Wilson · 16 years ago
  7. 30eae3c PR2985 / <rdar://problem/6584986> by Jim Grosbach · 16 years ago
  8. bf6396b Fix PR3862: Recognize some ARM-specific constraints for immediates in inline by Bob Wilson · 16 years ago
  9. 2a14c52 Fix a few more indentation problems and an 80-column violation. by Bob Wilson · 16 years ago
  10. 2dc4f54 No functional changes. Fix indentation and whitespace only. by Bob Wilson · 16 years ago
  11. 1606e8e Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
  12. d1980a5 Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" by Chris Lattner · 16 years ago
  13. 6501153 ARM isLegalAddressImmediate should check if type is a simple type now that optimizer can create values of funky scalar types. by Evan Cheng · 16 years ago
  14. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  15. b672840 Remove refs to non-DebugLoc versions of BuildMI from ARM. by Dale Johannesen · 17 years ago
  16. 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
  17. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  18. e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
  19. de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
  20. a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
  21. 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
  22. 0f502f6 Add some DL propagation to places that didn't have it yet. More coming. by Dale Johannesen · 17 years ago
  23. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  24. 4469c53 silence a warning when assertions are disabled. by Chris Lattner · 17 years ago
  25. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  26. 73e0914 Const-qualify getPreIndexedAddressParts and friends. by Dan Gohman · 17 years ago
  27. ae94e59 Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols. by Evan Cheng · 17 years ago
  28. a8103da Temporarily revert r60519. It was causing a bootstrap failure: by Bill Wendling · 17 years ago
  29. eb83dfd Visibility hidden GVs do not require extra load of symbol address from the GOT or non-lazy-ptr. by Evan Cheng · 17 years ago
  30. aaffa05 There are no longer any places that require a by Duncan Sands · 17 years ago
  31. 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
  32. 3eb22e8 Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls. by Evan Cheng · 17 years ago
  33. c7c7729 Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with legalizetypes. by Evan Cheng · 17 years ago
  34. 0329466 Rename LoadX to LoadExt. by Evan Cheng · 17 years ago
  35. e563bbc Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as by Chris Lattner · 17 years ago
  36. 86098bd Add "inreg" field to CallSDNode (doesn't increase by Dale Johannesen · 17 years ago
  37. 0bb4160 Make log, log2, log10, exp, exp2 use Expand by default. by Dale Johannesen · 17 years ago
  38. 056292f Reverting r56249. On further investigation, this functionality isn't needed. by Bill Wendling · 17 years ago
  39. 9468a9b - Change "ExternalSymbolSDNode" to "SymbolSDNode". by Bill Wendling · 17 years ago
  40. 095cc29 Define CallSDNode, an SDNode subclass for use with ISD::CALL. by Dan Gohman · 17 years ago
  41. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 17 years ago
  42. 8106b0a Delete an unused variable. by Dan Gohman · 17 years ago
  43. 7794f2a Add intrinsics for log, log2, log10, exp, exp2. by Dale Johannesen · 17 years ago
  44. ba36cb5 erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics by Gabor Greif · 17 years ago
  45. 99a6cb9 disallow direct access to SDValue::ResNo, provide a getter instead by Gabor Greif · 17 years ago
  46. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  47. d1b3da6 Teach ARM isLegalAddressingMode to handle unknown type without crashing. This fixes pr2589. by Evan Cheng · 17 years ago
  48. 78d6045 add support for returning i128, PR2532. by Chris Lattner · 17 years ago
  49. 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  50. 126d907 Rather than having a different custom legalization by Duncan Sands · 17 years ago
  51. 4bdcb61 Add a new getMergeValues method that does not need by Duncan Sands · 17 years ago
  52. 7f46020 Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its by Dan Gohman · 17 years ago
  53. f951620 Revert the SelectionDAG optimization that makes by Duncan Sands · 17 years ago
  54. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  55. 1f13c68 Fix the SVOffset values for loads and stores produced by by Dan Gohman · 17 years ago
  56. 29e4bdb Fix const-correctness issues with the SrcValue handling in the by Dan Gohman · 17 years ago
  57. 707e018 Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal by Dan Gohman · 17 years ago
  58. 110cf48 Unbreak ARM / Thumb soft FP support. by Evan Cheng · 17 years ago
  59. 276dcbd Introduce a new node for holding call argument by Duncan Sands · 17 years ago
  60. d2cde68 Default ISD::PREFETCH to expand. by Evan Cheng · 17 years ago
  61. b8cafe3 Increase ISD::ParamFlags to 64 bits. Increase the ByValSize by Dale Johannesen · 17 years ago
  62. 27b7db5 Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} and prefetchnta instructions. by Evan Cheng · 17 years ago
  63. 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 17 years ago
  64. d497d9f I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support. by Andrew Lenharth · 17 years ago
  65. 00fee65 In TargetLowering::LowerCallTo, don't assert that by Duncan Sands · 18 years ago
  66. e179584 Change how FP immediates are handled. by Nate Begeman · 18 years ago
  67. 977a76f Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits by Dan Gohman · 18 years ago
  68. 9f72d1a don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. by Chris Lattner · 18 years ago
  69. fd29e0e Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. by Dan Gohman · 18 years ago
  70. bf1caa9 Remove some dead code by Nate Begeman · 18 years ago
  71. 69de193 Re-apply the memory operand changes, with a fix for the static by Dan Gohman · 18 years ago
  72. 48a6551 Eliminate some redundant code. by Nate Begeman · 18 years ago
  73. 334dc1f Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit. by Evan Cheng · 18 years ago
  74. c6c391d Create a new class, MemOperand, for describing memory references by Dan Gohman · 18 years ago
  75. ff9b373 Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a proper name. Rename it to EmitInstrWithCustomInserter since it does not necessarily insert by Evan Cheng · 18 years ago
  76. b625f2f Factor the addressing mode and the load/store VT out of LoadSDNode by Dan Gohman · 18 years ago
  77. f9c98e6 The last pieces needed for loading arbitrary by Duncan Sands · 18 years ago
  78. ddf8956 This commit changes: by Chris Lattner · 18 years ago
  79. 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  80. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  81. f1b1c5e implement a trivial readme entry. by Chris Lattner · 18 years ago
  82. 27a6c73 Several changes: by Chris Lattner · 18 years ago
  83. 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 18 years ago
  84. e0cb36b [ARM] Implement __builtin_thread_pointer. by Lauro Ramos Venancio · 18 years ago
  85. f1ba1ca Move the LowerMEMCPY and LowerMEMCPYCall to a common place. by Rafael Espindola · 18 years ago
  86. e0703c8 Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMaxInlineSizeThreshold by Rafael Espindola · 18 years ago
  87. fc05f40 Make ARM an X86 memcpy expansion more similar to each other. by Rafael Espindola · 18 years ago
  88. 4102eb5 Fix memcpy lowering when addresses are 4-byte aligned but size is not multiple of 4. by Evan Cheng · 18 years ago
  89. 7b73a5d split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. by Rafael Espindola · 18 years ago
  90. 65a3323 legalizing the ret operation on f64 shouldn't introduce a new by Chris Lattner · 18 years ago
  91. f96e4de Set ISD::FPOW to Expand. by Dan Gohman · 18 years ago
  92. 525178c Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to by Dan Gohman · 18 years ago
  93. f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 18 years ago
  94. eaf0894 Enhance APFloat to retain bits of NaNs (fixes oggenc). by Dale Johannesen · 18 years ago
  95. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 18 years ago
  96. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  97. 0e1d379 Reflects the chanegs made to PredicateOperand. by Evan Cheng · 18 years ago
  98. e2446c6 Silence a warning. by Evan Cheng · 18 years ago
  99. ea859be Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from by Dan Gohman · 18 years ago
  100. 97e604e Be more conservative of duplicating blocks. by Evan Cheng · 18 years ago