1. ffd072a New testcase, distilled from povray I think. by Chris Lattner · 20 years ago
  2. 619d354 This change makes two big adjustments. by Chris Lattner · 20 years ago
  3. 786c564 This little patch speeds up the loop used to update the dominator set analysis. by Chris Lattner · 20 years ago
  4. 2c7b430 Turn on argument promotion in gccas. This can give us substantially better by Chris Lattner · 20 years ago
  5. 6a6d2a2 Option no more by Chris Lattner · 20 years ago
  6. b2c180f Fix the "infinite looping unless you disable adce" bug by Chris Lattner · 20 years ago
  7. cc7c4ac Fix a tiny bug that caused an incorrect assertion failure poolallocating by Chris Lattner · 20 years ago
  8. 5634b9f It helps if I save the file. :) by Chris Lattner · 20 years ago
  9. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 20 years ago
  10. bfe492b Implement sub.ll:test14 by Chris Lattner · 20 years ago
  11. eb416e8 Oh right, casts can interfere. Test this too by Chris Lattner · 20 years ago
  12. 9c29067 Implement InstCombine/sub.ll:test12 & test13 by Chris Lattner · 20 years ago
  13. 99780ce new testcases by Chris Lattner · 20 years ago
  14. 7a82ba0 Fix a couple of minor problems. Because PHI nodes can use themselves, this by Chris Lattner · 20 years ago
  15. 8417142 Performed some updates on the new options to these command line tools. by John Criswell · 20 years ago
  16. 04b7593 Implement mod/ref analysis for a trivial case where locals don't escape. by Chris Lattner · 20 years ago
  17. 1306089 new testcase by Chris Lattner · 20 years ago
  18. 744b5fb Revise comment and error message for the Bug 38 situation. Also, make it by Brian Gaeke · 20 years ago
  19. d46c696 Fixed grammar typo. by John Criswell · 20 years ago
  20. 215fb76 Make -print-machineinstrs show us the code both before and after reg. alloc. by Brian Gaeke · 20 years ago
  21. 6794d92 Fixed grammar typo. by John Criswell · 20 years ago
  22. 7992691 Added minor information on C++. by John Criswell · 20 years ago
  23. 364cec4 Updated to LLVM 1.2. by John Criswell · 20 years ago
  24. d67772d Fix PR266: Make Module Not Inherit From Annotable by Chris Lattner · 20 years ago
  25. cd16119 Point to the new license (includes year 2004). Changed crtend.o to libcrtend.a. by John Criswell · 20 years ago
  26. e360210 Added a header indicating that the Linux and MacOS configure procedures are by John Criswell · 20 years ago
  27. a3f6684 Add support for a wider range of CMOV instructions. by Alkis Evlogimenos · 20 years ago
  28. acd64f3 Updated copyright to year 2004. by John Criswell · 20 years ago
  29. 85f5e11 Simplify code to process CallSites (thanks to Chris). by Misha Brukman · 20 years ago
  30. a24653c Test the mod/ref analysis in DSA. by Misha Brukman · 20 years ago
  31. 4230f40 Keep transitively-required passes alive for queries to work after the initial by Misha Brukman · 20 years ago
  32. bc1dbe9 Evaluate ModRef information in addition to regular ol' pointer analysis. by Misha Brukman · 20 years ago
  33. a975a9a Implement getModRefInfo() for DSA to calculate whether a function modifies or by Misha Brukman · 20 years ago
  34. 8e18789 Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive for by Misha Brukman · 20 years ago
  35. f820e3b test instruction combiner opts for select instruction by Chris Lattner · 20 years ago
  36. ffb33a1 Teach vim about the select instruction. Allow it to forget about the long-dead by Chris Lattner · 20 years ago
  37. 98124c8 Teach emacs about the select instruction by Chris Lattner · 20 years ago
  38. 230c1a7 Add support for checking the select instruction by Chris Lattner · 20 years ago
  39. b4f4880 Know the opcode name of the select instruction by Chris Lattner · 20 years ago
  40. 08a45cc Add support for select constant expressions. Use reserve a bit more to avoid by Chris Lattner · 20 years ago
  41. 647f82b Add new function by Chris Lattner · 20 years ago
  42. e971486 Teach the constant folder how to do select instructions by Chris Lattner · 20 years ago
  43. cfdd148 Print select instructions correctly by Chris Lattner · 20 years ago
  44. 17fd273 Add constant folding wrapper support for select instructions. by Chris Lattner · 20 years ago
  45. 6e32372 Add sccp support for select instructions by Chris Lattner · 20 years ago
  46. 3d69f46 Add trivial optimizations for select instructions by Chris Lattner · 20 years ago
  47. 9f24a07 ADd support for select instructions by Chris Lattner · 20 years ago
  48. 46b787e Write select instructions to bytecode by Chris Lattner · 20 years ago
  49. e3ac22a Read select instrs from bytecode by Chris Lattner · 20 years ago
  50. 76f0ff3 Allow parsing select instruction and constant expr by Chris Lattner · 20 years ago
  51. 57b2597 Add the visitSelectInst visitor method by Chris Lattner · 20 years ago
  52. 4e734dd Add the SelectInst class by Chris Lattner · 20 years ago
  53. 9bb7fbc Add the Instruction::Select enum by Chris Lattner · 20 years ago
  54. 46a57d8 Add support for select constant exprs by Chris Lattner · 20 years ago
  55. 17fa449 This is no longer an open project by Chris Lattner · 20 years ago
  56. cc37aae Cleanup the cast section, add the select instruction by Chris Lattner · 20 years ago
  57. 6551ea9 New testcase by Chris Lattner · 20 years ago
  58. 56c0fa6 Make code more readable. by Misha Brukman · 20 years ago
  59. ec85af1 Fix indentation. by Misha Brukman · 20 years ago
  60. b8bda13 Move implementations of functions here, which avoids #including <cstdlib> in the by Misha Brukman · 20 years ago
  61. 242e94a Move function implementations to a .cpp file, avoid #including <cstdlib> here. by Misha Brukman · 20 years ago
  62. a7a805e Forward-declare templates for fix compilation when Argument.h is included first. by Misha Brukman · 20 years ago
  63. dd298c8 Doxygenified and cleand up comments. by Misha Brukman · 20 years ago
  64. 3497ae9 Miscellaneous additions are a separate section. by Misha Brukman · 20 years ago
  65. 63c8cc6 Make sure libcrtend.a gets installed when you make install-bytecode. by Brian Gaeke · 20 years ago
  66. c760d64 Get rid of the abort in PhyRegAlloc::finishSavingState(). by Brian Gaeke · 20 years ago
  67. c46f8a4 Give pass a name by Brian Gaeke · 20 years ago
  68. db760d0 Fix compilation on Sparc: assert(0) => abort() by Misha Brukman · 20 years ago
  69. 094158a SparcV8 removed until it grows up becomes a mature backend. by Misha Brukman · 20 years ago
  70. 0744b5f Fix spelling. by Alkis Evlogimenos · 20 years ago
  71. cf68bd5 In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to by Brian Gaeke · 20 years ago
  72. 36061da Remove ghostly directory from the build by Brian Gaeke · 20 years ago
  73. 45ff027 Embed a floating frame of the bugzilla query in the page. This way by Alkis Evlogimenos · 20 years ago
  74. 67195cf Minor additions and cleanups by Chris Lattner · 20 years ago
  75. d1b3679 Move all the SaveState options and stuff inton one spot at the top of the file. by Brian Gaeke · 20 years ago
  76. 14068d9 Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on. by Brian Gaeke · 20 years ago
  77. 7c62728 Bugz fixed by Chris Lattner · 20 years ago
  78. c6b0c4b Fix PR284: [indvars] Induction variable analysis violates LLVM invariants by Chris Lattner · 20 years ago
  79. a22ef48 New testcase for PR284: [indvars] Induction variable analysis violates LLVM invariants by Chris Lattner · 20 years ago
  80. 5d72853 Add link to bugzilla query of unassigned enhancements. Specific open by Alkis Evlogimenos · 20 years ago
  81. 1a49bc8 We need a logo. by Misha Brukman · 20 years ago
  82. a2245a3 Add brainstorm for a random test vector generator by Brian Gaeke · 20 years ago
  83. 714caf2 Recommend using install-bytecode target by Brian Gaeke · 20 years ago
  84. d0f3c5e My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this by Brian Gaeke · 20 years ago
  85. f313ea7 Add support for 'install-bytecode' target, used for ONLY installing by Brian Gaeke · 20 years ago
  86. b798b1e Fix up a seriously outdated comment. by Brian Gaeke · 20 years ago
  87. 0b67f04 New testcase for PR275 by Chris Lattner · 20 years ago
  88. c1a5bac New testcase for PR276: llvm-g++ does not mangle method names that match stdlib function names by Chris Lattner · 20 years ago
  89. 85fb1be implement new method by Chris Lattner · 20 years ago
  90. 69a69ff new method by Chris Lattner · 20 years ago
  91. 6a367f3 Spill explicit physical register defs as well. by Alkis Evlogimenos · 20 years ago
  92. 73716d5 Now that I read it again, this part in particular strikes me as kind of by Brian Gaeke · 20 years ago
  93. 519f4e7 Check if printing of implicit uses is required for all types of shift by Alkis Evlogimenos · 20 years ago
  94. bd1c285 b00g fixed by Brian Gaeke · 20 years ago
  95. 00f0a29 Address PR274 - '[JIT] Programs cannot resolve the fstat function' by Brian Gaeke · 20 years ago
  96. cf47198 Hmm, who left this sitting around in my tree by Brian Gaeke · 20 years ago
  97. cc2a2a5 Differentiate between extended precision floats (80-bit) and double precision floats (64-bit) by Alkis Evlogimenos · 20 years ago
  98. 0309066 Use newly added API to emit bytes for instructions that gas misassembles by Alkis Evlogimenos · 20 years ago
  99. 39c2005 Add emitInstruction() API so that we can get the bytes of a simple instruction by Alkis Evlogimenos · 20 years ago
  100. f6e8156 Constify things a bit by Alkis Evlogimenos · 20 years ago