aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-01-04Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen
2013-01-04Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen
2013-01-04General cleanups.Bill Wendling
2013-01-04[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2013-01-04Add section information for the DWARF5 split debug proposalEric Christopher
2013-01-04Make comment a bit more clear.Eric Christopher
2013-01-04LoopVectorizer:Nadav Rotem
2013-01-03Better comment on VTTI::getShuffleCostHal Finkel
2013-01-03Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...NAKAMURA Takumi
2013-01-03Add a subtype parameter to VTTI::getShuffleCostHal Finkel
2013-01-03Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling
2013-01-03Add a default Index for VTTI::getShuffleCostHal Finkel
2013-01-03Revert patch. Something snuck in there that shouldn't be.Bill Wendling
2013-01-03Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling
2013-01-03Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi
2013-01-02An intermediate step in the Attributes rewrite.Bill Wendling
2013-01-02Use a bool instead of a bitfield in llvm/ADT/Optional.Argyrios Kyrtzidis
2013-01-02Restrict __builtin_assume_aligned to gcc 4.7+Michael J. Spencer
2013-01-02[Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer
2013-01-02Don't #include stuff outside the include guards.Argyrios Kyrtzidis
2013-01-02- Add comment to two functions which might be considered as dead code. Shuxin Yang
2013-01-02Actually update the CMake and Makefile builds correctly, and update theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2013-01-01Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer
2012-12-31Make it explicit that the only entry points to the Program object areChandler Carruth
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31Remove the declspecs from small alignments that we can force withChandler Carruth
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth
2012-12-31recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes
2012-12-31[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer
2012-12-31Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola
2012-12-31add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes
2012-12-31Remove dead method.Bill Wendling
2012-12-31Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling
2012-12-31Begin sketching out the process interface.Chandler Carruth
2012-12-31Start sketching out a roadmap for better subprocess management in theChandler Carruth
2012-12-31Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling
2012-12-30Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling
2012-12-30Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling
2012-12-30Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-30s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling
2012-12-30s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling
2012-12-28Teach instsimplify to use the constant folder where appropriate forChandler Carruth