- 9757d5d [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics by Cameron McInally · 7 years ago
- ef72e48 [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy. by Hsiangkai Wang · 7 years ago
- a0a52bf [DebugInfo] Fix PR37395. by Shiva Chen · 7 years ago
- 428caf9 Re-apply "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue" by Bjorn Pettersson · 7 years ago
- 972fd1c Revert rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue" by Bjorn Pettersson · 7 years ago
- e406b29 [DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue by Bjorn Pettersson · 7 years ago
- a131d3f Add ‘llvm.experimental.constrained.fma‘ Intrinsic. by Wei Ding · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- f466001 Add constrained intrinsics for some libm-equivalent operations by Andrew Kaylor · 8 years ago
- a0a1164 Add intrinsics for constrained floating point operations by Andrew Kaylor · 9 years ago
- a754c47 [Profile] code refactoring: make getStep a method in base class by Xinliang David Li · 9 years ago
- 465a504 [NFC] Remove some dead code: by Filipe Cabecinhas · 9 years ago
- 40b44e1 IR: Add DbgInfoIntrinsic::getVariableLocation by Duncan P. N. Exon Smith · 9 years ago
- c2752da Handle more edge cases in intrinsic name binary search by Reid Kleckner · 10 years ago
- 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
- c620761 [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
- 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 · 15 years ago
- f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 15 years ago
- 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
- 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
- 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
- aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 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 · 17 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