aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-12-28Add entry points to instsimplify for simplifying calls. The entry pointsChandler Carruth
2012-12-28Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov
2012-12-27Add support to BasicBlocks for iterating backwards over theChandler Carruth
2012-12-27Provide a common half-open interval map info implementation, and justChandler Carruth
2012-12-27DAGCombinerInformation: add a getter that exposes the dagcombine level.Nadav Rotem
2012-12-27Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov
2012-12-27Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem
2012-12-27whitespaceNadav Rotem
2012-12-27Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher
2012-12-26white spaceNadav Rotem
2012-12-25Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel
2012-12-25Rename LLVMContext diagnostic handler types and functions.Bob Wilson
2012-12-24Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson
2012-12-24CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem
2012-12-24Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky
2012-12-24Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem
2012-12-24llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi
2012-12-23CostModel: Change the default target-independent implementation for findingNadav Rotem
2012-12-23Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem
2012-12-22Add a comma to fix the build.Craig Topper
2012-12-22Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256. I...Craig Topper
2012-12-22Add vAny and Metadata to the switch in getSizeInBits for consistency since ev...Craig Topper
2012-12-22Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling
2012-12-22Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith
2012-12-21Add a missing assertion, the null register has no register units.Jakob Stoklund Olesen