2002-10-13 |
Chris Lattner | Simplify again |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Don't try to compute the size of an "array" element... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Simplify testcase |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Rename test so that we can run the disassembler on it. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Checking testcase for bytecode reader/writer that is... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | - Change Function's so that their argument list is... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | - Rename Instruction::First*Op to *OpsBegin, and... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Halfway conversion from custom printing to GraphWriter... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | First crack at reimplementing graph traits for DSGraphs |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | disable the unused "pointer" member |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Account for global variables resolved more accurately. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Use methods that are more explanatory |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Add dummy entries to document what members can be added |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Add a test for folding a GEP into a load. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Use vectors instead of hash_maps for issueGaps and... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Major bug fix: was not adding CD edges for RETURNs! |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Use vectors instead of hash_maps for issueGaps and... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Run LICM before GCSE! |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Several major fixes, particularly in emitting constant... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Don't use %l0 for large operands to a SAVE since it... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Don't mark JMPLCALL and JMPLRET as branches. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Nick Hildenbrandt | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | (1) Try to evaluate constant when multiplying 2 constants. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Eliminate duplicate target pointer in SparcRegInfo. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Eliminate duplicate target pointer. Also add a few... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Make sure to handle small negative values hiding as... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Major fix: extract ConstantExpr nodes and decompose... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Vikram S. Adve | Added inline constant expressions, including uses in... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Chris Lattner | New testcase that causes invalid llvm to be emitted... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Chris Lattner | * Fix extract to work with constant pointer refs correctly |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Anand Shukla | Changed to external global var |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Nick Hildenbrandt | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Nick Hildenbrandt | Instead of adding stdlib we just prototype malloc corre... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Nick Hildenbrandt | Sun requires you to include stdlib to use malloc |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Vikram S. Adve | Major bug fix: spill code for an instruction in a delay... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Vikram S. Adve | Don't pad variables in stack slots for performance! |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Vikram S. Adve | Use PARALLEL_DIRS. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Misha Brukman | Added capability to get execution count of a loop if... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Misha Brukman | Added helper functions in LoopInfo: isLoopExit and... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Chris Lattner | Expose API to graph library to allow iteration over... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Chris Lattner | Change reference |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Chris Lattner | * Don't only print out reachable nodes in the graph. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Chris Lattner | Add new getGraphProperties that may be specialized... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Chris Lattner | Rename DataStructureGraph.h to DSGraphTraits.h |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Chris Lattner | Stop using DataStructureGraph.h |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Chris Lattner | Switch over to the right sparc c frontend |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | - Dramatically simplify the ConstantMerge code now... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | - Make Value::replaceAllUsesWith work with constants... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | - Add new Constant::replaceUsesOfWithOnConstant which... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | Make isExtern() be a virtual function inherited from... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Nick Hildenbrandt | Table with current status of tests in the /test/Program... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | Almost a complete rewrite of FunctionResolution to... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | Add check to see if opt aborts |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | Avoid having testcases spit out bytecode on error |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | Cleanup testcase a lot to test JUST funcresolve of... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | - Detemplatize UseTy<> in Value.h, because it's only... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Misha Brukman | Added a major mode for Emacs to edit LLVM assembler... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | Minor, non-functionality changing, formatting fix |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | - Remove Value::use_remove |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | - Remove Value::use_push_back & Value::use_remove |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | - Rename MTy to FTy (no methods exist anymore) |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Chris Lattner | New testcase for infinite loop that the raise pass... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Fix NASTY N^2 behavior that was causing the gzip benchm... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Fix bug: Assembler/2002-10-08-LargeArrayPerformance... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | New testcase that the assembler is unacceptably slow on |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | New testcase for bug that messes up the CWriter |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | - Fix bug: cee/2002-10-07-NoImmediateDominator.ll |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Changes to support PHINode::removeIncoming changes |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Changes to support PHINode::removeIncoming changes |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | - Change PHINode::removeIncomingValue to delete the... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | - Checkin LARGE number of Changes to CEE pass that... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | By default PHINode::removeIncomingValue will delete... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Expose isCriticalEdge & SplitCriticalEdge methods from... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Expose new "recalculate" method from dominatorset |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Cleanup testcase |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Make test more interesting by adding dummy phi node |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | It is illegal for PHI nodes to have zero values, delete... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Fold ashr -1, X into -1 |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | Add new testcase for arithmetic shr of -1 |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Chris Lattner | This test was mistakenly matching 'predecessors' that... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Nick Hildenbrandt | LLVM syntax highlighting for VIM. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Don't rotate paper. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Fix testcase to run correctly, add description |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Finally I'm able to distill a testcase for a problem... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | - Implement a new -print-cfg option for analyze,... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | - Allow printing generic LLVM graphs to 'dot' files... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Non-functionality change just to make it more clear... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Avoid making external global variables internal |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Fix bug in last checkin |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Update testcase to be legal llvm |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Remove really old testcase |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Chris Lattner | Implement operator= for SuccIterators |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | Checkin new "feature" test for cee |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | NEw "feature" test that cee should eventually handle |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | Global variables are now external if they don't have... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | Check that we don't have external varaibles with intern... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | The parser now accepts "external" global variables... |
commit | commitdiff | tree | snapshot |
next |