1. f1b200b add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 20 years ago
  2. 2c6584a Make the CBackend actually get included in llc by using USEDLIBS instead of by Reid Spencer · 20 years ago
  3. d9d6e10 make an advanced topics section, move symtab to it by Chris Lattner · 20 years ago
  4. 61cba49 This is not needed by Chris Lattner · 20 years ago
  5. 86d9b4c add a search box for the documentation by Chris Lattner · 20 years ago
  6. 6970b66 Generalize the setcc -> PHI and Select folding optimizations to work with by Chris Lattner · 20 years ago
  7. 17ce8d2 add a new testcase by Chris Lattner · 20 years ago
  8. 3952bc6 Always enable the C backend. This fixes a *vast* number of failures on the by Chris Lattner · 20 years ago
  9. 4283d49 Add method to return the type this type will be promoted to if it is by Alkis Evlogimenos · 20 years ago
  10. 2ebdb53 Mention the --enable-targets= option to configure. by Reid Spencer · 20 years ago
  11. dca7978 * Order #includes as per style guide by Misha Brukman · 20 years ago
  12. 27177f8 Convert tabs to spaces by Misha Brukman · 20 years ago
  13. cfa87bc Hyphenate the adjective `n-bit' when used to describe values and processors by Misha Brukman · 20 years ago
  14. ccc1c16 Build the `Skeleton' target when building "all" targets by Misha Brukman · 20 years ago
  15. 2dedcf5 Document the --enable-targets= feature of the configure script. by Reid Spencer · 20 years ago
  16. 38da41c Silence gcc-4.0.0 warnings. by Alkis Evlogimenos · 20 years ago
  17. 7847fca Convert tabs to spaces by Misha Brukman · 20 years ago
  18. dadc96f Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD by Reid Spencer · 20 years ago
  19. 18969fb Implement the --enable-targets= feature of the configure script. The make by Reid Spencer · 20 years ago
  20. 5a87044 Two changes: by Reid Spencer · 20 years ago
  21. 675f092 Make sure the CBackend is always a target that is built. by Reid Spencer · 20 years ago
  22. 99d1fcc Consolidate the target selection options into a single option, by Reid Spencer · 20 years ago
  23. 500b4db keep track of max depth stats by Andrew Lenharth · 20 years ago
  24. 945de9b First step in avoiding compilation/usage of non-relevant targets. New by Reid Spencer · 20 years ago
  25. 9f83822 Updated dependence analyzer. Fixed numerous bugs. Same stage scheduling, etc. by Tanya Lattner · 20 years ago
  26. 3fe4d3c Malloc/Free have mod/ref effects. Do not allow CSE of function calls that by Chris Lattner · 20 years ago
  27. 53f72b3 remove 'another common example', which doesn't work with VC++, and indent by Chris Lattner · 20 years ago
  28. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  29. 3c94497 Convert tabs to spaces by Misha Brukman · 20 years ago
  30. dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
  31. 00876a2 Convert tabs to spaces by Misha Brukman · 20 years ago
  32. 21bbf8d Convert tabs to spaces by Misha Brukman · 20 years ago
  33. 3b1b6e6 Convert tabs to spaces by Misha Brukman · 20 years ago
  34. 59f6449 Convert tabs to spaces by Misha Brukman · 20 years ago
  35. 672c11b Add the RUN: prefix to the start of the run line so this test doesn't fail. by Reid Spencer · 20 years ago
  36. f8063f9 Change some old-style casts to C++ style casts to avoid warnings in XPS by Reid Spencer · 20 years ago
  37. 94c8fb4 There is no =head3. Convert to =head2. by Reid Spencer · 20 years ago
  38. d9dd326 Correct the documentation to match the program. by Reid Spencer · 20 years ago
  39. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  40. fd93908 Remove trailing whitespace by Misha Brukman · 20 years ago
  41. 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  42. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  43. 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
  44. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  45. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  46. edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
  47. 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  48. 8a96c53 Remove trailing whitespace by Misha Brukman · 20 years ago
  49. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  50. 019b639 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  51. 9dd7a87 Check for eqv matching by Chris Lattner · 20 years ago
  52. 837a521 Match another form of eqv by Chris Lattner · 20 years ago
  53. 3469538 Remove trailing whitespace by Misha Brukman · 20 years ago
  54. 63b3afa Remove trailing whitespace by Misha Brukman · 20 years ago
  55. 14f3429 this passes on darwin by Chris Lattner · 20 years ago
  56. ea61c35 Remove trailing whitespace by Misha Brukman · 20 years ago
  57. 9769ab2 Remove trailing whitespace by Misha Brukman · 20 years ago
  58. 1090262 Handle stores of global address as stores of immediates. Instead of: by Chris Lattner · 20 years ago
  59. 75f354b Handle (store &GV -> mem) as a store immediate. This often occurs for by Chris Lattner · 20 years ago
  60. 8e827e8 Use the actual uid/gid for defaulting the fields in the archive. by Reid Spencer · 20 years ago
  61. cb2d1a2 Fix a bug where we would not promote calls to invokes if they occured in by Chris Lattner · 20 years ago
  62. 3468e57 Eliminate calls to system dependent function getuid by using by Reid Spencer · 20 years ago
  63. 93b3473 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 20 years ago
  64. 78202b4 Add two new methods for getting the User Id and Group Id values for the by Reid Spencer · 20 years ago
  65. f68563f Add doxygen comments, patch contributed by Evan Jones. by Chris Lattner · 20 years ago
  66. a5ed1bd add support for taking and resolving the address of free. by Chris Lattner · 20 years ago
  67. 07753ce add support for taking the address of free. by Chris Lattner · 20 years ago
  68. 566f600 Improve doxygen, from part of Evan's patch that didn't apply. by Chris Lattner · 20 years ago
  69. 0f67dd6 Improve doxygen documentation, patch contributed by Evan Jones! by Chris Lattner · 20 years ago
  70. 588bbbf Improve and elimination. On PPC, for: by Chris Lattner · 20 years ago
  71. 1c2a9b9 Fold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3. by Chris Lattner · 20 years ago
  72. 956db27 Instcombine this: by Chris Lattner · 20 years ago
  73. bf5d4fb Teach simplifycfg that setcc is cheap and non-trapping, so that it can by Chris Lattner · 20 years ago
  74. 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 20 years ago
  75. 4c376ea update to match build changes. by Chris Lattner · 20 years ago
  76. 2aafadc For Bug 543: by Reid Spencer · 20 years ago
  77. 03aee2e For Bug 543: by Reid Spencer · 20 years ago
  78. 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 20 years ago
  79. d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 20 years ago
  80. 22c46da Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may by Misha Brukman · 20 years ago
  81. 8177bf8 Do not mark directories as `executable', we only want program files by Misha Brukman · 20 years ago
  82. baec07c #include system headers after all LLVM headers by Misha Brukman · 20 years ago
  83. 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 20 years ago
  84. 8f586ba Consistently eschew space between `*' or `&' and function argument name by Misha Brukman · 20 years ago
  85. 4619c75 Ignore dangling symlinks in getDirectoryContents() by Misha Brukman · 20 years ago
  86. 4b2afe6 Initialize fields mode, uid, and gid. Patch by Markus Oberhumer. Thanks! by Misha Brukman · 20 years ago
  87. 72a9caa Align comments together for consistency by Misha Brukman · 20 years ago
  88. b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 20 years ago
  89. 7d27fc0 Wrap some long lines. by Chris Lattner · 20 years ago
  90. a6dcd0e ignore generated files by Chris Lattner · 20 years ago
  91. 6e19b5b fix bogus warning by Chris Lattner · 20 years ago
  92. 20b4636 fix PR549 by Chris Lattner · 20 years ago
  93. f79e57e Bug fixed by Chris Lattner · 20 years ago
  94. 240d6f4 Eliminate a broken transformation, fixing PR548 by Chris Lattner · 20 years ago
  95. f577c61 Add completely untested support for mtcrf/mfcrf encoding by Chris Lattner · 20 years ago
  96. 14522e3 switch over the rest of the formats that use RC to use isDOT by Chris Lattner · 20 years ago
  97. 883059f Convert the XForm instrs and XSForm instruction over to use isDOT by Chris Lattner · 20 years ago
  98. 97a2d42 Now that the ppc64 and vmx operands of I are always 0, forward substitute by Chris Lattner · 20 years ago
  99. a611ab7 convert over bform and iform instructions by Chris Lattner · 20 years ago
  100. 57226fb Convert over DForm and DSForm instructions by Chris Lattner · 20 years ago