aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-153-20/+135
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-152-8/+10
* Refactor generic Asm directive parsing.Eli Bendersky2013-01-151-790/+802
* [Object][ELF] Fix -Wenum-compare.Michael J. Spencer2013-01-151-3/+5
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-153-64/+152
* [Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar2013-01-151-11/+0
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-152-9/+51
* LoopVectorizer cost model. Honor the user command line flag that selects the ...Nadav Rotem2013-01-151-1/+1
* Disable Uninitialized Use Warnings for Broken gcc VersionsDavid Greene2013-01-152-3/+30
* [msan] Temporarily remove ICmpEQ tests.Evgeniy Stepanov2013-01-151-54/+0
* [msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov2013-01-152-6/+79
* Allow vectors in CreatePointerCast.Evgeniy Stepanov2013-01-151-3/+3
* Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov2013-01-151-1/+1
* Pattern-matched variables in post-inc-icmpzero.llRenato Golin2013-01-151-4/+4
* Update CODE_OWNERS.TXT.Michael J. Spencer2013-01-151-0/+4
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-154-550/+476
* [Support] Add LLVM_CONSTEXPR.Michael J. Spencer2013-01-151-0/+6