1. 1721784 Reid doesn't need a definite article in front of his name. by Misha Brukman · 21 years ago
  2. ebbbf25 Delete extra space; add <p> tags around text within a <div> by Misha Brukman · 21 years ago
  3. d03451e Fix analysis name. by Alkis Evlogimenos · 21 years ago
  4. 53d9a48 Add SUBI instruction by Misha Brukman · 21 years ago
  5. 1e635c3 Fix spelling of `iterative scan' by Misha Brukman · 21 years ago
  6. 712c0e2 * Uncomment rule for location of LLI (formerly commented out: typo?) by Misha Brukman · 21 years ago
  7. fc29e63 Clear spilled list at once. Remove unused vector. by Alkis Evlogimenos · 21 years ago
  8. 2d54705 Change std::list into a std::vector for IntervalSets. This reduces by Alkis Evlogimenos · 21 years ago
  9. 7b32639 Add greater_ptr functor. by Alkis Evlogimenos · 21 years ago
  10. 3b1af0b Improve file comment. by Alkis Evlogimenos · 21 years ago
  11. 910d0d6 Add Iterative scan register allocator. by Alkis Evlogimenos · 21 years ago
  12. c8dec2c Linearscan is no longer experimental. by Alkis Evlogimenos · 21 years ago
  13. 6d4b0d7 Add capability to remove aliasing aliassets from an AST by Chris Lattner · 21 years ago
  14. 877ad7d Add a bunch of new functionality, primarily to do with removing aliasing by Chris Lattner · 21 years ago
  15. 12c1155 Make the AST interface a bit richer by returning whether an insertion caused by Chris Lattner · 21 years ago
  16. e8a7e59 Remove special casing of pointers and treat them generically as integers of by Chris Lattner · 21 years ago
  17. bb8f43c Do not ignore casts unless they are pointer-pointer casts. This caused us by Chris Lattner · 21 years ago
  18. adfe28d Regenerated using autoconf-2.57. by Brian Gaeke · 21 years ago
  19. a4d718f Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missing by Brian Gaeke · 21 years ago
  20. d59a647 Regenerated with autoconf/autoheader 2.57 by Brian Gaeke · 21 years ago
  21. 0d3ac4c Solaris hack for isinf() by Brian Gaeke · 21 years ago
  22. dfb3397 Add check for finite(). Solaris doesn't have isinf, but it has finite...go by Brian Gaeke · 21 years ago
  23. 043c0bb Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 21 years ago
  24. a7d03b4 Add prototypes for platform-independent wrappers for isinf(). by Brian Gaeke · 21 years ago
  25. c64d41e Regenerated with autoheader-2.57. Patch contributed by Bill Wendling. by Brian Gaeke · 21 years ago
  26. 3869b27 Add call to check for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 21 years ago
  27. 4cc02ac Add support for checking for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 21 years ago
  28. 52a551d Regenerated with autoconf-2.57. Patch contributed by Bill Wendling. by Brian Gaeke · 21 years ago
  29. 418f73c Add platform-independent wrapper function for isinf(). by Brian Gaeke · 21 years ago
  30. 0b44122 Move LLVM tool definitions to Makefile.rules by Brian Gaeke · 21 years ago
  31. cd2273f Shorts are aligned to 2 bytes, bools to 1 byte (in structs). by Misha Brukman · 21 years ago
  32. bf417a6 Treat external variables similarly to those with weak linkage: load indirect. by Misha Brukman · 21 years ago
  33. 1d3a8b0 Refer would-be llvm-gcc source users/hackers to the compilation guide. by Misha Brukman · 21 years ago
  34. c5f9d8c Use C++-style <cstdio> instead of C-style <stdio.h> by Misha Brukman · 21 years ago
  35. 86ddcf9 Differentiate between global and weak symbol loads by Misha Brukman · 21 years ago
  36. ec6319a * Differentiate between global and weak symbol loads by Misha Brukman · 21 years ago
  37. e48178e Differentiate between global and weak symbol loads by Misha Brukman · 21 years ago
  38. 5c45441 Double alignment in structs is 4 bytes, not 8. Patch by Nate Begeman. by Misha Brukman · 21 years ago
  39. a39fc0e Add function to clear all virtual->physical mappings but not assigned by Alkis Evlogimenos · 21 years ago
  40. 6bd23c0 Remove unneeded functor. LiveInterval has a < operator. by Alkis Evlogimenos · 21 years ago
  41. adfd32f Fix a serious code pessimization problem. If an inlined function has a single by Chris Lattner · 21 years ago
  42. 59a2077 Implement Transforms/InstCombine/IntPtrCast.ll by Chris Lattner · 21 years ago
  43. c0de837 new testcase by Chris Lattner · 21 years ago
  44. 9ce3000 Ignore instructions that are in trivially dead functions. This allows us by Chris Lattner · 21 years ago
  45. d43b9fd Fix stack frame layout in prologue/epilogue. Patch courtesy of Nate Begeman. by Misha Brukman · 21 years ago
  46. 913e1b4 Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype> by Misha Brukman · 21 years ago
  47. 67769e5 Implement InstCombine/GEPIdxCanon.ll by Chris Lattner · 21 years ago
  48. 247d62c New testcase that instcombine should help out with. by Chris Lattner · 21 years ago
  49. af17b1d Implement SimplifyCFG/BrUnwind.ll by Chris Lattner · 21 years ago
  50. c6c9db2 test that unconditional branches to unwinds are always eliminated by Chris Lattner · 21 years ago
  51. ba1c1da Move handing of GlobalValues from getReg() to copyConstantToRegister(), this by Misha Brukman · 21 years ago
  52. bee7e76 Rewrite cast->cast elimination code completely based on the information we by Chris Lattner · 21 years ago
  53. 6c08892 Testcases missed by the instruction combiner by Chris Lattner · 21 years ago
  54. 497b52f isupper() and tolower() are declared in <ctype.h> by Misha Brukman · 21 years ago
  55. 6111461 * Fn args passed in registers are now recorded as used by the call instruction by Misha Brukman · 21 years ago
  56. 7e898c3 * cFP class split into cFP32 and cFP64 by Misha Brukman · 21 years ago
  57. 4771288 While I'm at it, don't break codegen of mul by 3,5,9. by Chris Lattner · 21 years ago
  58. 596b97f Generate better code for multiplies by negative constants like -4, -1, -9, etc. by Chris Lattner · 21 years ago
  59. da77c44 Remove dead code. by Alkis Evlogimenos · 21 years ago
  60. a32355b Tabs to spaces. by Misha Brukman · 21 years ago
  61. 049c48f Convert tabs to spaces; fix name of function in assert() description. by Misha Brukman · 21 years ago
  62. cbf1edb Fix broken link by Chris Lattner · 21 years ago
  63. 9f9398e Just run 'make', not all-gcc by Chris Lattner · 21 years ago
  64. 7ed43ad Added support for stdint.h. It is now automatically included by by John Criswell · 21 years ago
  65. 8640f4e Fix a bug that occurs when the last instruction in a range is dead by Chris Lattner · 21 years ago
  66. cc0d156 When joining intervals, join intervals in deeply nested loops first. This by Chris Lattner · 21 years ago
  67. 1c5c044 Split joinIntervals into two methods by Chris Lattner · 21 years ago
  68. c49c872 Fix comment by Chris Lattner · 21 years ago
  69. 2a4cb68 bug 122: by Reid Spencer · 21 years ago
  70. f4fc36e Inline 4 methods by Chris Lattner · 21 years ago
  71. 81e26ce Delete 4 methods, make clients use hte mark* methods directly by Chris Lattner · 21 years ago
  72. 74de8b1 There is no need to store the MBB along with the MI any more, we can now by Chris Lattner · 21 years ago
  73. 472405e Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead) by Chris Lattner · 21 years ago
  74. 73d4adf Remove the DefBlock element of VarInfo. DefBlock is always DefInst->getParent() by Chris Lattner · 21 years ago
  75. e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
  76. 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
  77. 8ea13c6 Two changes, both very significant: by Chris Lattner · 21 years ago
  78. 57eb15e See comments. The live intervals were not coming out of the spiller in sorted by Chris Lattner · 21 years ago
  79. 331cb7d Fix assertion to not dereference end! by Chris Lattner · 21 years ago
  80. 59073e0 Add some asserts that the list of intervals returned by addIntervalsForSpills by Chris Lattner · 21 years ago
  81. 6097d13 remove the mbbi2mbbMap_, which was just keeping track of mbb order anyway. by Chris Lattner · 21 years ago
  82. 6b92906 fill comment to 80 cols by Chris Lattner · 21 years ago
  83. ab4c19e classof implementations are now inlined by Chris Lattner · 21 years ago
  84. 52eb13c inline classof implementations, eliminate use of virtual methods. by Chris Lattner · 21 years ago
  85. 9344063 eliminate isConstantExpr, changes to isa<Constant> implementation by Chris Lattner · 21 years ago
  86. 66a4346 Add new enum entries for ConstantAggregateZeroVal/ConstantExprVal and by Chris Lattner · 21 years ago
  87. f8083b7 Method now returns null, dtor is inlined by Chris Lattner · 21 years ago
  88. f962ac7 Change method to return void. Inline dtor by Chris Lattner · 21 years ago
  89. e30ab88 Remove dead file by Chris Lattner · 21 years ago
  90. 269c80c Remove this printer by Chris Lattner · 21 years ago
  91. 12e7b11 A description of what this library is about, reference to the documentation by Reid Spencer · 21 years ago
  92. 95e9258 Add note about GCC 3.3.2 being completely broken by Chris Lattner · 21 years ago
  93. 98b5a34 Initiali Makefile for this library. by Reid Spencer · 21 years ago
  94. f98cfc7 Add a workaround for a GCC 3.3.2 bug by Chris Lattner · 21 years ago
  95. f70c25f Doesn't exist by Chris Lattner · 21 years ago
  96. 8919ccc Fix a performance regression from the CPR patch, simplify code by Chris Lattner · 21 years ago
  97. 96940cb Strip out and simplify some code. This also fixes the regression last by Chris Lattner · 21 years ago
  98. 9db07b9 Minor cleanup, no functionality change by Chris Lattner · 21 years ago
  99. a51e4f6 Fix infinite loop by Chris Lattner · 21 years ago
  100. 8b2da7a bug 122: by Reid Spencer · 21 years ago