| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -3/+1 |
| | | | | | llvm-svn: 10138 | ||||
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | | llvm-svn: 9903 | ||||
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
| * | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -3/+3 |
| | | | | | llvm-svn: 9027 | ||||
| * | Final cleanup: remove dead code | Chris Lattner | 2003-09-01 | 1 | -39/+0 |
| | | | | | llvm-svn: 8291 | ||||
| * | Not only is this a lot smaller, it actually works if there is already a | Chris Lattner | 2003-09-01 | 1 | -5/+1 |
| | | | | | | | function with the right name in the module. llvm-svn: 8290 | ||||
| * | If "These should be used only by the auto-parallelization pass", we might as | Chris Lattner | 2003-09-01 | 1 | -1/+31 |
| | | | | | | | well put them INTO the auto-par pass. llvm-svn: 8288 | ||||
| * | Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not | Chris Lattner | 2003-09-01 | 1 | -1/+1 |
| | | | | | | | support stuff. llvm-svn: 8287 | ||||
| * | Minor cleanups | Chris Lattner | 2003-09-01 | 1 | -13/+8 |
| | | | | | | | Do not #include Parallelize.h, it's just a subset of Cilkifier.h llvm-svn: 8285 | ||||
| * | Remove unnecessary use of NonCopyable | Chris Lattner | 2003-08-06 | 1 | -4/+3 |
| | | | | | llvm-svn: 7641 | ||||
| * | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -1/+2 |
| | | | | | llvm-svn: 5786 | ||||
| * | This file implements a pass that automatically parallelizes a program, | Vikram S. Adve | 2002-12-10 | 1 | -0/+548 |
| using the Cilk multi-threaded runtime system to execute parallel code. The current version inserts too many sync() operations in the program because it does not attempt to optimize their placement. llvm-svn: 4962 | |||||

