summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper2012-10-07
* Fix indentation. Remove 'else' after return. No functional change.Craig Topper2012-10-07
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-07
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-07
* Make sure always-inline functions get inlined. <rdar://problem/12423986>Bob Wilson2012-10-07
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-06
* Minor changes based on post commit review:Jack Carter2012-10-06
* Minor changes based on post commit review:Jack Carter2012-10-05
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-05
* Remove unused but set variable flagged by GCC.Benjamin Kramer2012-10-05
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-05
* Simplify code, don't or a bool with an uint64_t.Benjamin Kramer2012-10-05
* Remove empty file.Benjamin Kramer2012-10-05
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-05
* - Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt2012-10-05
* SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi2012-10-05
* Move this test a bit later, after the point at which we know that we eitherDuncan Sands2012-10-05
* Move methods out-of-line.Bill Wendling2012-10-05
* Use method to query for attributes.Bill Wendling2012-10-05
* Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper2012-10-05
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-05
* tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-05
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-05
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng2012-10-05
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-05
* Lift the speculation visitor above all the helpers that are targeted atChandler Carruth2012-10-05
* [ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier2012-10-04
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-04
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-04
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-04
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-04
* Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow2012-10-04
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-04
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-04
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...Micah Villmow2012-10-04
* Add register encoding support in X86 backendMichael Liao2012-10-04
* Add a comment to the commit r165187.Jakub Staszak2012-10-04
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-04
* Get MCSchedModel directly from the subtarget.Jakob Stoklund Olesen2012-10-04
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-04
* test commit / whitespaceWill Schmidt2012-10-04
* SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer2012-10-04
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-04
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-04