1. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  2. 8594d42 Handle debug info for i128 constants. by Devang Patel · 14 years ago
  3. 5b7ac14 Emit trailing padding on constant vectors when TargetData says that the vector by Nick Lewycky · 14 years ago
  4. 7d715df Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 14 years ago
  5. aeb6da4 Handle jump tables. Test to follow soon. by Rafael Espindola · 14 years ago
  6. 0fc3015 Revert r133004 ; it's breaking nightly tests. by Eli Friedman · 14 years ago
  7. b8018d8 Partial revert of 132882. by Rafael Espindola · 14 years ago
  8. f5b5c51 Implement Jakob's suggestion on how to detect fall thought without calling by Rafael Espindola · 14 years ago
  9. 1edc08b Really fix the fall-through logic. Add a triple to the tests. by Rafael Espindola · 14 years ago
  10. 571e20f Fix silly bug I introduce in the previous commit. Fixes debug builds. by Rafael Espindola · 14 years ago
  11. 4509ec4 AnalyzeBranch doesn't change which successors a bb has, just the order by Rafael Espindola · 14 years ago
  12. 348d542 Ensure that EmitGlobalVariable is correctly differentiating between declarations by Chad Rosier · 14 years ago
  13. f463370 When generating code for Win64 EH, emit StartProc and EndProc directives. by Charles Davis · 14 years ago
  14. 7bf114c Fix the root cause of the bootstrap failure: by Rafael Espindola · 14 years ago
  15. d652b13 Stub out support for Win64-style exceptions. Note that this is merely using by Charles Davis · 14 years ago
  16. 37afca1 Fix a regression I recently introduced by removing DwarfRegNum of subregisters: by Rafael Espindola · 14 years ago
  17. 5b23b7f Make size computation less brittle. by Rafael Espindola · 14 years ago
  18. fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 14 years ago
  19. 6253c7c Produce a __debug_frame section on darwin ARM when appropriate. by Rafael Espindola · 14 years ago
  20. e29887b Use .cfi_sections to put the unwind info in .debug_frame when possible. With by Rafael Espindola · 14 years ago
  21. af25768 Nothing else uses this label. by Rafael Espindola · 14 years ago
  22. f2b0423 Dead code elimination. by Rafael Espindola · 14 years ago
  23. 254784f Remove the DwarfTable enum. by Rafael Espindola · 14 years ago
  24. ecf58b9 Implement a really simple DwarfSjLjException. by Rafael Espindola · 14 years ago
  25. 2d57a64 List all exception types in a switch. by Rafael Espindola · 14 years ago
  26. 49a3ff9 Hoist MCLineEntry construction AsmPrinter so that anyone who derives from AsmPrinter can have line number entries. by Devang Patel · 14 years ago
  27. a432997 Factor some code to needsCFIMoves. Avoid printing moves when we don't have to. by Rafael Espindola · 14 years ago
  28. c26f544 Teach dwarf writer to handle complex address expression for .debug_loc entries. by Devang Patel · 14 years ago
  29. 0be77df Revert r130178. It turned out to be not the optimal path to emit complex location expressions. by Devang Patel · 14 years ago
  30. fea8fea Print the label if we will use it in debug_frame. by Rafael Espindola · 14 years ago
  31. bffc2b4 don't emit the symbol name twice for local bss and common by Chris Lattner · 14 years ago
  32. b28d4f1 Print all the moves at a given label instead of just the first one. by Rafael Espindola · 14 years ago
  33. 0c99861 Let dwarf writer allocate extra space in the debug location expression. This space, if requested, will be used for complex addresses of the Blocks' variables. by Devang Patel · 14 years ago
  34. acc381b Refactor. by Devang Patel · 14 years ago
  35. 3f3bf93 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 14 years ago
  36. 126ae68 Some refactoring suggested by Anton Korobeynikov. by Rafael Espindola · 14 years ago
  37. f0adba9 Add 129518 back with a fix for when we are producing eh just because of debug info. by Rafael Espindola · 14 years ago
  38. bcb8c6d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 14 years ago
  39. 3dae6e7 Change ELF systems to use CFI for producing the EH tables. This reduces the by Rafael Espindola · 14 years ago
  40. 8439747 Print visibility info for external variables. by Rafael Espindola · 14 years ago
  41. 83d8083 Tidy up. 80 columns and trailing whitespace. by Jim Grosbach · 14 years ago
  42. b5e16af Some first rudimentary support for ARM EHABI: print exception table in "text mode". by Anton Korobeynikov · 14 years ago
  43. 5129bde Omit private_extern declarations of extern symbols; followup to by Stuart Hastings · 14 years ago
  44. ab4c366 Spelling fix: consequtive -> consecutive. by Duncan Sands · 14 years ago
  45. e5005d0 Assert on bad jump tables. by Jakob Stoklund Olesen · 15 years ago
  46. 1ffb533 Print the visibility of declarations. by Rafael Espindola · 15 years ago
  47. 3965b5e Add a possibility to switch between CFI directives- and table-based frame description emission. Currently all the backends use table-based stuff. by Anton Korobeynikov · 15 years ago
  48. d7e8ddc Split stuff as a preparation for CFI directives-based frame information emission by Anton Korobeynikov · 15 years ago
  49. 9fc5cdf split dom frontier handling stuff out to its own DominanceFrontier header, by Chris Lattner · 15 years ago
  50. 11ae9e2 remove the verbose-asm "constant pool double" comments that we were printing by Chris Lattner · 15 years ago
  51. a38941d refactor the interface to EmitInlineAsm a bit, no functionality change. by Chris Lattner · 15 years ago
  52. cbbe287 s/beginScope/beginInstruction/g s/endScope/endInstruction/g by Devang Patel · 15 years ago
  53. 8048ebe the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
  54. dfe254b add a comment about where this should eventually move. by Chris Lattner · 15 years ago
  55. a660be7 There is no need to use .set here. Thanks Chris! by Devang Patel · 15 years ago
  56. b1fcfbe Fix .debug_range for linux. Patch by Krister Wombell. by Devang Patel · 15 years ago
  57. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
  58. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  59. 3d7ff08 Improve whitespace. by Bill Wendling · 15 years ago
  60. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  61. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  62. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  63. 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
  64. 7490896 Use isPrologLabel() instead of checking the opcode directly. by Bill Wendling · 15 years ago
  65. dc86704 Consider this function: by Bill Wendling · 15 years ago
  66. 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 15 years ago
  67. 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 15 years ago
  68. b5b73c4 a more graceful fix for test/Other/inline-asm-newline-terminator.ll, by Chris Lattner · 15 years ago
  69. eabd735 Make the "linker_private" linkage type emit a non-weak symbol to the file. It by Bill Wendling · 15 years ago
  70. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  71. 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  72. e025e96 Print InlinedAt location. by Devang Patel · 15 years ago
  73. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  74. 03c3dc7 Give NamedRegionTimer an Enabled flag, allowing all its clients to by Dan Gohman · 15 years ago
  75. 7500e06 Don't emit the linkage for initializer label for mach-o tls. by Eric Christopher · 15 years ago
  76. 7310064 One underscore, not two. by Eric Christopher · 15 years ago
  77. 04386ca Move the verbose asm output up a bit so it can be used in the special cases by Eric Christopher · 15 years ago
  78. 02b46bc Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 15 years ago
  79. 8116ca5 Add full bss data support for darwin tls variables. by Eric Christopher · 15 years ago
  80. c1a887d Partial code for emitting thread local bss data. by Eric Christopher · 15 years ago
  81. 5b1b3b7 Remove unused variable. Tweak a comment while there. by Duncan Sands · 15 years ago
  82. 871bb94 updated support for the COFF .linkonce by Nathan Jeffords · 15 years ago
  83. 2db49d7 Avoid DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 15 years ago
  84. b4202db Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twice!"' failed. by Chris Lattner · 15 years ago
  85. d014761 Don't count debug info as instructions. This was by Dale Johannesen · 15 years ago
  86. 67a444c Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. by Devang Patel · 15 years ago
  87. e87f7bb Rework global alignment computation again. Now we do round up by Chris Lattner · 15 years ago
  88. 28ff35d Emit debug info for byval parameters. by Devang Patel · 15 years ago
  89. a7b611c further simplify EmitAlignment by eliminating the by Chris Lattner · 15 years ago
  90. 7558247 remove a dead argument to EmitAlignment. by Chris Lattner · 15 years ago
  91. ed33b13 Do not count kill, implicit_def instructions as printed instructions. by Evan Cheng · 15 years ago
  92. 4c4d0c0 round zero-byte .zerofill directives up to 1 byte. This by Chris Lattner · 15 years ago
  93. d61647d add a comment in verbose-asm mode indicating why a noop is being generated. by Chris Lattner · 15 years ago
  94. ee9eb41 on darwin empty functions need to codegen into something of non-zero length, by Chris Lattner · 15 years ago
  95. 567dd1f fix PR6921 a different way. Intead of increasing the by Chris Lattner · 15 years ago
  96. f74e25f Revert r102300/102301, which serious broke objc apps. by Chris Lattner · 15 years ago
  97. 044698b Fix PR6921: globals were not getting correctly rounded up to their by Chris Lattner · 15 years ago
  98. 44e0508 Bill's change in r95336 broke empty aggregates embedded by Chris Lattner · 15 years ago
  99. 0d805c3 Add const qualifiers to TargetLoweringObjectFile usage. by Dan Gohman · 15 years ago
  100. f2548ca Add support to emit dwarf ranges. by Devang Patel · 15 years ago