aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-04X86: Open up some opportunities for constant folding by postponing shift lowe...Benjamin Kramer
2013-02-04X86: Simplify code. No functionality change.Benjamin Kramer
2013-02-04SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer
2013-02-04Give explicit suffix to integer constant over 32-bits.Tim Northover
2013-02-04Enable AArch64 as a target built by default.Tim Northover
2013-02-04Update debugging test for change in expected metadata.Tim Northover
2013-02-04Coding standards: don't use ``inline`` when defining a function in a classDmitri Gribenko
2013-02-04Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure toPatrik Hagglund
2013-02-04More MSan/ASan annotations.Evgeniy Stepanov
2013-02-04[DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie
2013-02-04PR15149: crash when printing debug info metadata containing an invalid langua...David Blaikie
2013-02-04Removed reference to LLVM as a project (since in LangRef it is used solely as...Michael Gottesman
2013-02-04ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer
2013-02-04Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane
2013-02-04PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...NAKAMURA Takumi
2013-02-04PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...NAKAMURA Takumi
2013-02-03Added instance variable/initializers/getter/setters for new keyword externall...Michael Gottesman
2013-02-03Recognize aarch64 for --enable-targets as advertised.Joerg Sonnenberger
2013-02-03use GEP::accumulateConstantOffset() to replace custom written code to compute...Nuno Lopes
2013-02-03[Object][Archive] Improve performance.Michael J. Spencer
2013-02-03[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer
2013-02-03Added new Global Variable marker ``externally_initialized'' to LangRef.Michael Gottesman
2013-02-03Added clarification paragraph to LangRef's documentation ofMichael Gottesman
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie
2013-02-02Start static relocation implementation for mips16.Reed Kotler
2013-02-02Removing ssp and uwtable from the testcaseManman Ren
2013-02-02Remove AttrBuilder::Raw().Bill Wendling
2013-02-02Use the AttributeSet's iterators.Bill Wendling
2013-02-02Revert accidental commit (ran svn commit from wrong directory).Nick Lewycky
2013-02-02This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky
2013-02-02rdar://13126763Shuxin Yang
2013-02-02Correct indentation for dumping LexicalScope.Manman Ren
2013-02-01[Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren
2013-02-01Add notes about future PowerPC featuresBill Schmidt
2013-02-01LLVM enablement for some older PowerPC CPUsBill Schmidt
2013-02-01Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling
2013-02-01This patch aims to improve compile time performance by increasingPreston Gurd
2013-02-01Add a testcase for some past-the-end address subtleties.Dan Gohman
2013-02-01Two changes relevant to LEA and x32:David Sehr
2013-02-01Fix errant fallthrough in the generation of the lifetime markers.Nadav Rotem
2013-02-01Fix misplaced 'break'.Jim Grosbach
2013-02-01Use a continue to simplify loop and reduce indentation. No functional change.Chad Rosier
2013-02-01Hexagon: Test case to confirm generation of indexed loads with zero offset.Jyotsna Verma
2013-02-01Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".Jyotsna Verma
2013-02-01Add appropriate TSFlags to the instructions that must be always extended.Jyotsna Verma
2013-02-01InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer
2013-02-01Remove currently unused register decoder from AArch64.Tim Northover
2013-02-01Add explicit triples to AArch64 testsTim Northover
2013-02-01Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem
2013-02-01Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem