1. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 15 years ago
  2. b6c29d5 Add thumb2 add sp. by Evan Cheng · 15 years ago
  3. 9a96c42 ad MachineInstrBuilder support for target flags on operands. by Chris Lattner · 15 years ago
  4. 4b950ec fix comments to be correct. by Chris Lattner · 15 years ago
  5. 0a1cb1e Remove duplication. by Mikhail Glushenkov · 15 years ago
  6. 7dcf4a8 Some reorg and additional comments. by Evan Cheng · 15 years ago
  7. e4c0c0f by Devang Patel · 15 years ago
  8. dd37b36 My guess is that RegInfo should only call the Allocator.Deallocator if it's not by Bill Wendling · 15 years ago
  9. cc4e605 Reword a few comments. by Dan Gohman · 15 years ago
  10. a278f3f Add a getUniqueExitBlock utility function, similar to getExitBlock, by Dan Gohman · 15 years ago
  11. 6279cd8 Now with EVEN FEWER statics! by Owen Anderson · 15 years ago
  12. a09b9ca Add Thumb2 pc relative add. by Evan Cheng · 15 years ago
  13. 13bbe4b Fewer static variables, part 3 of many. by Owen Anderson · 15 years ago
  14. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 15 years ago
  15. 023dd3f 80 col violation. by Evan Cheng · 15 years ago
  16. d5509f2 Down with _even more_ statics! by Owen Anderson · 15 years ago
  17. 2b20001 Didn't mean to commit this part. by Owen Anderson · 15 years ago
  18. 04c05f7 Down with statics! by Owen Anderson · 15 years ago
  19. 7053545 Add constructor to create MDString using std::string by Devang Patel · 15 years ago
  20. bd58edf Move local statics to per-instance variables. by Owen Anderson · 15 years ago
  21. 02a6218 by David Greene · 15 years ago
  22. 2e69310 Make this thread-safe. by Owen Anderson · 15 years ago
  23. 09fc0fa Get rid of a static boolean. by Owen Anderson · 15 years ago
  24. 2e1af35 We should run these tests as well. by Evan Cheng · 15 years ago
  25. cb21010 Scaffolding for LDA pass. by Andreas Bolka · 15 years ago
  26. 5e98cb7 ReleaseNotes.External Projects += Rubinius by Jeffrey Yasskin · 15 years ago
  27. e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 15 years ago
  28. ba2aa78 ReleaseNotes.External Projects += Unladen Swallow by Jeffrey Yasskin · 15 years ago
  29. 6bbc73d Completed basic intra block split implementation. by Lang Hames · 15 years ago
  30. 1c47c7d Update for DOTGraphTraits changes. by Owen Anderson · 15 years ago
  31. 7556bfd unwind info not needed. by Chris Lattner · 15 years ago
  32. ab16299 move some functions, add a FIXME, use PrintPICBaseSymbol to print the by Chris Lattner · 15 years ago
  33. f2e19d5 by David Greene · 15 years ago
  34. 84a2926 Sketch streamer support for .align, .org functionality. by Daniel Dunbar · 15 years ago
  35. b5299dd reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string heap thrashing. by Chris Lattner · 15 years ago
  36. 0de1fc4 sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base class. by Chris Lattner · 15 years ago
  37. 1f522fe sink dwarf finalization out of each target into AsmPrinter::doFinalization by Chris Lattner · 15 years ago
  38. 0a7befa eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates by Chris Lattner · 15 years ago
  39. 52cff83 only emit one .align for all the hidden gv stubs instead of one for each. by Chris Lattner · 15 years ago
  40. 8f61f98 inline print*Stub and rearrange function stub printing to more closely match by Chris Lattner · 15 years ago
  41. 3a03f74 remove dead code now that personality functions don't print stubs directly. by Chris Lattner · 15 years ago
  42. 9dd7174 remove now-dead argument. by Chris Lattner · 15 years ago
  43. 381d4fe simplify personality function stub printing to use the mangler and by Chris Lattner · 15 years ago
  44. 7af485e remove dead argument by Chris Lattner · 15 years ago
  45. 3153061 Rearrange some stuff in MachineOperand and add a new TargetFlags field. by Chris Lattner · 15 years ago
  46. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 15 years ago
  47. 8539cfd Rewrite 73900 per Duncan's suggestion. by Dale Johannesen · 15 years ago
  48. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 15 years ago
  49. d814b21 MCStreamer: Add a few more "symbol attributes". by Daniel Dunbar · 15 years ago
  50. f5e75a1 MCStreamer: Test printing values. by Daniel Dunbar · 15 years ago
  51. 9311ef6 Minor whitespace cleanups. by Dan Gohman · 15 years ago
  52. e5aceed Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount by Dan Gohman · 15 years ago
  53. 32a81a3 When inserting code into a loop preheader, insert it before the by Dan Gohman · 15 years ago
  54. cd58c59 Add new files to cmake list. by Duncan Sands · 15 years ago
  55. e2e4a89 Start sketching 2.6 release notes. This provides a by Duncan Sands · 15 years ago
  56. 9f76ed5 Move thumb and thumb2 tests into separate directories. by Evan Cheng · 15 years ago
  57. 974469d factor some code better. by Chris Lattner · 15 years ago
  58. 40e3c7a wire up support for MCContext/MCStreamer in -experimental-asm-printer mode. by Chris Lattner · 15 years ago
  59. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  60. 1d97ca8 remove dead makefile flags. by Chris Lattner · 15 years ago
  61. 529fb54 implement a bunch of synonyms for section switching. by Chris Lattner · 15 years ago
  62. 64a845e Delete some orphaned comments, fix some 80-column violations, by Dan Gohman · 15 years ago
  63. 650919e Remove an obsolete comment and fix some 80-column violations. by Dan Gohman · 15 years ago
  64. 9a023f7 add support for parsing and emitting .section directives. We can now parse by Chris Lattner · 15 years ago
  65. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 15 years ago
  66. 98d5982 Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), removed old TODO comments. by Lang Hames · 15 years ago
  67. ef5d070 Fix support for inline asm input / output operand tying when operand spans across multiple registers (e.g. two i64 operands in 32-bit mode). by Evan Cheng · 15 years ago
  68. e56f4a4 Add a testcase demoing some of ScalarEvolution's new trip count logic. by Dan Gohman · 15 years ago
  69. 40a5a1b Extend ScalarEvolution's multiple-exit support to compute exact by Dan Gohman · 15 years ago
  70. b825aaa Unbreak build on Linux by removing Darwinism. by Nick Lewycky · 15 years ago
  71. 62849c0 Teach GetMinSignBits about SCEVAddExprs. by Dan Gohman · 15 years ago
  72. a11af53 Start MCAsmStreamer implementation. by Daniel Dunbar · 15 years ago
  73. fd6325c Revert this accidental commit. by Dan Gohman · 15 years ago
  74. 6bbcba1 Move the special cases for constants out of getUnknown and into by Dan Gohman · 15 years ago
  75. cbc23f7 create an MCStreamer and provide it to AsmParser. by Chris Lattner · 15 years ago
  76. f4a9061 stub out a trivial constructor method. by Chris Lattner · 15 years ago
  77. b8be8b7 Use ScalarEvolution::getConstant instead of getUnknown to create by Dan Gohman · 15 years ago
  78. faf32c1 make the lexer unique strings it lexes instead of passing them back as by Chris Lattner · 15 years ago
  79. aa551ae Include the maximum trip count expression in ScalarEvolution's print output. by Dan Gohman · 15 years ago
  80. 4d289bf Add an isAllOnesValue utility function, similar to isZero and isOne. by Dan Gohman · 15 years ago
  81. ea080be Don't emit a redundant BitCastInst if the value to be defined in the by Dan Gohman · 15 years ago
  82. 6b96f6c Guard the listeners list. Unfortunately, this requires a real static rather by Owen Anderson · 15 years ago
  83. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
  84. ba1da8a Update for MCImm -> MCValue rename. by Daniel Dunbar · 15 years ago
  85. a33ccc7 rename MCImm ->MCValue. by Chris Lattner · 15 years ago
  86. 1c97ceb Test commit: fixed spacing. by Sean Callanan · 15 years ago
  87. 381e92c Add comments for the MCStreamer interface. by Daniel Dunbar · 15 years ago
  88. 9af2fa8 It is not a good idea to have data member's name match argument's name. In fact, it is a simple receipe to waste an hour or so. by Devang Patel · 15 years ago
  89. d933803 Use getReturnTypeName() to print return type. by Devang Patel · 15 years ago
  90. bd262cc upgrade by Devang Patel · 15 years ago
  91. 0de4fa6 Add DISubprogram::getReturnTypeName() by Devang Patel · 15 years ago
  92. ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 15 years ago
  93. 87ea191 Set svn:ignore for {llvm/Config/AsmPrinters,Targets}.def by Daniel Dunbar · 15 years ago
  94. 92915e3 Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe. by Owen Anderson · 15 years ago
  95. e0fa0b4 Add atomic multiply and divide operations, built on top of CompareAndSwap. by Owen Anderson · 15 years ago
  96. 343beeb Reinstate target dependencies on Table_gen targets in CMake by Douglas Gregor · 15 years ago
  97. 46d9a64 Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses locking rather than atomic arithmetic), by Owen Anderson · 15 years ago
  98. 223e99c Temporary copy-pasto to make examples compile. by Mikhail Glushenkov · 15 years ago
  99. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  100. 06509db Typo. by Mikhail Glushenkov · 15 years ago