aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an assert compiling MallocBench/gsChris Lattner2005-10-261-1/+1
* Typo x 2Jim Laskey2005-10-262-2/+2
* Simplify.Jim Laskey2005-10-261-6/+1
* Simplify instinfo, set random bits on more fp insts, and fix 1 opcodeAndrew Lenharth2005-10-262-24/+18
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-266-31/+91
* Add attribute name and type to SubtargetFeatures.Jim Laskey2005-10-263-8/+18
* fold nested and's early to avoid inefficiencies in MaskedValueIsZero. ThisChris Lattner2005-10-261-0/+9
* Condcodes are in the ISD namespaceChris Lattner2005-10-261-1/+1
* Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragmentsChris Lattner2005-10-261-0/+64
* Add support for CondCode'sChris Lattner2005-10-261-4/+14
* Fix comment.Jeff Cohen2005-10-261-1/+1
* Eliminate use of sed in Visual Studio builds.Jeff Cohen2005-10-265-17/+50
* Eliminate need for bison/flex in Visual Studio builds.Jeff Cohen2005-10-266-32/+75
* Update Visual Studio projects to reflect moved file.Jeff Cohen2005-10-261-3/+3
* Add a regression test for the recent fix for FP_TO_UINT lowering in the ppcNate Begeman2005-10-251-0/+9
* Add a note about some bitfield stuff we could be doing better.Nate Begeman2005-10-251-0/+64
* Correctly Expand or Promote FP_TO_UINT based on the capabilities of theNate Begeman2005-10-251-3/+5
* Allow custom lowered FP_TO_SINT ops in the check for whether a largerNate Begeman2005-10-251-1/+2
* autogen undefChris Lattner2005-10-252-11/+6
* Add undefChris Lattner2005-10-251-1/+3
* Add a methodChris Lattner2005-10-251-1/+4
* Allow pseudos to have patterns, no functionality changeChris Lattner2005-10-252-13/+13
* Autogen fselChris Lattner2005-10-252-14/+6
* Expose the fextend on the DAG instead of doing it in the matcherChris Lattner2005-10-251-8/+21
* Autogen a few new ppc-specific nodesChris Lattner2005-10-252-15/+11
* The dag isel generator generates this nowChris Lattner2005-10-252-64/+0
* Emit some boilerplate for targetsChris Lattner2005-10-251-0/+29
* Be a bit more paranoid about calling SelectNodeToChris Lattner2005-10-251-7/+11
* Fix a couple of minor bugs. The first fixes povray, the second fixes thingsChris Lattner2005-10-251-3/+9
* Clear a bit in this file that was causing a miscompilation of 178.galgel.Chris Lattner2005-10-251-1/+1
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-254-4/+4
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-252-12/+10
* analyses after transformationsChris Lattner2005-10-251-1/+1
* transforms before analysesChris Lattner2005-10-251-1/+1
* Refactored to make room for more stuff (scheduling info.)Jim Laskey2005-10-252-77/+102
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-254-37/+81
* Stop using deprecated typesAlkis Evlogimenos2005-10-251-1/+2
* Updated bytecode version numbers.John Criswell2005-10-241-1/+3
* Fix spelling of 'separate'.Jeff Cohen2005-10-242-3/+3
* Fixed spelling.John Criswell2005-10-241-1/+1
* Added a note to remove CVS directories when copying the sample project toJohn Criswell2005-10-241-0/+6
* Attempt to make terminology more consistent.John Criswell2005-10-241-2/+3
* Andrew says that alpha basically worksChris Lattner2005-10-241-1/+1
* Fixed a grammar issue.John Criswell2005-10-241-1/+1
* Grammar and punctuation fixes.John Criswell2005-10-241-10/+10
* Keep Visual Studio up to date.Jeff Cohen2005-10-241-3/+0
* Fix an incompatibility with GCC 4.1, thanks to Vladimir MerzliakovChris Lattner2005-10-241-3/+0
* do not wrap this whole file in namespace llvmChris Lattner2005-10-242-8/+2
* Handle allocations that, even after removing dead uses, still have more thanChris Lattner2005-10-241-3/+15
* Fix a bug where we would 'promote' an allocation from one type to anotherChris Lattner2005-10-241-2/+6