aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* capitalize project name, reference bugzillaDylan Noblesmith2011-12-183-6/+6
* Hexagon: Remove unused variables.Benjamin Kramer2011-12-182-13/+0
* Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier2011-12-172-34/+0
* Revert r146822 at Pete Cooper's request as it broke clang self hosting.Kevin Enderby2011-12-172-194/+0
* Remove an unused X86ISD node type.Craig Topper2011-12-173-3/+0
* X86: Factor the bswap asm matching to be slightly less horrible to read.Benjamin Kramer2011-12-171-74/+63
* As Doug pointed out (and I really should know), it is perfectly easy toChandler Carruth2011-12-172-20/+8
* SimplifyCFG now predicts some conditional branches to true or false depending...Pete Cooper2011-12-172-0/+194
* Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek2011-12-171-5/+0
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-172-4/+35
* Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper2011-12-174-72/+175
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-1712-4/+77
* Make sure that the lower bits on the VSELECT condition are properly set.Lang Hames2011-12-172-27/+40
* Preserve more memory operands in ARMExpandPseudo.Jakob Stoklund Olesen2011-12-171-0/+4
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-1718-57/+124
* When recursing for the original size of a type, stop if we are at aEric Christopher2011-12-162-1/+179
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-161-2/+5
* Add a fixme here.Eric Christopher2011-12-161-0/+1
* Fix spacing.Eric Christopher2011-12-161-3/+3
* Update documentation.Eric Christopher2011-12-161-0/+1
* Extraneous whitespace and 80-col.Eric Christopher2011-12-161-3/+2
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-162-1/+27
* APInt: update asserts for base-36Dylan Noblesmith2011-12-162-4/+8
* Don't adjust for alignment padding in OffsetIsInRange.Jakob Stoklund Olesen2011-12-161-16/+1
* Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer2011-12-1612-22/+12
* In DICompositeType, referenced to derived type is either metadata or null.Devang Patel2011-12-161-5/+5
* Clarify and fix subprogram description.Devang Patel2011-12-161-1/+1
* Note ARM constant island alignment in the release notes.Jakob Stoklund Olesen2011-12-162-2/+3
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-1612-2/+996
* Put the '*' in the right place in the unit test. Forgot to fix up thisChandler Carruth2011-12-161-7/+7
* Make GCC happy by using makeAraryRef instead of the implicit conversion.Chandler Carruth2011-12-161-4/+4
* Add a generic collection of class templates to ADT for buildingChandler Carruth2011-12-163-0/+454
* By popular demand, link up types by name if they are isomorphic and one is anChris Lattner2011-12-162-0/+34
* Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...Craig Topper2011-12-164-48/+123
* Tweak CMake build on Cygwin.NAKAMURA Takumi2011-12-162-2/+2
* Target/Hexagon: Fix CMake build.NAKAMURA Takumi2011-12-161-1/+0
* Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1.Andrew Trick2011-12-161-0/+5
* [asan] add a test for instrumenting globalsKostya Serebryany2011-12-161-0/+20
* ARM NEON aliases for vmovq.f*Jim Grosbach2011-12-161-0/+4
* Extract a method. No functional change.Jakob Stoklund Olesen2011-12-162-36/+47
* llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar2011-12-164-9/+5
* Thumb2 ADR assembly parsing w/o the .w suffix.Jim Grosbach2011-12-151-0/+4
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-153-3/+10
* llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar2011-12-151-1/+0
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-154-7/+5
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-156-33/+34
* Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...Eli Friedman2011-12-151-1/+1
* ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach2011-12-152-0/+62
* [asan] add the name of the module to the description of a global variable. Th...Kostya Serebryany2011-12-151-1/+5
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-1515-30/+186