aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR
AgeCommit message (Expand)Author
2013-08-07Add the new @llvm.nacl.atomic.fence.all intrinsicJF Bastien
2013-08-06Rework PNaCl memory orderingJF Bastien
2013-08-01Add Intrinsic::nacl_atomic_is_lock_freeJF Bastien
2013-07-18Merge remote-tracking branch 'origin/master'Eli Bendersky
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-07-13Concurrency support for PNaCl ABIJF Bastien
2013-06-13Fix PrologEpilogInserter to save and restore all callee saved registersDerek Schuff
2013-05-29Merging r182394:Bill Wendling
2013-05-14The customary LLVM way of obtaining intrinsics is withEli Bendersky
2013-05-09Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library callsEli Bendersky
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-03[mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka
2013-05-02Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-05-01get rid of windows warning:Peng Cheng
2013-05-01get rid of windows warning:Peng Cheng
2013-05-01replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng
2013-05-01Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola
2013-05-01Correct comment: there is no numTys parameter any more now that this is usingDuncan Sands
2013-04-30Remove a hanging LOCALMOD that was for the CC rewrite pass.Jan Voung
2013-04-30Change getSlotIndex to return unsigned.Rafael Espindola
2013-04-29Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-25revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling
2013-04-18Cleanup patch:Bill Wendling
2013-04-18This patch addresses two cleanup issues:Bill Wendling
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky
2013-04-11TBAA: add utility to create a TBAA scalar type nodeManman Ren
2013-04-07PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMemHal Finkel
2013-04-02Add MDBuilder utilities for path-aware TBAA.Manman Ren
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-27Cleanup the simplify_type implementation.Rafael Espindola
2013-03-26Add XTEST codegen supportMichael Liao
2013-03-22Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-21Add a query to tell if a landing pad has a catch-all.Bill Wendling
2013-03-21Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth
2013-03-18Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler
2013-03-12Add a doFinalization method to the DataLayout pass.Pete Cooper
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-07Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer
2013-03-07Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak
2013-03-07Remove trailing spaces.Jakub Staszak
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang
2013-03-02Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne