1. 8018a66 Add missing #include by Chris Lattner · 20 years ago
  2. 5d0d1e3 Use a DenseMap for mapping reg->reg. This improves the LiveInterval by Alkis Evlogimenos · 20 years ago
  3. 1f4a279 Add HAS_U_INT64_T by Reid Spencer · 20 years ago
  4. 2d3dcb6 I was actually wrong in my "simplification". by Misha Brukman · 20 years ago
  5. 18d55dd Simplify check for uint64_t and u_int64_t by Misha Brukman · 20 years ago
  6. 206043a Provide correct definition of uint64_t for platforms that have only by Reid Spencer · 20 years ago
  7. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
  8. 61905ce Added u_int64_t because some systems use that instead of uint64_t. by John Criswell · 20 years ago
  9. df8d5e9 Pull in definition of std::unary_function. by Alkis Evlogimenos · 20 years ago
  10. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  11. d808bca Initial commit for platform independent system configuration support. by Reid Spencer · 21 years ago
  12. c3d479a Update doxygen comment now that getSpillSize is supposed to return value in bits by Nate Begeman · 21 years ago
  13. fd5c345 Put the lib/System interface functions in llvm::sys namespace. by Reid Spencer · 21 years ago
  14. 67d5565 Initial commit of the platform agnostic interface to finding and executing by Reid Spencer · 21 years ago
  15. ac4b796 Add a function to remove whole directorys on fatal signal. by Reid Spencer · 21 years ago
  16. 8e66595 Revise the design of the Path concept per peer review. Too many changes to by Reid Spencer · 21 years ago
  17. fec656c Add getLastBlock member. This is useful when growing a densemap keyed by Alkis Evlogimenos · 21 years ago
  18. 6177d3f Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from by Alkis Evlogimenos · 21 years ago
  19. fc093bd Add size member function. by Alkis Evlogimenos · 21 years ago
  20. 22a2f6d Use newly added API in MRegisterInfo and don't expose the allocatable by Alkis Evlogimenos · 21 years ago
  21. 5327801 Use newly added API in MRegisterInfo. by Alkis Evlogimenos · 21 years ago
  22. bb4bdf4 Add getAllocatableSet() function. by Alkis Evlogimenos · 21 years ago
  23. 5501e56 Add default index functor (an identity functor). You could use a by Alkis Evlogimenos · 21 years ago
  24. b89a223 Initial implementation of the Path operating system concept. by Reid Spencer · 21 years ago
  25. 95e4cce Add a function that gets just the dependent libraries from a bytecode file. by Reid Spencer · 21 years ago
  26. 44407c4 Provide a method for wholesale extraction of the dependent libraries. by Reid Spencer · 21 years ago
  27. 1f07926 Give the -time-passes tool option a global storage location so that its by Reid Spencer · 21 years ago
  28. 2664277 Dump the DependentLibsBlockID, its not a block, its just a list inside the by Reid Spencer · 21 years ago
  29. b586c08 Add new methods: by Reid Spencer · 21 years ago
  30. e6df25c Bytecode Analyzer cleanup: by Reid Spencer · 21 years ago
  31. ff22c42 Changes resulting from change in autoconf/configure.in (rename a #define) by Reid Spencer · 21 years ago
  32. 1cd3bee Added various LLVM_* strings that are configured to provide the user's by Reid Spencer · 21 years ago
  33. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  34. 8831db7 Instead of int64_t, overload itostr with `long long' parameter. by Misha Brukman · 21 years ago
  35. d664095 M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and by Brian Gaeke · 21 years ago
  36. 8bdf87d All targets are now allowed to have their own MachineFunctionInfo objects, by Chris Lattner · 21 years ago
  37. b406d84 M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor. by Brian Gaeke · 21 years ago
  38. b6e678b Alkis pointed out that this is not a character (we actually support strings) by Chris Lattner · 21 years ago
  39. 30bad4a new method by Chris Lattner · 21 years ago
  40. e265504 Add an overload by Chris Lattner · 21 years ago
  41. bfddc20 Add support for alignment by Chris Lattner · 21 years ago
  42. cdab78f Add punctuation, add a new method by Chris Lattner · 21 years ago
  43. b5e1dec Add itostr(long) for our furry 64-bit friends. by Misha Brukman · 21 years ago
  44. 274ba03 Ultra-doxygenify some function header comments. by Misha Brukman · 21 years ago
  45. 7558526 Allow targets to specify a comment character by Chris Lattner · 21 years ago
  46. 800ade1 Add missing \t by Chris Lattner · 21 years ago
  47. 46d6126 Add some hooks by Chris Lattner · 21 years ago
  48. 2c24752 Allow an arbitrary prefix. by Chris Lattner · 21 years ago
  49. af2bf0a We now allow targets to use any prefix they want for global symbols. Lets by Chris Lattner · 21 years ago
  50. f1cb795 Some asmweriters want an _ prefix by Chris Lattner · 21 years ago
  51. a80ba71 Initial implementation of the asmprinter base class by Chris Lattner · 21 years ago
  52. 2fcd451 Fit into 80 lines, add a gross hack for MachineFunctionInfo by Chris Lattner · 21 years ago
  53. 5a60740 These files now live in lib/Target/SparcV9 by Chris Lattner · 21 years ago
  54. d771c53 Back out include/llvm/System changes until a satisfactory solution can by Reid Spencer · 21 years ago
  55. 303603f Flags and TSFlags were (thankfully) never used, so remove them. But wait, by Chris Lattner · 21 years ago
  56. f02b37d Add new TargetRegisterClass::contains method by Chris Lattner · 21 years ago
  57. da34645 Implement a long overdue FIXME, by changing these methods to return void. by Chris Lattner · 21 years ago
  58. 913cbd6 Remove helper method by Chris Lattner · 21 years ago
  59. ed66559 Eliminate the RegisterClass argument, since it can easily be derived from by Chris Lattner · 21 years ago
  60. 8c9b4de Make this compile on gc 3.4.1 (static_cast to non-const type was not allowed). by Alkis Evlogimenos · 21 years ago
  61. d5cda87 First version of a class to represent the notion of an operating system by Reid Spencer · 21 years ago
  62. da5f2ab First version of a class to represent operating system and lib/System by Reid Spencer · 21 years ago
  63. 5de0f7a Elminiate MachineFunction& argument from eliminateFrameIndex by Nate Begeman · 21 years ago
  64. 1e13fd2 Allow any cl::opt to use the method getPosition() to retrieve the option's by Reid Spencer · 21 years ago
  65. 45df557 Add a pass by Chris Lattner · 21 years ago
  66. 09431e1 Allow targets to specify particular stack slots that certain physregs must by Chris Lattner · 21 years ago
  67. 28690ea Remove dead methods by Chris Lattner · 21 years ago
  68. 484577a Remove dead methods by Chris Lattner · 21 years ago
  69. 80b90cd Add new constructor. by Misha Brukman · 21 years ago
  70. af8a424 Add standard print/dump methods to CallGraph classes. by Chris Lattner · 21 years ago
  71. ff4c183 Move method out of line by Chris Lattner · 21 years ago
  72. 7065157 Clean up whitespace. by Alkis Evlogimenos · 21 years ago
  73. 1a8ea01 Convert indentation to 2 spaces. by Alkis Evlogimenos · 21 years ago
  74. 3e0ef89 Remove uneeded getValues() functions. by Alkis Evlogimenos · 21 years ago
  75. 93ad2cf getResultPos() is dead. by Brian Gaeke · 21 years ago
  76. 826b19b These headers have been moved/merged into other files. by Brian Gaeke · 21 years ago
  77. b619761 New methods by Chris Lattner · 21 years ago
  78. 7c136c3 Minor efficiency improvements by Chris Lattner · 21 years ago
  79. 13b0358 Now that ConstantPointerRef is gone, it is the case that all operands of constants by Chris Lattner · 21 years ago
  80. 0f42ba6 Add a special version of getType for ConstantPointerNull, exposing the fact by Chris Lattner · 21 years ago
  81. 064e9a9 The Type* is redundant with the TypeSlot by Chris Lattner · 21 years ago
  82. 5714f44 Adding friend MSSchedule for ModuloScheduling pass. by Tanya Lattner · 21 years ago
  83. c2df129 Fix warning by Chris Lattner · 21 years ago
  84. f1fccfd Expose breakcriticaledges as a functionpass by Chris Lattner · 21 years ago
  85. 36c29db New pass by Chris Lattner · 21 years ago
  86. f24d879 Expose some helpful methods by Chris Lattner · 21 years ago
  87. e4d32f6 Change signature to take two basic blocks: the target and the one by Alkis Evlogimenos · 21 years ago
  88. 0cad9f5 Doxygenify some comments. by Alkis Evlogimenos · 21 years ago
  89. 096f58b Remove const from iterators passed by value. by Alkis Evlogimenos · 21 years ago
  90. 905f7af Add declarations for insertGoto and reverseBranchCondition. by Alkis Evlogimenos · 21 years ago
  91. 2441d6a Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfo by Chris Lattner · 21 years ago
  92. dc4a492 Add some machine CFG related stuff by Chris Lattner · 21 years ago
  93. b714fdc Enable compilation. by Misha Brukman · 21 years ago
  94. 524d8f1 Check in some useful helper routines for doing ML-style pattern matching on by Chris Lattner · 21 years ago
  95. ff8c1b3 I demand the ability to say 'if (isa<Value>(V))'! by Chris Lattner · 21 years ago
  96. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
  97. 3638e99 Fix typo in comment. by Brian Gaeke · 21 years ago
  98. b2f30a3 TargetInstrInfo::hasOperandInterlock() is always true, because it is by Brian Gaeke · 21 years ago
  99. de0ceb5 ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its by Brian Gaeke · 21 years ago
  100. 1b4aeb5 As it happens, none of these TargetInstrInfo methods which are only by Brian Gaeke · 21 years ago