1. a64eb92 Make promotion in operation legalization for SETCC work correctly. by Eli Friedman · 15 years ago
  2. 32360a7 Add line numbers to OProfile. To do this, I added a processDebugLoc() by Jeffrey Yasskin · 15 years ago
  3. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  4. 001dbfe Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 15 years ago
  5. 0692fab Propagate return result extension type by Anton Korobeynikov · 15 years ago
  6. a90b3dc Move a few more convenience factory functions from Constant to LLVMContext. by Owen Anderson · 15 years ago
  7. 1935629 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  8. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  9. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  10. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  11. eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 15 years ago
  12. f368923 Fix assert(0) conversion, as suggested by Chris. by Torok Edwin · 15 years ago
  13. c8ca3ae Implement support for promotion of AND/OR/XOR on integer types. by Jakob Stoklund Olesen · 15 years ago
  14. 9a4ba45 Fix types in PromoteNode handling of CTPOP and friends. by Jakob Stoklund Olesen · 15 years ago
  15. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  16. 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 15 years ago
  17. 8955e93 Fix up support for OptionalDefOperand when it defaults to an actual register def. I need this to get ready for major Thumb1 surgery. by Evan Cheng · 15 years ago
  18. aad3460 Use CreateStackStoreLoad helper in more places. by Eli Friedman · 15 years ago
  19. 2202360 Fix an apparent copy-and-paste problem in an error message. by Bob Wilson · 15 years ago
  20. c680ac9 Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned by Eli Friedman · 15 years ago
  21. 5dcaceb As Chris pointed out, we don't actually need to pass the context around here. by Owen Anderson · 15 years ago
  22. d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 15 years ago
  23. 2e4284d Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE by Dan Gohman · 15 years ago
  24. f1daf7d Use common code for both ARM and Thumb-2 instruction and register info. by David Goodwin · 15 years ago
  25. f2d754b Nowadays vectors are only split if they have an even by Duncan Sands · 15 years ago
  26. 8c899ee Remove trailing whitespace. Reorder some methods by Duncan Sands · 15 years ago
  27. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  28. 2b7a271 dag combine sext(setcc) -> vsetcc before legalize. To make this safe, by Chris Lattner · 15 years ago
  29. a4f7318 SelectionDAG::SignBitIsZero doesn't work right for vectors, by Chris Lattner · 15 years ago
  30. 8ea5ec6 Operand of asm("call") (the callee function) is represented by Dale Johannesen · 15 years ago
  31. c2c27b3 add support for legalizing an icmp where the result is illegal (4xi1) but by Chris Lattner · 15 years ago
  32. 0a6c2d8 random code cleanups. by Chris Lattner · 15 years ago
  33. 5962ed0 implement support for spliting and scalarizing vector setcc's. This by Chris Lattner · 15 years ago
  34. 9800e84 lower vector icmp/fcmp to ICMP/FCMP nodes with the right result by Chris Lattner · 15 years ago
  35. 87c411b ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same, by Chris Lattner · 15 years ago
  36. 64a3fa2 add support for vector legalizing of *_EXTEND. by Chris Lattner · 15 years ago
  37. a9d1f2c Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 15 years ago
  38. 6b61cd1 Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed arguments in a vararg call. by Tilmann Scheller · 15 years ago
  39. 7e1e31f Simplify debug info intrisinc lowering. by Devang Patel · 15 years ago
  40. 033080c CMake build fixes, from Xerxes Ranby by Douglas Gregor · 15 years ago
  41. 6d8f126 Simplify. by Devang Patel · 15 years ago
  42. 07b0ec0 Simplify. No intentional functionality change. by Devang Patel · 15 years ago
  43. ceddbe8 Refactor. No functionality change. by Devang Patel · 15 years ago
  44. 30d7b65 llvm.dbg.declare is always used for local variable's debug info. by Devang Patel · 15 years ago
  45. 4784f1f Add a bit IsUndef to MachineOperand. This indicates the def / use register operand is defined by an implicit_def. That means it can def / use any register and passes (e.g. register scavenger) can feel free to ignore them. by Evan Cheng · 15 years ago
  46. 5b93ea1 fix a typo that GCC should have caught that causes crashes with -view-*-dags by Chris Lattner · 15 years ago
  47. 505e982 fix a really subtle bug in the cross section of aliases and TLS: by Chris Lattner · 15 years ago
  48. d212bb8 implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of by Chris Lattner · 15 years ago
  49. 7bea038 dot graph viewing is apparently not using SDNode::print_details, this is bad, by Chris Lattner · 15 years ago
  50. 6ec66db propagate target operand flags from dag nodes into MachineOperands. by Chris Lattner · 15 years ago
  51. 5202312 fit in 80 cols by Chris Lattner · 15 years ago
  52. f5a5546 add targetflags to jump tables and constant pool entries. by Chris Lattner · 15 years ago
  53. 2a4ed82 allow setting target operand flags on TargetGlobalAddress nodes. by Chris Lattner · 15 years ago
  54. 1af2231 start bringing targetoperand flags into isel, first up, ExternalSymbol. by Chris Lattner · 15 years ago
  55. b445908 Provide guards for this shared structure. I'm not sure this actually needs by Owen Anderson · 15 years ago
  56. f2e19d5 by David Greene · 15 years ago
  57. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 15 years ago
  58. 8539cfd Rewrite 73900 per Duncan's suggestion. by Dale Johannesen · 15 years ago
  59. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  60. 08bc98e Fix memcpy expansion so it won't generate invalid by Dale Johannesen · 15 years ago
  61. 1e86a66 mv CodeGen/DebugLoc.h Support/DebugLoc.h by Devang Patel · 15 years ago
  62. 2fb070b Minor cleanup; fixes review comments for a previous patch. Sorry for by Eli Friedman · 15 years ago
  63. 7d8d36a Fixed names of libcalls checked in r73480. by Sanjiv Gupta · 15 years ago
  64. 8aa207e Added required libcalls for PIC16 (mostly floating points to integer casting operations). by Sanjiv Gupta · 15 years ago
  65. db3c169 Add some generic expansion logic for SMULO and UMULO. Fixes UMULO by Eli Friedman · 15 years ago
  66. 15480bd Change this from an assert to a cerr+exit, since it's diagnosing an by Dan Gohman · 15 years ago
  67. 11a407f Gracefully handle imbalanced inline function begin and end markers. by Devang Patel · 15 years ago
  68. 5d2c01e CheckTailCallReturnConstraints is missing a check on the by Arnold Schwaighofer · 15 years ago
  69. f10d3a7 Tweak the expansion code for BIT_CONVERT to generate better code by Eli Friedman · 15 years ago
  70. 7a5e555 Slightly generalize the code that handles shuffles of consecutive loads by Eli Friedman · 15 years ago
  71. 5257106 Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal types. by Eli Friedman · 15 years ago
  72. 7ef3d17 Factor out a couple of helpers. by Eli Friedman · 15 years ago
  73. 556929a Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the by Eli Friedman · 15 years ago
  74. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
  75. abc0199 Adapt the x86 build_vector dagcombine to the current state of the legalizer. by Nate Begeman · 15 years ago
  76. a43a7ae Allow libcalls for i16 sdiv/udiv/rem operations. by Sanjiv Gupta · 15 years ago
  77. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  78. 4c9369d Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was by Dale Johannesen · 15 years ago
  79. 77b81fe Don't do the X * 0.0 -> 0.0 transformation in instcombine, because by Dan Gohman · 15 years ago
  80. 68f32cb Fix comments. by Dan Gohman · 15 years ago
  81. 874ae25 Revert 72707 and 72709, for the moment. by Dale Johannesen · 15 years ago
  82. 4150d83 Make the implicit inputs and outputs of target-independent by Dale Johannesen · 15 years ago
  83. f43071b Rename CustomLowerResults to CustomLowerNode, since by Duncan Sands · 15 years ago
  84. 51b16f4 Untabification. by Bill Wendling · 15 years ago
  85. d3c76bb Do not try to create a MVT type of width 0. by Evan Cheng · 15 years ago
  86. bbdd903 Re-commit r72514 and r72516 with a fixed version of BR_CC lowering. by Eli Friedman · 15 years ago
  87. cdcecc0 Incorporate patch feedbacks. by Evan Cheng · 15 years ago
  88. 43b4127 Temporarily revert r72514 (and dependent patch r72516). It was causing this by Bill Wendling · 15 years ago
  89. e727d7a Remove a couple of useless functions. by Eli Friedman · 15 years ago
  90. 1c39965 Remove special cases for more opcodes. by Eli Friedman · 15 years ago
  91. ad75460 Remove special case for SETCC opcode; add some comments explaining why by Eli Friedman · 15 years ago
  92. 3be2e51 Some minor cleanups. by Eli Friedman · 15 years ago
  93. 8b944d3 Added optimization that narrow load / op / store and the 'op' is a bit twiddling instruction and its second operand is an immediate. If bits that are touched by 'op' can be done with a narrower instruction, reduce the width of the load and store as well. This happens a lot with bitfield manipulation code. by Evan Cheng · 15 years ago
  94. b5da3f6 Minor cleanups; add a better explanation for the issue with BUILD_VECTOR. by Eli Friedman · 15 years ago
  95. 4bc8c71 Remove more special cases for opcodes. by Eli Friedman · 15 years ago
  96. 509150f Remove special cases for more opcodes. by Eli Friedman · 15 years ago
  97. f6f20a7 Removing more special cases from LegalizeDAG. by Eli Friedman · 15 years ago
  98. 26ea8f9 Eliminate more special cases for opcodes. by Eli Friedman · 15 years ago
  99. f6b23bf Remove more special cases from LegalizeDAG. by Eli Friedman · 15 years ago
  100. 47b41f7 Remove unused argument. by Eli Friedman · 15 years ago