The branches in the version control system
TCE release development branch
The branch from which the next TCE open source release will be branched.
To checkout the development branch from the Bazaar repository:
bzr co lp:tce
Or, if you want to branch a new local branch which you can commit to (and later contribute by sending a "merge request"):
bzr branch lp:tce
TCE 1.7 (stable)
The current stable release.
Supports LLVM 3.2.
To checkout the branch from the Bazaar repository:
bzr co lp:tce/1.7 tce-1.7
TCE 1.6
Deprecated.
Supports LLVM 3.1.
To checkout the branch from the Bazaar repository:
bzr co lp:tce/1.6 tce-1.6
TCE 1.5
Deprecated.
Supports LLVM 3.0.
To checkout the branch from the Bazaar repository:
bzr co lp:tce/1.5
TCE 1.4
Deprecated.
Supports LLVM 2.9.
To checkout the branch from the Bazaar repository:
bzr co lp:tce/1.4
TCE 1.3
Deprecated.
Works both with LLVM 2.7 and LLVM 2.8, giving better performance with LLVM 2.8. LLVM 2.8 is the only officially supported (with bugfixes) version.
To checkout:
bzr co http://www.cs.tut.fi/~tce/releases/tce-1.3
TCE 1.2
Deprecated.
Supports LLVM 2.7.
To checkout it from the Bazaar repository:
bzr co http://www.cs.tut.fi/~tce/releases/tce-1.2
TCE 1.1
TCE 1.1 was never released due to lack of time. This version supports LLVM 2.6. If you want to get that version, you can get it from the Bazaar repository:
bzr co http://www.cs.tut.fi/~tce/releases/tce-1.1
TCE 1.0
The very first public open source release. You should not want to use this unless you really have to use LLVM 2.5 which this version supports and requires.
Checkout:
bzr co http://www.cs.tut.fi/~tce/releases/tce-1.0
