aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* For PR411:Reid Spencer2006-01-1610-2252/+3237
* For PR411:Reid Spencer2006-01-161-0/+105
* Friendly namesAndrew Lenharth2006-01-162-1/+19
* fix a crash due to missing parensChris Lattner2006-01-161-1/+1
* add notes from my *other* email acct.Chris Lattner2006-01-161-0/+88
* transfer some notes from my email to somewhere useful.Chris Lattner2006-01-162-0/+71
* fixing divides: FP should now be 100%, and integers are fine tooDuraid Madina2006-01-161-17/+24
* Constant fold ctpop/ctlz/cttz, and a couple other small cleanupsNate Begeman2006-01-161-2/+58
* Expand case for 64b Legalize, even though no one should end up using thisNate Begeman2006-01-161-4/+43
* Add BSWAP stuff to intrinsic lowering for CBE & friends.Nate Begeman2006-01-161-2/+106
* fix division! again!! pattern isel, prepare to die.Duraid Madina2006-01-162-101/+118
* Silly Sparc is big endian. If we have to load args out of incoming stack slotsChris Lattner2006-01-162-0/+8
* This pass has never worked correctly. Remove.Chris Lattner2006-01-161-629/+0
* Make sure that bool,byte and short arguments are the right type when loadedChris Lattner2006-01-152-0/+2
* Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifierChris Lattner2006-01-151-2/+0
* ET-Forest has issues with unreachable blocks. Temporarily disable verifiers useChris Lattner2006-01-151-0/+2