1. 6ac02a9 Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution by Chris Lattner · 21 years ago
  2. 94949da Add new method by Chris Lattner · 21 years ago
  3. f68b8a2 Moved index in BB to common graph class. by Tanya Lattner · 21 years ago
  4. 88d942d Spell `incompatible' correctly. by Misha Brukman · 21 years ago
  5. d04087c *** empty log message *** by Tanya Lattner · 21 years ago
  6. 1796cb7 Cleaned up the code (spacing, not needed headers) and changed ostream function. Also made some functions inline. by Tanya Lattner · 21 years ago
  7. 0320b14 SchedGraphCommon header file. Contains class definition for SchedGraphCommon which is used by SchedGraph and ModuloSchedGraph (coming soon). by Tanya Lattner · 21 years ago
  8. bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 21 years ago
  9. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  10. e3ac756 Targets should configure themselves based on the module, not some wierd flags by Chris Lattner · 21 years ago
  11. a7a35a8 Allow modules to have 'any' pointer size and endianness. by Chris Lattner · 21 years ago
  12. 6270f36 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  13. 9d3a1b2 Add versions of InlineFunction which work on Invoke instructions and general call sites by Chris Lattner · 21 years ago
  14. 9dd7d1c Initial support for recognizing LLVM exception handling intrinsics by Chris Lattner · 21 years ago
  15. 4bd4aa5 Allow specifying the name for the newly split basic block by Chris Lattner · 21 years ago
  16. 3acbd5d Add period by Chris Lattner · 21 years ago
  17. 131d19f Rename SwitchInst::dest_push_back -> addCase Add new removeCase method by Chris Lattner · 21 years ago
  18. 2d710ff Of course, the copy ctor really should copy the operand as well by Chris Lattner · 21 years ago
  19. 8518e74 Add more methods to be more value-like by Chris Lattner · 21 years ago
  20. 88e1eef Initial checkin of ValueHolder helper class by Chris Lattner · 21 years ago
  21. b274d4a Add missing #include by Chris Lattner · 21 years ago
  22. 31a6db0 Changes to work better with GCC3.4/LLVM G++ by Chris Lattner · 21 years ago
  23. ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 21 years ago
  24. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 21 years ago
  25. 7d8fab9 Remove unused file by Chris Lattner · 21 years ago
  26. 3c7eb1f Make assertion message more helpful in a case that might happen... by Chris Lattner · 21 years ago
  27. fd4d897 Add new methods, update comments by Chris Lattner · 21 years ago
  28. 8169cf8 Add intrinsics for the llvm.sig(set|long)jmp functions by Chris Lattner · 21 years ago
  29. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  30. 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 21 years ago
  31. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 21 years ago
  32. b60fe77 hash_map and hash_set: by Misha Brukman · 21 years ago
  33. 53523e5 Reordered includes to be consistent with the LLVM style. by Misha Brukman · 21 years ago
  34. 960ff04 Remove extraneous #include by Chris Lattner · 21 years ago
  35. f4f5f8b Add support for basic blocks, unary/binary unspecs, conditional branches, ... by Chris Lattner · 21 years ago
  36. 20968a2 Remove extraneous cl:: namespace qualifiers by Chris Lattner · 21 years ago
  37. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
  38. bf3c4cf Factory methods for function passes now return type FunctionPass *. by Brian Gaeke · 21 years ago
  39. 1d3fa21 Add new method to FunctionPassManager to add ImmutablePasses. by Brian Gaeke · 21 years ago
  40. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
  41. fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 21 years ago
  42. 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 21 years ago
  43. 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 21 years ago
  44. 906cd97 Make MInst2LVSetBI and MInst2LVSetAI be hash_maps instead of maps. by Vikram S. Adve · 21 years ago
  45. 8ab1ef2 Add FunctionPassManager - it's like a PassManager, but it only deals in by Brian Gaeke · 21 years ago
  46. 80d79fa If we can't find INT64_MAX, set it to a reasonable default value, by Brian Gaeke · 21 years ago
  47. 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 21 years ago
  48. cacf462 Initial checkin of SelectionDAG header file by Chris Lattner · 21 years ago
  49. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 21 years ago
  50. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
  51. edea6d6 Added a flag which is set when all data structures are not pool allocated by Sumant Kowshik · 21 years ago
  52. 3314d8d There was no reason for these to be bit-fields, they just need to be unique. by Chris Lattner · 21 years ago
  53. c232818 Add a bunch of new Alpha Intrinsics for Rahul Joshi by Chris Lattner · 21 years ago
  54. 5e8b77e Completely eliminate the per-machine-instruction regsUsed set. by Chris Lattner · 21 years ago
  55. 610234d Do not insert physical regsiters into the regsUsed set by Chris Lattner · 21 years ago
  56. 8366b38 Add a comment to the method decl by Chris Lattner · 21 years ago
  57. e057ca6 Remove unused method by Chris Lattner · 21 years ago
  58. 9f2ac19 Added declaration of mergeInGlobalsGraph by Sumant Kowshik · 21 years ago
  59. a2dd745 All callers of these methods actually wanted them to preserve the flags, by Chris Lattner · 21 years ago
  60. 3d9c001 Added the declaration of InlineIndirectCalls by Sumant Kowshik · 21 years ago
  61. 9ca5a2a The NOOP instruction is no longer needed. Instead, use the by Chris Lattner · 21 years ago
  62. d265d03 CVS, please don't tell us that we have a new config.h file, everyone knows that. by Chris Lattner · 21 years ago
  63. 2dd93ed Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities by Chris Lattner · 21 years ago
  64. aeac00e Including statistics into an anonymous namespace that gets #included into by Chris Lattner · 21 years ago
  65. 4181a4f New file by Chris Lattner · 21 years ago
  66. 9ef719a This file doesn't need this include by Chris Lattner · 21 years ago
  67. be08bb3 Renamed trapping instruction function to be more consistent with other functions in the file. by Tanya Lattner · 21 years ago
  68. 741bb00 Added function to determine if an Instruction may trap. by Tanya Lattner · 21 years ago
  69. 92988ec Code generation passes don't need access to raw LLVM types, this method is unnecessary. by Chris Lattner · 21 years ago
  70. 588668d Unify all constant evaluations that depend on register size by Vikram S. Adve · 21 years ago
  71. ceb7d2f Moved insertCallerSavingCode() to PhyRegAlloc and by Vikram S. Adve · 21 years ago
  72. 0eb7f74 Don't require a BB to look-up live variables, unless they may need to by Vikram S. Adve · 21 years ago
  73. c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
  74. 38dbde1 Fix copy and paste-o by Chris Lattner · 21 years ago
  75. 5d7407c Move value type enums to CodeGen/ValueTypes.h by Chris Lattner · 21 years ago
  76. ad5e1f8 Define target value types in a form usable by target-independent code by Chris Lattner · 21 years ago
  77. f4836c7 Add alpha intrinsics, contributed by Rahul Joshi by Chris Lattner · 21 years ago
  78. 90a24c7 Lined things up in a more aesthetically pleasing way. by Misha Brukman · 21 years ago
  79. 686e65f Removed extra parenthesis and fixed spelling. by Misha Brukman · 21 years ago
  80. ebb20c5 Need to include <string> to fix compile error on Sun by Tanya Lattner · 21 years ago
  81. 1194e95 Code generation phases are not allowed to modify the LLVM representation. by Chris Lattner · 21 years ago
  82. 70534ee Whoops, this one was needed by Chris Lattner · 21 years ago
  83. bae47e5 Remove extraneous #includes by Chris Lattner · 21 years ago
  84. 869ff9e Remove #includes by Chris Lattner · 21 years ago
  85. 523eb3f Change the way unused regs. are marked and found to consider regType by Vikram S. Adve · 21 years ago
  86. b1e6f05 Add an assertion. by Vikram S. Adve · 21 years ago
  87. 00fee61 Forward-declare class Module to make the header file self-contained. by Brian Gaeke · 21 years ago
  88. 2e99791 More cassert inclusion for GCC 3.3 by Chris Lattner · 21 years ago
  89. be67780 #include <cassert> as necessary... by Chris Lattner · 21 years ago
  90. 02a31a5 Fix another accessibility problem illuminated by GCC 3.3 by Chris Lattner · 21 years ago
  91. d091d85 Fix visibility problem exposed by GCC 3.3 by Chris Lattner · 21 years ago
  92. 0192e36 Remove inline declarations that GCC 3.3 doesn't like without a body by Chris Lattner · 21 years ago
  93. ceef97a Regardless of whether C provides assert.h, C++ source can always include by Chris Lattner · 21 years ago
  94. d957518 Use the C++ <cassert> header, not the C <assert.h> header by Chris Lattner · 21 years ago
  95. b1512d2 This header works with GCC 3.3 by Chris Lattner · 21 years ago
  96. a44a4cd Add includes of assert by Chris Lattner · 21 years ago
  97. 32862da Fix accessibility problems GCC 3.3 by Chris Lattner · 21 years ago
  98. ab63bd1 Add assert.h include by Chris Lattner · 21 years ago
  99. 9c37f9c Convert to C++ style comments by Chris Lattner · 21 years ago
  100. 7f90b52 Include vector into these two files to ensure that specializations like by Vikram S. Adve · 21 years ago