Make helper functions static.
[oota-llvm.git] / lib /
2014-07-07 Benjamin KramerMake helper functions static.
2014-07-07 Tim NorthoverX86: revert unintentional change to X86FastISel.
2014-07-07 Evgeniy Stepanov[asan] Generate asm instrumentation in MC.
2014-07-07 Evgeniy Stepanov[msan] Fix handling of phi in blacklisted functions.
2014-07-07 Benjamin KramerInstCombine: Simplify code, no functionality change.
2014-07-07 Chandler Carruth[x86] Teach the new vector shuffle lowering code to...
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-07-07 Saleem AbdulrasoolARM: properly lower dllimport'ed global values
2014-07-07 Saleem AbdulrasoolARM: correctly mangle dllimport symbols
2014-07-07 Saleem AbdulrasoolARM: unify symbol name retrieval
2014-07-07 Kevin Qin[AArch64] Normalize all constants to build a vector.
2014-07-06 Sanjay Patelfixed typos in comments
2014-07-06 Sanjay Patelfixed some typos in comments
2014-07-06 Saleem AbdulrasoolAArch64: whitespace cleanup
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-05 Matt ArsenaultUse cast<> instead of dyn_cast + assert
2014-07-05 Matt ArsenaultFix grammar
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-05 David MajnemerMC: make MCSymbolData::dump work on const objects
2014-07-05 Rafael EspindolaMake a helper function static. No functionality change.
2014-07-04 David MajnemerMC: Correct comment in ExportSymbol
2014-07-04 David MajnemerMC: Cleanup COFFAsmParser::ParseSectionFlags
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 David MajnemerIR: Fold away compares between GV GEPs and GVs
2014-07-04 Rafael EspindolaFix a bug in the conversion to ErrorOr.
2014-07-04 Rafael EspindolaRevert "Convert a few std::strings to StringRef."
2014-07-04 Rafael EspindolaIgnore llvm specific symbols in the LTOModule.
2014-07-04 Ehsan AkhgariAdd support for parsing the not operator in Microsoft...
2014-07-04 Rafael EspindolaIgnore llvm.* globals.
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-04 Rafael EspindolaAvoid mangling names twice. No functionality change.
2014-07-04 Rafael EspindolaMark intrinsic functions as llvm-specific.
2014-07-04 Daniel Sanders[mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6...
2014-07-04 Rafael EspindolaDon't include llvm.metadata variables in archive symbol...
2014-07-04 Rafael EspindolaConvert a few std::strings to StringRef.
2014-07-04 Rafael EspindolaConvert these functions to use ErrorOr.
2014-07-04 Rafael EspindolaRemove unused old-style error handling.
2014-07-04 Benjamin KramerGlobalDCE: Delete available_externally initializers...
2014-07-04 Tim NorthoverARM: when falling back to scattered relocs, keep the...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-07-04 Benjamin KramerInstCombine: Strength reduce sadd.with.overflow into...
2014-07-04 Daniel Sanders[mips][mips64r6] Correct the encoding of dmuh, dmuhu...
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-04 Alexey Volkov[X86] Limit maximum nop length on Silvermont
2014-07-04 Robert LyttonXCore target: remove incorrect DebugLoc entries from...
2014-07-04 Alp TokerFix prefix comparison from r212308
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-07-04 Alp TokerSink undesirable LTO functions into the old C API
2014-07-04 David MajnemerInstSimplify: Fix a bug when INT_MIN is in a sdiv
2014-07-03 Peter CollingbourneModify LTOModule::isTargetMatch to take a StringRef...
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Chandler Carruth[x86] Clarify that this lowering only applies to vector...
2014-07-03 Rafael EspindolaUse std::unique_ptr to manage memory. No functionality...
2014-07-03 Eric ChristopherTemporarily revert "Don't try to construct debug Lexica...
2014-07-03 Eric ChristopherRemove caching of the target machine and initialization...
2014-07-03 Andrea Di Biagio[CostModel][x86] Improved cost model for alternate...
2014-07-03 Andrea Di Biagio[X86] Add ISel patterns to select 'f32_to_f16' and...
2014-07-03 Rafael EspindolaLTO depends on Object now.
2014-07-03 Gerolf HoflehnerRun interprocedural const prop before global optimizer
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 David MajnemerIR: cleanup Module::dropReferences
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-07-03 Sanjay Patelbug fix for PR20020: anti-dependency-breaker causes...
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-07-03 Evgeniy Stepanov[msan] Stop propagating shadow in blacklisted functions.
2014-07-03 Evgeniy StepanovRevert of r212265.
2014-07-03 Evgeniy Stepanov[msan] Stop propagating shadow in blacklisted functions.
2014-07-03 Marcello MaggioniMinor stylistic fix in SimplifyCFG (test commit)
2014-07-03 Chandler Carruth[x86] Fix the completely broken vector widening legaliz...
2014-07-03 Chandler Carruth[x86] Fix crashes in lowering bitcast instructions...
2014-07-03 Richard TrieuAdd new lines to debugging information.
2014-07-03 Chandler Carruth[x86] Based on a long conversation between myself,...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-03 Eric ChristopherMake these preprocessor directives match all of the...
2014-07-03 Eric ChristopherRemove dead code.
2014-07-03 Chandler Carruth[codegen,aarch64] Add a target hook to the code generat...
2014-07-03 Eric ChristopherMove subtarget dependent features into the subtarget...
2014-07-02 Eric ChristopherSo that we can include frame lowering in the subtarget...
2014-07-02 Eric ChristopherSo that we can include target lowering in the subtarget...
2014-07-02 Eric ChristopherFix typos.
2014-07-02 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-02 Eric ChristopherMove the data layout and selection dag info from the...
2014-07-02 Adam Nemet[X86] AVX512: Allow writemask argument in vpermt* intri...
2014-07-02 Adam Nemet[X86] AVX512: Generate Pat<>'s for the vpermt2* intrins...
2014-07-02 Adam Nemet[X86] AVX512: Add writemask variants for vperm*2*
2014-07-02 Tom StellardR600: Add a comment that llvm.AMDGPU.trunc is a legacy...
2014-07-02 Tom StellardR600/SI: Use a ComplexPattern for ADDR64 addressing...
2014-07-02 Tom StellardR600: Promote i64 loads to v2i32
2014-07-02 Tom StellardR600/SI: Adjsut SGPR live ranges before register allocation
2014-07-02 Tom StellardR600/SI: Add verifier check for immediates in register...
2014-07-02 Alexey SamsonovRemove non-static field initializer to appease MSVC
2014-07-02 Rafael EspindolaFix configure+make build.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-02 Quentin Colombet[RegAllocGreedy] Provide a subtarget hook to disable...
next