aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a basic-block autovectorization pass.Hal Finkel2012-02-0110-3/+1896
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-011-14/+5
* Tidy up. One more return type mismatch fix.Jim Grosbach2012-01-311-1/+1
* bz11794 : EarlyCSE stack overflow on long functions.Lenny Maiorani2012-01-311-22/+117
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-311-0/+2
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-311-0/+39
* Refactor loop for better readability.Jim Grosbach2012-01-311-3/+2
* Add explanatory comment.Jim Grosbach2012-01-311-0/+1
* 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-312-6/+17
* 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-311-20/+0
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-315-11/+6
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-317-231/+45
* 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-312-17/+4
* 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-311-0/+49
* 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-313-177/+147
* 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 the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling2012-01-313-96/+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-312-53/+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
* Remove no-longer-useful dyn_casts and pals.Bill Wendling2012-01-311-21/+10
* Add a constified getLandingPad() method.Bill Wendling2012-01-311-0/+3
* [asan] fix the ObjC support (asan Issue #33)Kostya Serebryany2012-01-301-13/+21
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-301-1/+1
* PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng2012-01-302-2/+4
* Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel2012-01-301-2/+4
* Typo.Chad Rosier2012-01-301-1/+1
* Typo.Chad Rosier2012-01-301-1/+1
* Implement String Cast from IntegerDavid Greene2012-01-301-0/+5
* Intel syntax. Support .intel_syntax directive.Devang Patel2012-01-301-10/+24
* Fix refacto.Benjamin Kramer2012-01-301-2/+2
* Here's a new one: GCC was complaining about an only-used-in-assertsMatt Beaumont-Gay2012-01-301-2/+2