aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko
2012-11-14Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak
2012-11-14llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi
2012-11-14Added multiclass for post-increment load instructions.Jyotsna Verma
2012-11-14Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer
2012-11-14canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak
2012-11-14Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko
2012-11-14Remove dead code.Chad Rosier
2012-11-14Fix comment.Jakub Staszak
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-14X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer
2012-11-14Replace std::vector -> SmallVector in BBVectorizeHal Finkel
2012-11-14Update my email address and update the code ownershipNadav Rotem
2012-11-14FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko
2012-11-14The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem
2012-11-14Add myself as code owner for NVPTX targetJustin Holewinski
2012-11-14docs: nuke GCCFEBuildInstrs.htmlSean Silva
2012-11-14[NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski
2012-11-14Fix commentAnton Korobeynikov
2012-11-14Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov
2012-11-14Claim ownership.Chad Rosier
2012-11-14Fix the largest offender of determinism in BBVectorizeHal Finkel
2012-11-14Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner.Benjamin Kramer
2012-11-14X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach
2012-11-14s/assert/llvm_unreachable/Matt Beaumont-Gay
2012-11-14Grab debug information for code ownership.Eric Christopher
2012-11-14[TSan] fix indentationAlexey Samsonov
2012-11-14Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov
2012-11-14Revert some redundant parts of r142605.Patrik Hägglund
2012-11-14Set FFLOOR of vectors to expand to keep intruction selection from failing.Craig Topper
2012-11-14Mark myself as owner of BBVectorize and PowerPCHal Finkel
2012-11-14Accepting ownership of scheduling.Andrew Trick
2012-11-14Factor out an overly replicated typecast. No functional change.Craig Topper
2012-11-14Set FFLOOR for vectors to expand on CellSPU to keep instruction selection fro...Craig Topper
2012-11-14Add newlines to end of debug messages.Craig Topper
2012-11-14Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola
2012-11-14docs: Fix Sphinx toctree warning.Sean Silva
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-14docs: chmod -x HowToUseInstrMappings.rstSean Silva
2012-11-14Fix broken asserts. Also, spell 'indices' correctly.Matt Beaumont-Gay
2012-11-14[Object] Fix endianess bug by refactoring Archive::Symbol::getMember.Michael J. Spencer
2012-11-14use the getSplat API. Patch by Paul Redmond.Nadav Rotem
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Acknowledge code ownership of MC.Jim Grosbach
2012-11-13Assignment of Bitcode ownership to Joe Abbey, after announcing proposal onJoe Abbey
2012-11-13Revert -join-splitedges to a boolean cmd line option.Andrew Trick
2012-11-13The MachineScheduler does not currently require JoinSplitEdges.Andrew Trick
2012-11-13[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer
2012-11-13Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi
2012-11-13Add test case to verify correct relocs being generated forUlrich Weigand