oota-llvm.git
2012-10-19 Chad Rosier[ms-inline asm] Add a MCAsmParserSemaCallback to the...
2012-10-19 Daniel Dunbarlit: Rename the valgrind leaks feature to match what...
2012-10-19 Daniel Dunbarlit: Remove support for XTARGET.
2012-10-19 Daniel Dunbarlit: Add 'valgrind' and 'valgrind-leaks' features when...
2012-10-19 Daniel Dunbartests: Stop mangling '-vg' into the triple, we don...
2012-10-19 Shuxin YangThis patch is to fix radar://8426430. It is about llvm...
2012-10-19 Chad Rosier[ms-inline asm] Add the isParsingInlineAsm() function...
2012-10-19 Benjamin KramerIndvars: Don't recursively delete instruction during...
2012-10-19 Daniel DunbarFix some doc-os.
2012-10-19 Daniel Dunbarlit: Propagate TERM variable in environment, some tools...
2012-10-19 Michael LiaoLower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
2012-10-19 Benjamin KramerSCEVExpander: Don't crash when trying to merge two...
2012-10-19 Alexey Samsonov[ASan] Support comments in ASan/TSan blacklist file...
2012-10-19 Evgeniy StepanovMove SplitBlockAndInsertIfThen to BasicBlockUtils.
2012-10-19 Benjamin KramerLoopVectorize: Keep the IRBuilder on the stack.
2012-10-19 Stepan DyatkovskiyARM:
2012-10-19 Nick LewyckyPacify -Wnon-virtual-dtor.
2012-10-19 Kostya Serebryany[asan] make sure asan erases old unused allocas after...
2012-10-19 Nadav Rotemrecommit the patch that makes LSR and LowerInvoke use...
2012-10-19 Michael LiaoSimplify condition checking as CONCAT assume all inputs...
2012-10-19 Nadav Rotemvectorizer: Add support for reading and writing from...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Nadav Rotemcleanup the comment.
2012-10-18 Jordan RoseFix case for include of Compiler.h.
2012-10-18 Jordan RoseAdd move constructors for OwningPtr and OwningArrayPtr.
2012-10-18 Jordan RoseAdd a T&& constructor to llvm::Optional.
2012-10-18 Bob WilsonMark bugpoint tests with XFAIL when building with LTO...
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 Daniel Dunbartest: Add a lit config variable to check if LTO is...
2012-10-18 Daniel Dunbarlit: Allow XFAIL: lines to also refer to "features".
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Bob WilsonUse an export list when building JIT unittests. <rdar...
2012-10-18 Sebastian PopUse pre-python 2.5 syntax in lit.cfg.
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 Bob WilsonRevert "We need this symbol after an LTO build."
2012-10-18 Nadav RotemAvoid reconstructing the pointer set when searching...
2012-10-18 Micah VillmowUpdate the LangRef documentation for the per pointer...
2012-10-18 Meador IngeCosmetic change -- move two simplifiers to the right...
2012-10-18 Meador Ingeinstcombine: Migrate strcpy optimizations
2012-10-18 Eli Benderskytest commit: verifying access from new address
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 Nadav RotemAdd a small example which shows a vectorizable loop...
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 Michael LiaoDisable extract-concat test case temporarily
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... 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...
next