1. 4b169cd Fix a typo. 'make clean' in bindings/ocaml would leave an output. by Gordon Henriksen · 16 years ago
  2. 75c7915 Clarify some important bits by Anton Korobeynikov · 16 years ago
  3. e20c814 Small cleanup: propagate thread-localness via generic routine. by Anton Korobeynikov · 16 years ago
  4. e707216 Regenerate. by Gordon Henriksen · 16 years ago
  5. 0ed86fe Prefer to use ocamlc.opt to ocamlc and soforth. by Gordon Henriksen · 16 years ago
  6. d110822 mark frem as expand for all legal fp types on x86, regardless of whether by Chris Lattner · 16 years ago
  7. 65bc122 Add testcase. by Bill Wendling · 16 years ago
  8. ed1fcd8 When setting the "unused" info, take into account something like this: by Bill Wendling · 16 years ago
  9. eb49c4e 80 col violation. by Evan Cheng · 16 years ago
  10. 2cf36e0 some more spelling changes by Gabor Greif · 16 years ago
  11. 29d8aa7 fix typos by Gabor Greif · 16 years ago
  12. 433f6f6 Constant fold SIGN_EXTEND_INREG with ashr not lshr. by Evan Cheng · 16 years ago
  13. 819a66c Exercise the new CFG change. by Nick Lewycky · 16 years ago
  14. cd943e4 Treat BBs that use BBs as proper predecessors and successors in the CFG. by Nick Lewycky · 16 years ago
  15. 64df3bc Commit the testcase too. by Nick Lewycky · 16 years ago
  16. c1a2a61 Don't try to simplify urem and srem using arithmetic rules that don't work by Nick Lewycky · 16 years ago
  17. 4cb8bd8 Refine Cell's i64 constant generation code to cover more constants where the by Scott Michel · 16 years ago
  18. 6ad150b gcc likes things spelled correctly by Andrew Lenharth · 16 years ago
  19. e0a6a3f Skip, for now, callsites where use of sret argument is not dominated by callsite. by Devang Patel · 16 years ago
  20. 1f797a3 Next bit of PPC ByVal handling; call-site code seems correct now. by Dale Johannesen · 16 years ago
  21. 9f2ee70 Missed patch from my last commit by Anton Korobeynikov · 16 years ago
  22. 3db9191 Resolve aliases to aliasees, where possible by Anton Korobeynikov · 16 years ago
  23. b5a4bd8 Handle functions as targets during linking of aliases as well by Anton Korobeynikov · 16 years ago
  24. ad2715e - Fix support for "special" i64 immediates that can be loaded by Scott Michel · 16 years ago
  25. 53dec47 - Expand tabs to spaces. by Scott Michel · 16 years ago
  26. 0746d50 Update vcproj file. by Steve Naroff · 16 years ago
  27. 58887bc Try hard to link aliases. Checks can be too strict by now. by Anton Korobeynikov · 16 years ago
  28. ecb2a8b Fix a coalescer bug wrt how dead copy interval is shortened. by Evan Cheng · 16 years ago
  29. c5eb380 Handle 'ret' with multiple values. by Devang Patel · 16 years ago
  30. f697ec3 test for something more interesting than not crashing by Andrew Lenharth · 16 years ago
  31. 673d1bc sync ops on ptrs, was breaking libgomp by Andrew Lenharth · 16 years ago
  32. c864edb Add Hybrid Cycle Detection to Andersen's analysis. Patch by Curtis Dunham. by Daniel Berlin · 16 years ago
  33. 0ea0356 Clarify that CALLSEQ_START..END may not be nested, by Dale Johannesen · 16 years ago
  34. 327d065 This patch fixes a problem encountered by the CellSPU backend where variants by Scott Michel · 16 years ago
  35. 4d93b2f evan implemented this. by Chris Lattner · 16 years ago
  36. 6af4a75 Fix test not to emit junk into source directory by Anton Korobeynikov · 16 years ago
  37. 038557d Testcase for PR2054 by Anton Korobeynikov · 16 years ago
  38. 4fb2873 Remember the source->dest mapping when copying aliases. This fixes PR2054 by Anton Korobeynikov · 16 years ago
  39. 1c01a72 Clarify the state-of-the-art by Anton Korobeynikov · 16 years ago
  40. 41ef25b Use AC_PATH_PROG correctly: by Bill Wendling · 16 years ago
  41. e9083d6 isTwoAddress = 1 -> Constraints. by Evan Cheng · 16 years ago
  42. e7b8a8b PSLLWri etc. are two-address instructions. by Evan Cheng · 16 years ago
  43. 063d825 add a note by Chris Lattner · 16 years ago
  44. ec4a567 Generalize FP constant shrinking optimization to apply to any vt by Chris Lattner · 16 years ago
  45. aa2acbb Improve comment, pass in the original VT so that we can shrink a long double constant by Chris Lattner · 16 years ago
  46. b7664c6 Ignore debugging related instructions if they get this far. by Evan Cheng · 16 years ago
  47. 0b21390 Rather than asserting. Dump out the MI that we are not able to encode and abort. by Evan Cheng · 16 years ago
  48. 34bc178 Codegen support for i128 UINT_TO_FP. This just fixes a by Dan Gohman · 16 years ago
  49. 6fd599f Add a target lowering hook to control whether it's worthwhile to compress fp constant. by Evan Cheng · 16 years ago
  50. d19189e 64bit CAS on 32bit x86. by Andrew Lenharth · 16 years ago
  51. d91446d Codegen support for i128 SINT_TO_FP. by Dan Gohman · 16 years ago
  52. 6130f66 Refactor code. Remove duplicated functions that basically do the same thing as by Evan Cheng · 16 years ago
  53. 4d51945 Skip functions that return multiple values. by Devang Patel · 16 years ago
  54. 45e99e4 Check struct return type first. by Devang Patel · 16 years ago
  55. 2b5fab6 Removed spurious EnablePPCRS check. by Bill Wendling · 16 years ago
  56. 5b3b695 Move PPC lowering functions into PPCTargetLowering by Dale Johannesen · 16 years ago
  57. 3fab77e Use -enable-ppc-regscavenger flag for these checks by Bill Wendling · 16 years ago
  58. 880d0f6 Use a command-line option to turn register scavenging on/off for PPC. by Bill Wendling · 16 years ago
  59. 6494768 Print types for all ret operands. by Devang Patel · 16 years ago
  60. ac3746f Use while loop. by Devang Patel · 16 years ago
  61. 552ec65 Revert SmallVector ctor variants. by Devang Patel · 16 years ago
  62. 3796355 Use cast instead of dyn_cast. by Devang Patel · 16 years ago
  63. a9fe8bb Filter nested structs by Devang Patel · 16 years ago
  64. dc00d42 Handle multiple return values. by Devang Patel · 16 years ago
  65. a76e2f0 x86-64 atomics by Andrew Lenharth · 16 years ago
  66. eba0415 Properly populate lists of defined/undefined symbols in presence of aliases by Anton Korobeynikov · 16 years ago
  67. d58ceb2 Add alias with non-external aliasee to the list of exported symbols of the library. by Anton Korobeynikov · 16 years ago
  68. 96f9cc0 Use appropriate index to get the result value. by Devang Patel · 16 years ago
  69. 544b92b Skip sret attribute while preparing attribute list for by Devang Patel · 16 years ago
  70. 52f8ed8 Add FunctionType ctor variant that takes SmallVector params. by Devang Patel · 16 years ago
  71. df1d15c Increment counter that keeps track of total number of sret promoted. by Devang Patel · 16 years ago
  72. d0f4103 Skip declarations. by Devang Patel · 16 years ago
  73. 74382c3 Process externally visible functions also. Later on code generator will do the right thing. by Devang Patel · 16 years ago
  74. 98a6e06 Collect statistics. by Devang Patel · 16 years ago
  75. e6074a0 Fix a typo noticed by Erick Tryzelaar, by Gordon Henriksen · 16 years ago
  76. d86449e Some improvements related to the computation of heights, depths of SUnits. by Roman Levenstein · 16 years ago
  77. ef12057 Refactor ExpandConstantFP so it can optimize load from constpool of types larger than f64 into extload from smaller types. by Evan Cheng · 16 years ago
  78. a26e0fe Really fix the test. by Evan Cheng · 16 years ago
  79. 6a2286a Fix broken test. by Evan Cheng · 16 years ago
  80. 32967d2 80 column violations. by Evan Cheng · 16 years ago
  81. 39dd768 Fix 80 column violations. by Evan Cheng · 16 years ago
  82. 76782f4 Did I say 'e = getNumOperands()'? I meant --e, of course. by Bill Wendling · 16 years ago
  83. f92dd28 Add PR1501 test case. by Evan Cheng · 16 years ago
  84. 917be68 Rename isOperand() to isOperandOf() (and other similar methods). It always confuses me. by Evan Cheng · 16 years ago
  85. 07b7ea1 Remove -always-fold-and-in-test. by Evan Cheng · 16 years ago
  86. 405abff Miscellaneous clean-ups based on Evan's feedback: by Bill Wendling · 16 years ago
  87. 220a823 Misc. APInt-ification in the DAGCombiner. by Dan Gohman · 16 years ago
  88. bb271ff More APInt-ification. by Dan Gohman · 16 years ago
  89. 3370dd7 Yet more APInt-ification. by Dan Gohman · 16 years ago
  90. 6c6cd1c More APInt-ification. by Dan Gohman · 16 years ago
  91. 4c1fa61 Add support for lowering i64 SRA_PARTS and friends on x86-64. by Dan Gohman · 16 years ago
  92. 050f550 More APInt-ification. by Dan Gohman · 16 years ago
  93. 7194aaf This is the initial check-in for adding register scavenging to PPC. (Currently, by Bill Wendling · 16 years ago
  94. 4a23d72 Go through the machine instruction's operands to make sure that we're not by Bill Wendling · 16 years ago
  95. a0a570c Make the register scavenger update the bookkeeping values for sub/super by Bill Wendling · 16 years ago
  96. 988a578 Multiple instructions can be inserted when eliminating frame indexes. We need by Bill Wendling · 16 years ago
  97. c2a324f new testcase by Chris Lattner · 16 years ago
  98. 41e2397 s/isReturnStruct()/hasStructRetAttr()/g by Devang Patel · 16 years ago
  99. 6790943 regenerate. by Devang Patel · 16 years ago
  100. d15d5e3 If a function uses multive values in ret instruction then it by Devang Patel · 16 years ago