aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/IntrinsicInst.cpp
AgeCommit message (Expand)Author
2008-10-11Unbreak DbgStopPointInst::getFileName().Daniel Dunbar
2008-07-03Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling
2008-06-30- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng
2008-06-29Revert (52748 and friends):Anton Korobeynikov
2008-06-27Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling
2008-06-26Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2006-12-13Update version in safe guards.Jim Laskey
2006-11-27For PR950:Reid Spencer
2006-10-04getFilename/getDirectory shouldn't abort if the global has no init. ThisChris Lattner
2006-07-111. Support for c++ mangled names.Jim Laskey
2006-06-19Handle versioning of compile unit.Jim Laskey
2006-06-16Forgot operands were hard coded for compile unit.Jim Laskey
2006-06-07For PR780:Reid Spencer
2006-06-07For PR780:Reid Spencer
2006-03-26Bullet proof against undefined args produced by upgrading ols-style debug info.Jim Laskey
2006-03-24Fix indent.Jim Laskey
2006-03-24Clean up some commentary.Jim Laskey
2006-03-23Simplify handling of llvm.dbg intrinsic operands to one spot.Jim Laskey