gold plugin: move target initialization to the top of the onload function.
[oota-llvm.git] / lib /
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...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-07-02 David BlaikieConstify the Function pointers in the result of makeSub...
2014-07-02 Duncan P. N. Exon... AArch64: Re-enable AArch64AddressTypePromotion
2014-07-02 Duncan P. N. Exon... AArch64: Remove unnecessary parens
2014-07-02 Matt ArsenaultR600: Fix crashes when an illegal type load or store...
2014-07-02 Duncan P. N. Exon... AArch64: Merge isa with dyn_cast
2014-07-02 Duncan P. N. Exon... AArch64: Temporarily disable AArch64AddressTypePromotion
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
2014-07-02 Chad RosierRevert "Revert "MachineScheduler: better book-keeping...
2014-07-02 Benjamin KramerX86: When combining shuffles just remove shuffles that...
2014-07-02 Elena DemikhovskyAVX-512: dec/inc instructions are slow on KNL
2014-07-02 Matt ArsenaultFix missing const
2014-07-02 David MajnemerInstCombine: Optimize x/INT_MIN to x==INT_MIN
2014-07-02 Chandler Carruth[cleanup] Hoist an if-else chain on ISD opcodes (really...
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-02 Saleem Abdulrasoolaarch64: support target-specific .req assembler directive
2014-07-02 Chandler Carruth[cleanup] Remove dead 'break;' statements that I meant...
2014-07-02 Chandler Carruth[cleanup] Hoist the promotion dispatch logic into the...
2014-07-02 Chandler Carruth[cleanup] Nuke the 'VectorOp' bit of the promote method...
2014-07-02 Chandler Carruth[x86] Clean up and modernize the doxygen and API commen...
2014-07-02 Eric ChristopherBreak out subtarget initialization that dependent varia...
2014-07-02 Eric ChristopherUnify these two lines.
2014-07-02 Eric ChristopherMove MipsJITInfo to the subtarget rather than the targe...
2014-07-02 Eric ChristopherRemove unnecessary include.
2014-07-02 Eric ChristopherRemove the cached InstrItineraryData on the TargetMachi...
2014-07-02 Eric ChristopherMove the subtarget dependent features from XCoreTargetM...
2014-07-02 Eric ChristopherMake XCoreSelectionDAGInfo take a DataLayout since...
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-07-01 Tim NorthoverX86: remove atomic instructions *after* we've iterated...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-07-01 Tim NorthoverX86: delegate expanding atomic libcalls to generic...
2014-07-01 Reid KlecknerOptimize InstCombine stack memory consumption
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-07-01 David BlaikieDebugInfo: Keep track of subprograms who's arguments...
2014-07-01 Eric ChristopherMove the subtarget dependent features from SystemZTarge...
2014-07-01 Eric ChristopherRemove the use and initialization of the target machine...
2014-07-01 David BlaikieDebugInfo: Provide a utility for building a mapping...
2014-07-01 Tim NorthoverAArch64: fix comment typo
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2014-07-01 Adam Nemet[X86] AVX512: Allow writemasks with vpcmp
2014-07-01 Adam Nemet[X86] AVX512: Factor generating the AsmString into...
2014-07-01 Chad RosierRevert "MachineScheduler: better book-keeping for asserts."
2014-07-01 Quentin Colombet[PeepholeOptimzer] Fix a typo in a comment.
2014-07-01 David MajnemerGlobalOpt: Don't swap private for internal linkage
2014-07-01 Rafael EspindolaAvoid revocations when possible.
2014-07-01 Quentin Colombet[PeepholeOptimizer] Advanced rewriting of copies to...
2014-07-01 Quentin Colombet[RegAllocGreedy] Provide a flag to disable the local...
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 Andrew TrickMachineScheduler: better book-keeping for asserts.
2014-07-01 Alp TokerExecutionEngine::create(): fix interpreter fallback...
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
2014-07-01 David MajnemerGlobalOpt: Handle non-zero offsets for aliases
next