git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Removed unused LParenLoc parameter to ActOnCXXForRangeStmt
[lldb.git]
/
polly
/
2012-08-15
Tobias Grosser
Remove executable bits from html files
tree
|
commitdiff
2012-08-15
Tobias Grosser
www documentation for using Polly with dragonegg.
tree
|
commitdiff
2012-08-03
Tobias Grosser
Add preliminary implementation for GPGPU code generation.
tree
|
commitdiff
2012-08-03
Tobias Grosser
Remove 'using namespace llvm' from header file
tree
|
commitdiff
2012-08-03
Tobias Grosser
cmake: Fix building of Polly on Apple system
tree
|
commitdiff
2012-08-02
Tobias Grosser
Remove leftover definitions
tree
|
commitdiff
2012-08-02
Tobias Grosser
Update llvm.codegen() patch for CodeGen.cpp changes...
tree
|
commitdiff
2012-08-02
Tobias Grosser
Add missing dependency to cmake system
tree
|
commitdiff
2012-08-02
Tobias Grosser
Add support for libpluto as the scheduling optimizer.
tree
|
commitdiff
2012-08-01
Hongbin Zheng
IndependentBLocks: Do not visit the same instruction...
tree
|
commitdiff
2012-07-24
Tobias Grosser
Create a new directory before running the polly script
tree
|
commitdiff
2012-07-16
Tobias Grosser
Allow cast instructions within scops
tree
|
commitdiff
2012-07-13
Tobias Grosser
Revert "Add preliminary implementation for GPGPU code...
tree
|
commitdiff
2012-07-13
Tobias Grosser
Add preliminary implementation for GPGPU code generation.
tree
|
commitdiff
2012-07-06
Tobias Grosser
Update libGPURuntime to be dual licensed under MIT...
tree
|
commitdiff
2012-07-06
Hongbin Zheng
Add an Instruction member to MemoryAccess Class.
tree
|
commitdiff
2012-07-05
Hongbin Zheng
Add stringFromIslObj support for various isl_objs.
tree
|
commitdiff
2012-07-05
Hongbin Zheng
Refactor: Use generic internal function template in...
tree
|
commitdiff
2012-07-04
Tobias Grosser
Replace CUDA data types with Polly's GPGPU data types.
tree
|
commitdiff
2012-07-03
Tobias Grosser
codegen.intrinsic: Update testcase to work with NVPTX...
tree
|
commitdiff
2012-07-03
Tobias Grosser
Update to Polly for LLVM r159614 which changes Passes...
tree
|
commitdiff
2012-07-01
Tobias Grosser
Update to Polly for LLVM r159383 which changes Selectio...
tree
|
commitdiff
2012-06-29
Chandler Carruth
Speculative update to Polly for LLVM r159421 which...
tree
|
commitdiff
2012-06-22
Tobias Grosser
Add TempScop::isWrite() function.
tree
|
commitdiff
2012-06-11
Tobias Grosser
Add some tests for the independent blocks pass.
tree
|
commitdiff
2012-06-11
Tobias Grosser
Add the runtime library for GPGPU code generation.
tree
|
commitdiff
2012-06-06
Tobias Grosser
Fix some coding convention problems.
tree
|
commitdiff
2012-06-06
Tobias Grosser
Detect the cuda library available.
tree
|
commitdiff
2012-06-05
Tobias Grosser
CLooG: Do not take into account the context
tree
|
commitdiff
2012-05-30
Tobias Grosser
www: Add GPGPU Code Generation Documentation.
tree
|
commitdiff
2012-05-30
Tobias Grosser
Add llvm.codegen intrinsic patch file to polly/utils.
tree
|
commitdiff
2012-05-29
Tobias Grosser
ScopInfo: Store ScopStmt pointer in the domain
tree
|
commitdiff
2012-05-29
Tobias Grosser
Mark the increments of the generated induction variable...
tree
|
commitdiff
2012-05-29
Tobias Grosser
Move executeScopConditionally() into its own file
tree
|
commitdiff
2012-05-29
Tobias Grosser
Move CLooG.h into include/polly/CodeGen/
tree
|
commitdiff
2012-05-22
Tobias Grosser
ScheduleOptimizer: Simplify some code
tree
|
commitdiff
2012-05-22
Tobias Grosser
ScopInfo: Add parameter bounds to context
tree
|
commitdiff
2012-05-22
Tobias Grosser
Replace some asserts with llvm_unreachable
tree
|
commitdiff
2012-05-22
Tobias Grosser
ScopInfo: SCEVUnknowns are always parameters
tree
|
commitdiff
2012-05-22
Tobias Grosser
Move isParallelFor into CodeGeneration
tree
|
commitdiff
2012-05-07
Sebastian Pop
make registerPollyPreoptPasses static
tree
|
commitdiff
2012-05-07
Sebastian Pop
make registerPollyPasses static, remove param
tree
|
commitdiff
2012-05-07
Sebastian Pop
add some more missing ifdef CLOOG_FOUND
tree
|
commitdiff
2012-05-07
Sebastian Pop
add a check for ISL codegen at configure time
tree
|
commitdiff
2012-05-06
Hongbin Zheng
WWW: Adapt the vectorize option change.
tree
|
commitdiff
2012-05-06
Hongbin Zheng
Regression tests: Adapt the vectorize option change.
tree
|
commitdiff
2012-05-06
Hongbin Zheng
Allow polly ask bb-vectorizer to vectorize the loop...
tree
|
commitdiff
2012-05-04
Sebastian Pop
fix typo
tree
|
commitdiff
2012-05-04
Chandler Carruth
Try to fix the Polly build while I'm trying to get...
tree
|
commitdiff
2012-05-04
Chandler Carruth
Update Polly to match the LLVM interface change in...
tree
|
commitdiff
2012-05-04
Sebastian Pop
compile cloog code only when CLOOG_FOUND is set
tree
|
commitdiff
2012-05-04
Sebastian Pop
move Cloog.cpp to CodeGen
tree
|
commitdiff
2012-05-04
Tobias Grosser
Fix typo.
tree
|
commitdiff
2012-05-04
Tobias Grosser
ScopDection: Improve status message for non-affine...
tree
|
commitdiff
2012-04-30
Tobias Grosser
Remove unused function
tree
|
commitdiff
2012-04-27
Tobias Grosser
SCEV based code generation
tree
|
commitdiff
2012-04-26
Hongbin Zheng
1. Add a header guard for RegisterPasses.h to prevent...
tree
|
commitdiff
2012-04-26
Tobias Grosser
Further simplify parallelism test
tree
|
commitdiff
2012-04-25
Tobias Grosser
ScheduleOptimizer: Move functions into class
tree
|
commitdiff
2012-04-25
Hongbin Zheng
Refactor: Move the code generation related header files...
tree
|
commitdiff
2012-04-25
Hongbin Zheng
Refactor: Move the declaration of the BlockGenerator...
tree
|
commitdiff
2012-04-25
Hongbin Zheng
ScopStmt: Provide a function to allow users look up...
tree
|
commitdiff
2012-04-25
Hongbin Zheng
Minor change: Replace convertInt in ScopInfo.cpp by...
tree
|
commitdiff
2012-04-24
Tobias Grosser
Simplify import/export command line flags.
tree
|
commitdiff
2012-04-24
Tobias Grosser
Unify the optimizer selection.
tree
|
commitdiff
2012-04-24
Tobias Grosser
Make vector tests less sensible to codegen changes
tree
|
commitdiff
2012-04-23
Hongbin Zheng
Refactor: Pass the argument 'IRBuilder' and 'AfterBlock...
tree
|
commitdiff
2012-04-23
Hongbin Zheng
1. Add a header guard for LoopGenerators.h to prevent...
tree
|
commitdiff
2012-04-19
Tobias Grosser
Dependences: Rework parallelism check
tree
|
commitdiff
2012-04-17
Tobias Grosser
www: Update matmul example slightly.
tree
|
commitdiff
2012-04-16
Tobias Grosser
ScheduleOpt: Fix crash with -enable-polly-vector
tree
|
commitdiff
2012-04-12
Tobias Grosser
CodeGen: Generate scalar code if vector instructions...
tree
|
commitdiff
2012-04-11
Hongbin Zheng
Revert "Make the "all" target depend on polly-test...
tree
|
commitdiff
2012-04-11
Hongbin Zheng
Revert "Fix a bug introduced by r153739: We are not...
tree
|
commitdiff
2012-04-10
Tobias Grosser
Fix typo
tree
|
commitdiff
2012-04-09
Tobias Grosser
Fix typos.
tree
|
commitdiff
2012-04-07
Hongbin Zheng
Rewritten expandRegion to clarify the intention and...
tree
|
commitdiff
2012-04-07
Hongbin Zheng
ScopDetection: Add some comments to function "expandReg...
tree
|
commitdiff
2012-04-07
Hongbin Zheng
Speed up SCoP detection time by checking the exit of...
tree
|
commitdiff
2012-04-07
Tobias Grosser
CodeGen: Allow Polly to do 'grouped unrolling', but...
tree
|
commitdiff
2012-04-06
Hongbin Zheng
Fix a bug introduced by r153739: We are not able to...
tree
|
commitdiff
2012-04-03
Tobias Grosser
CodeGen: Remove unused declaration
tree
|
commitdiff
2012-04-03
Tobias Grosser
CodeGen: Recreate old ivs with the original type
tree
|
commitdiff
2012-04-03
Hongbin Zheng
www: Fix typo, replace "LD_LBIRARY_PATH" by "LD_LIBRARY...
tree
|
commitdiff
2012-04-03
Hongbin Zheng
www: Append path instead overwrite path when exporting...
tree
|
commitdiff
2012-04-03
Hongbin Zheng
www: Fix typo in the setting LD_LBIRARY_PATH command...
tree
|
commitdiff
2012-04-02
Tobias Grosser
CodeGen: Some style improvements
tree
|
commitdiff
2012-04-01
Tobias Grosser
CodeGen: Remove unused variable
tree
|
commitdiff
2012-04-01
Tobias Grosser
Remove unneeded alias analysis
tree
|
commitdiff
2012-04-01
Tobias Grosser
CodeGen: Allow function parameters to be rewritten...
tree
|
commitdiff
2012-03-30
Hongbin Zheng
Make the "all" target depend on polly-test, so that...
tree
|
commitdiff
2012-03-30
Hongbin Zheng
Autoconf build: Try to update LLVMPolly.so before runni...
tree
|
commitdiff
2012-03-30
Hongbin Zheng
Move the CodeGeneration.cpp to the CodeGen folder and...
tree
|
commitdiff
2012-03-30
Hongbin Zheng
Get started guide: Suggest users to append the parent...
tree
|
commitdiff
2012-03-29
Tobias Grosser
www: Add more missing features to the TODO list
tree
|
commitdiff
2012-03-29
Tobias Grosser
www: Update TODO list
tree
|
commitdiff
2012-03-29
Tobias Grosser
www: Link to console view with only polly buildbots
tree
|
commitdiff
2012-03-29
Tobias Grosser
CodeGeneration: Proberly build the dominator tree
tree
|
commitdiff
2012-03-29
Hongbin Zheng
Use python script to silence the expected testcase...
tree
|
commitdiff
2012-03-29
Hongbin Zheng
Regession testing: Substitut POLLY_LIB_DIR, which is...
tree
|
commitdiff
next