aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/IntrinsicInst.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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