summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* int comparison patternsAndrew Lenharth2005-10-26
* Fix some spello's pointed out by Gabor GreifChris Lattner2005-10-26
* Typo made worse x 2 - take 2.Jim Laskey2005-10-26
* Fix an assert compiling MallocBench/gsChris Lattner2005-10-26
* Typo x 2Jim Laskey2005-10-26
* Simplify instinfo, set random bits on more fp insts, and fix 1 opcodeAndrew Lenharth2005-10-26
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-26
* Add attribute name and type to SubtargetFeatures.Jim Laskey2005-10-26
* fold nested and's early to avoid inefficiencies in MaskedValueIsZero. ThisChris Lattner2005-10-26
* Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragmentsChris Lattner2005-10-26
* Add a note about some bitfield stuff we could be doing better.Nate Begeman2005-10-25
* Correctly Expand or Promote FP_TO_UINT based on the capabilities of theNate Begeman2005-10-25
* Allow custom lowered FP_TO_SINT ops in the check for whether a largerNate Begeman2005-10-25
* autogen undefChris Lattner2005-10-25
* Add undefChris Lattner2005-10-25
* Allow pseudos to have patterns, no functionality changeChris Lattner2005-10-25
* Autogen fselChris Lattner2005-10-25
* Expose the fextend on the DAG instead of doing it in the matcherChris Lattner2005-10-25
* Autogen a few new ppc-specific nodesChris Lattner2005-10-25
* The dag isel generator generates this nowChris Lattner2005-10-25
* Be a bit more paranoid about calling SelectNodeToChris Lattner2005-10-25
* Fix a couple of minor bugs. The first fixes povray, the second fixes thingsChris Lattner2005-10-25
* Clear a bit in this file that was causing a miscompilation of 178.galgel.Chris Lattner2005-10-25
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-25
* Stop using deprecated typesAlkis Evlogimenos2005-10-25
* do not wrap this whole file in namespace llvmChris Lattner2005-10-24
* Handle allocations that, even after removing dead uses, still have more thanChris Lattner2005-10-24
* Fix a bug where we would 'promote' an allocation from one type to anotherChris Lattner2005-10-24
* Before promoting a malloc type, remove dead uses. This makes instcombineChris Lattner2005-10-24
* Pull some code out into a function, no functionality changeChris Lattner2005-10-24
* Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov!Chris Lattner2005-10-24
* Alkis agrees that that iterative scan allocator isn't going to be worked onChris Lattner2005-10-24
* Remove this pass, it is not usefulChris Lattner2005-10-24
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-24
* Do not build the ProfilePaths directory anymoreChris Lattner2005-10-24
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* only build .a version of this libraryChris Lattner2005-10-24
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-24
* There is no need to build an archive version of this libraryChris Lattner2005-10-24
* This file is hopelessly out of dateChris Lattner2005-10-24
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-24
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-24
* Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodesChris Lattner2005-10-24
* don't bother building the archive version of this libraryChris Lattner2005-10-24
* expose a ctorChris Lattner2005-10-24
* implement some prototypesChris Lattner2005-10-24
* move this to the analyze toolChris Lattner2005-10-24
* Fix a nasty bug that was causing miscompilation of global variablesChris Lattner2005-10-23
* Shrinkify to match llcChris Lattner2005-10-23