about summary refs log tree commit diff homepage
path: root/lib/Module/RaiseAsm.cpp
AgeCommit message (Expand)Author
2017-02-28convert iterators using static_castJiri Slaby
2016-11-03Adds support for Darwin platform in RaiseAsm passAndrea Mattavelli
2016-08-10Extended support for assembler raisingMartin Nowack
2015-03-20[Core] Fix memory leak in assembler raisingMartin Nowack
2013-12-06Deprecate LLVM 2.8 and lowerMartin Nowack
2013-08-27Port to LLVM 3.3Martin Nowack
2011-12-08Update for changes in LLVM trunk. Original patch by arrowdodger!Peter Collingbourne
2011-11-29Updates for LLVM 3.1.Peter Collingbourne
2011-09-02Update location of TargetSelect.h and TargetRegistry.h for LLVM 3.0+Peter Collingbourne
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
2011-04-23Patch by arrowdodger (http://keeda.stanford.edu/pipermail/klee-dev/2011-April...Cristian Cadar
2010-11-14On LLVM 2.9+, use TargetLowering::ExpandInlineAsm to expand asm codePeter Collingbourne
2010-07-15Update to match new 2.8 CallInst getOperand API.Daniel Dunbar
2010-03-14Update for 2.7.Daniel Dunbar
2009-08-17Update for LLVM API change.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar