summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling2012-12-30
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-30
* Teach instsimplify to use the constant folder where appropriate forChandler Carruth2012-12-28
* Add entry points to instsimplify for simplifying calls. The entry pointsChandler Carruth2012-12-28
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-28
* Add support to BasicBlocks for iterating backwards over theChandler Carruth2012-12-27
* Provide a common half-open interval map info implementation, and justChandler Carruth2012-12-27
* DAGCombinerInformation: add a getter that exposes the dagcombine level.Nadav Rotem2012-12-27
* Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov2012-12-27
* Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem2012-12-27
* whitespaceNadav Rotem2012-12-27
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-27
* white spaceNadav Rotem2012-12-26
* Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel2012-12-25
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-25
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-24
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-24
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-24
* llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi2012-12-24
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-23
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-23
* Add a comma to fix the build.Craig Topper2012-12-22
* Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256. I...Craig Topper2012-12-22
* Add vAny and Metadata to the switch in getSizeInBits for consistency since ev...Craig Topper2012-12-22
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith2012-12-22
* Add a missing assertion, the null register has no register units.Jakob Stoklund Olesen2012-12-21
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-21
* Add a function to get the segment name of a section.Rafael Espindola2012-12-21
* Add targets to skip running the GC passes.Evan Cheng2012-12-21
* Require the two-argument MI::addOperand(MF, MO) for dangling instructions.Jakob Stoklund Olesen2012-12-20
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-20
* Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen2012-12-20
* Some random comment, naming, and format changes.Bill Wendling2012-12-20
* Remove two dead functions.Jakob Stoklund Olesen2012-12-20
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-20
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* Fix inadvertant delete of 'has'.Jim Grosbach2012-12-20
* Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen2012-12-20
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-20
* Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefinedRichard Smith2012-12-20
* Don't leave IsUnsigned uninitialized in a default-constructed APSInt. CopyingRichard Smith2012-12-20
* s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling2012-12-20
* Clean up some DOxygen comments.Jim Grosbach2012-12-20
* Clean up some DOxygen comments.Jim Grosbach2012-12-20
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19