1. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  2. 88d2506 Make the DICountVisitor not a visitor. This keeps us from calling virtual by Bill Wendling · 17 years ago
  3. b46e516 Use the canonical way to get an empty structure. by Bill Wendling · 17 years ago
  4. 1214860 Use StringMap for greater justice! by Bill Wendling · 17 years ago
  5. 4bb9089 Don't return std::vector by value, but pass it in by reference to be filled. by Bill Wendling · 17 years ago
  6. 2e506894 Revert my previous check-in that split up MachineModuleInfo. It turns out to by Bill Wendling · 17 years ago
  7. 536fb95 Use the canonical form for getting an empty structure. by Bill Wendling · 17 years ago
  8. 82a9321 Sorry. I couldn't sleep at night knowing I put these ugly casts into the source tree. by Bill Wendling · 17 years ago
  9. c8cdb88 - Update comments. by Bill Wendling · 17 years ago
  10. da3db11 - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. by Evan Cheng · 17 years ago
  11. a7c583d Revert (52748 and friends): by Anton Korobeynikov · 17 years ago
  12. 196c78f Reduce number of times .size() is called on a vector. Rename some variables to by Bill Wendling · 17 years ago
  13. 3d92cbf Cruft left from patch revert...sorry. :-( by Bill Wendling · 17 years ago
  14. fcbb952 Reverting broken patch r52803. by Bill Wendling · 17 years ago
  15. f96d046 - Remove a use of std::vector. by Bill Wendling · 17 years ago
  16. c758698 Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up by Bill Wendling · 17 years ago
  17. 7df0d58 Don't create a whole new string just to copy the elements into it. by Owen Anderson · 17 years ago
  18. d0ab9c4 Move GetConstantStringInfo to lib/Analysis. Remove by Eric Christopher · 17 years ago
  19. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  20. fd967cf Recommitting EH patch; this should answer most of the by Dale Johannesen · 18 years ago
  21. bdc24ad A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 18 years ago
  22. efd142a SDIsel processes llvm.dbg.declare by recording the variable debug information descriptor and its corresponding stack frame index in MachineModuleInfo. This only works if the local variable is "homed" in the stack frame. It does not work for byval parameter, etc. by Evan Cheng · 18 years ago
  23. 263070e Rename RecordLabel to RecordSourceLine because that's what it is doing. by Evan Cheng · 18 years ago
  24. 1c6c16e Add an extra operand to LABEL nodes which distinguishes between debug, EH, or misc labels. This fixes the EH breakage. However I am not convinced this is *the* solution. by Evan Cheng · 18 years ago
  25. 19cf69f Adjust loop per review feedback. by Dale Johannesen · 18 years ago
  26. 56d4903 Accept getelementptr starting at GV with all 0 indices as a by Dale Johannesen · 18 years ago
  27. 70de4cb Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  28. ed20366 Do not mark EH tables no-dead-strip unless the associated function is so marked. by Dale Johannesen · 18 years ago
  29. f3efadc remove #includage by Chris Lattner · 18 years ago
  30. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  31. 030bce7 The C++ exception handling personality function wants by Duncan Sands · 18 years ago
  32. edf0788 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
  33. cc45c33 Provide a way to update DescGlobals cache directly. by Devang Patel · 18 years ago
  34. 3c1b7fc Fix PR1628. When exception handling is turned on, by Duncan Sands · 18 years ago
  35. ef5a654 There is an impedance matching problem between LLVM and by Duncan Sands · 18 years ago
  36. 383a324 Long live the exception handling! by Anton Korobeynikov · 18 years ago
  37. 4836e3a Make sure only one copy of a filter is placed in the by Duncan Sands · 18 years ago
  38. f708f73 The semantics of invoke require that we always jump to the unwind block by Duncan Sands · 18 years ago
  39. c063f5f Integrate exception filter support and exception catch support. This by Duncan Sands · 18 years ago
  40. 3b32782 Mark all calls as "could throw", when exceptions are enabled. Emit necessary LP info too. This fixes PR1439 by Anton Korobeynikov · 18 years ago
  41. bbaf554 Emit multiple common EH frames for multiple (including blank) personality by Anton Korobeynikov · 18 years ago
  42. 13da178 More DWARF-related things cleanup: by Anton Korobeynikov · 18 years ago
  43. 79a71ec Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.html by Devang Patel · 18 years ago
  44. ee02c7d Ooops. Some debugging stuff :) by Anton Korobeynikov · 18 years ago
  45. 96142de Allow multiple invokes per landing pad. This (probably) fixes PR1410. by Anton Korobeynikov · 18 years ago
  46. 8c78a0b Drop 'const' by Devang Patel · 18 years ago
  47. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  48. 4122358 Fix build error. by Lauro Ramos Venancio · 18 years ago
  49. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  50. 6458e6a Collect eh filter info. by Jim Laskey · 19 years ago
  51. 88dd2fd Add structures used for collecting eh information. by Jim Laskey · 19 years ago
  52. c3de9b4 Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
  53. ee23de6 Out of line function. by Jim Laskey · 19 years ago
  54. 5a1df97 rename files by Jim Laskey · 19 years ago[Renamed (95%) from llvm/lib/CodeGen/MachineDebugInfo.cpp]
  55. f9e5445 Make LABEL a builtin opcode. by Jim Laskey · 19 years ago
  56. f6c63fe Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 19 years ago
  57. cddc9df Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 19 years ago
  58. 542964f Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  59. 75b871f For PR1043: by Zhou Sheng · 19 years ago
  60. 7601f2f NULL names should pass validation. by Jim Laskey · 19 years ago
  61. e63b651 For PR950: by Reid Spencer · 19 years ago
  62. 3c49edc Change inferred cast creation calls to more specific cast creations. by Reid Spencer · 19 years ago
  63. 22e978a Removing even more <iostream> includes. by Bill Wendling · 19 years ago
  64. f523372 better check for version by Jim Laskey · 19 years ago
  65. b5b1406 Change global descriptor names to provide name, full name and linkage name. by Jim Laskey · 19 years ago
  66. 6c38f0b For PR950: by Reid Spencer · 19 years ago
  67. 62bbc9e Now can re-enable debug label folding. by Jim Laskey · 19 years ago
  68. 21d4d89 Accidently reran commit. by Jim Laskey · 19 years ago
  69. a919ba9 Missed a label map, reverting till covered. by Jim Laskey · 19 years ago
  70. 21ce53b Missed a label map, reverting till covered. by Jim Laskey · 19 years ago
  71. 6ea4fae 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 19 years ago
  72. f39064c D'oh - reversed logic. by Jim Laskey · 19 years ago
  73. 516cd40 Tighter data structure for deleted debug labels. by Jim Laskey · 19 years ago
  74. 5e1a340 More complete solution to deleting blocks and debug info. by Jim Laskey · 19 years ago
  75. e0fc4df For PR950: by Reid Spencer · 19 years ago
  76. 34136d0 add a method to remove a line # record. by Chris Lattner · 19 years ago
  77. 145f6b3 Do not leak all of the SourceLineInfo objects. Do not bother mallocing each by Chris Lattner · 19 years ago
  78. 13d3373 Clean up dump. by Jim Laskey · 19 years ago
  79. b6ac11e Adding C++ member support. by Jim Laskey · 19 years ago
  80. 194bef7 Fixed a bug handling void function types. by Jim Laskey · 19 years ago
  81. 6c72aa7 1. Support for c++ mangled names. by Jim Laskey · 19 years ago
  82. 0a9e837 Add support for function types. by Jim Laskey · 19 years ago
  83. 90cd68a Handle versioning of compile unit. by Jim Laskey · 19 years ago
  84. b2ff2d4 1. Revise vector debug support. by Jim Laskey · 19 years ago
  85. 19f964e 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 19 years ago
  86. f0a7a1a Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 19 years ago
  87. f67bec0 Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
  88. 709eaac Expand some code with temporary variables to rid ourselves of the warning by Reid Spencer · 20 years ago
  89. 2d7298c Foundation for call frame information. by Jim Laskey · 20 years ago
  90. 8374e9c More bulletproofing of DebugInfoDesc verify. by Jim Laskey · 20 years ago
  91. 6e792f9 Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll. by Jim Laskey · 20 years ago
  92. 84c2f0a How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. by Jim Laskey · 20 years ago
  93. 2b74656 Generate local variable and scope information and equivalent dwarf forms. by Jim Laskey · 20 years ago
  94. 71050ba Expand subprogram and added block descriptor. by Jim Laskey · 20 years ago
  95. b8e1555 1. Use null for serialized empty strings. by Jim Laskey · 20 years ago
  96. f0fc6bb back out my previous hack by Chris Lattner · 20 years ago
  97. c44be2c temporary hack to get the build working again, apparently a header by Chris Lattner · 20 years ago
  98. 4b0e1d9 Move bit field endianness to backend. by Jim Laskey · 20 years ago
  99. 2698f0d Get rid of the multiple copies of getStringValue. Now a Constant:: method. by Jim Laskey · 20 years ago
  100. 2370265 libstdc++-v3 was failing to build. Needed to handle composite types with empty by Jim Laskey · 20 years ago