Add move constructors for OwningPtr and OwningArrayPtr.
[oota-llvm.git] / lib /
2012-10-18 Kevin EnderbyFix a bug where a 32-bit address with the high bit...
2012-10-18 Nadav Rotemfix a naming typo
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Sebastian PopClear unknown mem ops when merging stack slots (pr14090)
2012-10-18 Sebastian PopChange MachineFrameInfo::StackObject::Alloca from Value...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Nadav RotemAvoid reconstructing the pointer set when searching...
2012-10-18 Meador IngeCosmetic change -- move two simplifiers to the right...
2012-10-18 Meador Ingeinstcombine: Migrate strcpy optimizations
2012-10-18 Nadav RotemIn SimplifySelectOps we pulled two loads through a...
2012-10-18 Nadav RotemWhen looking for a vector representation of a scalar...
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-18 Chandler CarruthRefactor insert and extract of sub-integers into static...
2012-10-18 Chandler CarruthThis FIXME was fixed some time ago. =]
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...
2012-10-18 Nadav Rotemremove unused variable to fix a warning.
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-18 Nadav RotemRemove the use of dominators and AA.
2012-10-18 Nadav RotemVectorizer: Add support for loops with an unknown count...
2012-10-17 Bill WendlingRevert r166157 because some tests fail...
2012-10-17 Bill WendlingCheck that the operand of the GEP is not the GEP itself...
2012-10-17 Michael LiaoRevert part of r166049 back and enable test case in...
2012-10-17 NAKAMURA TakumiLoopVectorize.cpp: Fix a warning. [-Wunused-variable]
2012-10-17 Jakub StaszakRemove redundant SetInsertPoint call.
2012-10-17 Michael LiaoRevert r166049
2012-10-17 Reed KotlerAdd conditional branch instructions and their patterns.
2012-10-17 Roman DivackyFix some typos and wrong indenting.
2012-10-17 Michael LiaoTeach DAG combine to fold (extract_subvec (concat v1...
2012-10-17 Jakob Stoklund OlesenSwitch MRI::UsedPhysRegs to a register unit bit vector.
2012-10-17 Evan ChengAdd a really faster pre-RA scheduler (-pre-RA-sched...
2012-10-17 Jakob Stoklund OlesenMerge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-17 Jakob Stoklund OlesenCheck for empty YMM use-def lists in X86VZeroUpper.
2012-10-17 Anton KorobeynikovFix fallout from RegInfo => FrameLowering refactoring...
2012-10-17 Andrew Trickmisched: Better handling of invalid latencies in the...
2012-10-17 Daniel DunbarSupport: Don't remove special files on signals.
2012-10-17 Kostya Serebryany[asan] better debug diagnostics in asan compiler module
2012-10-17 Chandler CarruthThis just in, it is a *bad idea* to use 'udiv' on an...
2012-10-17 Chandler CarruthFix a really annoying "bug" introduced in r165941....
2012-10-17 Michael LiaoCheck SSSE3 instead of SSE4.1
2012-10-17 Michael LiaoFix setjmp on models with non-Small code model nor...
2012-10-17 Jakob Stoklund OlesenUse a SparseSet instead of a BitVector for UsedInInstr...
2012-10-16 Eric ChristopherUse a typedef to reduce some typing and reformat code...
2012-10-16 Eric ChristopherVariable name cleanup.
2012-10-16 Jakob Stoklund OlesenAvoid rematerializing a redef immediately after the...
2012-10-16 Jakob Stoklund OlesenRevert r166046 "Switch back to the old coalescer for...
2012-10-16 Michael Gottesman[InstCombine] Teach InstCombine how to handle an obfusc...
2012-10-16 Chad Rosier[ms-inline asm] Add the helper function, isParseringInl...
2012-10-16 Jakub StaszakSimplify code. No functionality change.
2012-10-16 Michael LiaoCheck .rela instead of ELF64 for the compensation vaue...
2012-10-16 Jakub Staszak80-col fixup.
2012-10-16 Michael LiaoTeach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
2012-10-16 Rafael EspindolaSwitch back to the old coalescer for now to fix the...
2012-10-16 Jakub StaszakSimplify potentially quadratic behavior while erasing...
2012-10-16 Michael LiaoSupport v8f32 to v8i8/vi816 conversion through custom...
2012-10-16 Bill SchmidtThis patch addresses PR13949.
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-16 NAKAMURA TakumiReapply r165661, Patch by Shuxin Yang <shuxin.llvm...
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Craig TopperMove X86MCInstLower class definition into implementatio...
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Bill WendlingHave AttributesImpl defriend the Attributes class.
2012-10-16 Bill WendlingHave AttrBuilder defriend the Attributes class.
2012-10-16 Bill WendlingUse the Attributes::get method which takes an AttrVal...
2012-10-16 Bill WendlingPut simple c'tors inline.
2012-10-16 Bill WendlingPass in the context to the Attributes::get method.
2012-10-16 Craig TopperFix filename in file header.
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-16 Jakob Stoklund OlesenRemove unused BitVectors from getAllocatableSet().
2012-10-15 Jakob Stoklund OlesenRemove RegisterClassInfo::isReserved() and isAllocatable().
2012-10-15 Michael LiaoAdd __builtin_setjmp/_longjmp supprt in X86 backend
2012-10-15 Jakob Stoklund OlesenRemove LIS::isAllocatable() and isReserved() helpers.
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-10-15 Jakob Stoklund OlesenFreeze the reserved registers as soon as isel is complete.
2012-10-15 Jim GrosbachARM: v1i64 and v2i64 VBSL intrinsic support.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Chad Rosier[ms-inline asm] If we parsed a statement and the opcode...
2012-10-15 Rafael EspindolaMake sure we iterate over newly created instructions...
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-15 Chad Rosier[ms-inline asm] Update the end loc for ParseIntelMemOpe...
2012-10-15 Chad Rosier[ms-inline asm] Add a few new APIs to the AsmParser...
2012-10-15 Chad Rosier[ms-inline asm] Use incoming argument rather than hard...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-15 Chandler CarruthUpdate the memcpy rewriting to fully support widened...
2012-10-15 Chandler CarruthFollow-up fix to r165928: handle memset rewriting for...
2012-10-15 Silviu BarangaFixed PR13938: the ARM backend was crashing because...
2012-10-15 Chandler CarruthFirst major step toward addressing PR14059. This teache...
2012-10-15 Chandler CarruthHoist the canConvertValue predicate and the convertValu...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingUse a ::get method to create the attribute from Attribu...
2012-10-15 Bill WendlingMove the AttributesImpl header file into the VMCore...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-15 Meador Ingeinstcombine: Migrate strcmp and strncmp optimizations
2012-10-14 Benjamin KramerSimplify code. No functionality change.
2012-10-14 Benjamin KramerUnquadratize SetVector removal loops in DSE.
2012-10-14 Bill WendlingRemove dead methods.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
next