oota-llvm.git
2014-05-09 Jonathan RoelofsFix broken build
2014-05-09 Louis GerbargAdd custom lowering for add/sub with overflow intrinsic...
2014-05-09 Louis GerbargAdd ExtractValue instruction to SimplifyCFG's ComputeSp...
2014-05-09 Tom StellardR600/SI: Teach SIInstrInfo::moveToVALU() how to move...
2014-05-09 Tom StellardR600/SI: Fix SMRD pattern for offsets > 32 bits
2014-05-09 Tom StellardR600: Expand i64 SELECT_CC
2014-05-09 Tom StellardR600: Move MIN/MAX matching from LowerOperation() to...
2014-05-09 James MolloyAttempt to pacify the bots - this commit requires asserts.
2014-05-09 Rafael EspindolaUse auto and clang-format this snippet.
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-05-09 Rafael EspindolaDelete trailing whitespace.
2014-05-09 Rafael EspindolaDelete trailing white space.
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-IV and...
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-09 Simon Atanasyan[yaml2obj] Follow-up to the r208228 and r208406. Remove...
2014-05-09 Rafael EspindolaRemove trailing white space.
2014-05-09 Daniel Sanders[mips] Remove unused CondMov feature bit
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-III and...
2014-05-09 NAKAMURA TakumiMark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for...
2014-05-09 Andrea Di BiagioFix 80 col violation.
2014-05-09 Benjamin Kramer[asan] Stop leaking X86Operands.
2014-05-09 Daniel Sanders[mips][mips64r6] Add experimental support for MIPS32r6...
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.
next