1. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  2. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  3. 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  4. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  5. 4633f1c Remove trailing whitespace by Misha Brukman · 19 years ago
  6. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  7. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  8. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  9. 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  10. 8a96c53 Remove trailing whitespace by Misha Brukman · 19 years ago
  11. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  12. 019b639 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  13. 9dd7a87 Check for eqv matching by Chris Lattner · 19 years ago
  14. 837a521 Match another form of eqv by Chris Lattner · 19 years ago
  15. 3469538 Remove trailing whitespace by Misha Brukman · 19 years ago
  16. 63b3afa Remove trailing whitespace by Misha Brukman · 19 years ago
  17. 14f3429 this passes on darwin by Chris Lattner · 19 years ago
  18. ea61c35 Remove trailing whitespace by Misha Brukman · 19 years ago
  19. 9769ab2 Remove trailing whitespace by Misha Brukman · 19 years ago
  20. 1090262 Handle stores of global address as stores of immediates. Instead of: by Chris Lattner · 19 years ago
  21. 75f354b Handle (store &GV -> mem) as a store immediate. This often occurs for by Chris Lattner · 19 years ago
  22. 8e827e8 Use the actual uid/gid for defaulting the fields in the archive. by Reid Spencer · 19 years ago
  23. cb2d1a2 Fix a bug where we would not promote calls to invokes if they occured in by Chris Lattner · 19 years ago
  24. 3468e57 Eliminate calls to system dependent function getuid by using by Reid Spencer · 19 years ago
  25. 93b3473 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 19 years ago
  26. 78202b4 Add two new methods for getting the User Id and Group Id values for the by Reid Spencer · 19 years ago
  27. f68563f Add doxygen comments, patch contributed by Evan Jones. by Chris Lattner · 19 years ago
  28. a5ed1bd add support for taking and resolving the address of free. by Chris Lattner · 19 years ago
  29. 07753ce add support for taking the address of free. by Chris Lattner · 19 years ago
  30. 566f600 Improve doxygen, from part of Evan's patch that didn't apply. by Chris Lattner · 19 years ago
  31. 0f67dd6 Improve doxygen documentation, patch contributed by Evan Jones! by Chris Lattner · 19 years ago
  32. 588bbbf Improve and elimination. On PPC, for: by Chris Lattner · 19 years ago
  33. 1c2a9b9 Fold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3. by Chris Lattner · 19 years ago
  34. 956db27 Instcombine this: by Chris Lattner · 19 years ago
  35. bf5d4fb Teach simplifycfg that setcc is cheap and non-trapping, so that it can by Chris Lattner · 19 years ago
  36. 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 19 years ago
  37. 4c376ea update to match build changes. by Chris Lattner · 19 years ago
  38. 2aafadc For Bug 543: by Reid Spencer · 19 years ago
  39. 03aee2e For Bug 543: by Reid Spencer · 19 years ago
  40. 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 19 years ago
  41. d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 19 years ago
  42. 22c46da Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may by Misha Brukman · 19 years ago
  43. 8177bf8 Do not mark directories as `executable', we only want program files by Misha Brukman · 19 years ago
  44. baec07c #include system headers after all LLVM headers by Misha Brukman · 19 years ago
  45. 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 19 years ago
  46. 8f586ba Consistently eschew space between `*' or `&' and function argument name by Misha Brukman · 19 years ago
  47. 4619c75 Ignore dangling symlinks in getDirectoryContents() by Misha Brukman · 19 years ago
  48. 4b2afe6 Initialize fields mode, uid, and gid. Patch by Markus Oberhumer. Thanks! by Misha Brukman · 19 years ago
  49. 72a9caa Align comments together for consistency by Misha Brukman · 19 years ago
  50. b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 19 years ago
  51. 7d27fc0 Wrap some long lines. by Chris Lattner · 19 years ago
  52. a6dcd0e ignore generated files by Chris Lattner · 19 years ago
  53. 6e19b5b fix bogus warning by Chris Lattner · 19 years ago
  54. 20b4636 fix PR549 by Chris Lattner · 19 years ago
  55. f79e57e Bug fixed by Chris Lattner · 19 years ago
  56. 240d6f4 Eliminate a broken transformation, fixing PR548 by Chris Lattner · 19 years ago
  57. f577c61 Add completely untested support for mtcrf/mfcrf encoding by Chris Lattner · 19 years ago
  58. 14522e3 switch over the rest of the formats that use RC to use isDOT by Chris Lattner · 19 years ago
  59. 883059f Convert the XForm instrs and XSForm instruction over to use isDOT by Chris Lattner · 19 years ago
  60. 97a2d42 Now that the ppc64 and vmx operands of I are always 0, forward substitute by Chris Lattner · 19 years ago
  61. a611ab7 convert over bform and iform instructions by Chris Lattner · 19 years ago
  62. 57226fb Convert over DForm and DSForm instructions by Chris Lattner · 19 years ago
  63. e19d0b1 Convert XLForm and XForm instructions over to use PPC64 when appropriate. by Chris Lattner · 19 years ago
  64. 5035cef Convert XO XS and XFX forms to use isPPC64 by Chris Lattner · 19 years ago
  65. 0bdc6f1 Turn PPC64 and VMX into classes that can be added to instructions instead of by Chris Lattner · 19 years ago
  66. 7dda395 Major change to tblgen: instead of resolving values every time a class is by Chris Lattner · 19 years ago
  67. 6b43c82 New testcase for a changing values late and allowing them to propagate by Chris Lattner · 19 years ago
  68. 93fc714 Make this significantly harder by Chris Lattner · 19 years ago
  69. c6f4fab Add a real run line by Chris Lattner · 19 years ago
  70. 913418a fix this testcase by Chris Lattner · 19 years ago
  71. ac91960 new testcase by Chris Lattner · 19 years ago
  72. 8287bbb add a run line by Chris Lattner · 19 years ago
  73. 2347f28 Tell dj to run the tests in this directory by Chris Lattner · 19 years ago
  74. 577057f implementing shifting of literal integers by Chris Lattner · 19 years ago
  75. b9266f8 Add initial lexer and parser support for shifting values. Every use of this by Chris Lattner · 19 years ago
  76. 1cbf3ab Next round of PPC CR optimizations. For the following code: by Nate Begeman · 19 years ago
  77. ea96b5e silence a bogus warning by Chris Lattner · 19 years ago
  78. fda2b55 Fold setcc of MVT::i1 operands into logical operations by Chris Lattner · 19 years ago
  79. 4a44c8d Another minor simplification: handle setcc (zero_extend x), c -> setcc(x, c') by Chris Lattner · 19 years ago
  80. 7467c9b Another simple xform by Chris Lattner · 19 years ago
  81. 706aa96 Fold: by Chris Lattner · 19 years ago
  82. 36019aa Make the AND elimination operation recursive and significantly more powerful, by Chris Lattner · 19 years ago
  83. 16ac709 Change codegen for setcc to read the bit directly out of the condition by Nate Begeman · 19 years ago
  84. d91ff7c Add support for targets that require stubs for external functions. by Chris Lattner · 19 years ago
  85. 477d1de Handle ExternalSymbol operands in the PPC JIT by Chris Lattner · 19 years ago
  86. 9acc366 Update dejagnu tests to use the new pattern isel flag by Nate Begeman · 19 years ago
  87. 65a3735 Add CondPropagate.cpp to VC++ Transforms project by Jeff Cohen · 19 years ago
  88. f8b0294 Make pattern isel default for ppc by Nate Begeman · 19 years ago
  89. da3f296 new pass by Chris Lattner · 19 years ago
  90. 36d1273 a new simple pass, which will be extended to be more useful in the future. by Chris Lattner · 19 years ago
  91. 73459d0 add a new prototype by Chris Lattner · 19 years ago
  92. ec656f5 new testcase by Chris Lattner · 19 years ago
  93. 1e0d9bd fix calls by Andrew Lenharth · 19 years ago
  94. 3ae1829 a 21264 fix, and fix the operator precidence on an and -> zap check (should fix hundreds of test cases by Andrew Lenharth · 19 years ago
  95. 80563ff added a random and mask test by Andrew Lenharth · 19 years ago
  96. 1ce0c01 print negative 64 bit immediates as negative numbers, makes things a little by Duraid Madina · 19 years ago
  97. 3eb7150 oops, this stopped us turning movl r4=0xFFFFFFFF;; and rX, r4 into zxt4 by Duraid Madina · 19 years ago
  98. 7bfba7d Implement multi-way branches through logical ops on condition registers. by Nate Begeman · 19 years ago
  99. 72ea281 Add a couple missing transforms in getSetCC that were triggering assertions by Nate Begeman · 19 years ago
  100. c4ccc2d we have zextloads, not sextloads! by Duraid Madina · 19 years ago