aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for testing the output of the abbrev table for theEric Christopher2013-02-051-0/+10
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-052-2/+11
* Use the do-while(0) thing for this #define.Bill Wendling2013-02-051-8/+10
* Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov2013-02-051-1/+2
* Add code to GlobalVariable.h so that global variables marked asMichael Gottesman2013-02-052-2/+44
* When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson2013-02-053-6/+10
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-057-5/+25
* [Stack Alignment] emit warning instead of a hard errorManman Ren2013-02-042-5/+5
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-045-66/+59
* Replace global std::string with const char[]Alexey Samsonov2013-02-042-2/+2
* Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma2013-02-045-9/+191
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-042-3/+45
* 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-042-4/+12
* X86: Simplify code. No functionality change.Benjamin Kramer2013-02-041-19/+5
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-047-55/+129
* Give explicit suffix to integer constant over 32-bits.Tim Northover2013-02-041-1/+1
* Enable AArch64 as a target built by default.Tim Northover2013-02-043-2/+3
* Update debugging test for change in expected metadata.Tim Northover2013-02-041-6/+16
* Coding standards: don't use ``inline`` when defining a function in a classDmitri Gribenko2013-02-041-0/+28
* Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure toPatrik Hagglund2013-02-044-5/+29
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-046-9/+24
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-044-27/+10
* PR15149: crash when printing debug info metadata containing an invalid langua...David Blaikie2013-02-041-2/+2
* Removed reference to LLVM as a project (since in LangRef it is used solely as...Michael Gottesman2013-02-041-1/+1
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-043-0/+65
* Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2013-02-042-0/+24
* 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-032-13/+30
* Recognize aarch64 for --enable-targets as advertised.Joerg Sonnenberger2013-02-032-0/+2
* use GEP::accumulateConstantOffset() to replace custom written code to compute...Nuno Lopes2013-02-031-27/+2
* [Object][Archive] Improve performance.Michael J. Spencer2013-02-033-104/+106
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-032-4/+29
* Added new Global Variable marker ``externally_initialized'' to LangRef.Michael Gottesman2013-02-031-1/+2
* Added clarification paragraph to LangRef's documentation ofMichael Gottesman2013-02-031-0/+7
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-0245-221/+110
* Start static relocation implementation for mips16.Reed Kotler2013-02-023-1/+37
* Removing ssp and uwtable from the testcaseManman Ren2013-02-021-1/+1
* Remove AttrBuilder::Raw().Bill Wendling2013-02-022-27/+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-022-13/+62
* Correct indentation for dumping LexicalScope.Manman Ren2013-02-022-15/+7
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-012-3/+72
* Add notes about future PowerPC featuresBill Schmidt2013-02-011-0/+17
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-013-0/+39
* Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling2013-02-013-30/+28
* This patch aims to improve compile time performance by increasingPreston Gurd2013-02-011-13/+13