aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-284-2/+14
* Silence GCC's -Wreturn-type warning.Benjamin Kramer2012-01-281-0/+3
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-282-1/+7
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-283-12/+28
* [asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA TakumiKostya Serebryany2012-01-281-1/+1
* Reapply r149159 with a fix to add to a PHI node with a non-null parent.Bill Wendling2012-01-281-34/+64
* Remove code that adds live ranges for dead defs. It seems to be breaking things.Lang Hames2012-01-281-24/+0
* Revert r149159 until I can fix tests.Bill Wendling2012-01-281-61/+32
* Don't always create a separate block for the call to _Unwind_Resume.Bill Wendling2012-01-281-32/+61
* Fix Record Name ReferenceDavid Greene2012-01-281-1/+1
* Silence warning about parens for && within ||Lang Hames2012-01-271-1/+1
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-276-9/+78
* Remove Deprecated FeaturesDavid Greene2012-01-271-250/+51