| Commit message (Expand) | Author | Age | Files | Lines |
* | Whoops, accidentally lost a #include | Chris Lattner | 2003-06-22 | 2 | -0/+4 |
* | Remove support for the MultiObject flag, which was fundamentally broken | Chris Lattner | 2003-06-22 | 4 | -14/+3 |
* | Remove support for the MultiObject flag, which was just fundamentally broken | Chris Lattner | 2003-06-22 | 2 | -32/+10 |
* | Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ... | Chris Lattner | 2003-06-21 | 1 | -0/+17 |
* | Add testcase for reason that typesafety of power is being broken | Chris Lattner | 2003-06-21 | 1 | -0/+6 |
* | Clarify that variables must be global | Chris Lattner | 2003-06-21 | 1 | -16/+17 |
* | update documentation about columns | Chris Lattner | 2003-06-21 | 1 | -7/+3 |
* | Minor simplification to 64-bit instsel | Chris Lattner | 2003-06-21 | 2 | -8/+8 |
* | For 16 and 32-bit multiplies, use the IMUL instruction instead of the MUL ins... | Chris Lattner | 2003-06-21 | 2 | -42/+22 |
* | Add IMULr16 & IMULr32 instructions | Chris Lattner | 2003-06-21 | 1 | -7/+9 |
* | Generate code for LONG indexes to getelementptr instructions more efficiently | Chris Lattner | 2003-06-21 | 2 | -2/+50 |
* | Some preprocessors doen't support // comments and get confused | Chris Lattner | 2003-06-20 | 1 | -1/+1 |
* | Remove obsolete support for LD_LIBRARY_PATH | Chris Lattner | 2003-06-20 | 3 | -28/+2 |
* | Updated to the new Makefile.common. | John Criswell | 2003-06-20 | 1 | -2/+2 |
* | Reverted back to revision 1.91. | John Criswell | 2003-06-20 | 2 | -44/+4 |
* | Added a hack that takes the path relative to the home directory into account | John Criswell | 2003-06-20 | 2 | -4/+44 |
* | The modifications to LD_LIBRARY_PATH now add the specified paths to the | John Criswell | 2003-06-20 | 2 | -2/+23 |
* | Minor cleanups | Chris Lattner | 2003-06-20 | 1 | -22/+10 |
* | Fix problem building optmized build | Chris Lattner | 2003-06-20 | 2 | -2/+2 |
* | Fix the build. :( | Chris Lattner | 2003-06-20 | 1 | -3/+3 |
* | RDCCR defines arg. #1, not arg. #2. | Vikram S. Adve | 2003-06-20 | 1 | -1/+1 |
* | Changes to privatize NodeType | Chris Lattner | 2003-06-19 | 1 | -6/+6 |
* | * Changes to make NodeType be private to DSNode. | Chris Lattner | 2003-06-19 | 5 | -76/+107 |
* | Lots of changes to make the NodeType field private to DSNode. | Chris Lattner | 2003-06-19 | 6 | -40/+114 |
* | Fix output bug: Intel asm comment character is #, not ;. | Brian Gaeke | 2003-06-19 | 2 | -2/+2 |
* | RECAPITALIZE all the names of pseudo-instructions, and add a comment explaining | Brian Gaeke | 2003-06-19 | 1 | -14/+17 |
* | Rename many instructions to their Intel asm-compatible names. This | Brian Gaeke | 2003-06-19 | 1 | -49/+49 |
* | Add Initialization and Finalization methods for the Printer pass, | Brian Gaeke | 2003-06-19 | 2 | -6/+52 |
* | Remove usage of sys/unistd.h | Chris Lattner | 2003-06-19 | 3 | -3/+1 |
* | Funcresolve no longer performs nicification of resolved functions | Chris Lattner | 2003-06-19 | 1 | -0/+5 |
* | Update comments | Chris Lattner | 2003-06-19 | 1 | -4/+4 |
* | The actual nicification of calls is now implemented in instcombine, not in | Chris Lattner | 2003-06-19 | 4 | -4/+4 |
* | Implement the functionality of InstCombine/call.ll | Chris Lattner | 2003-06-19 | 1 | -1/+145 |
* | Remove a bunch of complicated code. The functionality is implemented in inst... | Chris Lattner | 2003-06-19 | 1 | -118/+6 |
* | New testcase | Chris Lattner | 2003-06-18 | 1 | -0/+59 |
* | tools/llc/llc.cpp: Make "-o -" work. | Brian Gaeke | 2003-06-18 | 1 | -12/+16 |
* | lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version | Brian Gaeke | 2003-06-18 | 2 | -0/+15 |
* | Diversify examples | Chris Lattner | 2003-06-18 | 1 | -3/+4 |
* | fix incorrect anchor | Chris Lattner | 2003-06-18 | 1 | -2/+2 |
* | lib/Target/Sparc/Sparc.cpp: | Brian Gaeke | 2003-06-18 | 3 | -63/+72 |
* | Move llvm tools to the start of the testrunner path, which allows the llvm 'as' | Chris Lattner | 2003-06-18 | 1 | -1/+1 |
* | Detemplatize the PATypeHandle class, which was only really instantiated on 'T... | Chris Lattner | 2003-06-18 | 7 | -47/+45 |
* | Remove extra line | Chris Lattner | 2003-06-18 | 2 | -2/+0 |
* | Reindent code to match the rest of the file | Chris Lattner | 2003-06-18 | 1 | -38/+30 |
* | Fix breakage due to John's recent changes | Chris Lattner | 2003-06-18 | 1 | -2/+2 |
* | Add new DAE pass to gccld. It does not add cause any regressions in the test... | Chris Lattner | 2003-06-18 | 1 | -0/+4 |
* | Handle arguments passed in through the va_arg area | Chris Lattner | 2003-06-18 | 1 | -1/+7 |
* | These instructions really take three operands. This fixes some assertions | Chris Lattner | 2003-06-18 | 1 | -2/+2 |
* | lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here | Brian Gaeke | 2003-06-17 | 3 | -9/+61 |
* | Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. | Brian Gaeke | 2003-06-17 | 1 | -0/+3 |