- 6fd866c Add DSGraph to the tests by Chris Lattner · 22 years ago
- e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 22 years ago
- f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 22 years ago
- 22b1fa0 Add test for new zeroinitializer token by Chris Lattner · 22 years ago
- 2fa42a8 jmp_buf is really a pointer type that is passed around... by Chris Lattner · 22 years ago
- 9bda5f5 Add support for the Invoke instruction! by Chris Lattner · 22 years ago
- 4097b2a9 New testcase for invoke support by Chris Lattner · 22 years ago
- 4148819 Preserve compatibility with non-gcc compilers by Chris Lattner · 22 years ago
- 76d9f1b Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx by Chris Lattner · 22 years ago
- a4610ec New testcase by Chris Lattner · 22 years ago
- cf6bac3 Allow the inlining limit to be controlled from the command line! by Chris Lattner · 22 years ago
- d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 22 years ago
- 3a56364 Added code to the clean rule that deletes files placed in the source directory. by John Criswell · 22 years ago
- 2a6530f Added the OPTIONAL_DIRS variable for specifying optional directories to build. by John Criswell · 22 years ago
- acd48e4 New testcase that crashes the cfe by Chris Lattner · 22 years ago
- d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 22 years ago
- f818386 Here are the notes from our Reoptimizer meetings. by Brian Gaeke · 22 years ago
- c0f33b5 Modify script to support checkins on branches by Chris Lattner · 22 years ago
- 5e00157 Number constants from constant pool as CPIf_i where f is the function index by Brian Gaeke · 22 years ago
- 102f901 Add a testcase to ensure that ctor/dtor attributes work in C by Chris Lattner · 22 years ago
- b12b753 Add support to globaldce for deleting dead function prototypes by Chris Lattner · 22 years ago
- 81d4e14 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 22 years ago
- dc52353 Run the simplify CFG pass after instcombine which has the effect of deleting by Chris Lattner · 22 years ago
- 083de22 New variable which is just the GCCLD tool by Chris Lattner · 22 years ago
- 6a2a60a Implement more aggressive folding of constant GEP instructions by Chris Lattner · 22 years ago
- 833b8a4 Add support for elimination of load instruction from global constants by Chris Lattner · 22 years ago
- b75e1e7 add tests for elimination of loads by Chris Lattner · 22 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 · 22 years ago
- 5d243c2 Don't register the destructors if the list is empty by Chris Lattner · 22 years ago
- bc601fe Integrate the C writer's name mangler. by Brian Gaeke · 22 years ago
- 01d79ff First draft of X86 LLC backend. This should be OK for small programs like by Brian Gaeke · 22 years ago
- d4c914f Add test for instcombine -1*X -> -X by Chris Lattner · 22 years ago
- 0af1fab Instcombine: X * -1 -> -X by Chris Lattner · 22 years ago
- 5db61fd Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll by Chris Lattner · 22 years ago
- 262a791 New testcase by Chris Lattner · 22 years ago
- 83c39d2 Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 22 years ago
- 4f7ae85 New testcase by Chris Lattner · 22 years ago
- f56703b Remove completed tasks by Chris Lattner · 22 years ago
- 54f6032 - Fixed name mangling conditions to handle 'linkonce' linkage type. In by Joel Stanley · 22 years ago
- 898e0e4 Try to run cleanups even if nothing was modified in the preview passes by Chris Lattner · 22 years ago
- 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 22 years ago
- 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 22 years ago
- e99f4cf It seems likely that floats would need a cast too, because they are by Brian Gaeke · 22 years ago
- 484147d New testcase by Chris Lattner · 22 years ago
- 2d8270c Don't print message, remove temp files by Chris Lattner · 22 years ago
- 837e42c Fix bug: ADCE/2003-06-24-BadSuccessor.ll by Chris Lattner · 22 years ago
- 77825a3 New testcase by Chris Lattner · 22 years ago
- a89ab2c Make assertion more descriptive by Chris Lattner · 22 years ago
- 6932f6b Modernize testcase by Chris Lattner · 22 years ago
- 99c91e0 Do not mark ALL terminators live if any instruciton in the block is live. We only by Chris Lattner · 22 years ago
- e4b79d3 modernize testcase by Chris Lattner · 22 years ago
- ad0f417 Make sure adce is basically working! by Chris Lattner · 22 years ago
- 82c94e2 Modernize testcases by Chris Lattner · 22 years ago
- 38b5ae4 Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll by Chris Lattner · 22 years ago
- 1e3af1e New testcase by Chris Lattner · 22 years ago
- fcd74e2 Fix bug: TailDup/2003-06-24-Simpleloop.ll by Chris Lattner · 22 years ago
- d0d09e6 Testcase reduced by bugpoint by Chris Lattner · 22 years ago
- 6973815 Run the tail dup tests by Chris Lattner · 22 years ago
- b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 22 years ago
- 79d35b3 Implement new transforms: by Chris Lattner · 22 years ago
- 8c1ab94 Fix comment by Chris Lattner · 22 years ago
- d9fa6a3 Yet another testcase by Chris Lattner · 22 years ago
- 8186a94 Test cases for when casts to bool can be eliminated by Chris Lattner · 22 years ago
- 031a112 Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better by Brian Gaeke · 22 years ago
- 508a41b New test case for C Writer regression found in 256.bzip2 by Brian Gaeke · 22 years ago
- 1440c2a Allow .llx testcases (i.e., those that contain explicit RUN: stmts.) by Brian Gaeke · 22 years ago
- 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
- 1d5fc3f Add support for GCC 3.3 by Chris Lattner · 22 years ago
- aac575d New testcase for a GCC bug by Chris Lattner · 22 years ago
- 8a334a4 avoid dividing by zero when dealing with zero sized types (like [0 x double]) by Chris Lattner · 22 years ago
- 8054444 Add the padding needed for variable-size alloca's, which should work now. by Vikram S. Adve · 22 years ago
- ba38fe6 New testcase narrowed down by Joel by Chris Lattner · 22 years ago
- 037d258 Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll by Chris Lattner · 22 years ago
- 066ab6a Add paranoia checking by Chris Lattner · 22 years ago
- ddd7e39 New testcase by Chris Lattner · 22 years ago
- 578aa74 New testcases by Chris Lattner · 22 years ago
- 5e11fd3 Initial checkin by Chris Lattner · 22 years ago
- ea635cd Test change by Chris Lattner · 22 years ago
- e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 22 years ago
- 1ee7855 Add prototype for tail-dup pass by Chris Lattner · 22 years ago
- 7a7bef4 Initial checkin of Tail duplication pass. by Chris Lattner · 22 years ago
- 7b52c03 Do not use the inefficient, fixed function, CBW, CDQ, ... instructions by Chris Lattner · 22 years ago
- 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 22 years ago
- 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 22 years ago
- 18345bb Whoops, accidentally lost a #include by Chris Lattner · 22 years ago
- e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
- 5bb8776 Remove support for the MultiObject flag, which was just fundamentally broken by Chris Lattner · 22 years ago
- 797249b Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ... by Chris Lattner · 22 years ago
- 1474b47 Add testcase for reason that typesafety of power is being broken by Chris Lattner · 22 years ago
- edf351f Clarify that variables must be global by Chris Lattner · 22 years ago
- da5a643 update documentation about columns by Chris Lattner · 22 years ago
- 034acf0 Minor simplification to 64-bit instsel by Chris Lattner · 22 years ago
- 0f1c461 For 16 and 32-bit multiplies, use the IMUL instruction instead of the MUL instruction. by Chris Lattner · 22 years ago
- a8cb100 Add IMULr16 & IMULr32 instructions by Chris Lattner · 22 years ago
- f585447 Generate code for LONG indexes to getelementptr instructions more efficiently by Chris Lattner · 22 years ago
- c901e8b Some preprocessors doen't support // comments and get confused by Chris Lattner · 22 years ago
- b7009c6 Remove obsolete support for LD_LIBRARY_PATH by Chris Lattner · 22 years ago
- a2e89c6 Updated to the new Makefile.common. by John Criswell · 22 years ago
- 6f4ad0b Reverted back to revision 1.91. by John Criswell · 22 years ago
- 917fb38 Added a hack that takes the path relative to the home directory into account by John Criswell · 22 years ago