1. 741bb00 Added function to determine if an Instruction may trap. by Tanya Lattner · 21 years ago
  2. 92988ec Code generation passes don't need access to raw LLVM types, this method is unnecessary. by Chris Lattner · 21 years ago
  3. 588668d Unify all constant evaluations that depend on register size by Vikram S. Adve · 21 years ago
  4. ceb7d2f Moved insertCallerSavingCode() to PhyRegAlloc and by Vikram S. Adve · 21 years ago
  5. 0eb7f74 Don't require a BB to look-up live variables, unless they may need to by Vikram S. Adve · 21 years ago
  6. c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
  7. 38dbde1 Fix copy and paste-o by Chris Lattner · 21 years ago
  8. 5d7407c Move value type enums to CodeGen/ValueTypes.h by Chris Lattner · 21 years ago
  9. ad5e1f8 Define target value types in a form usable by target-independent code by Chris Lattner · 21 years ago
  10. f4836c7 Add alpha intrinsics, contributed by Rahul Joshi by Chris Lattner · 21 years ago
  11. 90a24c7 Lined things up in a more aesthetically pleasing way. by Misha Brukman · 21 years ago
  12. 686e65f Removed extra parenthesis and fixed spelling. by Misha Brukman · 21 years ago
  13. ebb20c5 Need to include <string> to fix compile error on Sun by Tanya Lattner · 21 years ago
  14. 1194e95 Code generation phases are not allowed to modify the LLVM representation. by Chris Lattner · 21 years ago
  15. 70534ee Whoops, this one was needed by Chris Lattner · 21 years ago
  16. bae47e5 Remove extraneous #includes by Chris Lattner · 21 years ago
  17. 869ff9e Remove #includes by Chris Lattner · 21 years ago
  18. 523eb3f Change the way unused regs. are marked and found to consider regType by Vikram S. Adve · 21 years ago
  19. b1e6f05 Add an assertion. by Vikram S. Adve · 21 years ago
  20. 00fee61 Forward-declare class Module to make the header file self-contained. by Brian Gaeke · 21 years ago
  21. 2e99791 More cassert inclusion for GCC 3.3 by Chris Lattner · 21 years ago
  22. be67780 #include <cassert> as necessary... by Chris Lattner · 21 years ago
  23. 02a31a5 Fix another accessibility problem illuminated by GCC 3.3 by Chris Lattner · 21 years ago
  24. d091d85 Fix visibility problem exposed by GCC 3.3 by Chris Lattner · 21 years ago
  25. 0192e36 Remove inline declarations that GCC 3.3 doesn't like without a body by Chris Lattner · 21 years ago
  26. ceef97a Regardless of whether C provides assert.h, C++ source can always include by Chris Lattner · 21 years ago
  27. d957518 Use the C++ <cassert> header, not the C <assert.h> header by Chris Lattner · 21 years ago
  28. b1512d2 This header works with GCC 3.3 by Chris Lattner · 21 years ago
  29. a44a4cd Add includes of assert by Chris Lattner · 21 years ago
  30. 32862da Fix accessibility problems GCC 3.3 by Chris Lattner · 21 years ago
  31. ab63bd1 Add assert.h include by Chris Lattner · 21 years ago
  32. 9c37f9c Convert to C++ style comments by Chris Lattner · 21 years ago
  33. 7f90b52 Include vector into these two files to ensure that specializations like by Vikram S. Adve · 21 years ago
  34. 4166445 Cleanups: by Brian Gaeke · 21 years ago
  35. b198ca3 Factor out name-mangling from X86/Printer, which is derived from CWriter, by Brian Gaeke · 21 years ago
  36. 30780cc Add support for ~ operator on constants by Chris Lattner · 21 years ago
  37. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
  38. af28ac2 Add more doxygen comments, add new ConstantInt::getRawValue method by Chris Lattner · 21 years ago
  39. 6da69e7 Added special consideration for instrumentation strategy by Anand Shukla · 21 years ago
  40. a53e3da (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes by Vikram S. Adve · 21 years ago
  41. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  42. 4d2faf6 Values stored in CallArgsDescriptor cannot be const. by Vikram S. Adve · 21 years ago
  43. 627eb31 Change interface to MachineInstr::substituteValue to specify more precisely by Vikram S. Adve · 21 years ago
  44. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 21 years ago
  45. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 21 years ago
  46. 3915da3 INCLUDE_PARENT_GRAPH is required by Chris Lattner · 21 years ago
  47. a523e22 Remove dead method by Chris Lattner · 21 years ago
  48. 8fd2715 Add new methods by Chris Lattner · 21 years ago
  49. 73440f6 Disable the parent graph code when not compiled in DEBUG mode by Chris Lattner · 21 years ago
  50. daee2b4 Leak fix: delete old objects before reallocation in an assignment operator! by Vikram S. Adve · 21 years ago
  51. c019f9b TD pass keeps track of which functions have complete arguments by Chris Lattner · 21 years ago
  52. b512b24 Add new operator= impl by Chris Lattner · 21 years ago
  53. e2fe664 Ok, I'm a moron. Fixed now by Chris Lattner · 21 years ago
  54. 985d312 Fix major problem that was causing all kinds of nasty foldings by Chris Lattner · 21 years ago
  55. 17d5d86 Add new methods to BUDS for keeping track of a precise call graph by Chris Lattner · 21 years ago
  56. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  57. a9d6566 Add new method by Chris Lattner · 21 years ago
  58. 332f0aa Be more const correct by Chris Lattner · 21 years ago
  59. fa45c7a Constness changes by Chris Lattner · 21 years ago
  60. 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 21 years ago
  61. 1a36443 Add argument by Chris Lattner · 21 years ago
  62. 0baec25 Remove prototype for dead method by Chris Lattner · 21 years ago
  63. 62b5c16 Add support for gathering sets of must aliases by Chris Lattner · 21 years ago
  64. 35de11f Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues by Chris Lattner · 21 years ago
  65. 2769e6c Add new 'isComplete' method by Chris Lattner · 21 years ago
  66. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
  67. d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 21 years ago
  68. 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 21 years ago
  69. 1ee7855 Add prototype for tail-dup pass by Chris Lattner · 21 years ago
  70. 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 21 years ago
  71. 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
  72. 18345bb Whoops, accidentally lost a #include by Chris Lattner · 21 years ago
  73. 5bb8776 Remove support for the MultiObject flag, which was just fundamentally broken by Chris Lattner · 21 years ago
  74. 160cf48 Lots of changes to make the NodeType field private to DSNode. by Chris Lattner · 21 years ago
  75. 936f771 Update comments by Chris Lattner · 21 years ago
  76. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  77. 697a00f * Add new CallSite::get factory method by Chris Lattner · 21 years ago
  78. a599f87 Add new op_erase method by Chris Lattner · 21 years ago
  79. 57ec659 Make sure accessor is properly doxygenized. It wants two lines by Chris Lattner · 21 years ago
  80. 95ab3d4 Add accessor by Chris Lattner · 21 years ago
  81. ad110d2 Make CallSite's default constructable, copyable, and assignable (explicitly) by Chris Lattner · 21 years ago
  82. a9f6e4a Regularize the names of #include-guards. by Brian Gaeke · 21 years ago
  83. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  84. 5c91898 Whoops. I didn't mean to step on John's changes. by Brian Gaeke · 21 years ago
  85. 6d3b7fa This version supports FreeBSD. by Brian Gaeke · 21 years ago
  86. 1989d34 Add prototype for the new DAE pass by Chris Lattner · 21 years ago
  87. a277ca8 Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. by John Criswell · 21 years ago
  88. be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
  89. 9271ade Made changes suggested by Chris by Sumant Kowshik · 21 years ago
  90. a3e5764 Made changes suggested by Chris; Renamed 'union' function to unionSetsWith by Sumant Kowshik · 21 years ago
  91. 9dad6d7 Add new setCondition member by Chris Lattner · 21 years ago
  92. b05497e Minor cleanups: by Chris Lattner · 21 years ago
  93. 4052cf9 Remove use of enum by Chris Lattner · 21 years ago
  94. 0c0583a There are now no uses of NonCopyableV by Chris Lattner · 21 years ago
  95. bf0ac3f Add doxygen comment for namespace by Chris Lattner · 21 years ago
  96. 0519bdc Add comment for doxygen for namespace by Chris Lattner · 21 years ago
  97. 5b595b9 Minor cleanups: by Chris Lattner · 21 years ago
  98. 4ade9ed Remove noncopyable base class as it was making the doxygen docs harder to read by Chris Lattner · 21 years ago
  99. 17035c0 Remove noncopyableV base classes, as they were confusing the doxygen documentation, by Chris Lattner · 21 years ago
  100. 9452b07 Remove NonCopyable base class to clean up doxygen output by Chris Lattner · 21 years ago