summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-01
* Tidy up. One more return type mismatch fix.Jim Grosbach2012-01-31
* Revert test commitBrendon Cahoon2012-01-31
* bz11794 : EarlyCSE stack overflow on long functions.Lenny Maiorani2012-01-31
* test commit, adding a blank spaceBrendon Cahoon2012-01-31
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-31
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-31
* Don't assign a value to NUM_TARGET_NAMED_SUBREGS.Jakob Stoklund Olesen2012-01-31
* Move the composite map into CodeGenSubRegIndex.Jakob Stoklund Olesen2012-01-31
* Add a TableGen CodeGenSubRegIndex class.Jakob Stoklund Olesen2012-01-31
* Refactor loop for better readability.Jim Grosbach2012-01-31
* Add explanatory comment.Jim Grosbach2012-01-31
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-31
* Tidy up. Trailing whitespace.Jim Grosbach2012-01-31
* Obvious unnecessary loop removal. Follow through from previous checkin.Andrew Trick2012-01-31
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-31
* Regenerate configure.Rafael Espindola2012-01-31
* Fix BrainF compilation.Francois Pichet2012-01-31
* Increase the initial vector size to be equivalent to the size of the DepsBill Wendling2012-01-31
* Cache the size of the vector instead of calling .size() all over the place.Bill Wendling2012-01-31
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-31
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31
* remove commented-out code.Chris Lattner2012-01-31
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-31
* update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner2012-01-31
* RAFast: Generalize the logic for return operands.Andrew Trick2012-01-31
* fix a small oversight that broke the fhourstones app.Chris Lattner2012-01-31
* remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.Chris Lattner2012-01-31
* eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...Chris Lattner2012-01-31
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-31
* start moving SimplifyLibcalls over to getConstantStringInfo, which isChris Lattner2012-01-31
* Change ConstantArray::get to form a ConstantDataArray when possible,Chris Lattner2012-01-31
* rework this logic to not depend on the last argument to GetConstantStringInfo,Chris Lattner2012-01-31
* don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner2012-01-31
* use the right accessor for ConstantDataArray.Chris Lattner2012-01-31
* fix asmwriting of ConstantDataArray to use the right element count, Chris Lattner2012-01-31
* enhance logic to support ConstantDataArray.Chris Lattner2012-01-31
* Remove all references to the old EH.Bill Wendling2012-01-31
* Update test to new EH model.Bill Wendling2012-01-31
* Update test to new EH model.Bill Wendling2012-01-31
* Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling2012-01-31
* s/getInnerUnwindDest/getInnerResumeDest/gBill Wendling2012-01-31
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-31
* Remove ivar which is identical to another ivar.Bill Wendling2012-01-31
* Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.Bill Wendling2012-01-31
* Remove more dead functions.Bill Wendling2012-01-31
* s/getInnerUnwindDestNewEH/getInnerUnwindDest/gBill Wendling2012-01-31
* Remove some unused, old-EH methods.Bill Wendling2012-01-31
* Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. ...Eli Friedman2012-01-31