summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-01-31Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby
2012-01-31Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson
2012-01-31Refactor loop for better readability.Jim Grosbach
2012-01-31Add explanatory comment.Jim Grosbach
2012-01-31Obvious unnecessary loop removal. Follow through from previous checkin.Andrew Trick
2012-01-31Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel
2012-01-31Increase the initial vector size to be equivalent to the size of the DepsBill Wendling
2012-01-31Cache the size of the vector instead of calling .size() all over the place.Bill Wendling
2012-01-31Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper
2012-01-31eliminate the "string" form of ConstantArray::get, usingChris Lattner
2012-01-31with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner
2012-01-31RAFast: Generalize the logic for return operands.Andrew Trick
2012-01-31fix a small oversight that broke the fhourstones app.Chris Lattner
2012-01-31remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.Chris Lattner
2012-01-31eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...Chris Lattner
2012-01-31Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth
2012-01-31start moving SimplifyLibcalls over to getConstantStringInfo, which isChris Lattner
2012-01-31Change ConstantArray::get to form a ConstantDataArray when possible,Chris Lattner
2012-01-31rework this logic to not depend on the last argument to GetConstantStringInfo,Chris Lattner
2012-01-31don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner
2012-01-31use the right accessor for ConstantDataArray.Chris Lattner
2012-01-31fix asmwriting of ConstantDataArray to use the right element count, Chris Lattner
2012-01-31enhance logic to support ConstantDataArray.Chris Lattner
2012-01-31Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling
2012-01-31s/getInnerUnwindDest/getInnerResumeDest/gBill Wendling
2012-01-31Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling
2012-01-31Remove ivar which is identical to another ivar.Bill Wendling
2012-01-31Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.Bill Wendling
2012-01-31Remove more dead functions.Bill Wendling
2012-01-31s/getInnerUnwindDestNewEH/getInnerUnwindDest/gBill Wendling
2012-01-31Remove some unused, old-EH methods.Bill Wendling
2012-01-31Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. ...Eli Friedman
2012-01-31Get rid of references to dead intrinsics.Bill Wendling
2012-01-31Formatting cleanups. No functionality change.Bill Wendling
2012-01-31Remove no-longer-useful dyn_casts and pals.Bill Wendling
2012-01-31Add a constified getLandingPad() method.Bill Wendling
2012-01-30[asan] fix the ObjC support (asan Issue #33)Kostya Serebryany
2012-01-30Chris's constant data sequence refactoring actually enabled printingChandler Carruth
2012-01-30PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng
2012-01-30Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel
2012-01-30Typo.Chad Rosier
2012-01-30Typo.Chad Rosier
2012-01-30Implement String Cast from IntegerDavid Greene
2012-01-30Intel syntax. Support .intel_syntax directive.Devang Patel
2012-01-30Fix refacto.Benjamin Kramer
2012-01-30Here's a new one: GCC was complaining about an only-used-in-assertsMatt Beaumont-Gay
2012-01-30Various improvements suggested by DuncanChris Lattner
2012-01-30Eliminate narrowing conversion in initializer list, to make C++11 happyDouglas Gregor
2012-01-30X86: Simplify shuffle mask generation code.Benjamin Kramer
2012-01-30Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...Alexander Potapenko