1. 208622d Simplify. by Devang Patel · 16 years ago
  2. 9e03cbe Unbreak mingw build. Patch by Viktor Kutuzov. by Evan Cheng · 16 years ago
  3. 06b76b8 Don't grep the -debug output. This isn't the way to test changes. by Bill Wendling · 16 years ago
  4. 3c99d29 Update cmake build files. by Owen Anderson · 16 years ago
  5. 4a28522 Add a class for supporting platform independent thread-local storage. by Owen Anderson · 16 years ago
  6. 8f780cd MC: Parse .set and assignments. by Daniel Dunbar · 16 years ago
  7. 5f04d1e down with unwind info :) by Chris Lattner · 16 years ago
  8. f5a5546 add targetflags to jump tables and constant pool entries. by Chris Lattner · 16 years ago
  9. 2a4ed82 allow setting target operand flags on TargetGlobalAddress nodes. by Chris Lattner · 16 years ago
  10. 304f6a4 MC: Truncate values when printing, to keep 'as' happy. by Daniel Dunbar · 16 years ago
  11. 1e249e3 ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and SBCS / RSCS. by Evan Cheng · 16 years ago
  12. 1af2231 start bringing targetoperand flags into isel, first up, ExternalSymbol. by Chris Lattner · 16 years ago
  13. 7bba233 Better error message. by Mikhail Glushenkov · 16 years ago
  14. d7acf73 Regenerate. by Mikhail Glushenkov · 16 years ago
  15. 294f507 Update documentation. by Mikhail Glushenkov · 16 years ago
  16. 7defa2d Make -save-temps behave like in GCC 4.5. by Mikhail Glushenkov · 16 years ago
  17. 3ea93de Privatize this map. by Owen Anderson · 16 years ago
  18. f37feb9 Guard dynamic library loading. by Owen Anderson · 16 years ago
  19. cbd5f0a Added floating point conditional operations support via libcalls. by Sanjiv Gupta · 16 years ago
  20. 2b0de6a simplify shouldPrintPLT by Chris Lattner · 16 years ago
  21. 9a36bdb Test commit by David Goodwin · 16 years ago
  22. ac5e887 Use target-specific machine operand flags to eliminate a gross hack by Chris Lattner · 16 years ago
  23. b1fb84d just eliminate the code entirely! by Chris Lattner · 16 years ago
  24. d589979 Clone target flags when copying mbb operands. by Chris Lattner · 16 years ago
  25. b445908 Provide guards for this shared structure. I'm not sure this actually needs by Owen Anderson · 16 years ago
  26. a8dbf36 Privatize some more debug-related static data. by Owen Anderson · 16 years ago
  27. 2d7f78e Use a more correct atomic increment style. This isn't really necessary in by Owen Anderson · 16 years ago
  28. e481f12 Revert 74164. We'll want to use this method later. by Bob Wilson · 16 years ago
  29. 8ebd4b6 Identify unconditional gotos and generate a page sel instructions before them. by Sanjiv Gupta · 16 years ago
  30. a5e0abd Support Constant Pool Sections Add section symbols to the symbol table by Bruno Cardoso Lopes · 16 years ago
  31. c9028e6 Remove unused hasV6T2Ops method. We already have a separate feature to by Bob Wilson · 16 years ago
  32. 4b73893 Add missing dependencies to the CMake build system. by Douglas Gregor · 16 years ago
  33. f2641eb add file to cmake by Chris Lattner · 16 years ago
  34. 0aa1d8c Change thumb2 instruction definitions so if-converter so add predicate operands and / or flip the 's' bit to set the condition flag. by Evan Cheng · 16 years ago
  35. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 16 years ago
  36. b6c29d5 Add thumb2 add sp. by Evan Cheng · 16 years ago
  37. 9a96c42 ad MachineInstrBuilder support for target flags on operands. by Chris Lattner · 16 years ago
  38. 4b950ec fix comments to be correct. by Chris Lattner · 16 years ago
  39. 0a1cb1e Remove duplication. by Mikhail Glushenkov · 16 years ago
  40. 7dcf4a8 Some reorg and additional comments. by Evan Cheng · 16 years ago
  41. e4c0c0f by Devang Patel · 16 years ago
  42. dd37b36 My guess is that RegInfo should only call the Allocator.Deallocator if it's not by Bill Wendling · 16 years ago
  43. cc4e605 Reword a few comments. by Dan Gohman · 16 years ago
  44. a278f3f Add a getUniqueExitBlock utility function, similar to getExitBlock, by Dan Gohman · 16 years ago
  45. 6279cd8 Now with EVEN FEWER statics! by Owen Anderson · 16 years ago
  46. a09b9ca Add Thumb2 pc relative add. by Evan Cheng · 16 years ago
  47. 13bbe4b Fewer static variables, part 3 of many. by Owen Anderson · 16 years ago
  48. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 16 years ago
  49. 023dd3f 80 col violation. by Evan Cheng · 16 years ago
  50. d5509f2 Down with _even more_ statics! by Owen Anderson · 16 years ago
  51. 2b20001 Didn't mean to commit this part. by Owen Anderson · 16 years ago
  52. 04c05f7 Down with statics! by Owen Anderson · 16 years ago
  53. 7053545 Add constructor to create MDString using std::string by Devang Patel · 16 years ago
  54. bd58edf Move local statics to per-instance variables. by Owen Anderson · 16 years ago
  55. 02a6218 by David Greene · 16 years ago
  56. 2e69310 Make this thread-safe. by Owen Anderson · 16 years ago
  57. 09fc0fa Get rid of a static boolean. by Owen Anderson · 16 years ago
  58. 2e1af35 We should run these tests as well. by Evan Cheng · 16 years ago
  59. cb21010 Scaffolding for LDA pass. by Andreas Bolka · 16 years ago
  60. 5e98cb7 ReleaseNotes.External Projects += Rubinius by Jeffrey Yasskin · 16 years ago
  61. e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 16 years ago
  62. ba2aa78 ReleaseNotes.External Projects += Unladen Swallow by Jeffrey Yasskin · 16 years ago
  63. 6bbc73d Completed basic intra block split implementation. by Lang Hames · 16 years ago
  64. 1c47c7d Update for DOTGraphTraits changes. by Owen Anderson · 16 years ago
  65. 7556bfd unwind info not needed. by Chris Lattner · 16 years ago
  66. ab16299 move some functions, add a FIXME, use PrintPICBaseSymbol to print the by Chris Lattner · 16 years ago
  67. f2e19d5 by David Greene · 16 years ago
  68. 84a2926 Sketch streamer support for .align, .org functionality. by Daniel Dunbar · 16 years ago
  69. b5299dd reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string heap thrashing. by Chris Lattner · 16 years ago
  70. 0de1fc4 sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base class. by Chris Lattner · 16 years ago
  71. 1f522fe sink dwarf finalization out of each target into AsmPrinter::doFinalization by Chris Lattner · 16 years ago
  72. 0a7befa eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates by Chris Lattner · 16 years ago
  73. 52cff83 only emit one .align for all the hidden gv stubs instead of one for each. by Chris Lattner · 16 years ago
  74. 8f61f98 inline print*Stub and rearrange function stub printing to more closely match by Chris Lattner · 16 years ago
  75. 3a03f74 remove dead code now that personality functions don't print stubs directly. by Chris Lattner · 16 years ago
  76. 9dd7174 remove now-dead argument. by Chris Lattner · 16 years ago
  77. 381d4fe simplify personality function stub printing to use the mangler and by Chris Lattner · 16 years ago
  78. 7af485e remove dead argument by Chris Lattner · 16 years ago
  79. 3153061 Rearrange some stuff in MachineOperand and add a new TargetFlags field. by Chris Lattner · 16 years ago
  80. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
  81. 8539cfd Rewrite 73900 per Duncan's suggestion. by Dale Johannesen · 16 years ago
  82. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 16 years ago
  83. d814b21 MCStreamer: Add a few more "symbol attributes". by Daniel Dunbar · 16 years ago
  84. f5e75a1 MCStreamer: Test printing values. by Daniel Dunbar · 16 years ago
  85. 9311ef6 Minor whitespace cleanups. by Dan Gohman · 16 years ago
  86. e5aceed Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount by Dan Gohman · 16 years ago
  87. 32a81a3 When inserting code into a loop preheader, insert it before the by Dan Gohman · 16 years ago
  88. cd58c59 Add new files to cmake list. by Duncan Sands · 16 years ago
  89. e2e4a89 Start sketching 2.6 release notes. This provides a by Duncan Sands · 16 years ago
  90. 9f76ed5 Move thumb and thumb2 tests into separate directories. by Evan Cheng · 16 years ago
  91. 974469d factor some code better. by Chris Lattner · 16 years ago
  92. 40e3c7a wire up support for MCContext/MCStreamer in -experimental-asm-printer mode. by Chris Lattner · 16 years ago
  93. 929a493 remove dead makefile flags. by Chris Lattner · 16 years ago
  94. 1d97ca8 remove dead makefile flags. by Chris Lattner · 16 years ago
  95. 529fb54 implement a bunch of synonyms for section switching. by Chris Lattner · 16 years ago
  96. 64a845e Delete some orphaned comments, fix some 80-column violations, by Dan Gohman · 16 years ago
  97. 650919e Remove an obsolete comment and fix some 80-column violations. by Dan Gohman · 16 years ago
  98. 9a023f7 add support for parsing and emitting .section directives. We can now parse by Chris Lattner · 16 years ago
  99. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
  100. 98d5982 Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), removed old TODO comments. by Lang Hames · 16 years ago