oota-llvm.git
2014-07-03 Peter CollingbourneModify LTOModule::isTargetMatch to take a StringRef...
2014-07-03 Peter Collingbournegold plugin: move target initialization to the top...
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 Kevin EnderbyAdd the -just-symbol-name (aka -j) flag to llvm-nm...
2014-07-03 Andrea Di Biagio[X86] Add ISel patterns to select 'f32_to_f16' and...
2014-07-03 Rafael EspindolaExpand the note about llvm-ar now that inline asm works.
2014-07-03 Rafael EspindolaMove test since it now depends on the x86 backend.
2014-07-03 Rafael EspindolaLTO depends on Object now.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-07-03 Gerolf HoflehnerRun interprocedural const prop before global optimizer
2014-07-03 Rafael Espindolafix configure+make build
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Kevin EnderbyAdd the -U flag to llvm-nm as an alias to -defined...
2014-07-03 Sanjay Patelfixed typo in comment
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 Stepanov[msan] Add missing attributes in MemorySanitizer tests.
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 NAKAMURA TakumiLet llvm/test/CodeGen/X86/lower-bitcast.ll tolerant...
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 Chandler Carruth[aarch64] Add a test that should have been in r212242...
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 Kevin EnderbyAdd the -reverse-sort flag (aka -r) to llvm-nm
2014-07-02 Eric ChristopherSo that we can include target lowering in the subtarget...
2014-07-02 Rafael EspindolaUpdate comment and include guard.
2014-07-02 Peter Zotov[OCaml] Documentation improvements.
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... AArch64: Re-enable AArch64AddressTypePromotion
2014-07-02 Duncan P. N... AArch64: Remove unnecessary parens
2014-07-02 Matt ArsenaultR600: Fix crashes when an illegal type load or store...
2014-07-02 Puyan LotfiJust adding a getHalfTy method to IRBuilder for complet...
2014-07-02 Duncan P. N... AArch64: Merge isa with dyn_cast
2014-07-02 Duncan P. N... XFAIL the test to go with r202189
2014-07-02 Duncan P. N... 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 Sylvestre LedruAlso document the 'arc commit' commands in the 'Committ...
2014-07-02 Benjamin KramerX86: When combining shuffles just remove shuffles that...
2014-07-02 Axel NaumannUndefine R2, R4, R6 after use.
2014-07-02 Elena DemikhovskyAVX-512: dec/inc instructions are slow on KNL
2014-07-02 Matt ArsenaultMove operator[] to DomTreeNodeBase
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: Add a vector variant test for PR20186
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-02 Owen AndersonAdd range for-loop iterator adapter for cases in Switch...
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 Reid KlecknerRemove the recommendation against using std::function
2014-07-02 Eric ChristopherMove the subtarget dependent features from XCoreTargetM...
2014-07-02 Eric ChristopherMake XCoreSelectionDAGInfo take a DataLayout since...
2014-07-01 Kevin EnderbyAlso run clang-format on llvm-nm.cpp to tidy things...
2014-07-01 Kevin EnderbyRun clang-format on llvm-size.cpp to tidy things up...
2014-07-01 Juergen Ributzka[FastISel] Factor out stackmap intrinsic selection...
2014-07-01 Tim NorthoverX86: remove atomic instructions *after* we've iterated...
next