summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* derive LLVM_HOSTTRIPLE from targetSebastian Pop2011-11-01
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-01
* Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-01
* Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar2011-11-01
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-01
* Combine various XCore tests for floating point intrinsic support into a singl...Richard Osborne2011-11-01
* Move various XCore tests to FileCheckRichard Osborne2011-11-01
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-01
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman2011-11-01
* A couple misc fixes so that bugpoint doesn't explode reducing code containing...Eli Friedman2011-11-01
* Add LuaAV to external projects list.Bill Wendling2011-11-01
* Move x86-specific tests into X86 folder.Eli Friedman2011-11-01
* Remove empty directory.Eli Friedman2011-11-01
* Move another test requiring x86 into X86 directory.Eli Friedman2011-11-01
* Move test requiring x86 backend into X86 directory.Eli Friedman2011-11-01
* ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach2011-11-01
* Update split candidate correctly when interference cache is full.Jakob Stoklund Olesen2011-11-01
* Add support for new atomics to cpp backend. Misc other fixes while I'm here....Eli Friedman2011-10-31
* Add utility to append a function to the list of global constructors. Devang Patel2011-10-31
* Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay2011-10-31
* Reapply r141657.Tanya Lattner2011-10-31
* Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)Matt Beaumont-Gay2011-10-31
* ARM VST1 w/ writeback assembly parsing and encoding.Jim Grosbach2011-10-31
* Update 'Getting Started' to suggest using GCC 4.2 or higher (or Clang). Ther...Ted Kremenek2011-10-31
* Added instruction how to add a builder to docs.Galina Kistanova2011-10-31
* Cleanup. Document. Make sure that this build_vector optimization only runs be...Nadav Rotem2011-10-31
* ARM writeback vs. stride operands for VST/VLD.Jim Grosbach2011-10-31
* Move test to the X86 directory, note the PR number and only run MC once.Rafael Espindola2011-10-31
* More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson2011-10-31
* docs/*.html: Fix markups.NAKAMURA Takumi2011-10-31
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-31
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-31
* Test case for X86 FS/GS Base intrinsicsCraig Topper2011-10-31
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-31
* Close <div> that was indenting the rest of the page.Nick Lewycky2011-10-31
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-31
* Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...Craig Topper2011-10-30
* Reapply commit 143214 with a fix: m_ICmp doesn't match conditionsDuncan Sands2011-10-30
* Mark X86 pcmpeq b/w/d intrinsics as being Commutative. pcmpeqq is already mar...Craig Topper2011-10-30
* Teach ModuleLinker::getLinkageResult about materialisable functionsPeter Collingbourne2011-10-30
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-30
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-30
* Fix pr11266.Nadav Rotem2011-10-30
* Silence compiler warning.Benjamin Kramer2011-10-30
* Stabilize the test by specifying an exact cpu targetNadav Rotem2011-10-30
* Update on PPC32.Roman Divacky2011-10-30
* Do a relative path ln command instead of an absolute path one. Some people st...Bill Wendling2011-10-29
* CREDITS.TXT: Add a line. (test commit)NAKAMURA Takumi2011-10-29
* Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem2011-10-29