aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier
2012-10-05Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler
2012-10-05Simplify code, don't or a bool with an uint64_t.Benjamin Kramer
2012-10-05Remove empty file.Benjamin Kramer
2012-10-05Remove extraneous semicolon.Chad Rosier
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow
2012-10-05Add ELF program header.Hemant Kulkarni
2012-10-05- Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt
2012-10-05Add PowerPC64 definitions for ELF.hAdhemerval Zanella
2012-10-05Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi
2012-10-05lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi
2012-10-05[CMake] Enhance add_llvm_external_project.NAKAMURA Takumi
2012-10-05SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi
2012-10-05Convert to unix line endings.Rafael Espindola
2012-10-05Move this test a bit later, after the point at which we know that we eitherDuncan Sands
2012-10-05Move methods out-of-line.Bill Wendling
2012-10-05Use method to query for attributes.Bill Wendling
2012-10-05Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper
2012-10-05Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper
2012-10-05docs: Add HowToSetUpLLVMStyleRTTI.rst.Sean Silva
2012-10-05tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva
2012-10-05tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva
2012-10-05tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
2012-10-05Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng
2012-10-05Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth
2012-10-05Lift the speculation visitor above all the helpers that are targeted atChandler Carruth
2012-10-05Use -object_path_lto when linking executables if building Apple style.Bill Wendling
2012-10-04[ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier
2012-10-04Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow
2012-10-04When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem
2012-10-04Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd
2012-10-04ARM: locate user-defined text sections next to default text.Jim Grosbach
2012-10-04Backing out my changes, something screwed up from my patches, starting over.Micah Villmow
2012-10-04Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow
2012-10-04Update this a bit more to represent how the prologue should work:Eric Christopher
2012-10-04Create the DataLayout class, as a direct copy of TargetData.Micah Villmow
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor
2012-10-04Accidently checked in the files, only wanted to copy them.Micah Villmow
2012-10-04git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...Micah Villmow
2012-10-04git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165242 91177308-0d34...Micah Villmow
2012-10-04Add register encoding support in X86 backendMichael Liao
2012-10-04Fix doxygen comment to match parameters' names.Jakub Staszak
2012-10-04Add a comment to the commit r165187.Jakub Staszak
2012-10-04- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt
2012-10-04Get MCSchedModel directly from the subtarget.Jakob Stoklund Olesen
2012-10-04Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen
2012-10-04test commit / whitespaceWill Schmidt
2012-10-04SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer