Commit History

Author SHA1 Message Date
  Stepan Dyatkovskiy ab14ae2ab1 Compatability fix for SwitchInst refactoring. 13 years ago
  Peter Collingbourne 516bbd42e6 Use function pointers, rather than references, to pass Destroyers 13 years ago
  David Blaikie 3026348bd4 More dead code removal (using -Wunreachable-code) 13 years ago
  Peter Collingbourne 5c00fc309b Another silly workaround for MSVC. 13 years ago
  Peter Collingbourne 567f02f3b8 Sigh, another workaround for MSVC. 13 years ago
  Peter Collingbourne 3fb91f6abd Work around a gcc4.2 bug. 13 years ago
  Peter Collingbourne 86811609d9 When destroying temporaries, instead of a custom cleanup use the 13 years ago
  John McCall 6f103ba42c Whenever explicitly activating or deactivating a cleanup, we 13 years ago
  John McCall b99785bdd1 Fix a subtle bug with cleanups: when activating 13 years ago
  John McCall 777d6e56ad Simplify EH control flow by observing that EH scopes form a simple 14 years ago
  John McCall e7d002041d Formatting. 14 years ago
  John McCall f66a3ea859 Avoid fallthrough-branching to an inactive cleanup even if it's 14 years ago
  John McCall 82cd2e5c15 Be sure to destroy the normal entry block of a cleanup that we 14 years ago
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 years ago
  Chris Lattner 2acc6e3fed de-constify llvm::Type, patch by David Blaikie! 14 years ago
  John McCall ad346f4f67 Generalize Cleanup::Emit's "isForEH" parameter into a set 14 years ago
  John McCall c4a1a8450a Do full-expression cleanups in a much more sensible way that still lets 14 years ago
  Jay Foad d36d036c81 Change how PHINodes store their operands. 14 years ago
  Chris Lattner 7650d95a1a update for api change. 14 years ago
  Chris Lattner b11f919811 implement rdar://9289524 - case followed immediately by break results in empty IR block, 14 years ago
  John McCall 27f8d703e6 Tame an assert; the scope depth of a jump destination does not 14 years ago
  John McCall d16c2cf1ca Reorganize CodeGen{Function,Module} to eliminate the unfortunate 14 years ago
  John McCall 36f893c1ef Move all the cleanups framework code into a single file. 14 years ago