summaryrefslogtreecommitdiff
path: root/lib/VMCore/IntrinsicInst.cpp
Commit message (Expand)AuthorAge
* warmup ritual: use high-level argument accessorsGabor Greif2010-06-22
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* fix some pointless layering violations.Chris Lattner2010-03-14
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Respond to Chris' review:Victor Hernandez2010-01-11
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* Remove #include of metadata.h from intrinsicinst.h. The onlyChris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin2009-09-02
* The fields for the stoppoint debug intrinsic have not changed, so update theJohn Criswell2008-12-19
* Unbreak DbgStopPointInst::getFileName().Daniel Dunbar2008-10-11
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-03
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling2008-06-27
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Update version in safe guards.Jim Laskey2006-12-13
* For PR950:Reid Spencer2006-11-27
* getFilename/getDirectory shouldn't abort if the global has no init. ThisChris Lattner2006-10-04
* 1. Support for c++ mangled names.Jim Laskey2006-07-11
* Handle versioning of compile unit.Jim Laskey2006-06-19
* Forgot operands were hard coded for compile unit.Jim Laskey2006-06-16
* For PR780:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* Bullet proof against undefined args produced by upgrading ols-style debug info.Jim Laskey2006-03-26
* Fix indent.Jim Laskey2006-03-24
* Clean up some commentary.Jim Laskey2006-03-24
* Simplify handling of llvm.dbg intrinsic operands to one spot.Jim Laskey2006-03-23