aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-18[MC] Fix 80-col violas.Daniel Dunbar
2013-01-18[ms-inline asm] Make the error message more generic now that we support the Chad Rosier
2013-01-17[Linker] Drop some now-dead component dependencies.Daniel Dunbar
2013-01-17Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling
2013-01-17Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman
2013-01-17[Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar
2013-01-17Restore reverted test case, this time with REQUIRES: assertsBill Schmidt
2013-01-17Remove bad test caseBill Schmidt
2013-01-17This patch fixes PR13626 by providing i128 support in the returnBill Schmidt
2013-01-17[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier
2013-01-17[docs] Get rid of some UTF8 characters (non-breaking space maybe).Daniel Dunbar
2013-01-17[utils] Update find-rev utility to take a branch argument (name of the git-svnDaniel Dunbar
2013-01-17Add indexed load/store instructions for offset validation check.Jyotsna Verma
2013-01-17Added missing const from my last commit.Michael Gottesman
2013-01-17[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...Michael Gottesman
2013-01-17Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman
2013-01-17This patch fixes the PPC calling convention to handle returns ofBill Schmidt
2013-01-17ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov
2013-01-17Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky
2013-01-17Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...Craig Topper
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-17Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher
2013-01-17Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen
2013-01-17Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen
2013-01-17This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-17[IR] Reserve/define the purpose for the "Linker Options" metadata flags.Daniel Dunbar
2013-01-17Update the description of the llvm.fmuladd.* intrinsics to avoid use of theLang Hames
2013-01-16Documentation: fix a typo 'IEE754'Dmitri Gribenko
2013-01-16Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-16Change CostTable model to be global to all targetsRenato Golin
2013-01-16Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman
2013-01-16[Support] Include the intrisics header and check for definition properly.Michael J. Spencer
2013-01-16Make this test X86 only.Eric Christopher
2013-01-16Move this to X86.Eric Christopher
2013-01-16Add testcase missed yesterday from Paul Robinson.Eric Christopher
2013-01-16[Support] Add MSVC intrinsic for CountPopulation.Michael J. Spencer
2013-01-16[Support] Update MSVC compiler support in Compiler.h.Michael J. Spencer
2013-01-16Remove unneeded include and empty lineEli Bendersky
2013-01-16Some small (and mostly cosmetic) fixes.Eli Bendersky
2013-01-16Clean up some unnecessary headers and forward declarationsEli Bendersky
2013-01-16Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky
2013-01-16[Linker] Change module flag linking to be more extensible.Daniel Dunbar
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-16Replace virtual hasFixups with explicit fragment type checksEli Bendersky
2013-01-16Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov
2013-01-16A test for r172535.Evgeniy Stepanov
2013-01-16Remove unused leftover header (it moved to llvm/IR).Benjamin Kramer
2013-01-16Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer