oota-llvm.git
2014-05-09 Daniel Sanders[mips] Added missing daddu test to the valid instructio...
2014-05-09 Daniel Sanders[mips] Added missing dsra -> dsrav and sra -> srav...
2014-05-09 Alp TokerMemoryBuffer: don't force mmap when stat fails
2014-05-09 Alp TokerMemoryBuffer: remove unusued definitions
2014-05-09 NAKAMURA Takumitest/TableGen: Remove XFAIL:vg_leak out of 3 tests...
2014-05-09 Rafael EspindolaDon't indent inside a namespace. Don't duplicate a...
2014-05-09 David BlaikieRemove use of = default/= delete as they're unsupported...
2014-05-09 Saleem AbdulrasoolARM: support PIC on Windows on ARM
2014-05-09 Nick LewyckyprintCustom is only used in PseudoSourceValue, remove...
2014-05-09 Rafael EspindolaAdd missing linkage predicates.
2014-05-09 Lang Hames[RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Reloc...
2014-05-08 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-08 Quentin Colombet[TargetInstrInfo] Fix the implementation of commuteInst...
2014-05-08 Nick LewyckyImprove wording to make it sounds more like a change...
2014-05-08 Justin Bognertest/CodeGen: Check that the correct register is used...
2014-05-08 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
2014-05-08 David BlaikieMissed formatting
2014-05-08 David BlaikieStringMap: Move assignment and move construction.
2014-05-08 David BlaikieStringMap: Replace faux-copyability with faux-movabilit...
2014-05-08 David BlaikieStringMap support for move-only values.
2014-05-08 Tobias GrosserCorrect formatting.
2014-05-08 Tobias GrosserUse std::remove_if to remove elements from a vector
2014-05-08 Michael Zolotukhin[InstCombine] Some cleanup in optimization of redundant...
2014-05-08 Rafael EspindolaUse range loops.
2014-05-08 Justin BognerMake a CodeGen test more robust against vector register...
2014-05-08 Jyotsna Verma[Hexagon] Add new InstrItinClass to support timing...
2014-05-08 Rafael EspindolaUse for range loops.
2014-05-08 Sebastian Popadd testcase for r208237: do not collect undef terms
2014-05-08 Rafael EspindolaUse range loop.
2014-05-08 Matt ArsenaultR600: Promote f64 vector load/stores to i64 for consistency
2014-05-08 Rafael EspindolaUse a range loop.
2014-05-08 Andrea Di Biagio[X86] Add target specific combine rules to fold SSE2...
2014-05-08 Saleem Abdulrasooltest: fix test on Windows
2014-05-08 NAKAMURA TakumiMark test/TableGen/listconcat.td as XFAIL:vg_leak....
2014-05-08 Daniel Sanders[mips] Add PredicateControl to InstAlias's
2014-05-08 Bradley Smith[ARM64] Add diagnostics for expected arithmetic shifts
2014-05-08 Bradley Smith[ARM64] Re-work parsing of ADD/SUB shifted immediate...
2014-05-08 Daniel Sanders[mips] Correct tests that are meant to test valid assem...
2014-05-08 Bradley Smith[ARM64] Ensure immediates in extend operands are in...
2014-05-08 Bradley Smith[ARM64] Check for proper immediate in shift/extend...
2014-05-08 Christian PirkerARM big endian function argument passing
2014-05-08 Hal FinkelFix a spelling error
2014-05-08 Daniel Sanders[mips] Implement l[wd]c3, and s[wd]c3.
2014-05-08 Ed MasteAdd isOSFreeBSD triple test
2014-05-08 Dario DomizioliRevert test commit. Removed blank line.
2014-05-08 James Molloy[ARM64-BE] Teach fast-isel about how to set up sub...
2014-05-08 Daniel Sanders[mips] Marked up instructions added in MIPS-II and...
2014-05-08 Daniel Sanders[mips] Implement tlbp, tlbr, tlbwi, and tlbwr
2014-05-08 Dario DomizioliTest commit. Added blank line.
2014-05-08 Tim NorthoverARM64: make sure FastISel emits SSA MachineInstrs
2014-05-08 Evgeniy Stepanov[asan] Preserve flags in asm instrumentation.
2014-05-08 Daniel SandersUse a vector of unique_ptrs to fix a memory leak introd...
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-08 Tobias GrosserRevert "SCEV: Use I = vector<>.erase(I) to iterate...
2014-05-08 Hao LiuAArch64/ARM64: Port NEON post-increment load/store...
2014-05-08 Tobias GrosserSCEV: Use I = vector<>.erase(I) to iterate and delete...
2014-05-08 Richard Smith[modules] Add missing #include.
2014-05-08 Saleem Abdulrasooltest: fix silly typo
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-08 Richard SmithSimplify and fix incorrect comment. No functionality...
2014-05-08 Filipe CabecinhasLower certain build_vectors to insertps instructions
2014-05-07 Lang HamesBack out r208257 while I investigate tester failures.
2014-05-07 Duncan P. N... GlobalValue: Assert symbols with local linkage have...
2014-05-07 Duncan P. N... IR: Don't allow non-default visibility on local linkage
2014-05-07 Duncan P. N... LTO: Assert visibility of local linkage when merging...
2014-05-07 Duncan P. N... LTO: Check local linkage first
2014-05-07 Quentin Colombet[X86] Add a test case for r208252.
2014-05-07 Lang Hames[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymb...
2014-05-07 Hal Finkel[X86TTI] Remove the unrolling branch limits
2014-05-07 Justin Bognerllvm-cov: Fix some funny indentation (NFC)
2014-05-07 Quentin Colombet[X86] Selectively mark the FMA variants inside a family...
2014-05-07 Eric ChristopherReformat a couple of functions for clarity.
2014-05-07 Nico WeberLet OnDiskHashTable call the destructor of its Items.
2014-05-07 Rafael EspindolaReplace a virtual with an override.
2014-05-07 Jyotsna Verma[Hexagon] Add New TSFlags to be used in the upcoming...
2014-05-07 Sebastian Popavoid segfaulting
2014-05-07 Sebastian Popdo not collect undef terms
2014-05-07 Matt ArsenaultFix using wrong result type for setcc.
2014-05-07 Eric ChristopherDebug.h already includes raw_ostream.h, no need to...
2014-05-07 Adam Nemet[Test] Remove c-index-test from the list of substitutions
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-05-07 Chandler Carruth[x86] Make the 'x86-64' cpu, what I see as and many...
2014-05-07 Chandler CarruthTidy up whitespace with clang-format prior to making...
2014-05-07 Simon Atanasyan[yaml2obj] Support ELF x86 relocations.
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-05-07 Alexey Samsonov[CMake] Add build rules for llvm-PerfectShuffle utility
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-05-07 Chad Rosier[ARM64][fast-isel] Disable target specific optimization...
2014-05-07 Daniel Sanders[mips] Add highly experimental support for MIPS-I,...
2014-05-07 Justin Bognerllvm-cov: Explicitly namespace llvm::make_unique to...
2014-05-07 Rafael EspindolaUse range loop.
2014-05-07 Michael Zolotukhin[InstCombine] Add optimization of redundant insertvalue...
2014-05-07 Daniel Sanders[mips] Add FGR_32/FGR_64/GPR_64 adjectives and use...
2014-05-07 Daniel Sanders[mips] Add INSN_<name> adverbs and start using them...
2014-05-07 Evgeniy Stepanov[msan] Fix -fsanitize=memory -fno-integrated-as.
2014-05-07 Tim NorthoverAArch64/ARM64: optimise vector selects & enable test
2014-05-07 Daniel Sanders[mips] Add ISA_<name> adverbs and start using them...
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Ed MasteDebugInfo: Use enum instead of unsigned
2014-05-07 Daniel Sanders[mips] Continue splitting Instruction.Predicates into...
next