summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo2014-04-171-0/+8
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-161-0/+44
* Allow diagnostic handlers to check for optimization remarks.Diego Novillo2014-04-161-2/+11
* verify-di: Add back braces for MSVC compatabilityDuncan P. N. Exon Smith2014-04-151-5/+12
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-49/+92
* verify-di: split out VerifierSupportDuncan P. N. Exon Smith2014-04-151-57/+62
* Use unique_ptr to manage PassInfo instances in the PassRegistryDavid Blaikie2014-04-151-8/+4
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-6/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-1511-22/+23
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-0/+1
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-122-2/+142
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-111-1/+1
* Fix some doc and comment typosAlp Toker2014-04-091-1/+1
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-0932-402/+414
* Verifier: Give the right message for bad atomic loadsDuncan P. N. Exon Smith2014-04-081-2/+2
* Add -pass-remarks flag to 'opt'.Diego Novillo2014-04-083-1/+61
* Add support for optimization reports.Diego Novillo2014-04-082-0/+36
* Fix a (legacy) PassManager crash that occurs when a ModulePassAndrew Trick2014-04-081-6/+18
* Invert the option to enable debug info verification. No functionalEric Christopher2014-04-071-8/+7
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-061-24/+23
* Remove unused parameterDavid Blaikie2014-04-051-8/+8
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-021-4/+3
* Add a comment about the DIDescriptor class hierarchy.Adrian Prantl2014-04-011-2/+4
* LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.Adrian Prantl2014-04-012-4/+4
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-292-1/+17
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-282-22/+48
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-272-24/+21
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-261-0/+5
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-262-21/+24
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-262-24/+21
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-251-20/+0
* In Release modes, Visual Studio complains that the Operator destructor in Use...Yaron Keren2014-03-241-0/+20
* remove a bunch of unused private methodsNuno Lopes2014-03-231-12/+0
* Fix comment (PR19188)Hans Wennborg2014-03-191-1/+1
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-181-16/+15
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-182-14/+17
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-151-2/+2
* Use DiagnosticInfo facility.Diego Novillo2014-03-141-0/+8
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-133-13/+2
* [PM] Stop playing fast and loose with rebinding of references. HoweverChandler Carruth2014-03-131-4/+4
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-121-0/+1
* Revert r203488 and r203520.Evan Cheng2014-03-121-8/+0
* Avoid repeated calls to CE->getOperand(0). No functionality change.Rafael Espindola2014-03-121-9/+10
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-111-10/+0
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-115-13/+78
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-101-10/+0
* IR: Slightly more verbose error in VerifierJustin Bogner2014-03-101-2/+4
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-101-0/+8
* llvm-c: expose unnamedaddr field of globalsTim Northover2014-03-101-0/+8
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-105-67/+42
OpenPOWER on IntegriCloud