[mips] Remove reason for XFAIL from a test that isn't actually XFAILed.
[oota-llvm.git] / lib /
2014-08-08 James Molloy[LoopVectorizer] Enable support for floating-point...
2014-08-08 James Molloy[AArch64] Add an FP load balancing pass for Cortex-A57
2014-08-08 Daniel Sanders[mips] Initial implementation of -mabicalls/-mno-abicalls.
2014-08-08 Tim NorthoverAArch64: stop trying to take control of all UnknownArch...
2014-08-08 Patrik Hagglund[pr19635] Revert most of r170537, and add new testcase.
2014-08-08 David MajnemerGlobalOpt: Optimize in the face of insertvalue/extractvalue
2014-08-08 NAKAMURA TakumiAArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
2014-08-08 Anton Yartsev[tablegen] - Eliminate memory leaks in TGParser.cpp
2014-08-07 Adam Nemet[AVX512] Add zero-masking variant to AVX512_masking...
2014-08-07 Gerolf HoflehnerFix for multi-line comment warning
2014-08-07 Adam Nemet[AVX512] Add codegen test for the masking variant of...
2014-08-07 Akira Hatanaka[stack protector] Look through bitcasts to get global...
2014-08-07 Arnold SchwaighoferSLPVectorizer: Use the type of the value loaded/stored...
2014-08-07 David BlaikieDebugInfo: Fix overwriting/loss of inlined arguments...
2014-08-07 Reed Kotlerfix materialization of one bit constants and global...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Gerolf HoflehnerDebugging Utility - optional ability for dumping critic...
2014-08-07 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction...
2014-08-07 Kevin EnderbyAdd two missing ARM cpusubtypes to the switch statement in
2014-08-07 Owen AndersonFix a case in SROA where lifetime intrinsics could...
2014-08-07 Lang Hames[MCJIT] Replace a c-style cast with reinterpret_cast...
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-08-07 Frederic Risstest commit: remove trailing whitespace.
2014-08-07 Akira Hatanaka[Branch probability] Recompute branch weights of tail...
2014-08-07 Joerg SonnenbergerAdd the majority of the remaining SPE instructions.
2014-08-07 Adam Nemet[AVX512] Generate masking instruction variants with...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Joerg SonnenbergerAdd mfasr and mtasr
2014-08-07 Joerg SonnenbergerAdd mfrtcu and mfrtcl instructions
2014-08-07 Joerg SonnenbergerSupport mttbl and mttbu mnemonic
2014-08-07 Joerg SonnenbergerAdd RFID instruction.
2014-08-07 Joerg SonnenbergerFix Itineray class of rfi
2014-08-07 Joerg SonnenbergerSpell e500 feature in lower case.
2014-08-07 Joerg SonnenbergerAdd first bunch of SPE instructions. As they overlap...
2014-08-07 Alexander KornienkoInsert parens to avoid a warning:
2014-08-07 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-08-07 Daniel Sanders[mips] Add assembler support for .set msa/nomsa directive.
2014-08-07 Pavel ChupinFix lld-x86_64-win7 Build #11969
2014-08-07 Chandler Carruth[x86] Fix another miscompile found through fuzz testing...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Pavel Chupin[x32] Use ebp/esp as frame and stack pointer
2014-08-07 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-08-07 Pete CooperUpdate BitRecTy::convertValue to allow if expressions...
2014-08-07 Pete CooperChange the { } expression in tablegen to accept sized...
2014-08-07 Pete CooperChange TableGen so that binary literals such as 0b001...
2014-08-07 Pete CooperTableGen: Change { } to only accept bits<n> entries...
2014-08-07 Pete CooperFix a whole bunch of binary literals which were the...
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-07 Quentin Colombet[X86][SchedModel] Fixed missing/wrong scheduling model...
2014-08-06 Reid KlecknerMC X86: Accept ".att_syntax prefix" and diagnose noprefix
2014-08-06 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-08-06 Sanjay Patelfix typo
2014-08-06 Yaron KerengetNewMemBuffer memsets the buffer to zeros,
2014-08-06 Rui UeyamaRevert "r214897 - Remove dead zero store to calloc...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-06 Adrian PrantlImprove performance of calculateDbgValueHistory.
2014-08-06 Adrian PrantlCleanup collectChangingRegs
2014-08-06 Reid KlecknerDon't count inreg params when mangling fastcall functions
2014-08-06 Reid KlecknerRound up the size of byval arguments to MinAlign
2014-08-06 Chad Rosier[AArch64] Add a few isTarget* API to AArch64 Subtarget.
2014-08-06 Chad Rosier[AArch64] Fix OS ABI flag for aarch64-linux-gnu target.
2014-08-06 Sanjay Pateluse register iterators that include self to reduce...
2014-08-06 Robert Khasanov[AVX512] Added load/store instructions to Register2Memo...
2014-08-06 James Molloy[AArch64] Add a testcase for r214957.
2014-08-06 James MolloyAdd a new option -run-slp-after-loop-vectorization.
2014-08-06 Tim NorthoverARM: do not generate BLX instructions on Cortex-M CPUs.
2014-08-06 Tim NorthoverARM-MachO: materialize callee address correctly on...
2014-08-06 James Molloy[AArch64] Conditional selects are expensive on out...
2014-08-06 Chandler Carruth[x86] Fix two independent miscompiles in the process...
2014-08-06 Chandler Carruth[x86] Switch to a formulation of a for loop that is...
2014-08-06 Adam Nemet[X86] Fixes commit r214890 to match the posted patch
2014-08-06 Matt ArsenaultCorrect comment
2014-08-06 Peter Collingbourne[dfsan] Try not to create too many additional basic...
2014-08-06 Matt ArsenaultR600: Increase nearby load scheduling threshold.
2014-08-06 Matt ArsenaultR600/SI: Implement areLoadsFromSameBasePtr
2014-08-06 Quentin Colombet[X86][SchedModel] Fixed some wrong scheduling model...
2014-08-06 David BlaikieDebugInfo: Assert that any CU for which debug_loc lists...
2014-08-05 Matt ArsenaultR600/SI: Add definitions for ds_read2st64_ / ds_write2st64_
2014-08-05 JF BastienFix typos in comments and doc
2014-08-05 David BlaikieDebugInfo: Move the reference to the CU from the locati...
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-05 Jonathan RoelofsRe-apply r214881: Fix return sequence on armv4 thumb
2014-08-05 Bill Schmidt[PowerPC] Swap arguments and adjust shift count for...
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-08-05 Chandler Carruth[x86] Fix a crasher due to shuffles which cancel each...
2014-08-05 Duncan P. N. Exon... Remove dead code in condition
2014-08-05 NAKAMURA TakumiX86CodeEmitter.cpp: Add SEH_Epilogue to ignored list...
2014-08-05 Adam Nemet[X86] Improve comments for r214888
2014-08-05 Matt ArsenaultR600/SI: Use register class instead of list of registers
2014-08-05 Matt ArsenaultR600/SI: Add exec_lo and exec_hi subregisters.
2014-08-05 Duncan P. N. Exon... BitcodeReader: Fix non-determinism in use-list order
2014-08-05 Philip ReamesRemove dead zero store to calloc initialized memory
2014-08-05 Jonathan RoelofsRevert r214881 because it broke lots of build-bots
2014-08-05 Sanjay PatelOptimize vector fabs of bitcasted constant integer...
2014-08-05 Adam Nemet[AVX512] Add masking variant and intrinsics for valignd/q
2014-08-05 Adam Nemet[X86] Increase X86_MAX_OPERANDS from 5 to 6
2014-08-05 Adam Nemet[X86] Add lowering to VALIGN
2014-08-05 Adam Nemet[X86] Separate DAG node for valign and palignr
next