- 7b702b8 Fix testcase failing because of change of output by Chris Lattner · 22 years ago
- 2d4ebb2 Updated the name of the LLVM disassembler so that the test does not fail. by John Criswell · 22 years ago
- edc3c3d new testcase by Chris Lattner · 22 years ago
- 487bc8f Move to test/programs/LLvmsource by Chris Lattner · 22 years ago
- e2fe664 Ok, I'm a moron. Fixed now by Chris Lattner · 22 years ago
- 985d312 Fix major problem that was causing all kinds of nasty foldings by Chris Lattner · 22 years ago
- 7d63ac6 Make testcase a bit more interesting by Chris Lattner · 22 years ago
- 993251e New testcase by Chris Lattner · 22 years ago
- 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 22 years ago
- b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 22 years ago
- d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 22 years ago
- 17d5d86 Add new methods to BUDS for keeping track of a precise call graph by Chris Lattner · 22 years ago
- 5d5b6d6 Minor cleanups by Chris Lattner · 22 years ago
- 42815c8 Update to configure the tree before building it. by Chris Lattner · 22 years ago
- b812e76 The Makefile now adds autoconf information to the compiler and linker flag by John Criswell · 22 years ago
- f4ccd99 Renamed all of the LObj* variables (which represent libtool objects) to Obj*. by John Criswell · 22 years ago
- 84a1b88 Fix verbose support bug by Chris Lattner · 22 years ago
- 49bf862 Removed the LIBS environment variable as it interferes with the tests and by John Criswell · 22 years ago
- dd899fa Added John Criswell to the contributors list. by John Criswell · 22 years ago
- 0d0513b Removed the --enable-profiling and --enable-verbose options. by John Criswell · 22 years ago
- 90ee0ad Removed the --enable-verbose option. by John Criswell · 22 years ago
- 723ccd6 Adding in sample project tree. by John Criswell · 22 years ago
- 2f8b417 Adding in projects subtree. by John Criswell · 22 years ago
- b4a25f3 This causes an assert in the assembler. :( by Chris Lattner · 22 years ago
- 8f063e4 Removed these files as they are replaced by autoconf. by John Criswell · 22 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- eb093fb Setjmp should always return zero if we don't implement longjmp. This avoids by Chris Lattner · 22 years ago
- 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 22 years ago
- b1aa8ac Spell `apparently' with an `e'. by Misha Brukman · 22 years ago
- 69134dc New testcase by Chris Lattner · 22 years ago
- 98f0ef5 Add dependency on analyze by Chris Lattner · 22 years ago
- 6681e98 Use the getFunctionNames method by Chris Lattner · 22 years ago
- a9d6566 Add new method by Chris Lattner · 22 years ago
- 2b4c8df Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 22 years ago
- 9f93055 Be more const-correct by Chris Lattner · 22 years ago
- 332f0aa Be more const correct by Chris Lattner · 22 years ago
- 7b1ceaa Fix bug in last checkin by Chris Lattner · 22 years ago
- fa45c7a Constness changes by Chris Lattner · 22 years ago
- 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 22 years ago
- 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 22 years ago
- acbc8c6 Remove dead method by Chris Lattner · 22 years ago
- 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 22 years ago
- 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 22 years ago
- 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
- 4f00818 New testcase by Chris Lattner · 22 years ago
- 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
- a321b04 Adjust for new DSGraph API by Chris Lattner · 22 years ago
- 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 22 years ago
- 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 22 years ago
- 1a36443 Add argument by Chris Lattner · 22 years ago
- 0baec25 Remove prototype for dead method by Chris Lattner · 22 years ago
- a834599 Add clean target to clean up my mess by Chris Lattner · 22 years ago
- dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 22 years ago
- 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 22 years ago
- 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 22 years ago
- ca29178 This node should not be incomplete! by Chris Lattner · 22 years ago
- 9c95e52 New testcase by Chris Lattner · 22 years ago
- 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 22 years ago
- 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 22 years ago
- a3a388b New, smaller testcase by Chris Lattner · 22 years ago
- 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 22 years ago
- b260eb8 New testcase by Chris Lattner · 22 years ago
- c151e4f Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop by Chris Lattner · 22 years ago
- dbb6cd1 Fix testcase by Chris Lattner · 22 years ago
- 4fe77cd New testcase by Chris Lattner · 22 years ago
- 1df3112 Make sure that the global is known to be internal by Chris Lattner · 22 years ago
- 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 22 years ago
- aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 22 years ago
- 62b5c16 Add support for gathering sets of must aliases by Chris Lattner · 22 years ago
- 1842a90 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 22 years ago
- 9e762d0 New testcase by Chris Lattner · 22 years ago
- 202f2ea Do not chain to basic-aa by Chris Lattner · 22 years ago
- 3f6795e Remove obsolete script by Chris Lattner · 22 years ago
- 060c1f8 Remove usage of grep-not script by Chris Lattner · 22 years ago
- 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 22 years ago
- 6968672 Move DSGraph tests to test/Regression/Analysis/DSGraph by Chris Lattner · 22 years ago
- e9062ad Move files to test/Regression/Analysis/DSGraph by Chris Lattner · 22 years ago
- bcafe19 No use in having CFGSimplify and SimplifyCFG directories! by Chris Lattner · 22 years ago
- d808e45 Eliminate explicit control flow in tests by Chris Lattner · 22 years ago
- ecf2628 Use not instead of grep-not by Chris Lattner · 22 years ago
- 5944ba6 Switch tests over to use the 'not' script, instead of explicit control flow by Chris Lattner · 22 years ago
- 9272228 Force the interpreter for this testcase by Chris Lattner · 22 years ago
- e03d077 Get rid of control flow in the test by Chris Lattner · 22 years ago
- 2b142bd New script for testrunner programs by Chris Lattner · 22 years ago
- c6cab24 Convert scripts from using explicit control flow to use the new grep-not script by Chris Lattner · 22 years ago
- 35f7ba9 Handle quoting right by Chris Lattner · 22 years ago
- 45983ee Make the TestRunner tests not print out horrible things when they run by Chris Lattner · 22 years ago
- ab1a525 Fix testcase by Chris Lattner · 22 years ago
- cf36d1c Initial checkin of grep-not script by Chris Lattner · 22 years ago
- d6b7303 Add the test/Scripts directory to the path used by TestRunner by Chris Lattner · 22 years ago
- 30eef7d Describe directory by Chris Lattner · 22 years ago
- 0bc99d3 Improve the make rule by Chris Lattner · 22 years ago
- 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 22 years ago
- 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 22 years ago
- 72d50a0 Avoid double negatives by Chris Lattner · 22 years ago
- 35de11f Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues by Chris Lattner · 22 years ago
- 2769e6c Add new 'isComplete' method by Chris Lattner · 22 years ago
- 607411b New testcase by Chris Lattner · 22 years ago
- 934fe85 New pass to perform DSA based optimizations. Initially we just support turning by Chris Lattner · 22 years ago
- 34e0ada New makefile for Dsgraph tests by Chris Lattner · 22 years ago