oota-llvm.git
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
2012-12-31 Rafael EspindolaUse the generic dump template. Extracted from a patch...
2012-12-31 Rafael EspindolaDump sections. Extracted from a patch by Sami Liedes.
2012-12-31 Nuno Lopesadd support for GlobalAlias to ObjectSizeOffsetVisitor
2012-12-31 Rafael EspindolaPrint a header above the symbols. Extracted from a...
2012-12-31 Rafael EspindolaCheck for errors. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaFix indentation. Extracted from a patch by Sami Liedes!
2012-12-31 Rafael EspindolaStyle fixes in llvm-readobj.cpp. Extracted from a patch...
2012-12-31 Nuno Lopesadd support for PHI nodes to ObjectSizeOffsetVisitor
2012-12-31 Bill WendlingRemove dead method.
2012-12-31 Bill WendlingAdd some comparison operators to compare the Attribute...
2012-12-31 Sean Silvadocs: Fix FIXME
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...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-31 Chandler CarruthStart sketching out a roadmap for better subprocess...
2012-12-31 Chris LattnerFix LICM's memory promotion optimization to preserve...
2012-12-31 Chris Lattnerteach instcombine to preserve TBAA tag when merging...
2012-12-31 Jakub StaszakGrammo.
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-31 Jakub StaszakTransform (A == C1 || A == C2) into (A & ~(C1 ^ C2...
2012-12-30 Hal FinkelSupport ppcf128 in SelectionDAG::getConstantFP
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-30 Dmitri GribenkoDocumentation: add a section to prevent spurious test...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-30 Bill Wendlings/hasAttribute/contains/g to be more consistent with...
2012-12-30 Nadav RotemLoopVectorizer: Fix a bug in the code that updates...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Bill WendlingAdd a few more c'tors:
2012-12-30 Dmitri GribenkoAdd a check to the test Analysis/ScalarEvolution/2010...
2012-12-30 Bill WendlingAdd a few (as yet unused) query methods to determine...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Bill WendlingUniquify the AttributeImpl based on the Constant pointe...
2012-12-30 Bill Wendlings/Raw/getBitMask/g to be more in line with current...
2012-12-30 NAKAMURA Takumillvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix...
2012-12-29 Craig TopperRemove intrinsic specific instructions for (V)SQRTPS...
2012-12-29 Craig TopperMerge similar functionality using a nested switch.
next