Fix broken build
[oota-llvm.git] / lib /
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 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 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 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 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 Saleem AbdulrasoolARM: support PIC on Windows on ARM
2014-05-09 Nick LewyckyprintCustom is only used in PseudoSourceValue, remove...
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 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
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 Jyotsna Verma[Hexagon] Add new InstrItinClass to support timing...
2014-05-08 Rafael EspindolaUse for range loops.
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 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 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 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 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 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. Exon... GlobalValue: Assert symbols with local linkage have...
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-05-07 Duncan P. N. Exon... LTO: Assert visibility of local linkage when merging...
2014-05-07 Duncan P. N. Exon... LTO: Check local linkage first
2014-05-07 Lang Hames[RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymb...
2014-05-07 Hal Finkel[X86TTI] Remove the unrolling branch limits
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 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 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 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 Daniel Sanders[mips] Continue splitting Instruction.Predicates into...
2014-05-07 James Molloy[ARM64-BE] Fix fast-isel, and add appropriate RUN lines...
2014-05-07 James Molloy[ARM64-BE] Fix variable-argument saving.
2014-05-07 James Molloy[ARM64-BE] Implement the lane-twiddling logic at AAPCS...
2014-05-07 Daniel Sanders[mips] Move IsFP64bit/NotFP64bit to the front of the...
2014-05-07 James Molloy[ARM64-BE] Implement the crazy bitcast handling for...
2014-05-07 James Molloy[ARM64-BE] Predicate VLDR/VSTR for vectors as little...
2014-05-07 James Molloy[ARM64-BE] Make big endian (scalar) argument passing...
2014-05-07 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-07 Daniel Sanders[mips] Split Instruction.Predicates into smaller lists...
2014-05-07 Daniel Sanders[tablegen] Add !listconcat operator with the similar...
2014-05-07 Daniel Sanders[mips] Move HasStdEnc to the front of the predicates...
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-05-07 Stepan DyatkovskiySecond patch of patch series that improves MergeFunctio...
next