1. c84941b Port the fix for the select operator from instcombine's by Dan Gohman · 17 years ago
  2. 1fdfa6a Code simplification. by Dan Gohman · 17 years ago
  3. 8e8de68 movsd and movq do not require 16-byte alignment. This fixes vec_set-5.ll on Linux. by Evan Cheng · 17 years ago
  4. 7a0f185 More local spiller complexity! by Evan Cheng · 17 years ago
  5. b0a6f62 Don't spill dead def. by Evan Cheng · 17 years ago
  6. 6e7b322 Fix typo. by Matthijs Kooijman · 17 years ago
  7. 3d28b1b Teach instcombine 4 new xforms: by Chris Lattner · 17 years ago
  8. 8516278 fix two issues Neil noticed, thanks! by Chris Lattner · 17 years ago
  9. 28a8dbc Add a bool to isEdgeFeasible that tells it whether to treat unknown by Chris Lattner · 17 years ago
  10. 638e378 Fix ExecutionEngine's constant code to work properly when structs and arrays by Dan Gohman · 17 years ago
  11. ca756ae Refine the fix in r51169 to only apply when the operand val being by Dan Gohman · 17 years ago
  12. a125e62 runOnMachineFunction should set IsPIC because relocation model may have been changed. by Evan Cheng · 17 years ago
  13. 76d402b Make AssociativeOpt static. by Dan Gohman · 17 years ago
  14. 52abbf5 Do not erase induction variable increment if it is used outside the loop. by Devang Patel · 17 years ago
  15. 45b4e48 Add a ComputeNumSignBits function for use by instcombine, based on the by Dan Gohman · 17 years ago
  16. c215b3e Handle quoted names when constructing $stub's, $non_lazy_ptr's and $lazy_ptr's. by Dale Johannesen · 17 years ago
  17. 7be1c45 switch to Type::getFPMantissaWidth instead of reinventing it. by Chris Lattner · 17 years ago
  18. 0a2d74b minor cleanups, teach instcombine that sitofp/uitofp cannot by Chris Lattner · 17 years ago
  19. 0c7a9a0 convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa by Chris Lattner · 17 years ago
  20. a540623 Fold FP comparisons where one operand is converted from an integer by Chris Lattner · 17 years ago
  21. 9d60ba9 remove debug output by Chris Lattner · 17 years ago
  22. 5e0d718 be more aggressive about transforming add -> or when the operands have no by Chris Lattner · 17 years ago
  23. ec00fcb Fix PR2341 - when the length is 4 use an i32 not by Duncan Sands · 17 years ago
  24. e46924b Reverting accidental commit of generated files. by Gordon Henriksen · 17 years ago
  25. 83eaae1 Remove a duplicative binding. Patch by Mahadevan R. by Gordon Henriksen · 17 years ago
  26. 1d6e409 Teach GVN to not assert on vector comparisons by Nate Begeman · 17 years ago
  27. f44085a Fix a backwards check in the JIT symbol table code by Nate Begeman · 17 years ago
  28. 47c9909 Fix PR2339 by Chris Lattner · 17 years ago
  29. 08de1e4 Revert constant-folding change that will miscompile in some cases. by Nick Lewycky · 17 years ago
  30. b578310 trip count computation deficiency by Chris Lattner · 17 years ago
  31. 6cccce3 Unbreak the build. by Nick Lewycky · 17 years ago
  32. d24ae87 Constant fold inttoptr and ptrtoint. by Nick Lewycky · 17 years ago
  33. fc1efbb Move isTrueWhenEqual to ICmpInst. by Nick Lewycky · 17 years ago
  34. 1f7580c Less conservative verison of previous patch, suggested by Duncan. by Dale Johannesen · 17 years ago
  35. 6796629 Weak functions not declared non-throwing might be by Dale Johannesen · 17 years ago
  36. 0bf7b41 Add functions to enable adding a single attribute to a function and by Eric Christopher · 17 years ago
  37. ea7dd40 Record weak external linkage in a case where we were by Dale Johannesen · 17 years ago
  38. 7cbd8a3 API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
  39. 446efdd If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is a v1* vector. by Evan Cheng · 17 years ago
  40. 1a2d667 Bill pointed out that system headers should be included after local headers. by Duncan Sands · 17 years ago
  41. 419cafb Silence the compiler warning differently. The by Duncan Sands · 17 years ago
  42. 66ae104 Do not dup malloc, vector instructions, etc. Throttle the default theshold way down. by Evan Cheng · 17 years ago
  43. 62849be Remove ADCE's ability to delete loops. This ability is now implemented in a by Owen Anderson · 17 years ago
  44. 0db198d Clean ups for loop deletion based on Chris' feedback. by Owen Anderson · 17 years ago
  45. b2ae9e3 implement PR2328. by Chris Lattner · 17 years ago
  46. f88c81e Treat common as distinct from weak global on Darwin x86. by Dale Johannesen · 17 years ago
  47. eedff31 Revert the change from r51157 in by Dan Gohman · 17 years ago
  48. f20d70d Fix a bug in LoopStrengthReduce that caused it to emit IR with by Dan Gohman · 17 years ago
  49. 0ef8de3 Fix typos and comments. by Evan Cheng · 17 years ago
  50. 6667646 Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
  51. b434513 Actually scalarize the operand to BIT_CONVERT instead of asking someone to do by Nate Begeman · 17 years ago
  52. 041e2eb IR support for extractvalue and insertvalue instructions. Also, begin by Dan Gohman · 17 years ago
  53. d208a80 Use static and anonymous namespaces consistently with other passes. by Dan Gohman · 17 years ago
  54. 8dbd9ad Remove useless check. Patch by Matthijs Kooijman. by Devang Patel · 17 years ago
  55. bdb6ca1 Disable JIT symbol table for now. by Evan Cheng · 17 years ago
  56. 9c0d50e Use of UINT_MAX requires climits, at least when compiling with gcc 4.3. by Duncan Sands · 17 years ago
  57. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
  58. f0df031 Make use of vector load and store operations to implement memcpy, memmove, and memset. Currently only X86 target is taking advantage of these. by Evan Cheng · 17 years ago
  59. ff155f03 Move the operator new and operator delete out of line. This fixes an issue with by Nate Begeman · 17 years ago
  60. 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 17 years ago
  61. a6c3112 Situations can arise when you have a function called that returns a 'void', but by Bill Wendling · 17 years ago
  62. 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 17 years ago
  63. 97e60d9 Use a better idiom to silence compiler warnings. by Evan Cheng · 17 years ago
  64. 4186ad5 rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp by Chris Lattner · 17 years ago
  65. bb60674 Silence warnings. by Evan Cheng · 17 years ago
  66. 3521334 Really silence compiler warnings. by Evan Cheng · 17 years ago
  67. b203114 Really silence compiler warnings. by Evan Cheng · 17 years ago
  68. 40e829f CommonLinkage (missed a file) by Dale Johannesen · 17 years ago
  69. c7071cc Generated files for CommonLinkage. by Dale Johannesen · 17 years ago
  70. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  71. 5087124 Silence some compiler warnings. by Evan Cheng · 17 years ago
  72. ef3682a Simplify internalize pass. Add test case. Patch by Matthijs Kooijman! by Devang Patel · 17 years ago
  73. d64a78c When bit-twiddling CondCode values for integer comparisons produces by Dan Gohman · 17 years ago
  74. 2010b3e Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 17 years ago
  75. 9474ede Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 17 years ago
  76. 2d4e7f7 Fixed the file description header at the top to remove the developer name. by Sanjiv Gupta · 17 years ago
  77. 6bf8770 Doh. Alignment is in bytes, not in bits. by Evan Cheng · 17 years ago
  78. c9f5f3f Change target-specific classes to use more precise static types. by Dan Gohman · 17 years ago
  79. 9c78a39 Whitespace cleanups. by Dan Gohman · 17 years ago
  80. 4d9dd6b Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. by Dan Gohman · 17 years ago
  81. 45b3197 Split the loop unroll mechanism logic out into a utility function. by Dan Gohman · 17 years ago
  82. c4f406e Fix Analysis/BasicAA/pure-const-dce.ll. This turned out to be a correctness by Owen Anderson · 17 years ago
  83. 94fb68b Merge of r51073-51074 from use-diet branch. by Gabor Greif · 17 years ago
  84. 2527e88 Dominance Frontier is cfg only pass. by Devang Patel · 17 years ago
  85. ff5a535 Fix memdep's handling of invokes when finding the dependency of another call by Owen Anderson · 17 years ago
  86. 72997fe Fix for PR 2323, infinite loop in tail dup. by Dale Johannesen · 17 years ago
  87. 3b34e1e add a note by Chris Lattner · 17 years ago
  88. b656443 - Fix the pasto in the fix for a previous pasto. by Evan Cheng · 17 years ago
  89. 7171c83 add a note by Chris Lattner · 17 years ago
  90. 32097bd Fix one more encoding bug. by Nate Begeman · 17 years ago
  91. 11b6793 - Don't treat anyext 16-bit load as a 32-bit load if it's volatile. by Evan Cheng · 17 years ago
  92. 16db1f7 Make the non-local CSE safety checks slightly more thorough. by Owen Anderson · 17 years ago
  93. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago
  94. 77f0b7a Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. by Evan Cheng · 17 years ago
  95. 3b3f58c Add support for non-local CSE of read-only calls. by Owen Anderson · 17 years ago
  96. d6a2218 Derive GetResultInst from UnaryInstruction, this simplifies code and removes a FIXME. by Gabor Greif · 17 years ago
  97. 6ddba2b Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  98. a72acf9 80 col / tabs fixes by Nate Begeman · 17 years ago
  99. c9bdb00 Fix and encoding error in the psrad xmm, imm8 instruction. by Nate Begeman · 17 years ago
  100. fa7fd33 On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8 anyext load to i16. by Evan Cheng · 17 years ago