summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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 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
* Get rid of references to dead intrinsics.Bill Wendling2012-01-31
* Formatting cleanups. No functionality change.Bill Wendling2012-01-31
* Remove no-longer-useful dyn_casts and pals.Bill Wendling2012-01-31
* Add a constified getLandingPad() method.Bill Wendling2012-01-31
* [asan] fix the ObjC support (asan Issue #33)Kostya Serebryany2012-01-30
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-30
* PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng2012-01-30
* Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel2012-01-30
* Typo.Chad Rosier2012-01-30
* Typo.Chad Rosier2012-01-30
* Implement String Cast from IntegerDavid Greene2012-01-30
* Intel syntax. Support .intel_syntax directive.Devang Patel2012-01-30
* Fix refacto.Benjamin Kramer2012-01-30
* Here's a new one: GCC was complaining about an only-used-in-assertsMatt Beaumont-Gay2012-01-30
* Various improvements suggested by DuncanChris Lattner2012-01-30
* Eliminate narrowing conversion in initializer list, to make C++11 happyDouglas Gregor2012-01-30
* X86: Simplify shuffle mask generation code.Benjamin Kramer2012-01-30
* Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...Alexander Potapenko2012-01-30
* Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper2012-01-30
* fix a major oversight that is breaking some llvm-test tests.Chris Lattner2012-01-30
* First step of flipping on ConstantDataSequential: enable ConstantDataVectorChris Lattner2012-01-30
* when verbose asm is on, print integers in ConstantDataSequentials justChris Lattner2012-01-30
* don't lose tail padding on ConstantDataAggregate vec3's.Chris Lattner2012-01-30
* Fix ConstantFoldShuffleVectorInstruction to properly handle the caseChris Lattner2012-01-30
* Move some XOP patterns into instruction definition. Replae VPCMOV intrinsic p...Craig Topper2012-01-30
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-30
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-29
* Cleanups for EABI standard functionsAnton Korobeynikov2012-01-29
* Use base AAPCS for varargs functions even for AAPCS-VFP CCAnton Korobeynikov2012-01-29
* Fix some scavenger performance issues.Jakob Stoklund Olesen2012-01-29
* Avoid creating BitVector temporaries.Jakob Stoklund Olesen2012-01-29
* Fix typo.Nick Lewycky2012-01-28
* Add a note about a potential optimization for clz/ctz patterns for ARMBob Wilson2012-01-28