aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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-302-5/+2
* PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng2012-01-302-2/+4
* basic-aa does support AliasAnalysis chaining now.Dan Gohman2012-01-301-3/+2
* Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel2012-01-302-2/+7
* 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-302-10/+31
* 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
* Various improvements suggested by DuncanChris Lattner2012-01-302-12/+19
* Eliminate narrowing conversion in initializer list, to make C++11 happyDouglas Gregor2012-01-301-2/+2
* X86: Simplify shuffle mask generation code.Benjamin Kramer2012-01-301-53/+34
* Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...Alexander Potapenko2012-01-301-3/+15
* Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code ...Craig Topper2012-01-301-4/+4
* Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper2012-01-303-10/+16
* fix a major oversight that is breaking some llvm-test tests.Chris Lattner2012-01-301-0/+1
* DenseMap::find_as() and unit tests.Talin2012-01-303-3/+77
* First step of flipping on ConstantDataSequential: enable ConstantDataVectorChris Lattner2012-01-301-7/+89
* when verbose asm is on, print integers in ConstantDataSequentials justChris Lattner2012-01-301-0/+3
* don't lose tail padding on ConstantDataAggregate vec3's.Chris Lattner2012-01-301-21/+24
* Fix ConstantFoldShuffleVectorInstruction to properly handle the caseChris Lattner2012-01-301-3/+5
* CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi2012-01-301-1/+0
* CMake: Add the folder "Tablegenning" on llvm-tblgen targets.NAKAMURA Takumi2012-01-301-0/+1
* initialize the Next field to nullChris Lattner2012-01-301-1/+1
* Move some XOP patterns into instruction definition. Replae VPCMOV intrinsic p...Craig Topper2012-01-304-452/+252
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-304-3/+112
* Cleanup the organization of some methods in llvm::Triple and provideChandler Carruth2012-01-291-15/+19
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-293-0/+291
* Cleanups for EABI standard functionsAnton Korobeynikov2012-01-291-2/+7
* Use base AAPCS for varargs functions even for AAPCS-VFP CCAnton Korobeynikov2012-01-291-1/+3
* Fix some scavenger performance issues.Jakob Stoklund Olesen2012-01-292-24/+13
* Avoid creating BitVector temporaries.Jakob Stoklund Olesen2012-01-291-7/+7
* Add a BitVector::reset(BitVector&) method.Jakob Stoklund Olesen2012-01-291-0/+10
* Fix typo.Nick Lewycky2012-01-281-2/+2
* Add a note about a potential optimization for clz/ctz patterns for ARMBob Wilson2012-01-281-0/+16