1. b11a463 Remove redundant SCCP pass by Chris Lattner · 20 years ago
  2. 53eb373 Some compile time improvements resulting in a 1sec speedup in the 5sec by Alkis Evlogimenos · 20 years ago
  3. 3ede6ad New prototype by Chris Lattner · 20 years ago
  4. 0fb56af This is a trivial dead store elimination pass. It very very simple and by Chris Lattner · 20 years ago
  5. 5e299fc Trivial testcase for dse by Chris Lattner · 20 years ago
  6. b8a31ac Clean up reference counting to stop "leaking" alias sets by Chris Lattner · 20 years ago
  7. 199edde Remove extraneous punctuation by Chris Lattner · 20 years ago
  8. 93c9587 Update GC intrinsics to take a pointer to the object as well as a pointer by Chris Lattner · 20 years ago
  9. 9545a17 Updates to gc intrinsics, contributed by Tobias Nurmiranta by Chris Lattner · 20 years ago
  10. 728f03f Update documentation for gc intrinsics change. Contributed by Tobias Nurmiranta by Chris Lattner · 20 years ago
  11. de1618f Update gc intrinsics to take pointer to object as well as pointer to field. by Chris Lattner · 20 years ago
  12. 10e169b Use reverse iterators when updating the vector, since scanning from by Alkis Evlogimenos · 20 years ago
  13. 6beef3e That funny 2-address lowering pass can also cause multiple definitions, by Chris Lattner · 20 years ago
  14. 1e31363 Minor cleanups by Chris Lattner · 20 years ago
  15. 3dbb504 Fix cases where we generated horrible code like this: by Chris Lattner · 20 years ago
  16. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
  17. 7d02766 Include <iostream> here, because most people using DEBUG() want to use std::cerr too. by Brian Gaeke · 20 years ago
  18. a31f1f7 * Add the lost fix to define the second reg of a 2-reg representation of longs by Misha Brukman · 20 years ago
  19. 17a9000 * Speed up canUseAsImmediateForOpcode() by comparing Operand before by Misha Brukman · 20 years ago
  20. f0cacc0 * Further cleanup. by Chris Lattner · 20 years ago
  21. 97a296f * Fix printing of signed immediate values (Nate Begeman) by Misha Brukman · 20 years ago
  22. 1013ef5 * Fix printing of signed immediate values by Misha Brukman · 20 years ago
  23. 5eb9194 Make cast-cast code a bit more defensive by Chris Lattner · 20 years ago
  24. e0380e0 Use addSImm() instead of addImm() for stack offsets, which may be negative. by Misha Brukman · 20 years ago
  25. 1721784 Reid doesn't need a definite article in front of his name. by Misha Brukman · 20 years ago
  26. ebbbf25 Delete extra space; add <p> tags around text within a <div> by Misha Brukman · 20 years ago
  27. d03451e Fix analysis name. by Alkis Evlogimenos · 20 years ago
  28. 53d9a48 Add SUBI instruction by Misha Brukman · 20 years ago
  29. 1e635c3 Fix spelling of `iterative scan' by Misha Brukman · 20 years ago
  30. 712c0e2 * Uncomment rule for location of LLI (formerly commented out: typo?) by Misha Brukman · 20 years ago
  31. fc29e63 Clear spilled list at once. Remove unused vector. by Alkis Evlogimenos · 20 years ago
  32. 2d54705 Change std::list into a std::vector for IntervalSets. This reduces by Alkis Evlogimenos · 20 years ago
  33. 7b32639 Add greater_ptr functor. by Alkis Evlogimenos · 20 years ago
  34. 3b1af0b Improve file comment. by Alkis Evlogimenos · 20 years ago
  35. 910d0d6 Add Iterative scan register allocator. by Alkis Evlogimenos · 20 years ago
  36. c8dec2c Linearscan is no longer experimental. by Alkis Evlogimenos · 20 years ago
  37. 6d4b0d7 Add capability to remove aliasing aliassets from an AST by Chris Lattner · 20 years ago
  38. 877ad7d Add a bunch of new functionality, primarily to do with removing aliasing by Chris Lattner · 20 years ago
  39. 12c1155 Make the AST interface a bit richer by returning whether an insertion caused by Chris Lattner · 20 years ago
  40. e8a7e59 Remove special casing of pointers and treat them generically as integers of by Chris Lattner · 20 years ago
  41. bb8f43c Do not ignore casts unless they are pointer-pointer casts. This caused us by Chris Lattner · 20 years ago
  42. adfe28d Regenerated using autoconf-2.57. by Brian Gaeke · 20 years ago
  43. a4d718f Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missing by Brian Gaeke · 20 years ago
  44. d59a647 Regenerated with autoconf/autoheader 2.57 by Brian Gaeke · 20 years ago
  45. 0d3ac4c Solaris hack for isinf() by Brian Gaeke · 20 years ago
  46. dfb3397 Add check for finite(). Solaris doesn't have isinf, but it has finite...go by Brian Gaeke · 20 years ago
  47. 043c0bb Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 20 years ago
  48. a7d03b4 Add prototypes for platform-independent wrappers for isinf(). by Brian Gaeke · 20 years ago
  49. c64d41e Regenerated with autoheader-2.57. Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  50. 3869b27 Add call to check for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  51. 4cc02ac Add support for checking for isinf(). Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  52. 52a551d Regenerated with autoconf-2.57. Patch contributed by Bill Wendling. by Brian Gaeke · 20 years ago
  53. 418f73c Add platform-independent wrapper function for isinf(). by Brian Gaeke · 20 years ago
  54. 0b44122 Move LLVM tool definitions to Makefile.rules by Brian Gaeke · 20 years ago
  55. cd2273f Shorts are aligned to 2 bytes, bools to 1 byte (in structs). by Misha Brukman · 20 years ago
  56. bf417a6 Treat external variables similarly to those with weak linkage: load indirect. by Misha Brukman · 20 years ago
  57. 1d3a8b0 Refer would-be llvm-gcc source users/hackers to the compilation guide. by Misha Brukman · 20 years ago
  58. c5f9d8c Use C++-style <cstdio> instead of C-style <stdio.h> by Misha Brukman · 20 years ago
  59. 86ddcf9 Differentiate between global and weak symbol loads by Misha Brukman · 20 years ago
  60. ec6319a * Differentiate between global and weak symbol loads by Misha Brukman · 20 years ago
  61. e48178e Differentiate between global and weak symbol loads by Misha Brukman · 20 years ago
  62. 5c45441 Double alignment in structs is 4 bytes, not 8. Patch by Nate Begeman. by Misha Brukman · 20 years ago
  63. a39fc0e Add function to clear all virtual->physical mappings but not assigned by Alkis Evlogimenos · 20 years ago
  64. 6bd23c0 Remove unneeded functor. LiveInterval has a < operator. by Alkis Evlogimenos · 20 years ago
  65. adfd32f Fix a serious code pessimization problem. If an inlined function has a single by Chris Lattner · 20 years ago
  66. 59a2077 Implement Transforms/InstCombine/IntPtrCast.ll by Chris Lattner · 20 years ago
  67. c0de837 new testcase by Chris Lattner · 20 years ago
  68. 9ce3000 Ignore instructions that are in trivially dead functions. This allows us by Chris Lattner · 20 years ago
  69. d43b9fd Fix stack frame layout in prologue/epilogue. Patch courtesy of Nate Begeman. by Misha Brukman · 20 years ago
  70. 913e1b4 Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype> by Misha Brukman · 20 years ago
  71. 67769e5 Implement InstCombine/GEPIdxCanon.ll by Chris Lattner · 20 years ago
  72. 247d62c New testcase that instcombine should help out with. by Chris Lattner · 20 years ago
  73. af17b1d Implement SimplifyCFG/BrUnwind.ll by Chris Lattner · 20 years ago
  74. c6c9db2 test that unconditional branches to unwinds are always eliminated by Chris Lattner · 20 years ago
  75. ba1c1da Move handing of GlobalValues from getReg() to copyConstantToRegister(), this by Misha Brukman · 20 years ago
  76. bee7e76 Rewrite cast->cast elimination code completely based on the information we by Chris Lattner · 20 years ago
  77. 6c08892 Testcases missed by the instruction combiner by Chris Lattner · 20 years ago
  78. 497b52f isupper() and tolower() are declared in <ctype.h> by Misha Brukman · 20 years ago
  79. 6111461 * Fn args passed in registers are now recorded as used by the call instruction by Misha Brukman · 20 years ago
  80. 7e898c3 * cFP class split into cFP32 and cFP64 by Misha Brukman · 20 years ago
  81. 4771288 While I'm at it, don't break codegen of mul by 3,5,9. by Chris Lattner · 20 years ago
  82. 596b97f Generate better code for multiplies by negative constants like -4, -1, -9, etc. by Chris Lattner · 20 years ago
  83. da77c44 Remove dead code. by Alkis Evlogimenos · 20 years ago
  84. a32355b Tabs to spaces. by Misha Brukman · 20 years ago
  85. 049c48f Convert tabs to spaces; fix name of function in assert() description. by Misha Brukman · 20 years ago
  86. cbf1edb Fix broken link by Chris Lattner · 20 years ago
  87. 9f9398e Just run 'make', not all-gcc by Chris Lattner · 20 years ago
  88. 7ed43ad Added support for stdint.h. It is now automatically included by by John Criswell · 20 years ago
  89. 8640f4e Fix a bug that occurs when the last instruction in a range is dead by Chris Lattner · 20 years ago
  90. cc0d156 When joining intervals, join intervals in deeply nested loops first. This by Chris Lattner · 20 years ago
  91. 1c5c044 Split joinIntervals into two methods by Chris Lattner · 20 years ago
  92. c49c872 Fix comment by Chris Lattner · 20 years ago
  93. 2a4cb68 bug 122: by Reid Spencer · 20 years ago
  94. f4fc36e Inline 4 methods by Chris Lattner · 20 years ago
  95. 81e26ce Delete 4 methods, make clients use hte mark* methods directly by Chris Lattner · 20 years ago
  96. 74de8b1 There is no need to store the MBB along with the MI any more, we can now by Chris Lattner · 20 years ago
  97. 472405e Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead) by Chris Lattner · 20 years ago
  98. 73d4adf Remove the DefBlock element of VarInfo. DefBlock is always DefInst->getParent() by Chris Lattner · 20 years ago
  99. e312e15 Err, fix last checkin by Chris Lattner · 20 years ago
  100. 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 20 years ago