aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-8/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-33/+123
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-17/+103
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-23/+26
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-41/+99
* Update to LLVM 3.5a.Stephen Hines2014-04-241-45/+71
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+11
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-061-0/+10
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-3/+2
* Fix misapplied patch in r193597Anders Waldenborg2013-10-291-2/+2
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-291-4/+22
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-221-0/+10
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-161-0/+4
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-161-0/+10
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-1/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+1
* whitespaceAndrew Trick2013-09-181-19/+19
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-0/+4
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-4/+0
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-0/+4
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+2
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-231-0/+36
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* C API: Fix coding styleTom Stellard2013-04-181-1/+1
* Appease a gcc warning about an overflow in a constant conversion.Bill Wendling2013-04-171-1/+2
* Don't store AttributeSet::FunctionIndex as an int.Benjamin Kramer2013-04-171-1/+1
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-161-0/+4
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-161-0/+3
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-161-0/+11
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-161-0/+47
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-171-0/+20
* s/bool/LLVMBool/Bill Wendling2013-02-141-1/+1
* Add two new functions to the C API:Bill Wendling2013-02-141-0/+23
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-081-0/+1
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-301-3/+3
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-4/+4
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-5/+7
* More encapsulation work.Bill Wendling2013-01-221-6/+10
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-2/+2
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-071-1/+0
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-051-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-10/+10
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+2408