summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Hexagon: Remove unused variables.Benjamin Kramer2011-12-18
* Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier2011-12-17
* Revert r146822 at Pete Cooper's request as it broke clang self hosting.Kevin Enderby2011-12-17
* Remove an unused X86ISD node type.Craig Topper2011-12-17
* X86: Factor the bswap asm matching to be slightly less horrible to read.Benjamin Kramer2011-12-17
* SimplifyCFG now predicts some conditional branches to true or false depending...Pete Cooper2011-12-17
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-17
* Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper2011-12-17
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Make sure that the lower bits on the VSELECT condition are properly set.Lang Hames2011-12-17
* Preserve more memory operands in ARMExpandPseudo.Jakob Stoklund Olesen2011-12-17
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* When recursing for the original size of a type, stop if we are at aEric Christopher2011-12-16
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-16
* Add a fixme here.Eric Christopher2011-12-16
* Extraneous whitespace and 80-col.Eric Christopher2011-12-16
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-16
* APInt: update asserts for base-36Dylan Noblesmith2011-12-16
* Don't adjust for alignment padding in OffsetIsInRange.Jakob Stoklund Olesen2011-12-16
* Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer2011-12-16
* In DICompositeType, referenced to derived type is either metadata or null.Devang Patel2011-12-16
* Note ARM constant island alignment in the release notes.Jakob Stoklund Olesen2011-12-16
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* By popular demand, link up types by name if they are isomorphic and one is anChris Lattner2011-12-16
* Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...Craig Topper2011-12-16
* Target/Hexagon: Fix CMake build.NAKAMURA Takumi2011-12-16
* Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1.Andrew Trick2011-12-16
* ARM NEON aliases for vmovq.f*Jim Grosbach2011-12-16
* Thumb2 ADR assembly parsing w/o the .w suffix.Jim Grosbach2011-12-15
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-15
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-15
* Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...Eli Friedman2011-12-15
* ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.Jim Grosbach2011-12-15
* [asan] add the name of the module to the description of a global variable. Th...Kostya Serebryany2011-12-15
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-15
* ARM NEON VTBL/VTBX assembly parsing and encoding.Jim Grosbach2011-12-15
* Enable proper constant island alignment by default.Jakob Stoklund Olesen2011-12-15
* Add missing zmovl AVX patterns which were causing crashes.Chad Rosier2011-12-15
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-15
* Silence warning.Jim Grosbach2011-12-15
* ARM NEON two-register double spaced register list parsing support.Jim Grosbach2011-12-15
* Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier2011-12-15
* Fix VSELECT operand order. Was previously backwards, causing bogus vector shi...Lang Hames2011-12-15
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* Virtual table holder field is either metadata or null. Devang Patel2011-12-15
* Ensure that the nop that should follow a bl call in PPC64 ELF actually doesHal Finkel2011-12-15
* Pass optLevel to XCoreDAGToDAGISel.Richard Osborne2011-12-15
* Make constant folding for GEPs a bit more aggressive.Eli Friedman2011-12-15
* Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman2011-12-15
* Use SmallVector/assign(), rather than std::vector/push_back().Chad Rosier2011-12-15