1. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  2. 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  3. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  4. 4633f1c Remove trailing whitespace by Misha Brukman · 19 years ago
  5. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  6. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  7. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  8. 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  9. 8a96c53 Remove trailing whitespace by Misha Brukman · 19 years ago
  10. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  11. 019b639 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  12. 837a521 Match another form of eqv by Chris Lattner · 19 years ago
  13. 1090262 Handle stores of global address as stores of immediates. Instead of: by Chris Lattner · 19 years ago
  14. 75f354b Handle (store &GV -> mem) as a store immediate. This often occurs for by Chris Lattner · 19 years ago
  15. 8e827e8 Use the actual uid/gid for defaulting the fields in the archive. by Reid Spencer · 19 years ago
  16. cb2d1a2 Fix a bug where we would not promote calls to invokes if they occured in by Chris Lattner · 19 years ago
  17. 3468e57 Eliminate calls to system dependent function getuid by using by Reid Spencer · 19 years ago
  18. 93b3473 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 19 years ago
  19. a5ed1bd add support for taking and resolving the address of free. by Chris Lattner · 19 years ago
  20. 566f600 Improve doxygen, from part of Evan's patch that didn't apply. by Chris Lattner · 19 years ago
  21. 0f67dd6 Improve doxygen documentation, patch contributed by Evan Jones! by Chris Lattner · 19 years ago
  22. 588bbbf Improve and elimination. On PPC, for: by Chris Lattner · 19 years ago
  23. 1c2a9b9 Fold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3. by Chris Lattner · 19 years ago
  24. 956db27 Instcombine this: by Chris Lattner · 19 years ago
  25. bf5d4fb Teach simplifycfg that setcc is cheap and non-trapping, so that it can by Chris Lattner · 19 years ago
  26. 2aafadc For Bug 543: by Reid Spencer · 19 years ago
  27. 03aee2e For Bug 543: by Reid Spencer · 19 years ago
  28. d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 19 years ago
  29. 22c46da Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may by Misha Brukman · 19 years ago
  30. 8177bf8 Do not mark directories as `executable', we only want program files by Misha Brukman · 19 years ago
  31. 4619c75 Ignore dangling symlinks in getDirectoryContents() by Misha Brukman · 19 years ago
  32. 4b2afe6 Initialize fields mode, uid, and gid. Patch by Markus Oberhumer. Thanks! by Misha Brukman · 19 years ago
  33. 72a9caa Align comments together for consistency by Misha Brukman · 19 years ago
  34. 7d27fc0 Wrap some long lines. by Chris Lattner · 19 years ago
  35. 20b4636 fix PR549 by Chris Lattner · 19 years ago
  36. 240d6f4 Eliminate a broken transformation, fixing PR548 by Chris Lattner · 19 years ago
  37. f577c61 Add completely untested support for mtcrf/mfcrf encoding by Chris Lattner · 19 years ago
  38. 14522e3 switch over the rest of the formats that use RC to use isDOT by Chris Lattner · 19 years ago
  39. 883059f Convert the XForm instrs and XSForm instruction over to use isDOT by Chris Lattner · 19 years ago
  40. 97a2d42 Now that the ppc64 and vmx operands of I are always 0, forward substitute by Chris Lattner · 19 years ago
  41. a611ab7 convert over bform and iform instructions by Chris Lattner · 19 years ago
  42. 57226fb Convert over DForm and DSForm instructions by Chris Lattner · 19 years ago
  43. e19d0b1 Convert XLForm and XForm instructions over to use PPC64 when appropriate. by Chris Lattner · 19 years ago
  44. 5035cef Convert XO XS and XFX forms to use isPPC64 by Chris Lattner · 19 years ago
  45. 0bdc6f1 Turn PPC64 and VMX into classes that can be added to instructions instead of by Chris Lattner · 19 years ago
  46. 1cbf3ab Next round of PPC CR optimizations. For the following code: by Nate Begeman · 19 years ago
  47. ea96b5e silence a bogus warning by Chris Lattner · 19 years ago
  48. fda2b55 Fold setcc of MVT::i1 operands into logical operations by Chris Lattner · 19 years ago
  49. 4a44c8d Another minor simplification: handle setcc (zero_extend x), c -> setcc(x, c') by Chris Lattner · 19 years ago
  50. 7467c9b Another simple xform by Chris Lattner · 19 years ago
  51. 706aa96 Fold: by Chris Lattner · 19 years ago
  52. 36019aa Make the AND elimination operation recursive and significantly more powerful, by Chris Lattner · 19 years ago
  53. 16ac709 Change codegen for setcc to read the bit directly out of the condition by Nate Begeman · 19 years ago
  54. d91ff7c Add support for targets that require stubs for external functions. by Chris Lattner · 19 years ago
  55. 477d1de Handle ExternalSymbol operands in the PPC JIT by Chris Lattner · 19 years ago
  56. f8b0294 Make pattern isel default for ppc by Nate Begeman · 19 years ago
  57. 36d1273 a new simple pass, which will be extended to be more useful in the future. by Chris Lattner · 19 years ago
  58. 1e0d9bd fix calls by Andrew Lenharth · 19 years ago
  59. 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
  60. 1ce0c01 print negative 64 bit immediates as negative numbers, makes things a little by Duraid Madina · 19 years ago
  61. 3eb7150 oops, this stopped us turning movl r4=0xFFFFFFFF;; and rX, r4 into zxt4 by Duraid Madina · 19 years ago
  62. 7bfba7d Implement multi-way branches through logical ops on condition registers. by Nate Begeman · 19 years ago
  63. 72ea281 Add a couple missing transforms in getSetCC that were triggering assertions by Nate Begeman · 19 years ago
  64. c4ccc2d we have zextloads, not sextloads! by Duraid Madina · 19 years ago
  65. ef7288c Add the necessary support to codegen condition register logical ops with by Nate Begeman · 19 years ago
  66. 1b7f7fb Start allocating condition registers. Almost all explicit uses of CR0 are by Nate Begeman · 19 years ago
  67. 3664cef Implement the fold shift X, zext(Y) -> shift X, Y at the target level, by Nate Begeman · 19 years ago
  68. eea805e Disbale the broken fold of shift + sz[ext] for now by Nate Begeman · 19 years ago
  69. 97e001d fix an infinite loop by Chris Lattner · 19 years ago
  70. fd8d389 fix some serious miscompiles on ia64, alpha, and ppc by Chris Lattner · 19 years ago
  71. 51679c4 avoid work when possible, perhaps fix the problem nate and andrew are seeing by Chris Lattner · 19 years ago
  72. c24b537 WOW, function calls still seem to work after this. by Andrew Lenharth · 19 years ago
  73. 556c44e prepare for func call optimization by Andrew Lenharth · 19 years ago
  74. ed09502 * add the shladd instruction * fold left shifts of 1, 2, 3 or 4 bits into adds by Duraid Madina · 19 years ago
  75. 4f7cba5 add matches for SxADDL and company, as well as simplify the SxADDQ code by Andrew Lenharth · 19 years ago
  76. e9c35e7 Implement expansion of unsigned i64 -> FP. by Chris Lattner · 19 years ago
  77. c02780e * if ANDing with a constant of the form: by Duraid Madina · 19 years ago
  78. 483f22d added all flavors of zap for anding by Andrew Lenharth · 19 years ago
  79. ffe284c Make expansion of uint->fp cast assert out instead of infinitely recurse. by Chris Lattner · 19 years ago
  80. 5bf2686 Fix some mysteriously missing {}'s which cause the miscompilation of by Chris Lattner · 19 years ago
  81. e666fcf add back the optimization that Nate added for shl X, (zext_inreg y) by Chris Lattner · 19 years ago
  82. 8a8dbfa Oops, remove these too. by Chris Lattner · 19 years ago
  83. 519f40b remove one more occurance of this that snuck in by Chris Lattner · 19 years ago
  84. 2942e9c Remove support for ZERO_EXTEND_INREG. This pessimizes code, genering stuff by Chris Lattner · 19 years ago
  85. 6ac614a Remove special handling of ZERO_EXTEND_INREG. This pessimizes code, causing by Chris Lattner · 19 years ago
  86. c951d87 Elimate handling of ZERO_EXTEND_INREG. This causes the PPC backend to emit by Chris Lattner · 19 years ago
  87. 91302a1 Z_E_I is gone by Chris Lattner · 19 years ago
  88. 2399356 Instead of making ZERO_EXTEND_INREG nodes, use the helper method in by Chris Lattner · 19 years ago
  89. 0f2287b Remove all foldings of ZERO_EXTEND_INREG, moving them to work for AND nodes by Chris Lattner · 19 years ago
  90. db81eba Fold shift x, [sz]ext(y) -> shift x, y by Nate Begeman · 19 years ago
  91. b882752 Fold shift by size larger than type size to undef by Nate Begeman · 19 years ago
  92. 9765c25 Implement setcc op, -1 sequences by Nate Begeman · 19 years ago
  93. 1c51c6a promote extload i1 -> extload i8 by Chris Lattner · 19 years ago
  94. 3464547 add an argument to allow avoiding deleting phi nodes. by Chris Lattner · 19 years ago
  95. 151c80b Get rid of this for_each loop by Chris Lattner · 19 years ago
  96. e8fd25f * OK, after changing to use liveIn/liveOut instead of IDEFs, by Duraid Madina · 19 years ago
  97. 0b04b5d Get rid of idefs for arguments (oops) by Andrew Lenharth · 19 years ago
  98. e1c5a00 Get rid of idefs for arguments by Andrew Lenharth · 19 years ago
  99. 9c24ba6 Put out* into the allocation order, allowing the register allocator to by Chris Lattner · 19 years ago
  100. ea6f770 Make sure to realize that calls use their argument regs by Chris Lattner · 19 years ago