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