aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting in AArch64 backend.Tim Northover2013-02-0524-841/+577
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-0523-814/+874
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-054-1/+12
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-054-36/+56
* Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.Bill Wendling2013-02-051-1/+13
* This patch changes a static_cast to dyn_castJack Carter2013-02-052-3/+7
* Construct a skeleton cu for each compile unit in the module, not justEric Christopher2013-02-051-5/+8
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-051-1/+7
* Use the do-while(0) thing for this #define.Bill Wendling2013-02-051-8/+10
* When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson2013-02-051-2/+5
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-056-5/+20
* [Stack Alignment] emit warning instead of a hard errorManman Ren2013-02-041-3/+3
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-043-48/+50
* Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma2013-02-043-8/+135
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-041-2/+4
* Fix some abuses of StringRefTim Northover2013-02-041-3/+4
* X86: Open up some opportunities for constant folding by postponing shift lowe...Benjamin Kramer2013-02-041-4/+2
* X86: Simplify code. No functionality change.Benjamin Kramer2013-02-041-19/+5
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-042-44/+120
* Give explicit suffix to integer constant over 32-bits.Tim Northover2013-02-041-1/+1
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-043-2/+10
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-042-15/+4
* PR15149: crash when printing debug info metadata containing an invalid langua...David Blaikie2013-02-041-2/+2
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-041-0/+13
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...NAKAMURA Takumi2013-02-041-1/+4
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...NAKAMURA Takumi2013-02-041-0/+5
* Added instance variable/initializers/getter/setters for new keyword externall...Michael Gottesman2013-02-031-5/+10
* use GEP::accumulateConstantOffset() to replace custom written code to compute...Nuno Lopes2013-02-031-27/+2
* [Object][Archive] Improve performance.Michael J. Spencer2013-02-031-98/+10
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-031-4/+16
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-022-21/+8
* Start static relocation implementation for mips16.Reed Kotler2013-02-022-1/+30
* Remove AttrBuilder::Raw().Bill Wendling2013-02-021-25/+18
* Use the AttributeSet's iterators.Bill Wendling2013-02-022-5/+22
* Revert accidental commit (ran svn commit from wrong directory).Nick Lewycky2013-02-021-61/+7
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-021-7/+61
* rdar://13126763Shuxin Yang2013-02-021-13/+20
* Correct indentation for dumping LexicalScope.Manman Ren2013-02-021-8/+6
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-011-3/+9
* Add notes about future PowerPC featuresBill Schmidt2013-02-011-0/+17
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-012-0/+25
* Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling2013-02-012-27/+23
* This patch aims to improve compile time performance by increasingPreston Gurd2013-02-011-13/+13
* Two changes relevant to LEA and x32:David Sehr2013-02-013-3/+17
* Fix errant fallthrough in the generation of the lifetime markers.Nadav Rotem2013-02-011-0/+1
* Fix misplaced 'break'.Jim Grosbach2013-02-011-3/+3
* Use a continue to simplify loop and reduce indentation. No functional change.Chad Rosier2013-02-011-24/+25
* Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".Jyotsna Verma2013-02-013-504/+33
* Add appropriate TSFlags to the instructions that must be always extended.Jyotsna Verma2013-02-011-148/+147
* InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer2013-02-011-10/+18