aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing space before {. No functionality change.Nick Lewycky2012-09-091-1/+1
* Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.Craig Topper2012-09-092-3/+27
* Fixing a type width warning with MSVC.Aaron Ballman2012-09-091-1/+1
* DSE: Poking holes into a SetVector is expensive, avoid it if possible.Benjamin Kramer2012-09-091-5/+5
* LiveVariables: Compute a set of defs and kills to speed up updating LV during...Benjamin Kramer2012-09-091-4/+30
* Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.Craig Topper2012-09-083-20/+79
* lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi2012-09-081-1/+1
* Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering.Craig Topper2012-09-081-2/+3
* Add support for lowering FABS of vector types.Craig Topper2012-09-082-12/+63
* Set operation action for FFLOOR to Expand for all vector types for X86. Set F...Craig Topper2012-09-083-0/+33
* Revert "Add -exact-match option to FileCheck to allow clients to do exact mat...Ted Kremenek2012-09-081-5/+1
* Add operator< for FoldingSetNodeID.Ted Kremenek2012-09-082-0/+27
* Remove an incorrect assert during branch weight propagation.Andrew Trick2012-09-082-1/+37
* Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta2012-09-071-117/+51
* Add IRC handle entry to CREDITS.TXT as a test commit.Alex Rosenberg2012-09-071-2/+3
* 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