1. 9474ede Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 17 years ago
  2. 2d4e7f7 Fixed the file description header at the top to remove the developer name. by Sanjiv Gupta · 17 years ago
  3. 816cdf6 Commit the header I accidentally left out of 51083. by Dan Gohman · 17 years ago
  4. 6bf8770 Doh. Alignment is in bytes, not in bits. by Evan Cheng · 17 years ago
  5. c9f5f3f Change target-specific classes to use more precise static types. by Dan Gohman · 17 years ago
  6. 1d5562f Move RemoveFromVector out of the global namespace. by Dan Gohman · 17 years ago
  7. 9c78a39 Whitespace cleanups. by Dan Gohman · 17 years ago
  8. 4d9dd6b Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. by Dan Gohman · 17 years ago
  9. 5d9bac6 Make getNumContainedManagers and getNumContainedPasses const. by Dan Gohman · 17 years ago
  10. 79fc202 Make PassInfo noncopyable. by Dan Gohman · 17 years ago
  11. 81a1d08 Do not run instruction combiner in middle of loop optimization passes. by Devang Patel · 17 years ago
  12. 45b3197 Split the loop unroll mechanism logic out into a utility function. by Dan Gohman · 17 years ago
  13. c4f406e Fix Analysis/BasicAA/pure-const-dce.ll. This turned out to be a correctness by Owen Anderson · 17 years ago
  14. 94fb68b Merge of r51073-51074 from use-diet branch. by Gabor Greif · 17 years ago
  15. e3fc385 Make this function public. by Eric Christopher · 17 years ago
  16. 2527e88 Dominance Frontier is cfg only pass. by Devang Patel · 17 years ago
  17. ff5a535 Fix memdep's handling of invokes when finding the dependency of another call by Owen Anderson · 17 years ago
  18. 9b43ac0 Update the Win32 project files, patch by Razvan Aciu! by Chris Lattner · 17 years ago
  19. 72997fe Fix for PR 2323, infinite loop in tail dup. by Dale Johannesen · 17 years ago
  20. 3b34e1e add a note by Chris Lattner · 17 years ago
  21. b656443 - Fix the pasto in the fix for a previous pasto. by Evan Cheng · 17 years ago
  22. 7171c83 add a note by Chris Lattner · 17 years ago
  23. c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 17 years ago
  24. 32097bd Fix one more encoding bug. by Nate Begeman · 17 years ago
  25. 0234f51 Added configure switches for PIC16 backend. by Sanjiv Gupta · 17 years ago
  26. 11b6793 - Don't treat anyext 16-bit load as a 32-bit load if it's volatile. by Evan Cheng · 17 years ago
  27. e269f43 Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov. by Anton Korobeynikov · 17 years ago
  28. 16db1f7 Make the non-local CSE safety checks slightly more thorough. by Owen Anderson · 17 years ago
  29. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago
  30. 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
  31. 6513c1b Add a testcase for non-local CSE of read-only calls. by Owen Anderson · 17 years ago
  32. 3b3f58c Add support for non-local CSE of read-only calls. by Owen Anderson · 17 years ago
  33. d6a2218 Derive GetResultInst from UnaryInstruction, this simplifies code and removes a FIXME. by Gabor Greif · 17 years ago
  34. 6ddba2b Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  35. a72acf9 80 col / tabs fixes by Nate Begeman · 17 years ago
  36. c9bdb00 Fix and encoding error in the psrad xmm, imm8 instruction. by Nate Begeman · 17 years ago
  37. 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
  38. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  39. a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 17 years ago
  40. f3480b9 Fix a malformed %gt; by Dan Gohman · 17 years ago
  41. 0d1704b Teach Legalize how to scalarize VSETCC by Nate Begeman · 17 years ago
  42. 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 · 17 years ago
  43. 38eb9f9 New test for tail merging by Dale Johannesen · 17 years ago
  44. 30562b7 Be more aggressive about tail-merging small blocks by Dale Johannesen · 17 years ago
  45. ae94dda Constify isSourceDefinedByImplicitDef function. Otherwise, just formatting by Bill Wendling · 17 years ago
  46. 9f8fea3 Constify the machine instruction passed into the by Bill Wendling · 17 years ago
  47. c2616e4 Initial X86 codegen support for VSETCC. by Nate Begeman · 17 years ago
  48. 51b2b9e Further rework of tail merge algorithm. Not quite by Dale Johannesen · 17 years ago
  49. baa64eb Simplify some checks by Nate Begeman · 17 years ago
  50. 9499b71 Fix a copy+paste bug; pseudo-instructions shouldn't have encoding information. by Dan Gohman · 17 years ago
  51. 51d2ed1 Pointer comparisons should use icmp, not vicmp by Nate Begeman · 17 years ago
  52. a472c4a Go back to passing the analyses around as parameters. by Owen Anderson · 17 years ago
  53. c83ad0d Pointer comparisons should be handled by icmp, not vicmp :) by Nate Begeman · 17 years ago
  54. f86f211 Forgot this. by Evan Cheng · 17 years ago
  55. 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 · 17 years ago
  56. ad4196b Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can make use of it. by Evan Cheng · 17 years ago
  57. c1b7f52 Revert the previous commit. Go ahead and hoist rematerializable instructions. by Bill Wendling · 17 years ago
  58. b43e9c1 Add support for vicmp/vfcmp codegen, more legalize support coming. by Nate Begeman · 17 years ago
  59. e4fc1cc One real change - don't hoist something that's trivially rematerializable. It's by Bill Wendling · 17 years ago
  60. 6fd90ce Fix build breakage by Nate Begeman · 17 years ago
  61. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  62. 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 17 years ago
  63. 9b38d7d Update comments. by Dan Gohman · 17 years ago
  64. 5c98d82 Filter option names to escape symbols not allowed as C++ identifiers. by Mikhail Glushenkov · 17 years ago
  65. ecb977e Make it possible to choose between different compilation graph definitions at compile-time. by Mikhail Glushenkov · 17 years ago
  66. a673037 Fix some error messages; Make LLVMC pass through the exit code of a failed tool. by Mikhail Glushenkov · 17 years ago
  67. 2ce3898 Fix a compile error on compilers that still want a return value by Dan Gohman · 17 years ago
  68. 9ab9ee8 Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma! by Dan Gohman · 17 years ago
  69. 9658a2c Testcase for PR2264. by Duncan Sands · 17 years ago
  70. 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 · 17 years ago
  71. 4651f3d prune #includes. by Chris Lattner · 17 years ago
  72. ab7d9cc Add a new SparsePropagation analysis utility, which allows you to do by Chris Lattner · 17 years ago
  73. fff116f Make constructors target-specific. This fixes problems where the path would by Nick Lewycky · 17 years ago
  74. 64d6910 Add note by Anton Korobeynikov · 17 years ago
  75. 5c8e8d7 Fix various DOUTs to not call the extremely expensive Value::getName() by Chris Lattner · 17 years ago
  76. 3a73c9e Simplify code by using SwitchInst::findCaseValue instead of reimplementing it. by Chris Lattner · 17 years ago
  77. c2e7353 Remove warnings when using -Wshorten-64-to-32. by Bill Wendling · 17 years ago
  78. eca2f99 Testcase for PR2303. by Duncan Sands · 17 years ago
  79. caa8ae8 Fix linking of internal aliases by Anton Korobeynikov · 17 years ago
  80. 1b2f729 Prevent -W64-to-32-shortened warnings. by Bill Wendling · 17 years ago
  81. d2a5a2a Prevent warnings from the -Wshorten-64-to-32 flag. by Bill Wendling · 17 years ago
  82. 469a582 remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCESSORS by Gabor Greif · 17 years ago
  83. efe6536 merge of use-diet branch to trunk by Gabor Greif · 17 years ago
  84. 4982bab Re-enable loop deletion by default. by Owen Anderson · 17 years ago
  85. 50d9e72 When transforming a vector_shuffle to a load, the base address must not be an undef. by Evan Cheng · 17 years ago
  86. 49ff661 Set to 2.4 and regenerate configure. by Tanya Lattner · 17 years ago
  87. c81d50e Add nounwind. by Evan Cheng · 17 years ago
  88. 9018e83 For now, abort when an ISD::VAARG is encountered on x86-64, rather by Dan Gohman · 17 years ago
  89. b70ea0b Some clean up. by Evan Cheng · 17 years ago
  90. 25210da If movl top bits are undef, let it be selected to movlps, etc. by Evan Cheng · 17 years ago
  91. 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 · 17 years ago
  92. 637980e Cosmetic changes: by Bill Wendling · 17 years ago
  93. 23573e5 Add a pattern to do move the low element of a v4f32 and zero extend the rest. by Evan Cheng · 17 years ago
  94. 6b8583c Remove an evil vector bool. Cosmetic refactoring, no functional change. by Dale Johannesen · 17 years ago
  95. d880b97 Handle a few more cases of folding load i64 into xmm and zero top bits. by Evan Cheng · 17 years ago
  96. c6c6a3e Make OpActionsCapacity multiple of 4. by Evan Cheng · 17 years ago
  97. 6ae83fa Rewrite tail merging algorithm to handle the by Dale Johannesen · 17 years ago
  98. f03893a put LibCallAliasAnalysis into anonymous namespace to avoid clashes on ::X by Torok Edwin · 17 years ago
  99. 6c17c6b Simplify test. by Evan Cheng · 17 years ago
  100. 910fd57 Rename Example.td to Graph.td. by Mikhail Glushenkov · 17 years ago