summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-56/+18
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-081-0/+50
* Minor cleanup: remove CGBuild::CreateConst*ByteGEP overloads taking a Value*.James Y Knight2019-02-051-11/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* CodeGen: specify alignment + inbounds for automatic variable initializationJF Bastien2018-07-131-0/+15
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-9/+9
* [OpenCL] Handle address space conversion while setting type alignment.Anastasia Stulova2017-09-271-0/+7
* IRGen: Remove an unused overload of CreateAlignedLoad.Peter Collingbourne2016-12-051-5/+0
* IRGen: Remove all uses of CreateDefaultAlignedLoad.Peter Collingbourne2016-11-281-13/+0
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-15/+4
* Temporarily revert these patches:Eric Christopher2016-03-121-4/+15
* Remove compile time PreserveName switch based on NDEBUGMehdi Amini2016-03-111-15/+4
* Add a coerce-and-expand ABIArgInfo as a generalization of someJohn McCall2016-03-111-0/+7
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-6/+6
* Revert "Fix debian build after r253512."Pete Cooper2015-11-191-4/+3
* Fix debian build after r253512.Pete Cooper2015-11-181-3/+4
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+6
* Remove unnecessary braces; this resolves against aJohn McCall2015-09-081-2/+2
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-1/+254
* Wdeprecated: CGBuilderInserter is copy constructed in some contexts - remove ...David Blaikie2015-08-121-5/+3
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* typoSanjay Patel2014-09-101-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman2014-05-221-2/+29
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Update Clang to reflect the new home of IRBuilder.h as of r159421.Chandler Carruth2012-06-291-1/+1
* Make CGBuilderTy a typedef again; its functionality has been rolled backJohn McCall2010-07-061-49/+2
* Provide convenience routines to save and restore the current insertionJohn McCall2010-07-031-3/+52
* Disable generation of basic block names in NDEBUG mode.Daniel Dunbar2008-11-121-1/+5
* don't preserve names on IR instructions. This matches llvm-gcc's behavior andChris Lattner2008-11-101-1/+2
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-0/+21