2003-10-02 |
Chris Lattner | There is no reason for Value to be an AbstractTypeUser...
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | There is no reason for the PATypeHolder class to derive...
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | The objects mapped are really PATypeHolders, not PATypeHandles
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | Remove obsolete tests which:
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | Checkin new file, reduced by Brian
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | Add ideas and small revisions from Vikram
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | Implement InstCombine/add.ll:test17 & 18
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | Add new testcases
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | fix spleling
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | add note about .a files
|
commit | commitdiff | tree |
2003-10-02 |
Chris Lattner | Initial checkin of the LLVM 1.0 release notes
|
commit | commitdiff | tree |
2003-10-01 |
Chris Lattner | Remove obsolete scoped pred and succ iterator typedefs
|
commit | commitdiff | tree |
2003-10-01 |
Chris Lattner | Use graph traits to perform generic interval construction
|
commit | commitdiff | tree |
2003-10-01 |
Chris Lattner | Add graph traits specializations for intervals
|
commit | commitdiff | tree |
2003-10-01 |
Chris Lattner | Amazingly enough, we actually do some stuff around...
|
commit | commitdiff | tree |
2003-10-01 |
Chris Lattner | Make sure to include the "support" directory
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Make sure to get the definition of getRegisterAllocator
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | New testcase that was not correctly handled
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | This bug is not fixed, but will be in the future eventually
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Forward declare a class
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | This got merged into Passes.h
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | RegisterAllocation.h is going away
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Include the sparc register in this file
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | include passes.h which defines the interface this file...
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | This makefile is completely wrong, don't even bother...
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | These tests got moved to test/Programs/SingleSource...
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Update comment
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Standardize header file comments
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Add a file header
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Remove unused header
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Fix header comment
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Fix header, remove dead decl
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Fix header file comment
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | make the header comment more useful
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Remove initials from source file
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | new testcase distilled from 177.mesa
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | New fixed bug, distilled from 252.eon
|
commit | commitdiff | tree |
2003-09-30 |
Chris Lattner | Update file headers for renamed files.
|
commit | commitdiff | tree |
2003-09-29 |
Chris Lattner | update run command
|
commit | commitdiff | tree |
2003-09-29 |
Chris Lattner | Simplify test, include problem analysis
|
commit | commitdiff | tree |
2003-09-29 |
Chris Lattner | New testcase, distilled by John
|
commit | commitdiff | tree |
2003-09-29 |
Chris Lattner | Check in missing makefile
|
commit | commitdiff | tree |
2003-09-29 |
Chris Lattner | Initial checkin of makefile for this directory
|
commit | commitdiff | tree |
2003-09-26 |
Chris Lattner | Just rethrow previous exception instead of making a...
|
commit | commitdiff | tree |
2003-09-25 |
Chris Lattner | Change the heading of the page to reflect the tool...
|
commit | commitdiff | tree |
2003-09-25 |
Chris Lattner | Define the instance variable Buffer, not the automatic...
|
commit | commitdiff | tree |
2003-09-24 |
Chris Lattner | DOn't crash if program calls the null pointer
|
commit | commitdiff | tree |
2003-09-24 |
Chris Lattner | Fix alignment problem
|
commit | commitdiff | tree |
2003-09-24 |
Chris Lattner | Remove explicit use of BasicBlock::succ_iterator
|
commit | commitdiff | tree |
2003-09-24 |
Chris Lattner | Use global *_iterator
|
commit | commitdiff | tree |
2003-09-24 |
Chris Lattner | Do not use BasicBlock::*_iterator, just use *_iterator...
|
commit | commitdiff | tree |
2003-09-24 |
Chris Lattner | Do not use BasicBlock::succ_iterator
|
commit | commitdiff | tree |
2003-09-23 |
Chris Lattner | Fix bug in previous checkin
|
commit | commitdiff | tree |
2003-09-23 |
Chris Lattner | Update email addr
|
commit | commitdiff | tree |
2003-09-23 |
Chris Lattner | Make it detect failed builds better
|
commit | commitdiff | tree |
2003-09-23 |
Chris Lattner | Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll
|
commit | commitdiff | tree |
2003-09-23 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2003-09-23 |
Chris Lattner | Move getAnalysisUsage method from header to .cpp file...
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | Update file header for renamed file
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | Fix bugs in the last change
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | new testcase, reduced by bugpoint
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | new testcase which crashes the inliner, thanks Bugpoint!
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | Squelch warning
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | Squelch warning
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | Minor cleanups:
|
commit | commitdiff | tree |
2003-09-22 |
Chris Lattner | new testcase that crashes the C++ frontend, found by...
|
commit | commitdiff | tree |
2003-09-21 |
Chris Lattner | Add prototype
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Functions reachable from the arguments of unresolvable...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | The Globals graph must become complete at the end of...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Do not mark incoming arguments to functions complete...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Make sure to add global variable initializers to the...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Don't consider incomplete nodes to be typesafe!
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Remove trivially dead nodes was not removing nodes...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Global variables with APPENDING linkage are very important...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Add special case handling for calloc and realloc
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Switch from using CallInst's to represent call sites...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Make this work better for constants that aren't necessarily...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | update dox
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Rename Function::getEntryNode -> getEntryBlock
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Rename getEntryNode -> getEntryBlock()
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Minor cleanups, no functional changes
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Cleanup header file
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Now that the TCE pass passes all of the tests, add...
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Fix a really obvious huge gaping bug, add a comment
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Expose the TCE pass
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | New transformation: tail recursion elimination
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Fix header, fix broken friend decl
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Fix bug: BasicAA/2003-09-19-LocalArgument.ll
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | New testcase that basicaa should be able to handle
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Fix file header
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Unsquishify
|
commit | commitdiff | tree |
2003-09-20 |
Chris Lattner | Keep track of the number of typed/untyped memory accesses...
|
commit | commitdiff | tree |
2003-09-19 |
Chris Lattner | Reject "llvm." as a function name
|
commit | commitdiff | tree |
2003-09-19 |
Chris Lattner | Implement InstCombine/and.ll:test(15|16)
|
commit | commitdiff | tree |
2003-09-19 |
Chris Lattner | Two new tests for shifts followed by ands
|
commit | commitdiff | tree |
2003-09-19 |
Chris Lattner | pull a large nested conditional out into its own function
|
commit | commitdiff | tree |
next |