summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGBuilder.h
AgeCommit message (Expand)Author
2017-09-27[OpenCL] Handle address space conversion while setting type alignment.Anastasia Stulova
2016-12-05IRGen: Remove an unused overload of CreateAlignedLoad.Peter Collingbourne
2016-11-28IRGen: Remove all uses of CreateDefaultAlignedLoad.Peter Collingbourne
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini
2016-03-12Temporarily revert these patches:Eric Christopher
2016-03-11Remove compile time PreserveName switch based on NDEBUGMehdi Amini
2016-03-11Add a coerce-and-expand ABIArgInfo as a generalization of someJohn McCall
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-19Revert "Fix debian build after r253512."Pete Cooper
2015-11-18Fix debian build after r253512.Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-08Remove unnecessary braces; this resolves against aJohn McCall
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-08-12Wdeprecated: CGBuilderInserter is copy constructed in some contexts - remove ...David Blaikie
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman
2014-09-10typoSanjay Patel
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-05-22This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-06-29Update Clang to reflect the new home of IRBuilder.h as of r159421.Chandler Carruth
2010-07-06Make CGBuilderTy a typedef again; its functionality has been rolled backJohn McCall
2010-07-03Provide convenience routines to save and restore the current insertionJohn McCall
2008-11-12Disable generation of basic block names in NDEBUG mode.Daniel Dunbar
2008-11-10don't preserve names on IR instructions. This matches llvm-gcc's behavior andChris Lattner
2008-11-01Move IRBuilder type definition to common file.Daniel Dunbar