oota-llvm.git
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.
2012-12-29 Craig TopperRemove intrinsic specific instructions for SSE/SSE2...
2012-12-29 Jakub StaszakSimplify code, no functionality change.
2012-12-29 Jakub StaszakDelete executive bit on ./lib/Target/Hexagon/HexagonAsm...
2012-12-29 Bill WendlingUse a 'Constant' object instead of a bit field to store...
2012-12-29 Bill WendlingUse the accessor method instead of the raw ivar to...
2012-12-28 Chandler CarruthNuke some dead code that snuck in some how. I thought...
2012-12-28 Chandler CarruthFix a stunning oversight in the inline cost analysis...
2012-12-28 Chandler CarruthTeach the inline cost analysis about calls that can...
2012-12-28 Chandler CarruthTeach instsimplify to use the constant folder where...
2012-12-28 Chandler CarruthAdd entry points to instsimplify for simplifying calls...
2012-12-28 Alexey SamsonovAdd proper support for -fsanitize-blacklist= flag for...
2012-12-28 Nadav RotemCostModel: initial checkin for code that estimates...
2012-12-28 Nadav Rotemwrap 80-col lines.
2012-12-28 Nadav RotemAVX: Move the ZEXT/ANYEXT DAGCo optimizations to the...
2012-12-27 Nadav RotemReverse the 'if' condition and reduce the indentation.
2012-12-27 Craig TopperMerge basic_sse12_fp_binop_p_int and basic_sse12_fp_bin...
2012-12-27 Nadav RotemAVX/AVX2: Move the SEXT lowering code from a target...
2012-12-27 Craig TopperMerge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p...
2012-12-27 Chandler CarruthAdd support to BasicBlocks for iterating backwards...
2012-12-27 Chandler CarruthProvide a common half-open interval map info implementa...
2012-12-27 Chandler CarruthMake this parameter be named consistently with most...
2012-12-27 Sean Silvadocs: Add FAQ about "storing to a virtual register".
2012-12-27 Sean Silvadocs: Move link to the new "external tutorials" area.
2012-12-27 Alexey Samsonov[ASan] Fix lifetime intrinsics handling. Now for each...
2012-12-27 Nadav RotemDAGCombinerInformation: add a getter that exposes the...
2012-12-27 Alexey SamsonovFix new[]/delete mismatch in FullDependence spotted...
2012-12-27 Nadav Rotemdocs: Update the benchmark with updated perf numbers.
2012-12-27 Nadav RotemOn AVX/AVX2 the type v8i1 is legalized to v8i16, which...
2012-12-27 Nadav RotemAVX/AVX2: Move the code that lowers vector-trunc from...
2012-12-27 Craig TopperAdd hasSideEffects=0 to some forms of ROUND, RCP, and...
2012-12-27 Nadav RotemRefactor DAGCombinerInfo. Change the different booleans...
2012-12-27 Craig TopperMove single letter 'P' prefix out of multiclass now...
2012-12-27 Craig TopperUpdate tablegen parser to allow defm names to start...
2012-12-27 Craig TopperAdd hasSideEffects=0 to some shift and rotate instructi...
2012-12-27 Craig TopperMark the divide instructions as hasSideEffects=0.
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-27 Eric ChristopherFileCheck-ize.
next