summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* Use DiagnosticInfo facility.Diego Novillo2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* [PM] Stop playing fast and loose with rebinding of references. HoweverChandler Carruth2014-03-13
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* Revert r203488 and r203520.Evan Cheng2014-03-12
* Avoid repeated calls to CE->getOperand(0). No functionality change.Rafael Espindola2014-03-12
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-10
* IR: Slightly more verbose error in VerifierJustin Bogner2014-03-10
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-10
* llvm-c: expose unnamedaddr field of globalsTim Northover2014-03-10
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* [PM] While I'm here, fix a few other clang-format issues. Pulls someChandler Carruth2014-03-10
* [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth2014-03-09
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-09
* [C++11] Fix break due to MSVC bug.Ahmed Charles2014-03-09
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Teach lint about address spacesMatt Arsenault2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth2014-03-06
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth2014-03-05
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* [C API] Implement LLVM{Get,Set}Alignment for AllocaInst.Peter Zotov2014-03-05
* C API: Add functions to get or set a GlobalValue's DLLStorageClassReid Kleckner2014-03-05
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-04
* [cleanup] Add a getOperandNo method to the Use class and implement itChandler Carruth2014-03-04
* [cleanup] Use early exit and simpler temporary variables to clarify theChandler Carruth2014-03-04
* [cleanup] Run clang-format over the Use code. It was *really*Chandler Carruth2014-03-04
* [cleanup] Tidy up and modernize comments and the definition order forChandler Carruth2014-03-04
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-03
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* Add DWARF discriminator support to DILexicalBlocks.Diego Novillo2014-03-03