oota-llvm.git
2012-10-17 Michael LiaoTeach DAG combine to fold (extract_subvec (concat v1...
2012-10-17 Jakob Stoklund... Switch MRI::UsedPhysRegs to a register unit bit vector.
2012-10-17 Nadav RotemUpdate the release notes about how to enable the loop...
2012-10-17 Evan ChengAdd a really faster pre-RA scheduler (-pre-RA-sched...
2012-10-17 Jakob Stoklund... Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
2012-10-17 Nadav RotemUpdate the release notes about the store-merge dag...
2012-10-17 Nadav RotemUpdate the release notes about the new TargetTransformI...
2012-10-17 Nadav RotemUpdate the release notes about the new loop vectorizer.
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-17 Jakob Stoklund... Check 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 Sean Silvadocs: Add link to integrated assembler HowTo
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 Bill WendlingMarked this variable as 'used' so that LTO doesn't...
2012-10-17 Chandler CarruthFix a really annoying "bug" introduced in r165941....
2012-10-17 Craig TopperRemove LLVM_DELETED_FUNCTION from destructors that...
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... Use 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 Eric ChristopherFormatting and 80-col.
2012-10-16 Eric ChristopherSpacing.
2012-10-16 Jakob Stoklund... Avoid rematerializing a redef immediately after the...
2012-10-16 Jakob Stoklund... Revert 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 Bill WendlingAnd now we can call the other 'get' method from this...
2012-10-16 Michael LiaoSupport v8f32 to v8i8/vi816 conversion through custom...
2012-10-16 Bill WendlingUse the appropriate Attributes::get method to create...
2012-10-16 Owen AndersonSpeculative fix the mask constants to be of type uintpt...
2012-10-16 Dmitri GribenkoFix function parameter spelling in comments. Caught...
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 Owen AndersonFix a bug in the set(I,E)/reset(I,E) methods that I...
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 Rafael EspindolaFix the cpu name and add -verify-machineinstrs.
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-16 Jakob Stoklund... Remove unused BitVectors from getAllocatableSet().
2012-10-15 Nadav RotemLTO also needs to initialize the TargetTransform infras...
2012-10-15 Jakob Stoklund... Remove RegisterClassInfo::isReserved() and isAllocatable().
2012-10-15 Michael LiaoAdd __builtin_setjmp/_longjmp supprt in X86 backend
2012-10-15 Jakob Stoklund... Remove LIS::isAllocatable() and isReserved() helpers.
2012-10-15 Owen AndersonAdd range-based set()/reset() to BitVector. These...
2012-10-15 Jakob Stoklund... Switch most getReservedRegs() clients to the MRI equiva...
2012-10-15 Jakob Stoklund... Freeze the reserved registers as soon as isel is complete.
2012-10-15 Jim GrosbachARM: v1i64 and v2i64 VBSL intrinsic support.
2012-10-15 David BlaikieAdd dependency on llvm-bcanalyzer from tests to the...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Andrew TrickCheck output of the misched unit tests
2012-10-15 Bill WendlingAdd comments.
2012-10-15 Rafael EspindolaAdd a cpu to try to fix the atom builder.
2012-10-15 Chad Rosier[ms-inline asm] If we parsed a statement and the opcode...
2012-10-15 Rafael EspindolaAdd testcase for pr14088.
2012-10-15 Andrew Trickmisched tests: add a triple to speculatively fix window...
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 Jan Wen VoungFix a typo in bitcode docs, from 165814.
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Adhemerval... PowerPC: add EmitTCEntry class for TOC creation
2012-10-15 Kostya Serebryany[asan] fix a test
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 WendlingSupply a default 'operator=' method.
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 KramerUpdate CMake build.
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...
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