- 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 21 years ago
- e99f4cf It seems likely that floats would need a cast too, because they are by Brian Gaeke · 21 years ago
- 484147d New testcase by Chris Lattner · 21 years ago
- 2d8270c Don't print message, remove temp files by Chris Lattner · 21 years ago
- 837e42c Fix bug: ADCE/2003-06-24-BadSuccessor.ll by Chris Lattner · 21 years ago
- 77825a3 New testcase by Chris Lattner · 21 years ago
- a89ab2c Make assertion more descriptive by Chris Lattner · 21 years ago
- 6932f6b Modernize testcase by Chris Lattner · 21 years ago
- 99c91e0 Do not mark ALL terminators live if any instruciton in the block is live. We only by Chris Lattner · 21 years ago
- e4b79d3 modernize testcase by Chris Lattner · 21 years ago
- ad0f417 Make sure adce is basically working! by Chris Lattner · 21 years ago
- 82c94e2 Modernize testcases by Chris Lattner · 21 years ago
- 38b5ae4 Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll by Chris Lattner · 21 years ago
- 1e3af1e New testcase by Chris Lattner · 21 years ago
- fcd74e2 Fix bug: TailDup/2003-06-24-Simpleloop.ll by Chris Lattner · 21 years ago
- d0d09e6 Testcase reduced by bugpoint by Chris Lattner · 21 years ago
- 6973815 Run the tail dup tests by Chris Lattner · 21 years ago
- b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 21 years ago
- 79d35b3 Implement new transforms: by Chris Lattner · 21 years ago
- 8c1ab94 Fix comment by Chris Lattner · 21 years ago
- d9fa6a3 Yet another testcase by Chris Lattner · 21 years ago
- 8186a94 Test cases for when casts to bool can be eliminated by Chris Lattner · 21 years ago
- 031a112 Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better by Brian Gaeke · 21 years ago
- 508a41b New test case for C Writer regression found in 256.bzip2 by Brian Gaeke · 21 years ago
- 1440c2a Allow .llx testcases (i.e., those that contain explicit RUN: stmts.) by Brian Gaeke · 21 years ago
- 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 21 years ago
- 1d5fc3f Add support for GCC 3.3 by Chris Lattner · 21 years ago
- aac575d New testcase for a GCC bug by Chris Lattner · 21 years ago
- 8a334a4 avoid dividing by zero when dealing with zero sized types (like [0 x double]) by Chris Lattner · 21 years ago
- 8054444 Add the padding needed for variable-size alloca's, which should work now. by Vikram S. Adve · 21 years ago
- ba38fe6 New testcase narrowed down by Joel by Chris Lattner · 21 years ago
- 037d258 Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll by Chris Lattner · 21 years ago
- 066ab6a Add paranoia checking by Chris Lattner · 21 years ago
- ddd7e39 New testcase by Chris Lattner · 21 years ago
- 578aa74 New testcases by Chris Lattner · 21 years ago
- 5e11fd3 Initial checkin by Chris Lattner · 21 years ago
- ea635cd Test change by Chris Lattner · 21 years ago
- e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 21 years ago
- 1ee7855 Add prototype for tail-dup pass by Chris Lattner · 21 years ago
- 7a7bef4 Initial checkin of Tail duplication pass. by Chris Lattner · 21 years ago
- 7b52c03 Do not use the inefficient, fixed function, CBW, CDQ, ... instructions by Chris Lattner · 21 years ago
- 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 21 years ago
- 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
- 18345bb Whoops, accidentally lost a #include by Chris Lattner · 21 years ago
- e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 21 years ago
- 5bb8776 Remove support for the MultiObject flag, which was just fundamentally broken by Chris Lattner · 21 years ago
- 797249b Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ... by Chris Lattner · 21 years ago
- 1474b47 Add testcase for reason that typesafety of power is being broken by Chris Lattner · 21 years ago
- edf351f Clarify that variables must be global by Chris Lattner · 21 years ago
- da5a643 update documentation about columns by Chris Lattner · 21 years ago
- 034acf0 Minor simplification to 64-bit instsel by Chris Lattner · 21 years ago
- 0f1c461 For 16 and 32-bit multiplies, use the IMUL instruction instead of the MUL instruction. by Chris Lattner · 21 years ago
- a8cb100 Add IMULr16 & IMULr32 instructions by Chris Lattner · 21 years ago
- f585447 Generate code for LONG indexes to getelementptr instructions more efficiently by Chris Lattner · 21 years ago
- c901e8b Some preprocessors doen't support // comments and get confused by Chris Lattner · 21 years ago
- b7009c6 Remove obsolete support for LD_LIBRARY_PATH by Chris Lattner · 21 years ago
- a2e89c6 Updated to the new Makefile.common. by John Criswell · 21 years ago
- 6f4ad0b Reverted back to revision 1.91. by John Criswell · 21 years ago
- 917fb38 Added a hack that takes the path relative to the home directory into account by John Criswell · 21 years ago
- 259a144 The modifications to LD_LIBRARY_PATH now add the specified paths to the by John Criswell · 21 years ago
- 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
- e3ba95e Fix problem building optmized build by Chris Lattner · 21 years ago
- 1c6d6c9 Fix the build. :( by Chris Lattner · 21 years ago
- ddafa49 RDCCR defines arg. #1, not arg. #2. by Vikram S. Adve · 21 years ago
- 31f6125 Changes to privatize NodeType by Chris Lattner · 21 years ago
- bd92b73 * Changes to make NodeType be private to DSNode. by Chris Lattner · 21 years ago
- 160cf48 Lots of changes to make the NodeType field private to DSNode. by Chris Lattner · 21 years ago
- 3387e7f Fix output bug: Intel asm comment character is #, not ;. by Brian Gaeke · 21 years ago
- 088fa11 RECAPITALIZE all the names of pseudo-instructions, and add a comment explaining by Brian Gaeke · 21 years ago
- 96b07e5 Rename many instructions to their Intel asm-compatible names. This by Brian Gaeke · 21 years ago
- 9e474c4 Add Initialization and Finalization methods for the Printer pass, by Brian Gaeke · 21 years ago
- ed4775a Remove usage of sys/unistd.h by Chris Lattner · 21 years ago
- dccb6d0 Funcresolve no longer performs nicification of resolved functions by Chris Lattner · 21 years ago
- 936f771 Update comments by Chris Lattner · 21 years ago
- 0e60941 The actual nicification of calls is now implemented in instcombine, not in by Chris Lattner · 21 years ago
- 9fe3886 Implement the functionality of InstCombine/call.ll by Chris Lattner · 21 years ago
- a3df1ff Remove a bunch of complicated code. The functionality is implemented in instcombine instead by Chris Lattner · 21 years ago
- 037b568 New testcase by Chris Lattner · 21 years ago
- 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
- de3aa4f lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version by Brian Gaeke · 21 years ago
- 8c6bb90 Diversify examples by Chris Lattner · 21 years ago
- b5561ff fix incorrect anchor by Chris Lattner · 21 years ago
- 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
- baed073 Move llvm tools to the start of the testrunner path, which allows the llvm 'as' by Chris Lattner · 21 years ago
- 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
- c500cf2 Remove extra line by Chris Lattner · 21 years ago
- cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
- 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 21 years ago
- a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
- 97f4b66 Handle arguments passed in through the va_arg area by Chris Lattner · 21 years ago
- c8621e6 These instructions really take three operands. This fixes some assertions by Chris Lattner · 21 years ago
- b471a23 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here by Brian Gaeke · 21 years ago
- 4399a49 Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. by Brian Gaeke · 21 years ago
- c0feeb5 Make testcase more interesting, remove absolute path from -load line by Chris Lattner · 21 years ago
- 08227e4 Initial checkin of DAE pass by Chris Lattner · 21 years ago
- 697a00f * Add new CallSite::get factory method by Chris Lattner · 21 years ago
- a599f87 Add new op_erase method by Chris Lattner · 21 years ago
- 57ec659 Make sure accessor is properly doxygenized. It wants two lines by Chris Lattner · 21 years ago
- 95ab3d4 Add accessor by Chris Lattner · 21 years ago
- fac0eca Fix to mesh with Johns recent changes by Chris Lattner · 21 years ago