| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 10 | -214/+214 |
| | | | | | llvm-svn: 21480 | ||||
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 15 | -393/+393 |
| | | | | | llvm-svn: 21427 | ||||
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 2 | -5/+5 |
| | | | | | | | | | using Function::arg_{iterator|begin|end}. Likewise Module::g* -> Module::global_*. This patch is contributed by Gabor Greif, thanks! llvm-svn: 20597 | ||||
| * | Add a dependency to the trace library so that it gets pulled in | Alkis Evlogimenos | 2005-01-25 | 1 | -1/+3 |
| | | | | | | | automatically. llvm-svn: 19828 | ||||
| * | Convert tabs to spaces | Misha Brukman | 2005-01-07 | 1 | -3/+2 |
| | | | | | llvm-svn: 19320 | ||||
| * | Add missing createXxxPass functions | Jeff Cohen | 2005-01-07 | 4 | -0/+20 |
| | | | | | llvm-svn: 19319 | ||||
| * | Add missing include | Jeff Cohen | 2005-01-07 | 1 | -0/+1 |
| | | | | | llvm-svn: 19315 | ||||
| * | Add missing include | Jeff Cohen | 2005-01-06 | 1 | -0/+1 |
| | | | | | llvm-svn: 19305 | ||||
| * | Fix link error in PPC optimized build of 'opt'. | Brian Gaeke | 2004-12-13 | 1 | -0/+1 |
| | | | | | llvm-svn: 18913 | ||||
| * | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
| | | | | | | | by Bjørn Wennberg llvm-svn: 18627 | ||||
| * | Remove unneeded class qualifier, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 18625 | ||||
| * | CPR is dead. | Chris Lattner | 2004-11-19 | 1 | -1/+0 |
| | | | | | llvm-svn: 17992 | ||||
| * | Remove dead vars | Chris Lattner | 2004-11-05 | 2 | -2/+0 |
| | | | | | llvm-svn: 17482 | ||||
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 2 | -2/+2 |
| | | | | | llvm-svn: 17286 | ||||
| * | We won't use automake | Reid Spencer | 2004-10-22 | 4 | -1499/+0 |
| | | | | | llvm-svn: 17155 | ||||
| * | Explain what this pass does. | Brian Gaeke | 2004-10-20 | 1 | -1/+7 |
| | | | | | llvm-svn: 17146 | ||||
| * | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 2 | -0/+1448 |
| | | | | | llvm-svn: 17136 | ||||
| * | Correction to allow compilation with Visual C++. | Reid Spencer | 2004-10-18 | 1 | -2/+2 |
| | | | | | | | Patch contributed by Morten Ofstad. Thanks Morten! llvm-svn: 17123 | ||||
| * | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 2 | -8/+6 |
| | | | | | llvm-svn: 16950 | ||||
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 2 | -0/+53 |
| | | | | | llvm-svn: 16893 | ||||
| * | Add accessor function. | Brian Gaeke | 2004-09-30 | 2 | -0/+8 |
| | | | | | llvm-svn: 16622 | ||||
| * | Correct type of accessor functions. | Brian Gaeke | 2004-09-30 | 1 | -4/+4 |
| | | | | | llvm-svn: 16621 | ||||
| * | Namespacify. Add accessor function. | Brian Gaeke | 2004-09-30 | 1 | -0/+8 |
| | | | | | llvm-svn: 16620 | ||||
| * | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 4 | -15/+15 |
| | | | | | | | | from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16436 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 5 | -6/+6 |
| | | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
| * | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 9 | -24/+10 |
| | | | | | llvm-svn: 15334 | ||||
| * | These files don't need to include <iostream> since they include ↵ | Brian Gaeke | 2004-07-21 | 4 | -4/+0 |
| | | | | | | | "Support/Debug.h". llvm-svn: 15089 | ||||
| * | bug 122: | Reid Spencer | 2004-07-18 | 6 | -16/+9 |
| | | | | | | | - Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953 | ||||
| * | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 7 | -0/+8 |
| | | | | | llvm-svn: 14622 | ||||
| * | Restoring this file. | Vikram S. Adve | 2004-06-29 | 1 | -0/+76 |
| | | | | | llvm-svn: 14478 | ||||
| * | This file is unused, and duplicates functionality in TraceValues.cpp. | Vikram S. Adve | 2004-06-24 | 1 | -76/+0 |
| | | | | | llvm-svn: 14369 | ||||
| * | Expand head-of-file comment. | Brian Gaeke | 2004-06-03 | 1 | -1/+3 |
| | | | | | llvm-svn: 13982 | ||||
| * | Use new form of unconditional branch constructor. | Brian Gaeke | 2004-06-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 13930 | ||||
| * | Clean up this pass somewhat: | Brian Gaeke | 2004-05-14 | 1 | -42/+38 |
| | | | | | | | | | | | | | Add better comments, including a better head-of-file comment. Prune #includes. Fix a FIXME that Chris put here by using doInitialization(). Use DEBUG() to print out debug msgs. Give names to basic blocks inserted by this pass. Expand tabs. Use InsertProfilingInitCall() from ProfilingUtils to insert the initialize call. llvm-svn: 13581 | ||||
| * | Fix typo | Brian Gaeke | 2004-05-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 13340 | ||||
| * | In InsertProfilingInitCall(), make it legal to pass in a null array, in | Brian Gaeke | 2004-05-03 | 2 | -7/+13 |
| | | | | | | | which case you'll get a null array and zero passed to the profiling function. llvm-svn: 13336 | ||||
| * | Add initial implementation of basic-block tracing instrumentation pass. | Brian Gaeke | 2004-05-03 | 1 | -0/+76 |
| | | | | | llvm-svn: 13335 | ||||
| * | Support getelementptr instructions which use uint's to index into structure | Chris Lattner | 2004-04-05 | 1 | -3/+3 |
| | | | | | | | | types and can have arbitrary 32- and 64-bit integer types indexing into sequential types. llvm-svn: 12653 | ||||
| * | Start cleaning up this pass so that I can debug it. | Brian Gaeke | 2004-03-30 | 1 | -80/+34 |
| | | | | | llvm-svn: 12548 | ||||
| * | Initial support for edge profiling | Chris Lattner | 2004-03-08 | 1 | -0/+94 |
| | | | | | llvm-svn: 12225 | ||||
| * | Split utility functions out of BlockProfiling.cpp | Chris Lattner | 2004-03-08 | 3 | -85/+137 |
| | | | | | llvm-svn: 12224 | ||||
| * | finegrainify namespacification | Chris Lattner | 2004-03-08 | 1 | -14/+14 |
| | | | | | llvm-svn: 12221 | ||||
| * | Remove dependence on return type of ConstantStruct::get | Chris Lattner | 2004-02-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 11466 | ||||
| * | Remove dependence on the return type of ConstantArray::get | Chris Lattner | 2004-02-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 11463 | ||||
| * | initialization calls now return argc. If the program uses the argc value | Chris Lattner | 2004-02-10 | 1 | -17/+24 |
| | | | | | | | | passed into main, make sure they use the return value of the init call instead of the one passed in. llvm-svn: 11262 | ||||
| * | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 2 | -9/+4 |
| | | | | | llvm-svn: 10727 | ||||
| * | Start using the nicer terminator auto-insertion API | Chris Lattner | 2003-11-20 | 3 | -11/+5 |
| | | | | | llvm-svn: 10111 | ||||
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 11 | -3/+50 |
| | | | | | llvm-svn: 9903 | ||||
| * | Be gcc 3.4 clean | Chris Lattner | 2003-11-05 | 1 | -1/+3 |
| | | | | | llvm-svn: 9725 | ||||
| * | Refactor code, initial implementation of -insert-block-profiling pass | Chris Lattner | 2003-10-29 | 1 | -64/+106 |
| | | | | | llvm-svn: 9593 | ||||

