summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov2013-02-05
* Add code to GlobalVariable.h so that global variables marked asMichael Gottesman2013-02-05
* When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson2013-02-05
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-05
* [Stack Alignment] emit warning instead of a hard errorManman Ren2013-02-04
* Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling2013-02-04
* Replace global std::string with const char[]Alexey Samsonov2013-02-04
* Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma2013-02-04
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-04
* Fix some abuses of StringRefTim Northover2013-02-04
* X86: Open up some opportunities for constant folding by postponing shift lowe...Benjamin Kramer2013-02-04
* X86: Simplify code. No functionality change.Benjamin Kramer2013-02-04
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-04
* Give explicit suffix to integer constant over 32-bits.Tim Northover2013-02-04
* Enable AArch64 as a target built by default.Tim Northover2013-02-04
* Update debugging test for change in expected metadata.Tim Northover2013-02-04
* Coding standards: don't use ``inline`` when defining a function in a classDmitri Gribenko2013-02-04
* Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure toPatrik Hagglund2013-02-04
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-04
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-04
* PR15149: crash when printing debug info metadata containing an invalid langua...David Blaikie2013-02-04
* Removed reference to LLVM as a project (since in LangRef it is used solely as...Michael Gottesman2013-02-04
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-04
* Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2013-02-04
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...NAKAMURA Takumi2013-02-04
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...NAKAMURA Takumi2013-02-04
* Added instance variable/initializers/getter/setters for new keyword externall...Michael Gottesman2013-02-03
* Recognize aarch64 for --enable-targets as advertised.Joerg Sonnenberger2013-02-03
* use GEP::accumulateConstantOffset() to replace custom written code to compute...Nuno Lopes2013-02-03
* [Object][Archive] Improve performance.Michael J. Spencer2013-02-03
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-03
* Added new Global Variable marker ``externally_initialized'' to LangRef.Michael Gottesman2013-02-03
* Added clarification paragraph to LangRef's documentation ofMichael Gottesman2013-02-03
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Start static relocation implementation for mips16.Reed Kotler2013-02-02
* Removing ssp and uwtable from the testcaseManman Ren2013-02-02
* Remove AttrBuilder::Raw().Bill Wendling2013-02-02
* Use the AttributeSet's iterators.Bill Wendling2013-02-02
* Revert accidental commit (ran svn commit from wrong directory).Nick Lewycky2013-02-02
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-02
* rdar://13126763Shuxin Yang2013-02-02
* Correct indentation for dumping LexicalScope.Manman Ren2013-02-02
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-01
* Add notes about future PowerPC featuresBill Schmidt2013-02-01
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-01
* Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling2013-02-01
* This patch aims to improve compile time performance by increasingPreston Gurd2013-02-01
* Add a testcase for some past-the-end address subtleties.Dan Gohman2013-02-01
* Two changes relevant to LEA and x32:David Sehr2013-02-01
* Fix errant fallthrough in the generation of the lifetime markers.Nadav Rotem2013-02-01