oota-llvm.git
2013-01-04 Akira Hatanaka[mips] 80 columns.
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2013-01-04 Akira Hatanaka[mips] Reorder template parameters. Remove class shift_...
2013-01-04 Manman RenMemory Dependence Analysis: fix a miscompile that uses...
2013-01-04 Akira Hatanaka[mips] Refactor conditional move instructions.
2013-01-04 Akira Hatanaka[mips] Refactor instructions which move data from or...
2013-01-04 Nadav RotemUpdate the gcc-loops benchmarks results with the new...
2013-01-04 Eli Benderskyfix a couple of typos
2013-01-04 Eli BenderskyRemove unused #include
2013-01-04 Adhemerval... PowerPC: Fix eh_frame relocation for PIC
2013-01-04 Nadav RotemAdd linpack-pc bench
2013-01-04 Joel JonesAdd Textmate bundle for Tablegen syntax-highlighting
2013-01-04 Nadav RotemChange the default number of registers to prevent unrol...
2013-01-04 Eric ChristopherAdd a space to the end of the line so we don't get...
2013-01-04 Pedro Artigassmall fixes to enable the reuse of the pass manager...
2013-01-04 Eric ChristopherAdd section information for the DWARF5 split debug...
2013-01-04 Eric ChristopherMake comment a bit more clear.
2013-01-04 Nadav RotemMove the loop vectorizer from O2 to O3. It looks like...
2013-01-04 Nadav RotemUpdate the docs about the new unroll features.
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-04 Nadav RotemRevert revision: 171467. This transformation is incorre...
2013-01-03 Elena DemikhovskySimplified TRUNCATE operation that comes after SETCC...
2013-01-03 Michael GottesmanRevert "Mark DIV/IDIV instructions hasSideEffects=1...
2013-01-03 Michael GottesmanChanged two debug statements that state that a queue...
2013-01-03 Michael GottesmanAdded DEBUG message for ObjCARC when we zap a push...
2013-01-03 Michael GottesmanAdded DEBUG message to ObjCARC when we transform objc_i...
2013-01-03 Michael GottesmanAdded DEBUG message for ObjCARC when an inline asm...
2013-01-03 Craig TopperMark DIV/IDIV instructions hasSideEffects=1 because...
2013-01-03 Hal FinkelBetter comment on VTTI::getShuffleCost
2013-01-03 NAKAMURA TakumiCompiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined...
2013-01-03 Hal FinkelAdd a subtype parameter to VTTI::getShuffleCost
2013-01-03 Bill WendlingRevert everything to r171366 to try to fix the build.
2013-01-03 Nadav RotemReformat the rst text.
2013-01-03 Bill WendlingTry again to revert the bad patch. The tree was reverte...
2013-01-03 Hal FinkelAdd a default Index for VTTI::getShuffleCost
2013-01-03 Nadav RotemLoopVectorizer: Test the unrolling flag.
2013-01-03 Nadav RotemLoopVectorizer: Document the unrolling feature.
2013-01-03 Bill WendlingRevert patch. Something snuck in there that shouldn...
2013-01-03 Bill WendlingRemove the 'contains' methods in favor of the 'operator...
2013-01-03 NAKAMURA TakumiRevert r171427, "An intermediate step in the Attributes...
2013-01-03 Michael J.... [Object] Temporarily disable these tests.
2013-01-03 Michael J.... [MC][COFF] Switch the COFF streamer over to using the...
2013-01-03 Nadav RotemLoopVectorizer: Add support for loop-unrolling during...
2013-01-03 Jakob Stoklund... Fix PR14732 by handling all kinds of IMPLICIT_DEF live...
2013-01-03 Bill WendlingMake the type signature more strict.
2013-01-03 Michael J.... [CMake] MSVC is incorrectly emitting C4239 in some...
2013-01-02 Nadav RotemAvoid vectorization when the function has the "noimplic...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2013-01-02 Bill WendlingAn intermediate step in the Attributes rewrite.
2013-01-02 Tom StellardDAGCombiner: Avoid generating illegal vector INT_TO_FP...
2013-01-02 Kevin EnderbyAdds missing aliases for fcom and fcomp instructions...
2013-01-02 Argyrios KyrtzidisUse a bool instead of a bitfield in llvm/ADT/Optional.
2013-01-02 Michael J.... Restrict __builtin_assume_aligned to gcc 4.7+
2013-01-02 Michael J.... [Support][Endian] Add support for specifying the alignm...
2013-01-02 Argyrios KyrtzidisDon't #include stuff outside the include guards.
2013-01-02 Shuxin Yang- Add comment to two functions which might be considere...
2013-01-02 Nadav RotemAVX: Fix a bug in WidenMaskArithmetic.
2013-01-02 Nadav RotemAVX: Fix a bug in WidenMaskArithmetic.
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthUpdate the examples for the new header file locations.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2013-01-02 Chandler CarruthUpdate the root Makefile for VMCore -> IR. Missed by...
2013-01-02 Chandler CarruthUpdate the configure scripts as well as the makefiles...
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2013-01-02 Craig TopperMerge SSE and AVX instruction definitions for scalar...
2013-01-02 Craig TopperMerge SSE and AVX instruction definitions for PSHUFD...
2013-01-02 Sean Silvadocs: update docs/README.txt and make it useful.
2013-01-02 Rafael EspindolaRevert 171351. It broke MC/X86/x86-32-avx.s.
2013-01-01 Craig TopperMerge SSE and AVX instruction definitions for scalar...
2013-01-01 Benjamin KramerAdd IRBuilder::CreateVectorSplat and use it to simplify...
2013-01-01 Benjamin KramerSROA: Clean up unused assignment warnings from clang...
2013-01-01 Michael GottesmanAdded DEBUG message when ObjCARC replaces a call which...
2013-01-01 Michael GottesmanAdded DEBUG messages to the top of several processing...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 NAKAMURA TakumiUpdate the copyright coredits -- Happy new year 2013!
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2013-01-01 Craig TopperRemove unused argument from a multiclass.
2013-01-01 Craig TopperMerge intrinsic instruction definitions for SSE and...
2013-01-01 Craig TopperRemove 2 unused multiclasses.
2013-01-01 Craig TopperMerge AVX/SSE instruction definitions for SQRTPS/PD...
2012-12-31 Craig TopperUse packed instead of scalar itineraries for SSE1/2...
2012-12-31 Chandler CarruthMake it explicit that the only entry points to the...
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove the declspecs from small alignments that we...
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Nuno Lopesreimplement GetPointerBaseWithConstantOffset().
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Michael J.... [AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-12-31 Benjamin KramerRevert "add support for PHI nodes to ObjectSizeOffsetVi...
2012-12-31 Jakub StaszakAdd extra CHECK to make sure that 'or' instruction...
2012-12-31 Rafael EspindolaFix bits check in ELFObjectFile::isSectionZeroInit().
2012-12-31 Nuno Lopesrevert r171306, since we cannot compare APInts with...
2012-12-31 Nuno Lopesuse ValueTracking's GetPointerBaseWithConstantOffset...
2012-12-31 Nuno Lopesminor code simplification
next