2004-04-22 |
Misha Brukman | Add a space before result for readability on the comman... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Disable a previous patch that was causing indvars to... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Add an ugly cast |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Fix an extremely serious thinko I made in revision... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Add a method |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Implement a todo, rewriting all possible scev expressio... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | This code really wants to iterate over the OPERANDS... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Implement a fixme. The helps loops that have induction... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Fix an incredibly nasty iterator invalidation problem... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | bug fixed |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | new testcase for PR326 |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Misha Brukman | Add doxygenified comments to functions. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Misha Brukman | I'm allergic to the word `stuff'. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Brian Gaeke | Make SparcV9RegInfo::getRegType() return the right... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Alkis Evlogimenos | Include cerrno (gcc-3.4 fix) |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Alkis Evlogimenos | Declare iterator as public since it is defined as such... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Fix typeo |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | REALLY fix PR324: don't delete linkonce functions until... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Pass the callgraph not the module |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Allow getting the module from a call graph |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Change it to take a callgraph, from which we can get... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Add the ability for SCC passes to initialize and finali... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Fix PR325 |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnc... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | New testcase, distilled from PR324 |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Brian Gaeke | Make it legal to ask for the type of a specialreg |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Brian Gaeke | Add some PRs which were fixed, but not previously menti... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Add support for the select instruction |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Make it legal to request a load or store of %fsr. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Regularize include guards and remove some excess whites... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Tighten up SparcV9FloatCCRegClass::getRegName()'s asser... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Regularize include guards, remove some excess whitespac... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | Initial checkin of a simple loop unswitching pass.... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | Add accessor for a Loop Unswitching pass |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | Eliminate a poorly conceived method |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | It's not just a printer, it's actually an analysis too |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Misha Brukman | As per Chris, greatly simplify handling of external... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Misha Brukman | * Remove note about "UNSUPPORTED: " feature that just... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Misha Brukman | * Reorder #includes |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Misha Brukman | Display sample bugpoint output with the `code' styleshe... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | * Improve file header comment |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | Remove code to update loop depths |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | Add #include |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Misha Brukman | Add notes about PRs 38 and 290 being fixed. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Misha Brukman | Wrap (some) lines to 80 cols. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Misha Brukman | Finally implement rewriting global initializers which... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Provide an interface that is more convenient for iterat... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Move isLoopInvariant to the Loop class |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Add new method |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Add new method. |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Correct rewriting of exit blocks after my last patch |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Fix computation of exit blocks |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Loop exit sets are no longer explicitly held, they... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Change the ExitBlocks list from being explicitly contai... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Spiff is no longer in our tree |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Reduce the unrolling limit |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | If the preheader of the loop was the entry block of... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Be much more careful about how we update instructions... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Another testcase |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Implement method |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Add a new method |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | After unrolling our single basic block loop, fold it... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Fix a bug: this does not preserve the CFG! |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Add a new method, add a check missing that caused a... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Allow clients to delete loops, add a new method |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Move loop optimization passes up, add loop unroller |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Add prototype |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Initial checkin of a simple loop unroller. This pass... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Chris Lattner | Make the tail duplication threshold accessible from... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Chris Lattner | Fix a memory leak. We leaked the vector holding the... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Chris Lattner | Add the ability to compute exit values for complex... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Chris Lattner | If the loop executes a constant number of times, try... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Chris Lattner | Add the ability to compute trip counts that are only... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Chris Lattner | Fix a HUGE pessimization on X86. The indvars pass... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Chris Lattner | Even if there are not any induction variables in the... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Chris Lattner | Add support for evaluation of exp/log/log10/pow |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Chris Lattner | Fix some really nasty dominance bugs that were exposed... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Misha Brukman | Fix retriving parent Function. |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Misha Brukman | Fit comment into 80 cols. |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Brian Gaeke | Regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Brian Gaeke | Refactor external benchmark checking stuff into one... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Misha Brukman | Add idea about a disassembler. |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Brian Gaeke | Switch to including <iostream> for compatibility with... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Misha Brukman | * Fix capitalization of PICk |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Brian Gaeke | Include <cmath> for compatibility with gcc 3.0.x (the... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Brian Gaeke | Include <string> for compatibility with gcc 3.0.x ... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Brian Gaeke | As a part of the bootstrapping process, the top-level... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Misha Brukman | Assert if deleting BasicBlock before removing it from... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Misha Brukman | Assert if Instruction is being deleted before being... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Chris Lattner | Remove libraries that have no reason to be here, and... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Chris Lattner | Fix some of the strange CBE-only failures that happened... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Chris Lattner | Make sure to check for a very bad class of errors:... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Chris Lattner | Bugpoint was not correctly capturing stderr! This... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Chris Lattner | Fix Inline/2004-04-15-InlineDeletesCall.ll |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Misha Brukman | Add note about easier way to debug tests in the llvm... |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Misha Brukman | Add note about passing arguments to program being debugged. |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Chris Lattner | New testcase that Brian provided which crashes the... |
commit | commitdiff | tree | snapshot |
next |