Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions hasSideEf...
[oota-llvm.git] / lib /
2013-01-05 Craig TopperRecommit r171461 which was incorrectly reverted. Mark...
2013-01-05 Nadav RotemRevert revision 171524. Original message:
2013-01-05 Jakob Stoklund OlesenDon't call destructors on MachineInstr and MachineOperand.
2013-01-05 Jakob Stoklund OlesenUse ArrayRecycler for MachineInstr operand lists.
2013-01-05 Jakob Stoklund OlesenAdd MachineRegisterInfo::moveOperands().
2013-01-05 Chandler CarruthRefactor the ScalarTargetTransformInfo API for querying...
2013-01-05 Chandler CarruthSink the AddressingModeMatcher helper class into an...
2013-01-05 Akira Hatanaka[mips] Fix data layout string. Add 64 to the list of...
2013-01-05 Bill WendlingAdd a method to create an AttributeSet from an AttrBuilder.
2013-01-05 Nadav RotemiLoopVectorize: Non commutative operators can be used...
2013-01-05 Chandler CarruthEric thought that Darwin was right to use -1 consistent...
2013-01-05 Chandler CarruthTry to suppress the use of clock_gettime on Darwin...
2013-01-04 Chandler CarruthFix an obvious typo spotted by Reid Kleckner, and break...
2013-01-04 Bill WendlingGet rid of the 'Bits' mask in the attribute builder.
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-04 Jakub StaszakMove 'break' to the right place to prevent fallthru...
2013-01-04 Jakob Stoklund OlesenMove an assertion so it doesn't dereference end().
2013-01-04 Paul RedmondDo not vectorize loops with subtraction reductions
2013-01-04 Eric ChristopherAdd a name for the anonymous type we're creating for...
2013-01-04 Michael GottesmanAdded DEBUG message to ObjCARC when we optimize objc_re...
2013-01-04 Michael GottesmanFixed up some DEBUG messages where I was putting in...
2013-01-04 Nadav RotemFix a warning
2013-01-04 Preston GurdThe current Intel Atom microarchitecture has a feature...
2013-01-04 Bill WendlingGeneral cleanups.
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2013-01-04 Akira Hatanaka[mips] MipsTargetLowering::getSetCCResultType should...
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 Eli BenderskyRemove unused #include
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
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 Nadav RotemMove the loop vectorizer from O2 to O3. It looks like...
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 FinkelAdd a subtype parameter to VTTI::getShuffleCost
2013-01-03 Bill WendlingRevert everything to r171366 to try to fix the build.
2013-01-03 Bill WendlingTry again to revert the bad patch. The tree was reverte...
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. Spencer[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 OlesenFix PR14732 by handling all kinds of IMPLICIT_DEF live...
2013-01-03 Bill WendlingMake the type signature more strict.
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 Shuxin Yang- Add comment to two functions which might be considere...
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 CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
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 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 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 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 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 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 Nuno Lopesrevert r171306, since we cannot compare APInts with...
2012-12-31 Nuno Lopesuse ValueTracking's GetPointerBaseWithConstantOffset...
2012-12-31 Nuno Lopesminor code simplification
2012-12-31 Nuno Lopesadd support for GlobalAlias to ObjectSizeOffsetVisitor
2012-12-31 Nuno Lopesadd support for PHI nodes to ObjectSizeOffsetVisitor
2012-12-31 Bill WendlingAdd some comparison operators to compare the Attribute...
2012-12-31 Chandler CarruthSwitch this code to a more idiomatic double using names...
2012-12-31 Chandler CarruthDelete a cut/paste-o from r171290. Very sorry about...
2012-12-31 Chandler CarruthSuppress a MSVC warning complaining about the code...
next