about summary refs log tree commit diff homepage
path: root/lib/Module/Passes.h
AgeCommit message (Expand)Author
2022-06-30remove LLVM < 9Frank Busse
2019-06-04make endif guard naming consistentJulian Büning
2019-05-30implement FunctionAliasPassJulian Büning
2019-03-21remove copy of ScalarizerPass for LLVM 3.4Julian Büning
2019-03-18Disable optimisation for functions that contain KLEE callsMartin Nowack
2019-03-05workaround for LLVM PR39177Julian Büning
2018-05-22clang-format on lib/Module/{IntrinsicCleaner.cpp,Passes.h}Julian Büning
2018-05-22some housekeeping in Passes.h and IntrinsicCleaner.cppJulian Büning
2018-05-09Remove workaround for bug in older LLVM version (< 3)Martin Nowack
2017-07-23Remove support for LLVM < 3.4Martin Nowack
2017-07-20Replace assertions of types on LLVM instructions in the Executor with aDan Liew
2017-07-19Implement basic support for vectorized instructions.Dan Liew
2016-08-10Extended support for assembler raisingMartin Nowack
2013-12-06Deprecate LLVM 2.8 and lowerMartin Nowack
2013-12-05Fix unitialized valueMartin Nowack
2013-10-29Merge pull request #26 from delcypher/fix_divide_by_zeroPaul
2013-09-23Lower intrinsic instruction "llvm.trap" to a call of the abort() function.Lei Zhang
2013-09-02Implemented runtime check for overshift (controllable with --check-overshiftDan Liew
2013-08-27Port to LLVM 3.3Martin Nowack
2012-11-27Patch sent by both Bogdan Copos and Nick Sumner fixing compilation with LLVM 3.1Cristian Cadar
2012-10-08Fix to previous patch, which would not compile with LLVM 2.9.Cristian Cadar
2012-10-08Make the changes in r165394 be conditional on post LLVM 3.1 changes.Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2011-07-20Updates for LLVM 3.0. Based on changes by arrowdodger, thanks!Peter Collingbourne
2011-07-20Deprecate LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR in favour ofPeter Collingbourne
2010-11-14On LLVM 2.9+, use TargetLowering::ExpandInlineAsm to expand asm codePeter Collingbourne
2010-09-30Add missing include to make sure version macros are present.Daniel Dunbar
2010-09-30Spell versioning macros correctly.Daniel Dunbar
2010-09-30Update for LLVM API changes, patch by nobled, in PR8232.Daniel Dunbar
2009-08-01Implement va_arg handling for x86_64.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar