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 |
2002-10-06 |
Chris Lattner | - Cleaned up all of the test/Feature tests to not... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | Remove old crusty test |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | Test "external" modifier on global variable |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | - Add new isExternal() method to GlobalVariable to... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | - The extract tool now is sure to extract the functio... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Chris Lattner | PHI nodes are not allowed to exist with zero incoming... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Vikram S. Adve | Bug fix: In preventing static global variables from... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Anand Shukla | Added #include<unistd.h> to compile with solaris gcc3.2 |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Anand Shukla | added cast to unsigned to compile with gcc3.2 (sparc) |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Chris Lattner | New testcase for bug never checked into CVS, but that... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Chris Lattner | Handle post dominance correctly in the case where block... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Chris Lattner | Fix a nasty problem with dominance calculation for... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Chris Lattner | Prune function nodes that are no longer referenced... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Chris Lattner | sgefa uses truely huge data structures nodes. Only... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Chris Lattner | The wall clock timer (implementing using the RTC or... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Chris Lattner | Handle bug exposed by power benchmark |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Nick Hildenbrandt | Add parens around constant calls to getelemptr to prope... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Chris Lattner | Reimplement/port the Bottom Up Closure pass |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | DataStructure.h doesn't include DSGraph.h |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Remove commented out stuff |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Move GlobalDSGraph class defn to the end of the file |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | This file doesn't need Pass.h |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | I was wrong on the removing of those references on... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Implement the getc() function |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Cleanup #includes, expose module |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Expose TD to ExternalFunctions.cpp |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | - Print the predecessors of a basic block instead... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Fix bug: 2002-10-02-SignExtensionProblem.ll |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | Removed unneeded reference and dereferences. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | New testcase for a problem discovered in the SPECINT... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | Cleaned up my last check-in. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | No longer include malloc.h. If protoypes are needed... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Implement fully general merging of array subscrip... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Implement fully general merging of array subscrip... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | When printing DS nodes, print the mergemap index as... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Checkin the "meat" of the Data structure graph itself... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Significant rework of DSNode to support arbitrary... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | - Remove the User::eraseOperand method which is never... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Do some cleanups to the Type and Constant section to... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Temporary change to make datastructure stuff link in... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Changes to work with Statistics rework |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Update manual to reflect recent changes in the Statisti... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Updates to work with recent Statistic's changes: |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Updates to work with recent Statistic's changes: |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Build subdirs in parallel |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | - Rework Statistics: |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Check in DataStructure rewrite so far. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Initial checkin of Steensgaards context insensitive... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Checkin some major reworks of data structure analysis... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Make sure to use the TimerGroup that we created! |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Make sure not to count the PassManager wrapers |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Factor timer code out of PassManager implementation... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Checkin generic interval timer support |
commit | commitdiff | tree | snapshot |
next |