aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-172-0/+40
* Added missing const from my last commit.Michael Gottesman2013-01-171-1/+1
* [ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...Michael Gottesman2013-01-171-3/+56
* Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman2013-01-171-2/+0
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-172-2/+57
* ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov2013-01-172-37/+43
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-175-10/+119
* Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...Craig Topper2013-01-171-74/+50
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-175-26/+24
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-174-5/+10
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-174-4/+3
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-173-10/+26
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-177-2/+47
* [IR] Reserve/define the purpose for the "Linker Options" metadata flags.Daniel Dunbar2013-01-171-0/+34
* Update the description of the llvm.fmuladd.* intrinsics to avoid use of theLang Hames2013-01-171-2/+4
* Documentation: fix a typo 'IEE754'Dmitri Gribenko2013-01-161-1/+1
* Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman2013-01-161-1/+1
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-167-38/+134
* Change CostTable model to be global to all targetsRenato Golin2013-01-163-102/+160
* Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman2013-01-161-0/+168
* [Support] Include the intrisics header and check for definition properly.Michael J. Spencer2013-01-161-2/+6
* Make this test X86 only.Eric Christopher2013-01-161-1/+1
* Move this to X86.Eric Christopher2013-01-161-0/+0
* Add testcase missed yesterday from Paul Robinson.Eric Christopher2013-01-161-0/+172
* [Support] Add MSVC intrinsic for CountPopulation.Michael J. Spencer2013-01-161-0/+4
* [Support] Update MSVC compiler support in Compiler.h.Michael J. Spencer2013-01-161-2/+4
* Remove unneeded include and empty lineEli Bendersky2013-01-161-2/+0
* Some small (and mostly cosmetic) fixes.Eli Bendersky2013-01-161-22/+17
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-161-3/+0
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-162-71/+57
* [Linker] Change module flag linking to be more extensible.Daniel Dunbar2013-01-165-139/+118
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-164-3/+35
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-1668-81/+95
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-161-9/+2
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-162-3/+34
* A test for r172535.Evgeniy Stepanov2013-01-161-0/+8
* Remove unused leftover header (it moved to llvm/IR).Benjamin Kramer2013-01-161-399/+0
* Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer2013-01-161-0/+0
* ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov2013-01-162-51/+119
* Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer2013-01-161-4/+1
* [ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...Michael Gottesman2013-01-161-33/+0
* reverting 172579Jack Carter2013-01-167-44/+2
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-166-49/+162
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-165-18/+20
* Use --enable-werrorDavid Greene2013-01-161-3/+3
* Improve r172577 by using the correct type when declaring constantsDmitri Gribenko2013-01-161-9/+5
* Akira,Jack Carter2013-01-167-2/+44
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-1513-28/+204
* Avoid Enum Compare WarningsDavid Greene2013-01-151-2/+4
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-152-0/+19