- ea08c70 Remove spurious emacs major mode marker, these should only go on .h files. by Nick Lewycky · 12 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ef860a2 Rename VMCore directory to IR. by Chandler Carruth · 13 years ago[Renamed from llvm/lib/VMCore/IntrinsicInst.cpp]
- b575cf6 warmup ritual: use high-level argument accessors by Gabor Greif · 15 years ago
- 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 16 years ago
- f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 16 years ago
- 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 16 years ago
- 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
- 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
- aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
- f7aa541 fix some pointless layering violations. by Chris Lattner · 16 years ago
- b324e66 Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). by Victor Hernandez · 16 years ago
- 9ce5b51 Respond to Chris' review: by Victor Hernandez · 16 years ago
- be94f23 Remove dead debug info intrinsics. by Devang Patel · 16 years ago
- cc8c814 Remove #include of metadata.h from intrinsicinst.h. The only by Chris Lattner · 16 years ago
- 9b49302 rename "elements" of metadata to "operands". "Elements" are by Chris Lattner · 16 years ago
- 18e03dd Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in by Torok Edwin · 16 years ago
- 8dd90a7 The fields for the stoppoint debug intrinsic have not changed, so update the by John Criswell · 17 years ago
- d941843 Unbreak DbgStopPointInst::getFileName(). by Daniel Dunbar · 17 years ago
- 2e506894 Revert my previous check-in that split up MachineModuleInfo. It turns out to by Bill Wendling · 17 years ago
- da3db11 - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. by Evan Cheng · 17 years ago
- a7c583d Revert (52748 and friends): by Anton Korobeynikov · 17 years ago
- c758698 Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up by Bill Wendling · 17 years ago
- d0ab9c4 Move GetConstantStringInfo to lib/Analysis. Remove by Eric Christopher · 17 years ago
- a8b7e78 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- c56315c Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 19 years ago
- b6cdf46 Update version in safe guards. by Jim Laskey · 19 years ago
- 6c38f0b For PR950: by Reid Spencer · 19 years ago
- 19721e8 getFilename/getDirectory shouldn't abort if the global has no init. This by Chris Lattner · 19 years ago
- 6c72aa7 1. Support for c++ mangled names. by Jim Laskey · 19 years ago
- 90cd68a Handle versioning of compile unit. by Jim Laskey · 19 years ago
- 8dd2143 Forgot operands were hard coded for compile unit. by Jim Laskey · 19 years ago
- be53566 For PR780: by Reid Spencer · 19 years ago
- 54cb2d8 For PR780: by Reid Spencer · 19 years ago
- 7092888 Bullet proof against undefined args produced by upgrading ols-style debug info. by Jim Laskey · 20 years ago
- dd3fa41 Fix indent. by Jim Laskey · 20 years ago
- 864e444 Clean up some commentary. by Jim Laskey · 20 years ago
- 0cf8ed6 Simplify handling of llvm.dbg intrinsic operands to one spot. by Jim Laskey · 20 years ago