aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-2420-59/+136
* Add missing check to SETCC optimization.Eli Friedman2013-09-242-0/+19
* llvm-dwarfdump: add missing opening quotation mark lost in r191330David Blaikie2013-09-241-1/+1
* Patch that forces MergeFunctions pass for clang.Stepan Dyatkovskiy2013-09-241-0/+14
* llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329David Blaikie2013-09-241-1/+1
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-244-23/+49
* Test case for r191314. Yi Jiang2013-09-241-0/+27
* Verify that we don't optimize null return checks to the nothrow_t version of ...Benjamin Kramer2013-09-241-0/+23
* Adding a feature flag to the llvm backend for x86 TBM instruction set.Yunzhong Gao2013-09-243-1/+13
* MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.Benjamin Kramer2013-09-241-1/+1
* Make the size and expr arguments of .fill directive optional.Roman Divacky2013-09-242-16/+37
* MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.Benjamin Kramer2013-09-242-10/+35
* set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...Yi Jiang2013-09-241-1/+1
* MemoryBuiltins: Fix operator new bits.Benjamin Kramer2013-09-242-3/+23
* Comment typo.Andrew Trick2013-09-241-1/+1
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-246-7/+46
* Push analysis passes to InstSimplify when they're around anyways.Benjamin Kramer2013-09-243-3/+4
* [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ...Daniel Sanders2013-09-245-8/+216
* [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ...Daniel Sanders2013-09-245-19/+452
* DAGCombiner: Unify rotate matching for extended and unextended amounts.Benjamin Kramer2013-09-241-79/+57
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-247-11/+149
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-248-20/+450
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-249-249/+658
* [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E...Daniel Sanders2013-09-242-0/+127
* [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no...Daniel Sanders2013-09-243-0/+45
* [mips][msa] Line wrapping.Daniel Sanders2013-09-241-4/+4
* [mips][msa] Added support for matching andi, ori, nori, and xori from normal ...Daniel Sanders2013-09-243-10/+277
* [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i...Daniel Sanders2013-09-247-71/+1254
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-247-17/+461
* Remove error output from configure if CFLAGS is set (r174313).Patrik Hagglund2013-09-242-4/+4
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-243-6/+289
* [mips][msa] Added support for matching comparisons from normal IR (i.e. not i...Daniel Sanders2013-09-246-73/+1440
* [mips][msa] Added support for matching slli, srai, and srli from normal IR (i...Daniel Sanders2013-09-243-20/+258
* Followup to r191252.Bill Wendling2013-09-241-113/+127
* Fix formatting to match coding standards.Craig Topper2013-09-241-10/+7
* llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, ...NAKAMURA Takumi2013-09-241-1/+1
* DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.NAKAMURA Takumi2013-09-241-1/+1
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-2444-388/+1320
* [stackprotector] Forgot to add in PR number to test case.Michael Gottesman2013-09-241-0/+2
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-242-6/+89
* Misc fixes for cpp backend.Eli Friedman2013-09-241-3/+16
* Add namespaces to the list of items that we expose via pubnames.Eric Christopher2013-09-242-0/+2
* Regenerate testcase from source.Eric Christopher2013-09-241-64/+70
* Format the index entry kind string to align.Eric Christopher2013-09-241-3/+3
* Make dwarfdump-type-units.test order-independentDavid Blaikie2013-09-241-19/+26
* Selecting the address from a very long chain of GEPs can blow the stack.Bill Wendling2013-09-242-3/+25619
* Comments for r191234 as suggested by Eric Christopher.David Blaikie2013-09-231-0/+4
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-2311-27/+46
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-09-232-1/+4
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-231-0/+1