aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-312-0/+29
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-312-0/+46
* Don't assign a value to NUM_TARGET_NAMED_SUBREGS.Jakob Stoklund Olesen2012-01-311-2/+1
* Move the composite map into CodeGenSubRegIndex.Jakob Stoklund Olesen2012-01-313-30/+51
* Add a TableGen CodeGenSubRegIndex class.Jakob Stoklund Olesen2012-01-313-64/+144
* Refactor loop for better readability.Jim Grosbach2012-01-311-3/+2
* Add explanatory comment.Jim Grosbach2012-01-311-0/+1
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-313-1/+66
* Tidy up. Trailing whitespace.Jim Grosbach2012-01-311-10/+10
* Obvious unnecessary loop removal. Follow through from previous checkin.Andrew Trick2012-01-311-11/+10
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-313-6/+18
* Regenerate configure.Rafael Espindola2012-01-312-19/+5
* Fix BrainF compilation.Francois Pichet2012-01-311-1/+2
* Increase the initial vector size to be equivalent to the size of the DepsBill Wendling2012-01-311-2/+2
* Cache the size of the vector instead of calling .size() all over the place.Bill Wendling2012-01-311-5/+5
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-315-206/+2
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-317-23/+8
* remove commented-out code.Chris Lattner2012-01-311-4/+0
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-318-256/+45
* update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner2012-01-311-2/+2
* RAFast: Generalize the logic for return operands.Andrew Trick2012-01-311-20/+59
* fix a small oversight that broke the fhourstones app.Chris Lattner2012-01-311-1/+1
* remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.Chris Lattner2012-01-313-19/+6
* eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...Chris Lattner2012-01-311-7/+7
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-313-0/+125
* start moving SimplifyLibcalls over to getConstantStringInfo, which isChris Lattner2012-01-311-49/+53
* Change ConstantArray::get to form a ConstantDataArray when possible,Chris Lattner2012-01-314-187/+157
* rework this logic to not depend on the last argument to GetConstantStringInfo,Chris Lattner2012-01-311-4/+10
* don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner2012-01-311-1/+3
* use the right accessor for ConstantDataArray.Chris Lattner2012-01-311-1/+1
* fix asmwriting of ConstantDataArray to use the right element count, Chris Lattner2012-01-311-22/+18
* enhance logic to support ConstantDataArray.Chris Lattner2012-01-311-8/+13
* Remove all references to the old EH.Bill Wendling2012-01-317-24/+0
* Update test to new EH model.Bill Wendling2012-01-311-2/+2
* Update test to new EH model.Bill Wendling2012-01-311-0/+3
* Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling2012-01-314-100/+0
* s/getInnerUnwindDest/getInnerResumeDest/gBill Wendling2012-01-311-4/+4
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-315-88/+0
* Remove ivar which is identical to another ivar.Bill Wendling2012-01-311-10/+6
* Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.Bill Wendling2012-01-311-9/+4
* Remove more dead functions.Bill Wendling2012-01-311-211/+0
* s/getInnerUnwindDestNewEH/getInnerUnwindDest/gBill Wendling2012-01-311-4/+3
* Remove some unused, old-EH methods.Bill Wendling2012-01-311-116/+3
* Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. ...Eli Friedman2012-01-311-7/+9
* Get rid of references to dead intrinsics.Bill Wendling2012-01-311-53/+5
* Formatting cleanups. No functionality change.Bill Wendling2012-01-311-20/+20
* Relax constructor for IntrusiveRefCntPtr to not be explicit.Ted Kremenek2012-01-311-1/+1
* Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r...Ted Kremenek2012-01-311-2/+8
* Remove no-longer-useful dyn_casts and pals.Bill Wendling2012-01-311-21/+10
* Add a constified getLandingPad() method.Bill Wendling2012-01-312-0/+4