aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-04[mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka
2013-01-04[mips] 80 columns.Akira Hatanaka
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik
2013-01-04[mips] Reorder template parameters. Remove class shift_rotate_imm32 andAkira Hatanaka
2013-01-04Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren
2013-01-04[mips] Refactor conditional move instructions.Akira Hatanaka
2013-01-04[mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka
2013-01-04Update the gcc-loops benchmarks results with the new automatic unrolling feat...Nadav Rotem
2013-01-04fix a couple of typosEli Bendersky
2013-01-04Remove unused #includeEli Bendersky
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2013-01-04Add linpack-pc benchNadav Rotem
2013-01-04Add Textmate bundle for Tablegen syntax-highlightingJoel Jones
2013-01-04Change the default number of registers to prevent unrolling on targets that d...Nadav Rotem
2013-01-04Add a space to the end of the line so we don't get "itsbounds" in output.Eric Christopher
2013-01-04small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas
2013-01-04Add section information for the DWARF5 split debug proposalEric Christopher
2013-01-04Make comment a bit more clear.Eric Christopher
2013-01-04Move the loop vectorizer from O2 to O3. It looks like the increase in code si...Nadav Rotem
2013-01-04Update the docs about the new unroll features.Nadav Rotem
2013-01-04LoopVectorizer:Nadav Rotem
2013-01-04Revert revision: 171467. This transformation is incorrect and makes some test...Nadav Rotem
2013-01-03Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...Elena Demikhovsky
2013-01-03Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman
2013-01-03Changed two debug statements that state that a queue had finished being proce...Michael Gottesman
2013-01-03Added DEBUG message for ObjCARC when we zap a push/pop pair in ObjCARCAPElim:...Michael Gottesman
2013-01-03Added DEBUG message to ObjCARC when we transform objc_initWeak(p, null) => *p...Michael Gottesman
2013-01-03Added DEBUG message for ObjCARC when an inline asm marker is inserted for arc...Michael Gottesman
2013-01-03Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper
2013-01-03Better comment on VTTI::getShuffleCostHal Finkel
2013-01-03Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...NAKAMURA Takumi
2013-01-03Add a subtype parameter to VTTI::getShuffleCostHal Finkel
2013-01-03Revert everything to r171366 to try to fix the build.Bill Wendling
2013-01-03Reformat the rst text.Nadav Rotem
2013-01-03Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling
2013-01-03Add a default Index for VTTI::getShuffleCostHal Finkel
2013-01-03LoopVectorizer: Test the unrolling flag.Nadav Rotem
2013-01-03LoopVectorizer: Document the unrolling feature.Nadav Rotem
2013-01-03Revert patch. Something snuck in there that shouldn't be.Bill Wendling
2013-01-03Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling
2013-01-03Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi
2013-01-03[Object] Temporarily disable these tests.Michael J. Spencer
2013-01-03[MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...Michael J. Spencer
2013-01-03LoopVectorizer: Add support for loop-unrolling during vectorization for incre...Nadav Rotem
2013-01-03Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen
2013-01-03Make the type signature more strict.Bill Wendling
2013-01-03[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.Michael J. Spencer
2013-01-02Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher
2013-01-02An intermediate step in the Attributes rewrite.Bill Wendling