summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* remove some @deprecated markers: LLVM APIs aren't deprecated, they are remove...Chris Lattner2013-06-18
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-14
* #include <climits> instead of <limits.h> in C++ header file.Jakub Staszak2013-06-13
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* Fix wrong comment. Null is not acceptable.Matt Arsenault2013-05-31
* Tidy up. Whitespace.Jim Grosbach2013-05-24
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-21
* Enable pod-like optimizations for pred and succ iterators.Benjamin Kramer2013-05-20
* Remove dead code.Eli Bendersky2013-05-15
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-08
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-03
* Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl2013-05-02
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* get rid of windows warning:Peng Cheng2013-05-01
* get rid of windows warning:Peng Cheng2013-05-01
* replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng2013-05-01
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-01
* Correct comment: there is no numTys parameter any more now that this is usingDuncan Sands2013-05-01
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-30
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-29
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-27
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-25
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-18
* Cleanup patch:Bill Wendling2013-04-18
* This patch addresses two cleanup issues:Bill Wendling2013-04-18
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-17
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-16
* TBAA: add utility to create a TBAA scalar type nodeManman Ren2013-04-11
* PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMemHal Finkel2013-04-07
* Add MDBuilder utilities for path-aware TBAA.Manman Ren2013-04-02
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Add XTEST codegen supportMichael Liao2013-03-26
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-22
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-21
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-21
* Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer2013-03-18
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-13
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-12
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-07
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-07
* Remove trailing spaces.Jakub Staszak2013-03-07
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06