Age | Commit message (Expand) | Author |
2011-12-16 | Hexagon: Fix a nasty order-of-initialization bug. | Benjamin Kramer |
2011-12-16 | In DICompositeType, referenced to derived type is either metadata or null. | Devang Patel |
2011-12-16 | Clarify and fix subprogram description. | Devang Patel |
2011-12-16 | Note ARM constant island alignment in the release notes. | Jakob Stoklund Olesen |
2011-12-16 | Adds a JSON parser and a benchmark (json-bench) to catch performance regressi... | Manuel Klimek |
2011-12-16 | Put the '*' in the right place in the unit test. Forgot to fix up this | Chandler Carruth |
2011-12-16 | Make GCC happy by using makeAraryRef instead of the implicit conversion. | Chandler Carruth |
2011-12-16 | Add a generic collection of class templates to ADT for building | Chandler Carruth |
2011-12-16 | By popular demand, link up types by name if they are isomorphic and one is an | Chris Lattner |
2011-12-16 | Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su... | Craig Topper |
2011-12-16 | Tweak CMake build on Cygwin. | NAKAMURA Takumi |
2011-12-16 | Target/Hexagon: Fix CMake build. | NAKAMURA Takumi |
2011-12-16 | Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1. | Andrew Trick |
2011-12-16 | [asan] add a test for instrumenting globals | Kostya Serebryany |
2011-12-16 | ARM NEON aliases for vmovq.f* | Jim Grosbach |
2011-12-16 | Extract a method. No functional change. | Jakob Stoklund Olesen |
2011-12-16 | llvm-config: Fix --targets-built, I changed this to use the registry but wasn't | Daniel Dunbar |
2011-12-15 | Thumb2 ADR assembly parsing w/o the .w suffix. | Jim Grosbach |
2011-12-15 | Make sure we correctly note the existence of an i8 immediate for vblendvps an... | Eli Friedman |
2011-12-15 | llvm-config: Update help text for removal of "backend" pseudo component. | Daniel Dunbar |
2011-12-15 | build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile | Daniel Dunbar |
2011-12-15 | Move parts of lib/Target that use CodeGen into lib/CodeGen. | Nick Lewycky |
2011-12-15 | Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value... | Eli Friedman |
2011-12-15 | ARM 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-15 | Add MCTargetDesc library to Hexagon target | Tony Linthicum |
2011-12-15 | ARM NEON VTBL/VTBX assembly parsing and encoding. | Jim Grosbach |
2011-12-15 | Enable proper constant island alignment by default. | Jakob Stoklund Olesen |
2011-12-15 | Add missing zmovl AVX patterns which were causing crashes. | Chad Rosier |
2011-12-15 | [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal... | Kostya Serebryany |
2011-12-15 | Silence warning. | Jim Grosbach |
2011-12-15 | ARM NEON two-register double spaced register list parsing support. | Jim Grosbach |
2011-12-15 | Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX. | Chad Rosier |
2011-12-15 | Zap unnecessary semicolons. | Eli Friedman |
2011-12-15 | Set specific target cpu for testcase. | Lang Hames |
2011-12-15 | Added test case for r146671. | Lang Hames |
2011-12-15 | Use the proper comparator for set_intersection. | Jakob Stoklund Olesen |
2011-12-15 | Fix VSELECT operand order. Was previously backwards, causing bogus vector shi... | Lang Hames |
2011-12-15 | Update DebugLoc while merging nodes at -O0. | Devang Patel |
2011-12-15 | Add a test case to make sure that the nop really does follow the bl on ppc64 elf | Hal Finkel |
2011-12-15 | Virtual table holder field is either metadata or null. | Devang Patel |
2011-12-15 | Ensure that the nop that should follow a bl call in PPC64 ELF actually does | Hal Finkel |
2011-12-15 | Synthesize missing register class intersections. | Jakob Stoklund Olesen |
2011-12-15 | Pass optLevel to XCoreDAGToDAGISel. | Richard Osborne |
2011-12-15 | Fix test. | Eli Friedman |
2011-12-15 | Make constant folding for GEPs a bit more aggressive. | Eli Friedman |
2011-12-15 | Don't try to form FGETSIGN after legalization; it is possible in some cases, ... | Eli Friedman |
2011-12-15 | Use SmallVector/assign(), rather than std::vector/push_back(). | Chad Rosier |
2011-12-15 | Add support for lowering fneg when AVX is enabled. | Chad Rosier |
2011-12-15 | Added InstCombine for "select cond, ~cond, x" type patterns | Pete Cooper |