oota-llvm.git
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-14 Stephen LinModify two Transforms tests to explicitly check for...
2013-07-13 Stephen LinConvert Windows to Unix line endings, no functionality...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-13 Arnold SchwaighoferLoopVectorizer: Disallow reductions whose header phi...
2013-07-13 Joerg SonnenbergerReduce large list of macros to the primary platform...
2013-07-13 Benjamin KramerConvert a couple of grep tests to FileCheck.
2013-07-13 Benjamin KramerOnly verify the length in archive test, we can't make...
2013-07-13 Rafael EspindolaAttempt at fixing a mingw bot.
2013-07-13 Craig TopperRemove unneeded forward declarations.
2013-07-13 Craig TopperPass SmallVector by const reference instead of by value.
2013-07-13 Andrew TrickMake the new vectorizer test immune to TTI
2013-07-13 Andrew TrickLoopVectorize fix: LoopInfo must be valid when invoking...
2013-07-13 Rafael EspindolaTry to open the file before use data from stat.
2013-07-13 Rafael EspindolaRemove unused file. Thanks to Sean Silva for noticing it.
2013-07-13 Rafael EspindolaAdd r186216 back, but make the test tolerant of differe...
2013-07-13 Nick LewyckyAdd a microoptimization for urem.
2013-07-13 Chandler CarruthRevert commit r186217 -- this is breaking bots:
2013-07-13 Chandler CarruthRevert commit r186216 -- it's breaking bots:
2013-07-12 Akira Hatanaka[mips] Remove trailing whitespace.
2013-07-12 Nick LewyckyFix logic error optimizing "icmp pred (urem X, Y),...
2013-07-12 Akira Hatanaka[mips] Implement MipsTargetMachine::getInstrItineraryDa...
2013-07-12 JF BastienFix ARM paired GPR COPY lowering
2013-07-12 Michael GottesmanFixed 80+ violation and added C++ to header.
2013-07-12 Joey GoulyFix a crash in EvaluateInDifferentElementOrder where...
2013-07-12 Akira Hatanaka[mips] Add instruction itinerary classes for mult,...
2013-07-12 Bill WendlingUse the function attributes to pass along the stack...
2013-07-12 Rafael EspindolaFix a off by one error about which members need to...
2013-07-12 Andrew TrickLFTR improvement to avoid truncation.
2013-07-12 Andrew TrickCleanup LFTR logic.
2013-07-12 Andrew TrickCleanup: rename a variable to make the logic easier...
2013-07-12 Eric ChristopherRemove extraneous braces.
2013-07-12 Benjamin KramerR600: Reapply testcase from r186178, the big endian...
2013-07-12 Rafael EspindolaChange archive-update.test to create a new file on...
2013-07-12 Rafael EspindolaRemove empty directory.
2013-07-12 Rafael EspindolaRename directory to avoid problems on windows.
2013-07-12 Rafael Espindolafix autoconf build
2013-07-12 Rafael EspindolaFix the build with c++03.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Benjamin KramerR600: Remove unsafe type punning. No intended functiona...
2013-07-12 Rafael EspindolaAdd a test for llvm-ar's u option.
2013-07-12 Tom StellardR600: Remove the fpconst64.ll test which was failing...
2013-07-12 Arnold SchwaighoferX86 cost model: Add cost for vectorized gather/scather
2013-07-12 Arnold SchwaighoferARM cost model: Add cost for gather/scather
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Rafael EspindolaRelax the test a bit more to handle different UIDs...
2013-07-12 Rafael EspindolaRelax test a bit to handle umask differences.
2013-07-12 Rafael EspindolaAdd a test for the 'o' option in llvm-ar.
2013-07-12 Tom StellardR600/SI: Add support for f64 kernel arguments
2013-07-12 Tom StellardR600/SI: Implement select and compares for SI
2013-07-12 Tom StellardR600/SI: Add fsqrt pattern for SI
2013-07-12 Tom StellardR600/SI: Add double precision fsub pattern for SI
2013-07-12 Tom StellardR600/SI: SI support for 64bit ConstantFP
2013-07-12 Tom StellardR600/SI: Add initial double precision support for SI
2013-07-12 Tom StellardR600: Add ISA documents to the CompilerWriterInfo page
2013-07-12 Michael GottesmanFixed comment in header of Block Frequency Impl and...
2013-07-12 Benjamin KramerX86: Shrink certain forms of movsx.
2013-07-12 Rafael EspindolaAdd static.
2013-07-12 Stephen LinX86: fold SSE2/AVX2 logical shift by immediate amount...
2013-07-12 Stephen LinStart using CHECK-LABEL in some tests.
2013-07-12 Stephen LinAdd new directive called CHECK-LABEL to FileCheck.
2013-07-12 Rafael EspindolaDon't reject an empty archive.
2013-07-12 Benjamin KramerMark MDNode::getOperand as readonly.
2013-07-12 Chandler CarruthRevert "indvars: Improve LFTR by eliminating truncation...
2013-07-12 Vladimir MedicAdd support for Mips break and syscall insructions...
2013-07-12 Richard Sandiford[SystemZ] Add test missing from r186148
2013-07-12 Richard Sandiford[SystemZ] Optimize sign-extends of vector setccs
2013-07-12 Richard Sandiford[SystemZ] Fix parsing of inline asm registers
2013-07-12 Richard Sandiford[SystemZ] Improve spilling of LGDR and LDGR
2013-07-12 Shuxin YangStylistic change.
2013-07-12 Nadav RotemSLPVectorizer: Sink and enable CSE for ExtractElements.
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-07-12 NAKAMURA Takumillvm/test/Object/archive-toc.test: Use env(1) to satisf...
2013-07-12 NAKAMURA TakumiWindows/TimeValue.inc: Mute prefixed '0' on %d to emula...
2013-07-12 Manman RenPEI: refactor replaceFrameIndices(MF) to call replaceFr...
2013-07-12 Nadav RotemSLPVectorize: Replace the code that checks for vectoriz...
2013-07-11 David DeanAdd the ability to use guarded malloc when running...
2013-07-11 Benjamin Kramerllvm-ar: Clean up memory management with OwningPtr.
2013-07-11 Benjamin KramerSync SmallBitVector with BitVector. Add unit tests...
2013-07-11 Michael GottesmanFixed up comments in TargetLowering.h to conform to...
2013-07-11 Adrian PrantlIn response to dblaikie's comment on r186035, replacing the
2013-07-11 Rafael EspindolaAdd tests for the before and after modifiers.
2013-07-11 Nadav RotemRemove an argument that we dont use anymore.
2013-07-11 Rafael EspindolaUse %llu to print a 64 bit number. Should fix the ARM...
2013-07-11 Rafael EspindolaAdd a test for llvm-ar's m operation.
2013-07-11 Hal FinkelPPC: Add some missing V_SET0 patterns
2013-07-11 Andrew Trickindvars: Improve LFTR by eliminating truncation when...
2013-07-11 Hal FinkelPPCDAGToDAGISel::isRunOfOnes should return false on...
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-11 Rafael EspindolaAdd back code for supporting old mingw versions. Should...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-07-11 Rafael EspindolaInsertBefore is the same as AddBefore. Delete it.
2013-07-11 Rafael EspindolaLooks like some versions of mingw don't have errno_t...
2013-07-11 Benjamin KramerUse move semantics if possible to construct ConstantRanges.
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-11 Arnold SchwaighoferLoopVectorize: Vectorize all accesses in address space...
2013-07-11 Rafael EspindolaMerge these tests.
2013-07-11 Rafael EspindolaUse a more unique name to avoid conflicting with direct...
2013-07-11 Rafael EspindolaAdd a test for llvm-ar's 'd' operation.
next