aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a flag to identify bytecode files that have intrinsic functions thatReid Spencer2006-01-191-0/+7
* adc and sbb need an incoming flag to ensure it reads the carry flagEvan Cheng2006-01-191-2/+3
* Make get_suffix faster by using a switch on getTypeID rather than a seriesReid Spencer2006-01-191-12/+9
* Another typoEvan Cheng2006-01-191-1/+1
* add a noteChris Lattner2006-01-191-0/+4
* Two peepholes:Evan Cheng2006-01-191-0/+10
* Didn't mean to check that in.Evan Cheng2006-01-191-2/+0
* A obvious typoEvan Cheng2006-01-192-1/+3
* Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer2006-01-194-2178/+2966
* Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. TheReid Spencer2006-01-191-36/+16
* Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer2006-01-191-59/+150
* If not internalizing, don't mark llvm.global[cd]tors const, as a fix for aChris Lattner2006-01-191-2/+5
* Don't internalize llvm.global[cd]tor unless there are uses of it. ThisChris Lattner2006-01-191-3/+9
* was ignoring the legalized chain in this case, fixed SPASS on alphaAndrew Lenharth2006-01-181-1/+1
* Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cppNate Begeman2006-01-181-74/+80
* Temporary work around for a libcall insertion bug: If a target doesn'tChris Lattner2006-01-181-2/+6
* Make sure that cloning a module clones its target triple and dependentChris Lattner2006-01-181-3/+7
* Don't assert on 'select_cc SETUO'Chris Lattner2006-01-181-2/+2
* fix out of date commentChris Lattner2006-01-181-1/+1
* Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.llChris Lattner2006-01-181-0/+2
* Fix a backwards conditional that caused an inf loop in some cases. ThisChris Lattner2006-01-181-1/+1
* Added minimum Dwarf aranges. Cleaned up some section headers. Line numberJim Laskey2006-01-182-19/+59
* SRA shift amount must be in i8Evan Cheng2006-01-181-1/+1
* If a call return type is i1, insert a truncate from X86::AL to i1.Evan Cheng2006-01-181-0/+4
* Fixed style of curly brace. No functionality changes.John Criswell2006-01-171-2/+1
* Fix lowering of calls which return f32 values.Evan Cheng2006-01-171-0/+12
* Add frame work for additional dwarf sections. Comments will improve as codeJim Laskey2006-01-172-3/+83
* VMCore support for the insertelement operation.Robert Bocchino2006-01-177-9/+150
* Constant folding support for the insertelement operation.Robert Bocchino2006-01-171-0/+3
* Lowerpacked and SCCP support for the insertelement operation.Robert Bocchino2006-01-172-8/+66
* Support for the insertelement operation.Robert Bocchino2006-01-171-0/+1
* Reader support for the insertelement operation.Robert Bocchino2006-01-171-0/+18
* Lexer and parser support for the insertelement operation.Robert Bocchino2006-01-175-3365/+2628
* Bug fix: missing LegalizeOp() on newly created nodes.Evan Cheng2006-01-171-1/+6
* Clean up the FFS optimization code, and make it correctly create the appropriateChris Lattner2006-01-171-41/+43
* Adding basic support for Dwarf line number debug information.Jim Laskey2006-01-174-121/+1281
* Zero extending load from i1 to i8.Evan Cheng2006-01-171-0/+2
* oops, this shouldn't have gotten inDuraid Madina2006-01-171-2/+0
* SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we customEvan Cheng2006-01-171-1/+6
* use proper (82-bit) spills/fills when spilling FP regs, so thatDuraid Madina2006-01-173-3/+11
* fixing dividesDuraid Madina2006-01-171-12/+9
* Revert this, I didn't mean to commit itChris Lattner2006-01-171-8/+0
* Added a FIXME comment about why FST is currently flagged to fpGETRESULT.Evan Cheng2006-01-171-0/+6
* Add support for programs with a null argv[0]Chris Lattner2006-01-172-10/+32
* Bug fixes: fpGETRESULT should produces a flag result and X86ISD::FST shouldEvan Cheng2006-01-172-10/+12
* More typo'sEvan Cheng2006-01-161-2/+2
* Some typo'sEvan Cheng2006-01-161-13/+12
* fix short immediate loadsAndrew Lenharth2006-01-161-1/+1
* stack and rpccAndrew Lenharth2006-01-163-35/+11
* Fix FP_TO_INT**_IN_MEM lowering.Evan Cheng2006-01-163-104/+133