[OCaml] Fix building of stub libraries
[oota-llvm.git] / lib /
2013-11-15 Peter Zotov[llvm-c] Make LLVMGetTargetFromName actually work
2013-11-15 Peter Zotov[llvm-c] Add missing const qualifiers to LLVMCreateTarg...
2013-11-15 Peter Zotov[llvm-c] Simplify signature of LLVMGetTargetFromName
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-15 Eric ChristopherUse a reference rather than a pointer as we don't expec...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-11-14 Tom StellardR600/SI: Add processor type for Hawaii
2013-11-14 Andrew TrickWhen folding memory operands, preserve existing Machine...
2013-11-14 Matt ArsenaultR600/SI: Remove redundant legalizeOperands call
2013-11-14 Hans WennborgAdd #include raw_ostream.h in lib/Target/R600/SIFixSGPR...
2013-11-14 Matt ArsenaultR600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
2013-11-14 David BlaikieDebugInfo: Simplify/narrow null-check for getOrCreateType
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 Chad Rosier[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZ...
2013-11-14 David BlaikieDwarfCompileUnit::getOrCreateContext: Return the compil...
2013-11-14 David BlaikieRemove unnecessary 'else' after return.
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan
2013-11-14 Evgeniy Stepanov[msan] Fast path optimization for wrap-indirect-calls...
2013-11-14 NAKAMURA TakumiIR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Matt ArsenaultIndentation fixes
2013-11-14 Matt ArsenaultAdd a comment
2013-11-14 Matt ArsenaultFix trailing whitespace in debug printing
2013-11-14 NAKAMURA Takumiyaml::Input::mapTag(): Don't use StringRef to hold...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 NAKAMURA TakumiAArch64DAGToDAGISel::SelectVTBL(): Fix a warning. ...
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-14 NAKAMURA TakumiR600/SIFixSGPRCopies.cpp: Fix \param to \return. [...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Kevin Qin[AArch64 neon] support poly64 and relevant intrinsic...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Michael GottesmanAdded BlockFrequencyInfo::view for displaying the block...
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-14 Yunzhong GaoFixing a heisenbug where the memory dependence analysis...
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-14 Yuchen Wullvm-cov: Slightly improved error checking.
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-14 Michael GottesmanFixed 80+ violations.
2013-11-13 Tom StellardR600: Fix uninitialized variable usage
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-11-13 Sebastian Popadd more comments around the delinearization of arrays
2013-11-13 Jakub StaszakSimplify code. No functionality change.
2013-11-13 Jakub StaszakUse StringRef instead of std::string
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-13 David BlaikieDIEHash: Move header include to be first in the impleme...
2013-11-13 Richard Sandiford[SystemZ] Add the general form of BCR
2013-11-13 Benjamin KramerMove Delinearization pass into an anonymous namespace.
2013-11-13 Benjamin KramerMake sure LLVMLoadLibraryPermanently gets an extern...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Rafael EspindolaDon't call doFinalization from verifyFunction.
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-13 Zoran JovanovicSupport for microMIPS trap instruction with immediate...
2013-11-13 Alexey SamsonovFix -Wdelete-non-virtual-dtor warnings by making Sample...
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-13 Vladimir MedicThis patch fixes a bug in floating point operands parsi...
2013-11-13 NAKAMURA TakumiMips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-13 Matt ArsenaultR600: Fix selection failure on EXTLOAD
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-13 Nadav RotemUpdate the docs to match the function name.
2013-11-13 Aaron BallmanReplacing HUGE_VALF with llvm::huge_valf in order to...
2013-11-12 Rafael EspindolaRemove always true flag.
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-12 Nadav RotemFold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2))...
2013-11-12 Nadav RotemFoldBranchToCommonDest merges branches into a single...
2013-11-12 Akira Hatanaka[mips] Fix a bug in function CC_MipsO32_FP64. The secon...
2013-11-12 Eric ChristopherAdd a FIXME for 32-bit q modifiers.
2013-11-12 Justin BognerProtect user-supplied runtime library functions in LTO
2013-11-12 Tim NorthoverARM: diagnose invalid system LDM/STM
2013-11-12 Akira Hatanaka[mips] Revert part of r194510 that was accidentally...
2013-11-12 Akira Hatanaka[mips] Fix and re-enable a test case that has been...
2013-11-12 Rafael EspindolaCorruptly merge constants with explicit and implicit...
2013-11-12 Chad Rosier[AArch64] Implemented AdvSIMD scalar x indexed element...
2013-11-12 Roman DivackyExpand rotate instructions on sparcv9 as well.
2013-11-12 Andrew TrickSimplify operand folding when rematerializing a load.
2013-11-12 Vincent LejeuneR600: Reenable llvm.R600.load.input/interp.input for...
2013-11-12 Daniel Sanders[mips][msa] Enable inlinse assembly for MSA.
2013-11-12 Benjamin KramerSimplifyCFG: Use existing constant folding logic when...
2013-11-12 Daniel Sanders[mips][msa] Fix buildbot failures caused by an unused...
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-11-12 Bradley Smith[ARM] Add support for FP_HP_extension build attribute
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bset, bseti...
2013-11-12 Robert LyttonXCore target: fix bug in aligning 'byval i8*' on the...
2013-11-12 Robert LyttonAdd XCore support for ATOMIC_FENCE.
2013-11-12 Robert LyttonXCore target: return error for unsupported alignment
2013-11-12 Wan XiaofeiChange data structure to memorize computed result in...
2013-11-12 Shuxin YangCorrect a glitch in r194424 which may invalidate iterator.
next