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