aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-18Hexagon: Remove unused variables.Benjamin Kramer
2011-12-17Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier
2011-12-17Revert r146822 at Pete Cooper's request as it broke clang self hosting.Kevin Enderby
2011-12-17Remove an unused X86ISD node type.Craig Topper
2011-12-17X86: Factor the bswap asm matching to be slightly less horrible to read.Benjamin Kramer
2011-12-17As Doug pointed out (and I really should know), it is perfectly easy toChandler Carruth
2011-12-17SimplifyCFG now predicts some conditional branches to true or false depending...Pete Cooper
2011-12-17Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek
2011-12-17Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng
2011-12-17Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-12-17Make sure that the lower bits on the VSELECT condition are properly set.Lang Hames
2011-12-17Preserve more memory operands in ARMExpandPseudo.Jakob Stoklund Olesen
2011-12-17The powers that be have decided that LLVM IR should now support 16-bitDan Gohman
2011-12-16When recursing for the original size of a type, stop if we are at aEric Christopher
2011-12-16Resolve part of a fixme and add a new one.Eric Christopher
2011-12-16Add a fixme here.Eric Christopher
2011-12-16Fix spacing.Eric Christopher
2011-12-16Update documentation.Eric Christopher
2011-12-16Extraneous whitespace and 80-col.Eric Christopher
2011-12-16Fix off-by-one error in bucket sort.Jakob Stoklund Olesen
2011-12-16APInt: update asserts for base-36Dylan Noblesmith
2011-12-16Don't adjust for alignment padding in OffsetIsInRange.Jakob Stoklund Olesen
2011-12-16Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer
2011-12-16In DICompositeType, referenced to derived type is either metadata or null.Devang Patel
2011-12-16Clarify and fix subprogram description.Devang Patel
2011-12-16Note ARM constant island alignment in the release notes.Jakob Stoklund Olesen
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek
2011-12-16Put the '*' in the right place in the unit test. Forgot to fix up thisChandler Carruth
2011-12-16Make GCC happy by using makeAraryRef instead of the implicit conversion.Chandler Carruth
2011-12-16Add a generic collection of class templates to ADT for buildingChandler Carruth
2011-12-16By popular demand, link up types by name if they are isomorphic and one is anChris Lattner
2011-12-16Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...Craig Topper
2011-12-16Tweak CMake build on Cygwin.NAKAMURA Takumi
2011-12-16Target/Hexagon: Fix CMake build.NAKAMURA Takumi
2011-12-16Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1.Andrew Trick
2011-12-16[asan] add a test for instrumenting globalsKostya Serebryany
2011-12-16ARM NEON aliases for vmovq.f*Jim Grosbach
2011-12-16Extract a method. No functional change.Jakob Stoklund Olesen
2011-12-16llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar
2011-12-15Thumb2 ADR assembly parsing w/o the .w suffix.Jim Grosbach
2011-12-15Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman
2011-12-15llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar
2011-12-15Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky
2011-12-15Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...Eli Friedman
2011-12-15ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach
2011-12-15[asan] add the name of the module to the description of a global variable. Th...Kostya Serebryany
2011-12-15Add MCTargetDesc library to Hexagon targetTony Linthicum
2011-12-15ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach