2002-07-31 |
Chris Lattner | Fix testcase |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Chris Lattner | Testcase that was triggering an incorrect assertion... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Chris Lattner | Verify pass has been run for a long time now |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Chris Lattner | Add new -only-print-main-ds option that causes mains... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Chris Lattner | Change command line option message on -q to make it... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Chris Lattner | Fix bug that was causing problems for lli |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Chris Lattner | Remove obsolete, confusing, method |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | This testcase is independant of varargsness |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Vikram S. Adve | Add GlobalDSGraph -- a common graph that holds external... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Vikram S. Adve | Print globals graph after either the BU or the TD pass. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Vikram S. Adve | This file implements the top-down propagation pass... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Vikram S. Adve | Use a separate globals graph to hold externally visible... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Vikram S. Adve | Add GlobalDSGraph -- a common graph that holds external... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Print the tool name when an error comes from so that... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Print the tool name when an error comes from so that... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Print the tool name when an error comes from so that... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Implement new -debug-pass=Arguments option that causes... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Add hooks to get information out of concrete pass manag... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | * Indent class into anonymous namespace, filling up... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Remove extraneous #includes |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Cleanup ConstantExpr handling: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Cleanup ConstantExpr handling: |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Remove invokation of cleangcc pass which has been renam... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Remove FIXME's that aren't really needed after all. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Declare that these passes only depend on the CFG of... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | * Implement stuff so that code can declare that they... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | * Move some code from Pass.cpp to PassManagerT.h |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Implement constant propogation of logical (and, or... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Implement constant propogation of logical (and, or... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Test that logical operators are correctly constant... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Add test of newly checked in Union support! |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Simplify testcase a bit |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | New testcase found when working on union support *sigh* |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | New testcase distilled from trying to compile burg... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | * Move InstructionSelection Pass here instead of living... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | * Move InstructionSelection pass to lib/CodeGen/InstrSe... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Expose instruction selection as a pass instead of a... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Add rough support for LLC passes |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Remove unused vector |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Fix bug with last patch which would occur when a call... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Pass renamed |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | * Make sure the resolved function call instructions... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Oops, fix testcase |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | NEw testcase to handle "yet another" return type mismat... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | * Fix bug: test/Regression/Transforms/ADCE/2002-07... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Chris Lattner | Trim down testcase, a lot. |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Reduce testcase more |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Add code to ensure that no PHI nodes are left laying... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Use a module analysis |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Reduce the size of the testcase |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Implement a new RemoveSuccessor function |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Implement a new RemoveSuccessor function |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Fix bug: test/Regression/Transforms/ADCE/2002-07-29... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Allow folding of basic blocks that have PHI nodes in... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Seperate analysis wrapper stuff to AnalysisWrappers.cpp |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Hrm, testcase was checking the wrong pass. :( |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | * Eliminate the Provided set. All Passes now finally... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | * Eliminate the Provided set. All Passes now finally... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | * PassInfo is allowed to be missing now (ie, not all... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | * Fix comment descriptions |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | * Fix assertion failure caused by command line argument... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | Fix testcase to not print pointer value |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Chris Lattner | Remove needless #include |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Chris Lattner | * Standardize how analysis results/passes as printed... |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Chris Lattner | * Standardize how analysis results/passes as printed... |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Chris Lattner | Make analyze use the Pass repository to populate it... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | * Add support for different "PassType's" |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | * Add support for different "PassType's" |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | * Add support for different "PassType's" |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | Factor PassNamePArser out into llvm/Support/PassNamePar... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | Factor PassNameParser out of opt.cpp so that analyze... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | Analysis contructors now no longer take AnalysisID... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Chris Lattner | Simplify analyses so that there is only one analysis... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Fix typeo that caused bug: |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | New testcase for bug |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Add check to fix bug: |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Fix bug: test/Regression/Assembler/2002-07-25-QuoteInSt... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Add testcase for disassembler problem. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Remove dead options |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Update the CommandLine manual for the newest revision... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Refix stuff for GCC 2.95, 3.0.4 & 3.1 |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Fix previous checkin |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Add typenames |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Fix gcc 3.1 complaint |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Mehwish Nagda | now removes deleted nops from MachineCodeForInstruction |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Mehwish Nagda | changed implementation of LLVM BYTECODE Length |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Namespace correctness is good |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Be more namespace correct |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Avoid warning message |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | REmove extra blank lines |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Chris Lattner | Break line to fit 80 columns |
commit | commitdiff | tree | snapshot |
next |