oota-llvm.git
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-15 Rafael EspindolaAdd mingw32 to the XFAIL. I forgot about it when adding...
2013-07-15 Manman RenPEI: Support for non-zero SPAdj at beginning of a basic...
2013-07-15 Nadav RotemPR16628: Fix a bug in the code that merges compares.
2013-07-15 Hal FinkelPPC: Refactoring to support subtarget feature changing
2013-07-15 David BlaikieFurther simplify test case from r186119/r186035.
2013-07-15 Rafael EspindolaXFAIL on windows too and document the XFAILs.
2013-07-15 Manman RenMachine Verifier: verify FrameSetup and FrameDestroy
2013-07-15 Rafael EspindolaRemove an extra is_directory call.
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-07-15 Reid Kleckner[mc-coff] Resolve aliases when emitting COFF relocations
2013-07-15 Tom StellardR600/SI: Add support for 64-bit loads
2013-07-15 Hal FinkelRemove invalid assert in DAGTypeLegalizer::RemapValue
2013-07-15 Stephen LinRemove trailing whitespace
2013-07-15 Chandler CarruthRevert r186316 while I track down an ASan failure and...
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-07-15 Reid KlecknerRevert "[Option] Store arg strings in a set backed...
2013-07-15 Job NoormanTest commit to see if write access works.
2013-07-15 Reid Kleckner[Option] Store arg strings in a set backed by a BumpPtr...
2013-07-15 Rafael EspindolaXFAIL this on freebsd to bring the bot back.
2013-07-15 Chandler CarruthReimplement SROA yet again. Same fundamental principle...
2013-07-15 Alexey SamsonovDebugInfo: Factor out parsing compile unit DIEs to...
2013-07-15 Craig TopperAdd 'const' qualifier to some arrays.
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Craig TopperAdd include to hopefully fix windows build.
2013-07-15 Craig TopperAdd const qualifier to some static arrays.
2013-07-15 Craig TopperAdd 'static' keyword to some const arrays for consistency.
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Craig TopperRevert part of 186302 to fix buildbots.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-15 NAKAMURA TakumiMark llvm/test/Object/extract.ll as XFAIL:mingw32,...
2013-07-14 Eric ChristopherClarify comments.
2013-07-14 Eric ChristopherAdd DW_AT_GNU_odr_signature to the set of dwarf attributes.
2013-07-14 Eric ChristopherCollapse temporary variable into call.
2013-07-14 Anton KorobeynikovUse conventional syntax for branches.
2013-07-14 Stephen LinCorrect inaccurate statement in FileCheck docs.
2013-07-14 Anton KorobeynikovProperly lower jump tables on MSP430. Patch by Job...
2013-07-14 Chandler CarruthThe archive update test has a subtle race condition...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-14 Nadav RotemSLPVectorizer: change the order in which we search...
2013-07-14 Tobias GrosserFix build by replacing '>>' with '> >'
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-14 Andrew TrickRemove a bunch of old SCEVExpander FIXME's for preservi...
2013-07-14 Andrew TrickTeach indvars to generate nsw/nuw flags when widening...
2013-07-14 Stephen LinFixup to r186268 and r186269: don't append -LABEL to...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
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
next