about summary refs log tree commit diff homepage
path: root/lib/Module/LowerSwitch.cpp
AgeCommit message (Expand)Author
2019-03-21drop support for LLVM <= 3.7Julian Büning
2018-08-03Replace remaining *Inst::Create() calls with llvm::BuilderMartin Nowack
2018-07-12llvm38: no more implicit iteratorsRichard Trembecký
2018-02-01llvm50: use auto variable instead of SwitchInst::CaseItJiri Slaby
2017-07-23Remove support for LLVM < 3.4Martin Nowack
2017-06-15llvm: get rid of static_casts from iteratorsJiri Slaby
2017-02-28convert iterators using static_castJiri Slaby
2017-02-25llvm: stop using global contextJiri Slaby
2013-12-06Deprecate LLVM 2.8 and lowerMartin Nowack
2013-08-27Port to LLVM 3.3Martin Nowack
2012-04-07Fix compilation with LLVM trunk.Peter Collingbourne
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-02-01Second compatability fix for SwitchInst refactoring (added compatability with...Stepan Dyatkovskiy
2012-02-01Compatability fix for SwitchInst refactoring.Stepan Dyatkovskiy
2011-07-20Deprecate LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR in favour ofPeter Collingbourne
2010-03-14Update for 2.7.Daniel Dunbar
2009-08-17Update for LLVM API change.Daniel Dunbar
2009-07-12Update for LLVM API changes.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar