summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Force SSE for this test.Benjamin Kramer2011-10-29
* PPC: Disable moves for all CR subregisters.Benjamin Kramer2011-10-29
* SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...Benjamin Kramer2011-10-29
* Test.llvm2011-10-29
* Revise ThreadSanitizer mention so that it lists the correct frontends.Bill Wendling2011-10-29
* Add Cling to the External Projects list.Bill Wendling2011-10-29
* Revert r143214; it's breaking a bunch of stuff.Eli Friedman2011-10-29
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...NAKAMURA Takumi2011-10-28
* ARM mode 'mov' to 'mvn' assembler alias.Jim Grosbach2011-10-28
* Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".Jim Grosbach2011-10-28
* Allow InstAlias's to use immediate matcher patterns that xform the value.Jim Grosbach2011-10-28
* Fix illegal disassembly testcase.Owen Anderson2011-10-28
* Clarify example snippets a bit.Jim Grosbach2011-10-28
* Specify that the high bit of the alignment field is fixed to 0 on these instr...Owen Anderson2011-10-28
* Make changes necessary in LowerFormalArguments to support Mips64.Akira Hatanaka2011-10-28
* Make changes necessary in LowerCall to support Mips64.Akira Hatanaka2011-10-28
* The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false.Duncan Sands2011-10-28
* Add variable IsO32 to MipsTargetLowering.Akira Hatanaka2011-10-28