- 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 21 years ago
- 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 21 years ago
- acbc8c6 Remove dead method by Chris Lattner · 21 years ago
- 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 21 years ago
- 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 21 years ago
- 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 21 years ago
- 4f00818 New testcase by Chris Lattner · 21 years ago
- 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 21 years ago
- a321b04 Adjust for new DSGraph API by Chris Lattner · 21 years ago
- 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 21 years ago
- 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 21 years ago
- 1a36443 Add argument by Chris Lattner · 21 years ago
- 0baec25 Remove prototype for dead method by Chris Lattner · 21 years ago
- a834599 Add clean target to clean up my mess by Chris Lattner · 21 years ago
- dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 21 years ago
- 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 21 years ago
- 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 21 years ago
- ca29178 This node should not be incomplete! by Chris Lattner · 21 years ago
- 9c95e52 New testcase by Chris Lattner · 21 years ago
- 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 21 years ago
- 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 21 years ago
- a3a388b New, smaller testcase by Chris Lattner · 21 years ago
- 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 21 years ago
- b260eb8 New testcase by Chris Lattner · 21 years ago
- c151e4f Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop by Chris Lattner · 21 years ago
- dbb6cd1 Fix testcase by Chris Lattner · 21 years ago
- 4fe77cd New testcase by Chris Lattner · 21 years ago
- 1df3112 Make sure that the global is known to be internal by Chris Lattner · 21 years ago
- 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 21 years ago
- aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 21 years ago
- 62b5c16 Add support for gathering sets of must aliases by Chris Lattner · 21 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 · 21 years ago
- 9e762d0 New testcase by Chris Lattner · 21 years ago
- 202f2ea Do not chain to basic-aa by Chris Lattner · 21 years ago
- 3f6795e Remove obsolete script by Chris Lattner · 21 years ago
- 060c1f8 Remove usage of grep-not script by Chris Lattner · 21 years ago
- 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
- 6968672 Move DSGraph tests to test/Regression/Analysis/DSGraph by Chris Lattner · 21 years ago
- e9062ad Move files to test/Regression/Analysis/DSGraph by Chris Lattner · 21 years ago
- bcafe19 No use in having CFGSimplify and SimplifyCFG directories! by Chris Lattner · 21 years ago
- d808e45 Eliminate explicit control flow in tests by Chris Lattner · 21 years ago
- ecf2628 Use not instead of grep-not by Chris Lattner · 21 years ago
- 5944ba6 Switch tests over to use the 'not' script, instead of explicit control flow by Chris Lattner · 21 years ago
- 9272228 Force the interpreter for this testcase by Chris Lattner · 21 years ago
- e03d077 Get rid of control flow in the test by Chris Lattner · 21 years ago
- 2b142bd New script for testrunner programs by Chris Lattner · 21 years ago
- c6cab24 Convert scripts from using explicit control flow to use the new grep-not script by Chris Lattner · 21 years ago
- 35f7ba9 Handle quoting right by Chris Lattner · 21 years ago
- 45983ee Make the TestRunner tests not print out horrible things when they run by Chris Lattner · 21 years ago
- ab1a525 Fix testcase by Chris Lattner · 21 years ago
- cf36d1c Initial checkin of grep-not script by Chris Lattner · 21 years ago
- d6b7303 Add the test/Scripts directory to the path used by TestRunner by Chris Lattner · 21 years ago
- 30eef7d Describe directory by Chris Lattner · 21 years ago
- 0bc99d3 Improve the make rule by Chris Lattner · 21 years ago
- 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 21 years ago
- 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 21 years ago
- 72d50a0 Avoid double negatives by Chris Lattner · 21 years ago
- 35de11f Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues by Chris Lattner · 21 years ago
- 2769e6c Add new 'isComplete' method by Chris Lattner · 21 years ago
- 607411b New testcase by Chris Lattner · 21 years ago
- 934fe85 New pass to perform DSA based optimizations. Initially we just support turning by Chris Lattner · 21 years ago
- 34e0ada New makefile for Dsgraph tests by Chris Lattner · 21 years ago
- 6fd866c Add DSGraph to the tests by Chris Lattner · 21 years ago
- e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 21 years ago
- f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
- 22b1fa0 Add test for new zeroinitializer token by Chris Lattner · 21 years ago
- 2fa42a8 jmp_buf is really a pointer type that is passed around... by Chris Lattner · 21 years ago
- 9bda5f5 Add support for the Invoke instruction! by Chris Lattner · 21 years ago
- 4097b2a9 New testcase for invoke support by Chris Lattner · 21 years ago
- 4148819 Preserve compatibility with non-gcc compilers by Chris Lattner · 21 years ago
- 76d9f1b Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx by Chris Lattner · 21 years ago
- a4610ec New testcase by Chris Lattner · 21 years ago
- cf6bac3 Allow the inlining limit to be controlled from the command line! by Chris Lattner · 21 years ago
- d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
- 3a56364 Added code to the clean rule that deletes files placed in the source directory. by John Criswell · 21 years ago
- 2a6530f Added the OPTIONAL_DIRS variable for specifying optional directories to build. by John Criswell · 21 years ago
- acd48e4 New testcase that crashes the cfe by Chris Lattner · 21 years ago
- d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 21 years ago
- f818386 Here are the notes from our Reoptimizer meetings. by Brian Gaeke · 21 years ago
- c0f33b5 Modify script to support checkins on branches by Chris Lattner · 21 years ago
- 5e00157 Number constants from constant pool as CPIf_i where f is the function index by Brian Gaeke · 21 years ago
- 102f901 Add a testcase to ensure that ctor/dtor attributes work in C by Chris Lattner · 21 years ago
- b12b753 Add support to globaldce for deleting dead function prototypes by Chris Lattner · 21 years ago
- 81d4e14 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 21 years ago
- dc52353 Run the simplify CFG pass after instcombine which has the effect of deleting by Chris Lattner · 21 years ago
- 083de22 New variable which is just the GCCLD tool by Chris Lattner · 21 years ago
- 6a2a60a Implement more aggressive folding of constant GEP instructions by Chris Lattner · 21 years ago
- 833b8a4 Add support for elimination of load instruction from global constants by Chris Lattner · 21 years ago
- b75e1e7 add tests for elimination of loads by Chris Lattner · 21 years ago
- 293a33a Move the instcombine pass before globaldce, so that if globals are made dead by instcombine, that they can be deleted. by Chris Lattner · 21 years ago
- 5d243c2 Don't register the destructors if the list is empty by Chris Lattner · 21 years ago
- bc601fe Integrate the C writer's name mangler. by Brian Gaeke · 21 years ago
- 01d79ff First draft of X86 LLC backend. This should be OK for small programs like by Brian Gaeke · 21 years ago
- d4c914f Add test for instcombine -1*X -> -X by Chris Lattner · 21 years ago
- 0af1fab Instcombine: X * -1 -> -X by Chris Lattner · 21 years ago
- 5db61fd Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll by Chris Lattner · 21 years ago
- 262a791 New testcase by Chris Lattner · 21 years ago
- 83c39d2 Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 21 years ago
- 4f7ae85 New testcase by Chris Lattner · 21 years ago
- f56703b Remove completed tasks by Chris Lattner · 21 years ago