2008-03-06 |
Gabor Greif | fix typos |
tree | commitdiff |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attribution from lib Makefiles. |
tree | commitdiff |
2007-12-17 |
Christopher Lamb | Change the PointerType api for creating pointer types... |
tree | commitdiff |
2007-12-13 |
Chris Lattner | Fix for edge profiling, patch by 'Marc' for PR1857 |
tree | commitdiff |
2007-10-26 |
Gordon Henriksen | More fleshing out of docs/Passes.html, plus some typo... |
tree | commitdiff |
2007-08-01 |
David Greene | New CallInst interface to address GLIBCXX_DEBUG errors... |
tree | commitdiff |
2007-05-06 |
Nick Lewycky | Fix typo in comment. |
tree | commitdiff |
2007-05-03 |
Devang Patel | Drop 'const' |
tree | commitdiff |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
tree | commitdiff |
2007-05-02 |
Lauro Ramos Venancio | Fix build error. |
tree | commitdiff |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
tree | commitdiff |
2007-04-17 |
Chris Lattner | remove use of BasicBlock::getNext |
tree | commitdiff |
2007-04-17 |
Chris Lattner | eliminate use of Instruction::getNext() |
tree | commitdiff |
2007-04-16 |
Anton Korobeynikov | Removed tabs everywhere except autogenerated & external... |
tree | commitdiff |
2007-02-20 |
Chris Lattner | remove reoptimizer-specific passes |
tree | commitdiff |
2007-02-19 |
Chris Lattner | eliminate use of deprecated apis |
tree | commitdiff |
2007-02-13 |
Chris Lattner | Eliminate use of ctors that take vectors. |
tree | commitdiff |
2007-02-05 |
Reid Spencer | Apply the VISIBILITY_HIDDEN field to the remaining... |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
tree | commitdiff |
2007-02-04 |
Reid Spencer | For PR1163: |
tree | commitdiff |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
tree | commitdiff |
2007-01-12 |
Reid Spencer | Implement review feedback for the ConstantBool->Constan... |
tree | commitdiff |
2007-01-11 |
Zhou Sheng | For PR1043: |
tree | commitdiff |
2007-01-07 |
Chris Lattner | this pass is unused |
tree | commitdiff |
2007-01-07 |
Chris Lattner | relax some types |
tree | commitdiff |
2006-12-31 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-23 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-21 |
Reid Spencer | Remove isSigned calls via foreknowledge of main's argum... |
tree | commitdiff |
2006-12-19 |
Chris Lattner | remove dead statistic |
tree | commitdiff |
2006-12-18 |
Reid Spencer | Convert the last uses of CastInst::createInferredCast... |
tree | commitdiff |
2006-12-13 |
Reid Spencer | Replace CastInst::createInferredCast calls with more... |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | Detemplatize the Statistic class. The only type it... |
tree | commitdiff |
2006-11-27 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-11-26 |
Bill Wendling | Removed #include <iostream> and used the llvm_cerr... |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-10-20 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-08-28 |
Chris Lattner | simplify AnalysisGroup registration, eliminating one... |
tree | commitdiff |
2006-08-27 |
Chris Lattner | eliminate RegisterOpt. It does the same thing as Regis... |
tree | commitdiff |
2006-05-24 |
Chris Lattner | Patches to make the LLVM sources more -pedantic clean... |
tree | commitdiff |
2006-01-22 |
Chris Lattner | Add explicit #includes of <iostream> |
tree | commitdiff |
2005-11-28 |
Andrew Lenharth | a few more comments on the interfaces and functions |
tree | commitdiff |
2005-11-28 |
Andrew Lenharth | Added documented rsprofiler interface. Also remove... |
tree | commitdiff |
2005-11-28 |
Jeff Cohen | Fix VC++ warning. |
tree | commitdiff |
2005-11-28 |
Andrew Lenharth | Random sampling (aka Arnold and Ryder) profiling. ... |
tree | commitdiff |
2005-10-24 |
Chris Lattner | Remove some beta code that no longer has an owner. |
tree | commitdiff |
2005-10-24 |
Chris Lattner | Do not build the ProfilePaths directory anymore |
tree | commitdiff |
2005-10-24 |
Chris Lattner | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV... |
tree | commitdiff |
2005-10-24 |
Chris Lattner | Only build .a file versions of these libraries, instead... |
tree | commitdiff |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
tree | commitdiff |
2005-04-23 |
Jeff Cohen | Eliminate tabs and trailing spaces |
tree | commitdiff |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
tree | commitdiff |
2005-01-25 |
Alkis Evlogimenos | Add a dependency to the trace library so that it gets... |
tree | commitdiff |
2005-01-07 |
Misha Brukman | Convert tabs to spaces |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Add missing createXxxPass functions |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Add missing include |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Add missing include |
tree | commitdiff |
2004-12-13 |
Brian Gaeke | Fix link error in PPC optimized build of 'opt'. |
tree | commitdiff |
2004-12-08 |
Chris Lattner | Add support for compilers without argument dependent... |
tree | commitdiff |
2004-12-08 |
Chris Lattner | Remove unneeded class qualifier, contributed by Bjørn... |
tree | commitdiff |
2004-11-19 |
Chris Lattner | CPR is dead. |
tree | commitdiff |
2004-11-05 |
Chris Lattner | Remove dead vars |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-20 |
Brian Gaeke | Explain what this pass does. |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Correction to allow compilation with Visual C++. |
tree | commitdiff |
2004-10-13 |
Reid Spencer | Update to reflect changes in Makefile rules. |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-09-30 |
Brian Gaeke | Add accessor function. |
tree | commitdiff |
2004-09-30 |
Brian Gaeke | Correct type of accessor functions. |
tree | commitdiff |
2004-09-30 |
Brian Gaeke | Namespacify. Add accessor function. |
tree | commitdiff |
2004-09-20 |
Chris Lattner | 'Pass' should now not be derived from by clients. ... |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
tree | commitdiff |
2004-07-21 |
Brian Gaeke | These files don't need to include <iostream> since... |
tree | commitdiff |
2004-07-18 |
Reid Spencer | bug 122: |
tree | commitdiff |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
tree | commitdiff |
2004-06-29 |
Vikram S. Adve | Restoring this file. |
tree | commitdiff |
2004-06-24 |
Vikram S. Adve | This file is unused, and duplicates functionality in... |
tree | commitdiff |
2004-06-03 |
Brian Gaeke | Expand head-of-file comment. |
tree | commitdiff |
2004-06-01 |
Brian Gaeke | Use new form of unconditional branch constructor. |
tree | commitdiff |
2004-05-14 |
Brian Gaeke | Clean up this pass somewhat: |
tree | commitdiff |
2004-05-03 |
Brian Gaeke | Fix typo |
tree | commitdiff |
2004-05-03 |
Brian Gaeke | In InsertProfilingInitCall(), make it legal to pass... |
tree | commitdiff |
2004-05-03 |
Brian Gaeke | Add initial implementation of basic-block tracing instr... |
tree | commitdiff |
2004-04-05 |
Chris Lattner | Support getelementptr instructions which use uint's... |
tree | commitdiff |
2004-03-30 |
Brian Gaeke | Start cleaning up this pass so that I can debug it. |
tree | commitdiff |
2004-03-08 |
Chris Lattner | Initial support for edge profiling |
tree | commitdiff |
2004-03-08 |
Chris Lattner | Split utility functions out of BlockProfiling.cpp |
tree | commitdiff |
2004-03-08 |
Chris Lattner | finegrainify namespacification |
tree | commitdiff |
2004-02-15 |
Chris Lattner | Remove dependence on return type of ConstantStruct... |
tree | commitdiff |
2004-02-15 |
Chris Lattner | Remove dependence on the return type of ConstantArray... |
tree | commitdiff |
2004-02-10 |
Chris Lattner | initialization calls now return argc. If the program... |
tree | commitdiff |
2004-01-09 |
Chris Lattner | Finegrainify namespacification |
tree | commitdiff |
2003-11-20 |
Chris Lattner | Start using the nicer terminator auto-insertion API |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-11-05 |
Chris Lattner | Be gcc 3.4 clean |
tree | commitdiff |
next |