1. 9757d5d [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics by Cameron McInally · 7 years ago
  2. ef72e48 [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy. by Hsiangkai Wang · 7 years ago
  3. a0a52bf [DebugInfo] Fix PR37395. by Shiva Chen · 7 years ago
  4. 428caf9 Re-apply "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue" by Bjorn Pettersson · 7 years ago
  5. 972fd1c Revert rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue" by Bjorn Pettersson · 7 years ago
  6. e406b29 [DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue by Bjorn Pettersson · 7 years ago
  7. a131d3f Add ‘llvm.experimental.constrained.fma‘ Intrinsic. by Wei Ding · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. f466001 Add constrained intrinsics for some libm-equivalent operations by Andrew Kaylor · 8 years ago
  10. a0a1164 Add intrinsics for constrained floating point operations by Andrew Kaylor · 9 years ago
  11. a754c47 [Profile] code refactoring: make getStep a method in base class by Xinliang David Li · 9 years ago
  12. 465a504 [NFC] Remove some dead code: by Filipe Cabecinhas · 9 years ago
  13. 40b44e1 IR: Add DbgInfoIntrinsic::getVariableLocation by Duncan P. N. Exon Smith · 9 years ago
  14. c2752da Handle more edge cases in intrinsic name binary search by Reid Kleckner · 10 years ago
  15. 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
  16. 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
  17. ea08c70 Remove spurious emacs major mode marker, these should only go on .h files. by Nick Lewycky · 12 years ago
  18. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  19. ef860a2 Rename VMCore directory to IR. by Chandler Carruth · 13 years ago[Renamed from llvm/lib/VMCore/IntrinsicInst.cpp]
  20. b575cf6 warmup ritual: use high-level argument accessors by Gabor Greif · 15 years ago
  21. 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 15 years ago
  22. f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 15 years ago
  23. 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
  24. 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
  25. 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
  26. aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 years ago
  27. f7aa541 fix some pointless layering violations. by Chris Lattner · 16 years ago
  28. 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
  29. 9ce5b51 Respond to Chris' review: by Victor Hernandez · 16 years ago
  30. be94f23 Remove dead debug info intrinsics. by Devang Patel · 16 years ago
  31. cc8c814 Remove #include of metadata.h from intrinsicinst.h. The only by Chris Lattner · 16 years ago
  32. 9b49302 rename "elements" of metadata to "operands". "Elements" are by Chris Lattner · 16 years ago
  33. 18e03dd Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in by Torok Edwin · 16 years ago
  34. 8dd90a7 The fields for the stoppoint debug intrinsic have not changed, so update the by John Criswell · 17 years ago
  35. d941843 Unbreak DbgStopPointInst::getFileName(). by Daniel Dunbar · 17 years ago
  36. 2e506894 Revert my previous check-in that split up MachineModuleInfo. It turns out to by Bill Wendling · 17 years ago
  37. 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
  38. a7c583d Revert (52748 and friends): by Anton Korobeynikov · 17 years ago
  39. c758698 Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up by Bill Wendling · 17 years ago
  40. d0ab9c4 Move GetConstantStringInfo to lib/Analysis. Remove by Eric Christopher · 17 years ago
  41. a8b7e78 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  42. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  43. c56315c Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 19 years ago
  44. b6cdf46 Update version in safe guards. by Jim Laskey · 19 years ago
  45. 6c38f0b For PR950: by Reid Spencer · 19 years ago
  46. 19721e8 getFilename/getDirectory shouldn't abort if the global has no init. This by Chris Lattner · 19 years ago
  47. 6c72aa7 1. Support for c++ mangled names. by Jim Laskey · 19 years ago
  48. 90cd68a Handle versioning of compile unit. by Jim Laskey · 19 years ago
  49. 8dd2143 Forgot operands were hard coded for compile unit. by Jim Laskey · 19 years ago
  50. be53566 For PR780: by Reid Spencer · 19 years ago
  51. 54cb2d8 For PR780: by Reid Spencer · 19 years ago
  52. 7092888 Bullet proof against undefined args produced by upgrading ols-style debug info. by Jim Laskey · 20 years ago
  53. dd3fa41 Fix indent. by Jim Laskey · 20 years ago
  54. 864e444 Clean up some commentary. by Jim Laskey · 20 years ago
  55. 0cf8ed6 Simplify handling of llvm.dbg intrinsic operands to one spot. by Jim Laskey · 20 years ago