summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi2012-10-051-0/+1
* Move this test a bit later, after the point at which we know that we eitherDuncan Sands2012-10-051-10/+10
* Move methods out-of-line.Bill Wendling2012-10-051-13/+210
* Use method to query for attributes.Bill Wendling2012-10-051-1/+1
* Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper2012-10-051-3/+2
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-053-19/+17
* tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-051-21/+9
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-052-25/+25
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-6/+7
* Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng2012-10-051-11/+9
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-051-42/+93
* Lift the speculation visitor above all the helpers that are targeted atChandler Carruth2012-10-051-281/+283
* [ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier2012-10-041-7/+11
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-041-48/+48
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-041-34/+57
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-042-0/+666
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-043-12/+12
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-041-4/+20
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-042-666/+0
* Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow2012-10-041-33/+33
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-042-5/+4
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-042-0/+666
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-041-665/+0
* (no commit message)Micah Villmow2012-10-041-0/+665
* Add register encoding support in X86 backendMichael Liao2012-10-048-403/+287
* Add a comment to the commit r165187.Jakub Staszak2012-10-041-1/+3
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-042-50/+50
* Get MCSchedModel directly from the subtarget.Jakob Stoklund Olesen2012-10-041-2/+3
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-042-32/+27
* test commit / whitespaceWill Schmidt2012-10-041-1/+1
* SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer2012-10-041-2/+3
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-041-7/+7
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-041-5/+14
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-044-126/+25
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-041-23/+50
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-041-4/+30
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-041-9/+29
* Use method to query if there are attributes.Bill Wendling2012-10-041-1/+1
* Add method to query for NoCapture attribute.Bill Wendling2012-10-041-0/+16
* Use method to query for NoAlias attribute.Bill Wendling2012-10-041-1/+1
* Use method to query for attributes.Bill Wendling2012-10-043-11/+11
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-042-1/+17
* Use method to query for attributes.Bill Wendling2012-10-041-1/+1
* Query for attributes via the correct method call.Bill Wendling2012-10-041-2/+2
* Use new accessor methods to query for attributes.Bill Wendling2012-10-044-4/+4
* [tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany2012-10-041-7/+18
* Remove template from function that is only used with one type after r165092.Craig Topper2012-10-041-4/+5
* Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQPLang Hames2012-10-041-1/+3
* Implement methods that enable expansion of load immediate Jack Carter2012-10-043-28/+115
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-041-43/+238
OpenPOWER on IntegriCloud