aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Correct an unfortunately necessary typo.Sandeep Patel2012-09-071-4/+4
| * Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-079-17/+42
| * Initial relocations test for the Mips standalone assembler.Jack Carter2012-09-071-0/+41
| * Fix indent.Chad Rosier2012-09-071-2/+2
| * Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...Benjamin Kramer2012-09-071-1/+1
| * Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-072-49/+48
| * Custom DAGCombine for and/or/xor are for all ARMs.Jakob Stoklund Olesen2012-09-071-6/+3
| * MC: Overhaul handling of .lcommBenjamin Kramer2012-09-0714-38/+67
| * PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-072-5/+24
| * MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.Benjamin Kramer2012-09-071-8/+8
| * yet another attempt at fixing @OCAMLOPT@ for sed.Nuno Lopes2012-09-071-1/+1
| * SimplifyCFG: ValidLookupTableConstant should be staticHans Wennborg2012-09-071-1/+1
| * Add -exact-match option to FileCheck to allow clients to do exact matches wit...Ted Kremenek2012-09-071-1/+5
| * Stop emitting lifetime region info when stack coloring is not enabled in O0Michael Liao2012-09-071-0/+6
| * The Mips standalone assembler aliased instruction support.Jack Carter2012-09-073-0/+47
| * The Mips standalone assembler intial directive support.Jack Carter2012-09-072-0/+53
| * The Mips standalone assembler fpu instruction support.Jack Carter2012-09-074-7/+386
| * Re-work bit/bits value resolving in tblgenMichael Liao2012-09-068-201/+250
| * Remove unused variable introduced by r163346.David Blaikie2012-09-061-2/+0
| * Don't include stdint.h directly.Eli Friedman2012-09-061-1/+1
| * Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling2012-09-061-1/+5
| * The Mips standalone assembler memory instruction support.Jack Carter2012-09-062-7/+252
| * Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-0622-0/+60
| * TiedTo is an integer, not a bool.Jakob Stoklund Olesen2012-09-061-2/+2
| * Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-0620-0/+54
| * Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-067-14/+70
| * Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-063-4/+46
| * Clear kill flags while computing live ranges.Jakob Stoklund Olesen2012-09-061-1/+5
| * Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-063-3/+4
| * Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover2012-09-063-2/+10
| * Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover2012-09-066-8/+131
| * BasicAA: Recognize cyclic NoAlias phisArnold Schwaighofer2012-09-062-0/+68
| * Use correct part of complex operand to encode VST1 alignment.Tim Northover2012-09-062-2/+79
| * BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAliasArnold Schwaighofer2012-09-062-9/+119
| * Disable stack coloring by default in order to resolve the i386 failures.Nadav Rotem2012-09-062-3/+3
| * Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-065-56/+53
| * AVX2 optimization.Elena Demikhovsky2012-09-062-0/+51
| * Fix a few old-GCC warnings. No functional change.Nadav Rotem2012-09-062-2/+2
| * Fix the test by specifying an exact cpu model.Nadav Rotem2012-09-061-2/+2
| * Fix self-host; ensure signedness is consistent.James Molloy2012-09-061-2/+2
| * Fix switch_to_lookup_table.ll test from r163302.Hans Wennborg2012-09-062-11/+12
| * Improve codegen for BUILD_VECTORs on ARM.James Molloy2012-09-062-10/+90
| * Build lookup tables for switches (PR884)Hans Wennborg2012-09-063-2/+429
| * Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-0622-16/+1057
| * Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...James Molloy2012-09-064-18/+102
| * Remove duplicated helper functionMichael Liao2012-09-061-17/+1
| * Use iPTR instead of i32 for extract_subvector/insert_subvector index in lower...Craig Topper2012-09-062-78/+78
| * Add patterns for converting stores of subvector_extracts of lower 128-bits of...Craig Topper2012-09-062-9/+91
| * Revert "Enable MCJIT tests on Darwin."Jim Grosbach2012-09-061-1/+1
| * Whitespace.NAKAMURA Takumi2012-09-061-2/+2