1. 94fb68b Merge of r51073-51074 from use-diet branch. by Gabor Greif · 16 years ago
  2. e3fc385 Make this function public. by Eric Christopher · 16 years ago
  3. 2527e88 Dominance Frontier is cfg only pass. by Devang Patel · 16 years ago
  4. ff5a535 Fix memdep's handling of invokes when finding the dependency of another call by Owen Anderson · 16 years ago
  5. 9b43ac0 Update the Win32 project files, patch by Razvan Aciu! by Chris Lattner · 16 years ago
  6. 72997fe Fix for PR 2323, infinite loop in tail dup. by Dale Johannesen · 16 years ago
  7. 3b34e1e add a note by Chris Lattner · 16 years ago
  8. b656443 - Fix the pasto in the fix for a previous pasto. by Evan Cheng · 16 years ago
  9. 7171c83 add a note by Chris Lattner · 16 years ago
  10. c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 16 years ago
  11. 32097bd Fix one more encoding bug. by Nate Begeman · 16 years ago
  12. 0234f51 Added configure switches for PIC16 backend. by Sanjiv Gupta · 16 years ago
  13. 11b6793 - Don't treat anyext 16-bit load as a 32-bit load if it's volatile. by Evan Cheng · 16 years ago
  14. e269f43 Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov. by Anton Korobeynikov · 16 years ago
  15. 16db1f7 Make the non-local CSE safety checks slightly more thorough. by Owen Anderson · 16 years ago
  16. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 16 years ago
  17. 77f0b7a Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. by Evan Cheng · 16 years ago
  18. 6513c1b Add a testcase for non-local CSE of read-only calls. by Owen Anderson · 16 years ago
  19. 3b3f58c Add support for non-local CSE of read-only calls. by Owen Anderson · 16 years ago
  20. d6a2218 Derive GetResultInst from UnaryInstruction, this simplifies code and removes a FIXME. by Gabor Greif · 16 years ago
  21. 6ddba2b Change class' public PassInfo variables to by initialized with the by Dan Gohman · 16 years ago
  22. a72acf9 80 col / tabs fixes by Nate Begeman · 16 years ago
  23. c9bdb00 Fix and encoding error in the psrad xmm, imm8 instruction. by Nate Begeman · 16 years ago
  24. 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 · 16 years ago
  25. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  26. a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 16 years ago
  27. f3480b9 Fix a malformed %gt; by Dan Gohman · 16 years ago
  28. 0d1704b Teach Legalize how to scalarize VSETCC by Nate Begeman · 16 years ago
  29. 9bfa03c Xform bitconvert(build_pair(load a, load b)) to a single load if the load locations are at the right offset from each other. by Evan Cheng · 16 years ago
  30. 38eb9f9 New test for tail merging by Dale Johannesen · 16 years ago
  31. 30562b7 Be more aggressive about tail-merging small blocks by Dale Johannesen · 16 years ago
  32. ae94dda Constify isSourceDefinedByImplicitDef function. Otherwise, just formatting by Bill Wendling · 16 years ago
  33. 9f8fea3 Constify the machine instruction passed into the by Bill Wendling · 16 years ago
  34. c2616e4 Initial X86 codegen support for VSETCC. by Nate Begeman · 16 years ago
  35. 51b2b9e Further rework of tail merge algorithm. Not quite by Dale Johannesen · 16 years ago
  36. baa64eb Simplify some checks by Nate Begeman · 16 years ago
  37. 9499b71 Fix a copy+paste bug; pseudo-instructions shouldn't have encoding information. by Dan Gohman · 16 years ago
  38. 51d2ed1 Pointer comparisons should use icmp, not vicmp by Nate Begeman · 16 years ago
  39. a472c4a Go back to passing the analyses around as parameters. by Owen Anderson · 16 years ago
  40. c83ad0d Pointer comparisons should be handled by icmp, not vicmp :) by Nate Begeman · 16 years ago
  41. f86f211 Forgot this. by Evan Cheng · 16 years ago
  42. 18e4e85 Hard code CmpInst back to i1 for now while I go track down what in the bitcode reader/writer is assuming i1 by Nate Begeman · 16 years ago
  43. ad4196b Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can make use of it. by Evan Cheng · 16 years ago
  44. c1b7f52 Revert the previous commit. Go ahead and hoist rematerializable instructions. by Bill Wendling · 16 years ago
  45. b43e9c1 Add support for vicmp/vfcmp codegen, more legalize support coming. by Nate Begeman · 16 years ago
  46. e4fc1cc One real change - don't hoist something that's trivially rematerializable. It's by Bill Wendling · 16 years ago
  47. 6fd90ce Fix build breakage by Nate Begeman · 16 years ago
  48. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
  49. 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 16 years ago
  50. 9b38d7d Update comments. by Dan Gohman · 16 years ago
  51. 5c98d82 Filter option names to escape symbols not allowed as C++ identifiers. by Mikhail Glushenkov · 16 years ago
  52. ecb977e Make it possible to choose between different compilation graph definitions at compile-time. by Mikhail Glushenkov · 16 years ago
  53. a673037 Fix some error messages; Make LLVMC pass through the exit code of a failed tool. by Mikhail Glushenkov · 16 years ago
  54. 2ce3898 Fix a compile error on compilers that still want a return value by Dan Gohman · 16 years ago
  55. 9ab9ee8 Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma! by Dan Gohman · 16 years ago
  56. 9658a2c Testcase for PR2264. by Duncan Sands · 16 years ago
  57. 7b45e33 Move the various analyses used by GVN into static variables so we don't have to keep passing them around or refetching them. by Owen Anderson · 16 years ago
  58. 4651f3d prune #includes. by Chris Lattner · 16 years ago
  59. ab7d9cc Add a new SparsePropagation analysis utility, which allows you to do by Chris Lattner · 16 years ago
  60. fff116f Make constructors target-specific. This fixes problems where the path would by Nick Lewycky · 16 years ago
  61. 64d6910 Add note by Anton Korobeynikov · 16 years ago
  62. 5c8e8d7 Fix various DOUTs to not call the extremely expensive Value::getName() by Chris Lattner · 16 years ago
  63. 3a73c9e Simplify code by using SwitchInst::findCaseValue instead of reimplementing it. by Chris Lattner · 16 years ago
  64. c2e7353 Remove warnings when using -Wshorten-64-to-32. by Bill Wendling · 16 years ago
  65. eca2f99 Testcase for PR2303. by Duncan Sands · 16 years ago
  66. caa8ae8 Fix linking of internal aliases by Anton Korobeynikov · 16 years ago
  67. 1b2f729 Prevent -W64-to-32-shortened warnings. by Bill Wendling · 16 years ago
  68. d2a5a2a Prevent warnings from the -Wshorten-64-to-32 flag. by Bill Wendling · 16 years ago
  69. 469a582 remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCESSORS by Gabor Greif · 16 years ago
  70. efe6536 merge of use-diet branch to trunk by Gabor Greif · 16 years ago
  71. 4982bab Re-enable loop deletion by default. by Owen Anderson · 16 years ago
  72. 50d9e72 When transforming a vector_shuffle to a load, the base address must not be an undef. by Evan Cheng · 16 years ago
  73. 49ff661 Set to 2.4 and regenerate configure. by Tanya Lattner · 16 years ago
  74. c81d50e Add nounwind. by Evan Cheng · 16 years ago
  75. 9018e83 For now, abort when an ISD::VAARG is encountered on x86-64, rather by Dan Gohman · 16 years ago
  76. b70ea0b Some clean up. by Evan Cheng · 16 years ago
  77. 25210da If movl top bits are undef, let it be selected to movlps, etc. by Evan Cheng · 16 years ago
  78. b3e0a6d If all sources of a PHI node are defined by an implicit_def, just emit an implicit_def instead of a copy. by Evan Cheng · 16 years ago
  79. 637980e Cosmetic changes: by Bill Wendling · 16 years ago
  80. 23573e5 Add a pattern to do move the low element of a v4f32 and zero extend the rest. by Evan Cheng · 16 years ago
  81. 6b8583c Remove an evil vector bool. Cosmetic refactoring, no functional change. by Dale Johannesen · 16 years ago
  82. d880b97 Handle a few more cases of folding load i64 into xmm and zero top bits. by Evan Cheng · 16 years ago
  83. c6c6a3e Make OpActionsCapacity multiple of 4. by Evan Cheng · 16 years ago
  84. 6ae83fa Rewrite tail merging algorithm to handle the by Dale Johannesen · 16 years ago
  85. f03893a put LibCallAliasAnalysis into anonymous namespace to avoid clashes on ::X by Torok Edwin · 16 years ago
  86. 6c17c6b Simplify test. by Evan Cheng · 16 years ago
  87. 910fd57 Rename Example.td to Graph.td. by Mikhail Glushenkov · 16 years ago
  88. 6b89d92 use doxygen comments for makeBuffer() by Nick Kledzik · 16 years ago
  89. bfc538c don't sink invokes, even if they are readonly. This fixes a crash on kimwitu++. by Chris Lattner · 16 years ago
  90. 33af59d Fix a type and formatting. by Duncan Sands · 16 years ago
  91. 3aa8a6b ignore Output dirs by Gabor Greif · 16 years ago
  92. f1d1183 ignore AutoGenerated.inc, it is created by TableGen by Gabor Greif · 16 years ago
  93. 98687a3 ignore Output dir by Gabor Greif · 16 years ago
  94. 8e7254c Reapply 50867: A small refactoring (extract method) + some comment fixes. by Mikhail Glushenkov · 16 years ago
  95. 4ca7913 add support for pattern matching 'neg' by Chris Lattner · 16 years ago
  96. 7d2cbd2 Implement PR2298. This transforms: ~x < ~y --> y < x -x == -y --> x == y by Chris Lattner · 16 years ago
  97. 94019f8 restore doxygen comment. by Chris Lattner · 16 years ago
  98. 90dcff7 <rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not already zero terminated by Nick Kledzik · 16 years ago
  99. 018f771 Check for validity of aliasee pointer before dereference. by Anton Korobeynikov · 16 years ago
  100. fd17f42 Use movq to move low half of XMM register and zero-extend the rest. by Evan Cheng · 16 years ago