1. 925e347 Add new method by Chris Lattner · 21 years ago
  2. 3027538 Move this file to lib/VMCore by Chris Lattner · 21 years ago
  3. 731ba7f Eliminate a lot of out-of-date comments, and all of the wierd overloaded by Chris Lattner · 21 years ago
  4. 7e20890 The getShift method is no obsolete by Chris Lattner · 21 years ago
  5. 77ab3f1 llvm::ConstantFoldInstruction by Chris Lattner · 21 years ago
  6. c4a1509 Move prototype of llvm::ConstantFoldInstruction by Chris Lattner · 21 years ago
  7. b08bdc4 Make LiveVariables::HandlePhysRegUse and by Alkis Evlogimenos · 21 years ago
  8. 9a08179 Minor cleanup by Chris Lattner · 21 years ago
  9. c9d2d08 Remove standard C file wrapper by Chris Lattner · 21 years ago
  10. f3c212a Remove wrapper for standard C file, use <cstdlib> instead by Chris Lattner · 21 years ago
  11. 9d51de1 Dead file, use <cstring> instead of this. by Chris Lattner · 21 years ago
  12. 8165313 remove obsolete file by Chris Lattner · 21 years ago
  13. f173842 Remove an obsolete method, including its _long_ out of date comment. by Chris Lattner · 21 years ago
  14. a25b355 Remove yet another obsolete comment :) by Chris Lattner · 21 years ago
  15. 33310b4 Fix typos. Rewrite head-of-file comment. by Brian Gaeke · 21 years ago
  16. d2b40b7 Fix typos. Regularize include guard. by Brian Gaeke · 21 years ago
  17. 329c1c6 Improve encapsulation in the Loop and LoopInfo classes by eliminating the by Chris Lattner · 21 years ago
  18. b4ebc04 add new intrinsic by Chris Lattner · 21 years ago
  19. cdf31c6 add new method by Chris Lattner · 21 years ago
  20. 60a5758 /me slaps forehead by Chris Lattner · 21 years ago
  21. 6ac1875 Add some intrinsics by Chris Lattner · 21 years ago
  22. 4575dcb Initial implementation of some source-level debugging stuff by Chris Lattner · 21 years ago
  23. c8a07d7 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 21 years ago
  24. 9e26027 * Add a new helper progress method by Chris Lattner · 21 years ago
  25. 3f80453 Add some comments, add a new getGlobalVariable method by Chris Lattner · 21 years ago
  26. 6d28a26 * Make Module::getTypeName const by Chris Lattner · 21 years ago
  27. 69284b0 Make the lookup method const. by Chris Lattner · 21 years ago
  28. 7a312bc add new function by Chris Lattner · 21 years ago
  29. cf90277 clarify comments by Chris Lattner · 21 years ago
  30. a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 21 years ago
  31. a7e2321 doxygenify by Chris Lattner · 21 years ago
  32. 9c4c66e Add new function by Chris Lattner · 21 years ago
  33. 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 21 years ago
  34. 6dea527 Add a new class useful for providing fully materialized modules to ExecutionEngine's by Chris Lattner · 21 years ago
  35. 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 21 years ago
  36. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 21 years ago
  37. 9fc8a3e add new function by Chris Lattner · 21 years ago
  38. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 21 years ago
  39. 26bfc08 Add coalescing to register allocator. A hint is added to each interval by Alkis Evlogimenos · 21 years ago
  40. 5e30002 Add TargetInstrInfo::isMoveInstr() to support coalescing in register allocation. by Alkis Evlogimenos · 21 years ago
  41. cd824d7 We may now pass IntrinsicLowering implementations into these methods by Chris Lattner · 21 years ago
  42. 09c692b add argument by Chris Lattner · 21 years ago
  43. 624affb ABC's must have virtual dtors! Shame on me! by Chris Lattner · 21 years ago
  44. 8a1931a Move header into top-level llvm dir by Chris Lattner · 21 years ago
  45. 3f52c15 Add new interface that allows removal of some code from the code generators, by Chris Lattner · 21 years ago
  46. e5dbbf2 New method by Chris Lattner · 21 years ago
  47. ff65e36 Rename 'run' to 'runFunction' to emphasize that it is usable to run any by Chris Lattner · 21 years ago
  48. dbd9b3f Hrm is a really nasty ommission. The lack of this destructor was causing abstract by Chris Lattner · 21 years ago
  49. 4e4bbc7 Rename ClassifyExpression -> ClassifyExpr by Chris Lattner · 21 years ago
  50. b0404c7 Doxygenize methods, add new getIntPtrType method by Chris Lattner · 21 years ago
  51. ad4705f fix grammao by Chris Lattner · 21 years ago
  52. 6b4edba Change weight into a float so that we can take into account the by Alkis Evlogimenos · 21 years ago
  53. 169cfd0 Add support for inactive intervals. This effectively reuses registers by Alkis Evlogimenos · 21 years ago
  54. 3e200e6 Rearrange code, indent for the namespace, add the createMachineFunctionPrinterPass by Chris Lattner · 21 years ago
  55. 73c1366 Remove sparc specific passes from public headers by Chris Lattner · 21 years ago
  56. 6183882 Remove a horrible API by Chris Lattner · 21 years ago
  57. 1514b5b Cleanups to implement PR135 by Chris Lattner · 21 years ago
  58. 3ddc05b Simple refactorings to prepare for lazy global emission by Chris Lattner · 21 years ago
  59. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 21 years ago
  60. abbc2dd Add new function by Chris Lattner · 21 years ago
  61. 4c08086 Remove TwoAddressInstruction from the public headers and add an ID by Alkis Evlogimenos · 21 years ago
  62. 71499de Add TwoAddressInstructionPass to handle instructions that have two or by Alkis Evlogimenos · 21 years ago
  63. 485ec3c Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). by Alkis Evlogimenos · 21 years ago
  64. dd2cc65 Handle multiple virtual register definitions gracefully. by Alkis Evlogimenos · 21 years ago
  65. 2cffeec Add a new AliassetTracker::remove method. Because we need to be able to remove by Chris Lattner · 21 years ago
  66. 0f7d2e8 Fix typo in comment. by Brian Gaeke · 21 years ago
  67. cfde00b This header is dead by Chris Lattner · 21 years ago
  68. 721b4e5 I wonder how this didn't cause any tests to fail... by Alkis Evlogimenos · 21 years ago
  69. 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 21 years ago
  70. bb8f476 Add capability to represent volatile AliasSet's by Chris Lattner · 21 years ago
  71. 4c214d2 Ignore non-allocatable physical registers in live interval analysis. by Alkis Evlogimenos · 21 years ago
  72. 459ccab Add new getJITStubForFunction method, which may optionally be implemented by by Chris Lattner · 21 years ago
  73. 895be4b Doxygenify comments, remove extraneous #include by Chris Lattner · 21 years ago
  74. 246372f Use uintptr_t for pointer values in the ExecutionEngine. by Brian Gaeke · 21 years ago
  75. 92c59d6 Fix typo in comment by Brian Gaeke · 21 years ago
  76. 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 21 years ago
  77. fc188b9 IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h by Brian Gaeke · 21 years ago
  78. 18cb4c3 add two new virtual functions: by Chris Lattner · 21 years ago
  79. a08bca9 Since ssaification of the varargs builtings, the vaarg instruction no longer by Chris Lattner · 21 years ago
  80. 4768dc5 Regenerated using autoheader-2.57 by Brian Gaeke · 21 years ago
  81. eae45cf The recalclulate method was a nasty hack that was once used by the -cee pass, by Chris Lattner · 21 years ago
  82. 31b9353 Rewrite dominators implementation. Now domset is constructed from immdom, by Chris Lattner · 21 years ago
  83. 677d027 Move this method out of the generic dominators calculation code by Chris Lattner · 21 years ago
  84. b27ef24 Move operator<<(std::ostream&, const LiveInterval&) out of the header file. by Alkis Evlogimenos · 21 years ago
  85. 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 21 years ago
  86. 7f5dbcc Add new block number by Chris Lattner · 21 years ago
  87. d540e2c Remove unused enum value by Chris Lattner · 21 years ago
  88. 786a518 Add some "useful" methods by Chris Lattner · 21 years ago
  89. f17072b be GCC 3.4 clean by Chris Lattner · 21 years ago
  90. d2aa7b8 Hrm, how could this compile? by Chris Lattner · 21 years ago
  91. d423fb5 fix gcc 3.4 compatibility problem by Chris Lattner · 21 years ago
  92. 6c7901b It is legal to index into sequential types with any integer by Chris Lattner · 21 years ago
  93. c4c6b9e Work with gepi's and constant exprs. Also, add versions of iterator ctors that take references by Chris Lattner · 21 years ago
  94. 94a28c6 Rename class to be consistent with other iterator classes by Chris Lattner · 21 years ago
  95. 19ed305 Initial checkin of gep_type_begin/end which will be used to address PR82 by Chris Lattner · 21 years ago
  96. a140b3c Expose functionality to query if a file is an ELF shared object. by Misha Brukman · 21 years ago
  97. 9bb2188 A better way to get std::pair into the compiler's little, walnut-sized brain. by Brian Gaeke · 21 years ago
  98. 6de98f2 This is a hack to make this file compile under g++-3.0.x; by Brian Gaeke · 21 years ago
  99. 593ba8f Somehow I forgot poor little UnwindInst *sniff* by Chris Lattner · 21 years ago
  100. dd56927 * Add new constructors to allow insertion of terminator instructions at the by Chris Lattner · 21 years ago