summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* Fix missing constMatt Arsenault2013-07-22
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-18
* Get rid of the Dis/EnableDebugLocations() API.Adrian Prantl2013-07-18
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-17
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* Remove unneeded forward declarations.Craig Topper2013-07-13
* Mark MDNode::getOperand as readonly.Benjamin Kramer2013-07-12
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...Nadav Rotem2013-07-09
* Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...Nadav Rotem2013-07-08
* Add missing per-argument doesNotAccessMemory accessors. No functionality changeNick Lewycky2013-07-07
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Fix extra whitespace / formattingMatt Arsenault2013-06-28
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-28
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* add Function::removeFnAttr()Kostya Serebryany2013-06-21
* 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