summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a testcase for some past-the-end address subtleties.Dan Gohman2013-02-011-0/+77
* Two changes relevant to LEA and x32:David Sehr2013-02-015-3/+58
* 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
* Hexagon: Test case to confirm generation of indexed loads with zero offset.Jyotsna Verma2013-02-011-0/+70
* 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-012-10/+29
* Remove currently unused register decoder from AArch64.Tim Northover2013-02-011-14/+0
* Add explicit triples to AArch64 testsTim Northover2013-02-0176-83/+83
* Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem2013-02-012-26/+0
* Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem2013-02-012-0/+26
* [docs] Fixup fallout from other grammar fixup.Sean Silva2013-02-011-1/+1
* [docs] Add missing colon to TableGen grammar.Sean Silva2013-02-011-1/+1
* MachineModel: Inconsequential TableGen SubtargetEmitter fix.Andrew Trick2013-02-011-1/+15
* Remove some dead code, improve some asserts, and other assorted changes. No f...Bill Wendling2013-02-012-29/+13
* Add a comment explaining an unavailable optimization.Dan Gohman2013-02-011-0/+28
* Remove one of the odious 'Raw' methods.Bill Wendling2013-02-013-18/+5
* Use iterators instead of relying upon a bitmask of attributes to remove attri...Bill Wendling2013-02-011-11/+17
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-012-56/+110
* Fix another typo in the classof definitions that doesn't (currently)Chandler Carruth2013-02-011-1/+1
* Add iterators to the AttributeSet class so that we can access the Attributes ...Bill Wendling2013-01-312-0/+17
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-312-12/+13
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-312-9/+5
* Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth2013-01-311-1/+1
* s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...Bill Wendling2013-01-312-19/+19
* Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth2013-01-311-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-3112-51/+104
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-315-66/+69
* Regenerate configure to hopefully fix buildbot breakage. Oh how I love autoconf.Richard Smith2013-01-311-9/+5