summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-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
* 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
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Start static relocation implementation for mips16.Reed Kotler2013-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
* 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
* Fix misplaced 'break'.Jim Grosbach2013-02-01
* Use a continue to simplify loop and reduce indentation. No functional change.Chad Rosier2013-02-01
* Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".Jyotsna Verma2013-02-01
* Add appropriate TSFlags to the instructions that must be always extended.Jyotsna Verma2013-02-01
* InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer2013-02-01
* Remove currently unused register decoder from AArch64.Tim Northover2013-02-01
* Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem2013-02-01
* Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem2013-02-01
* Remove some dead code, improve some asserts, and other assorted changes. No f...Bill Wendling2013-02-01
* Add a comment explaining an unavailable optimization.Dan Gohman2013-02-01
* Remove one of the odious 'Raw' methods.Bill Wendling2013-02-01
* Use iterators instead of relying upon a bitmask of attributes to remove attri...Bill Wendling2013-02-01
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-01
* Fix another typo in the classof definitions that doesn't (currently)Chandler Carruth2013-02-01
* Add iterators to the AttributeSet class so that we can access the Attributes ...Bill Wendling2013-01-31
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-31
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-31
* s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...Bill Wendling2013-01-31
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-31
* Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083.NAKAMURA Takumi2013-01-31
* R600: Fold clamp, neg, absTom Stellard2013-01-31
* R600: Consider bitcast when folding const_address node.Tom Stellard2013-01-31
* R600: Make store_dummy intrinsic more general by passing export typeTom Stellard2013-01-31
* Remove unused variable, which should have been removed with r174083.Chad Rosier2013-01-31