aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whoops, accidentally lost a #includeChris Lattner2003-06-222-0/+4
* Remove support for the MultiObject flag, which was fundamentally brokenChris Lattner2003-06-224-14/+3
* Remove support for the MultiObject flag, which was just fundamentally brokenChris Lattner2003-06-222-32/+10
* Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ...Chris Lattner2003-06-211-0/+17
* Add testcase for reason that typesafety of power is being brokenChris Lattner2003-06-211-0/+6
* Clarify that variables must be globalChris Lattner2003-06-211-16/+17
* update documentation about columnsChris Lattner2003-06-211-7/+3
* Minor simplification to 64-bit instselChris Lattner2003-06-212-8/+8
* For 16 and 32-bit multiplies, use the IMUL instruction instead of the MUL ins...Chris Lattner2003-06-212-42/+22
* Add IMULr16 & IMULr32 instructionsChris Lattner2003-06-211-7/+9
* Generate code for LONG indexes to getelementptr instructions more efficientlyChris Lattner2003-06-212-2/+50
* Some preprocessors doen't support // comments and get confusedChris Lattner2003-06-201-1/+1
* Remove obsolete support for LD_LIBRARY_PATHChris Lattner2003-06-203-28/+2
* Updated to the new Makefile.common.John Criswell2003-06-201-2/+2
* Reverted back to revision 1.91.John Criswell2003-06-202-44/+4
* Added a hack that takes the path relative to the home directory into accountJohn Criswell2003-06-202-4/+44
* The modifications to LD_LIBRARY_PATH now add the specified paths to theJohn Criswell2003-06-202-2/+23
* Minor cleanupsChris Lattner2003-06-201-22/+10
* Fix problem building optmized buildChris Lattner2003-06-202-2/+2
* Fix the build. :(Chris Lattner2003-06-201-3/+3
* RDCCR defines arg. #1, not arg. #2.Vikram S. Adve2003-06-201-1/+1
* Changes to privatize NodeTypeChris Lattner2003-06-191-6/+6
* * Changes to make NodeType be private to DSNode.Chris Lattner2003-06-195-76/+107
* Lots of changes to make the NodeType field private to DSNode.Chris Lattner2003-06-196-40/+114
* Fix output bug: Intel asm comment character is #, not ;.Brian Gaeke2003-06-192-2/+2
* RECAPITALIZE all the names of pseudo-instructions, and add a comment explainingBrian Gaeke2003-06-191-14/+17
* Rename many instructions to their Intel asm-compatible names. ThisBrian Gaeke2003-06-191-49/+49
* Add Initialization and Finalization methods for the Printer pass,Brian Gaeke2003-06-192-6/+52
* Remove usage of sys/unistd.hChris Lattner2003-06-193-3/+1
* Funcresolve no longer performs nicification of resolved functionsChris Lattner2003-06-191-0/+5
* Update commentsChris Lattner2003-06-191-4/+4
* The actual nicification of calls is now implemented in instcombine, not inChris Lattner2003-06-194-4/+4
* Implement the functionality of InstCombine/call.llChris Lattner2003-06-191-1/+145
* Remove a bunch of complicated code. The functionality is implemented in inst...Chris Lattner2003-06-191-118/+6
* New testcaseChris Lattner2003-06-181-0/+59
* tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke2003-06-181-12/+16
* lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial versionBrian Gaeke2003-06-182-0/+15
* Diversify examplesChris Lattner2003-06-181-3/+4
* fix incorrect anchorChris Lattner2003-06-181-2/+2
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-183-63/+72
* Move llvm tools to the start of the testrunner path, which allows the llvm 'as'Chris Lattner2003-06-181-1/+1
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-187-47/+45
* Remove extra lineChris Lattner2003-06-182-2/+0
* Reindent code to match the rest of the fileChris Lattner2003-06-181-38/+30
* Fix breakage due to John's recent changesChris Lattner2003-06-181-2/+2
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-181-0/+4
* Handle arguments passed in through the va_arg areaChris Lattner2003-06-181-1/+7
* These instructions really take three operands. This fixes some assertionsChris Lattner2003-06-181-2/+2
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-173-9/+61
* Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.Brian Gaeke2003-06-171-0/+3