Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-19Fix the clang -Werror build (-Wbraced-scalar-init)David Blaikie
2015-06-19Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser
2015-06-08Revert "Add NVIDIA vprintf printing to RuntimeDebugBuilder"Tobias Grosser
2015-06-06Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser
2015-06-05Free two strings produced by islTobias Grosser
2015-06-04Mark sdivs as 'exact' instead of lowering them ourselvesTobias Grosser
2015-06-03Lower signed-divisions without rounding to ashr instructionsTobias Grosser
2015-06-03Only convert power-of-two floor-division with non-negative denominatorTobias Grosser
2015-06-03Translate power-of-two floor-division into ashrTobias Grosser
2015-05-29Exploit non-negative numeratorsTobias Grosser
2015-05-28Update isl to 93b8e43dTobias Grosser
2015-05-27Use value semantics for list of ScopStmt(s) instead of std::owningptrTobias Grosser
2015-05-27Drop unnecessary 'this->' pointersTobias Grosser
2015-05-23Use unique_ptr to clarify ownership of ScopStmtTobias Grosser
2015-05-23Add scalar and phi code generationJohannes Doerfert
2015-05-20Use base-pointer address space when creating new access functionsTobias Grosser
2015-05-20Add printing and testing to ScopArrayInfoTobias Grosser
2015-05-19Adapt to IRBuilder::CreateCall interface changeTobias Grosser
2015-05-15Drop unused PTX generator fileTobias Grosser
2015-05-12Rename IslCodeGeneration to CodeGenerationTobias Grosser
2015-05-11Revert "Adjust formatting to latest clang-format change"Tobias Grosser
2015-05-09Add explicit #includes for used isl featuresTobias Grosser
2015-05-09Sort include directivesTobias Grosser
2015-05-08Adjust formatting to latest clang-format changeTobias Grosser
2015-04-27Extract IslNodeBuilder into its own fileTobias Grosser
2015-04-27Drop some unused headersTobias Grosser
2015-04-27Fix PTXGenerator after raw_pwrite_stream has been introducedTobias Grosser
2015-04-27Remove flag '-polly-annotate-alias-scopes'Tobias Grosser
2015-04-27Remove implementation of getNumberOfIterations from header [NFC]Tobias Grosser
2015-04-21Rename 'scattering' to 'schedule'Tobias Grosser
2015-04-06[opaque pointer type] More GEP API migrationsDavid Blaikie
2015-04-05Sign-extend in case of non-matching bitwidthTobias Grosser
2015-04-05Do not use the POLLY vector code generator if only strip-mining is requestedTobias Grosser
2015-03-30Update isl to 285e92aeaTobias Grosser
2015-03-28Code generate parameters and run-time checks after branching new code regionTobias Grosser
2015-03-23Drop -polly-vectorizer-unroll-only optionTobias Grosser
2015-03-12Drop option to prepare code for the BB vectorizerTobias Grosser
2015-03-11Assert in isl expression builder if id can not be found [NFC]Tobias Grosser
2015-03-10Fix compilation after DataLayout was added to ScevExpanderTobias Grosser
2015-03-09Update PTX generator to latest LLVM changesTobias Grosser
2015-03-09[Formating] Fix formatingJohannes Doerfert
2015-03-08[FIX] Add and force initialization for Pass * memberJohannes Doerfert
2015-03-08Add sign-extension during codegen of index expressionsTobias Grosser
2015-03-05Fix compilation after 'Make DataLayout Non-Optional in the Module' commitTobias Grosser
2015-03-05Create a dependence struct to hold dependence information for a SCoP.Johannes Doerfert
2015-03-05Rename the Dependences pass to DependenceInfo [NFC]Johannes Doerfert
2015-03-04Remove unnecessary dynamic memory managementTobias Grosser
2015-03-04Add support for conditional 'and' and 'or' expressionsTobias Grosser
2015-03-02[FIX] Make parallel codegen aware of region statementsJohannes Doerfert
2015-03-01[Refactor] Include explicitly what is usedJohannes Doerfert