aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-12Fix buildbots: -misched=shuffle is only available in +Asserts builds.Jakob Stoklund Olesen
2012-10-12ARM: Mark VSELECT as 'expand'.Jim Grosbach
2012-10-12[ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier
2012-10-12[ms-inline asm] Add a few data members and member functions to theChad Rosier
2012-10-12Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>Bob Wilson
2012-10-12Correcting enum values mentioned in comments.Andrew Kaylor
2012-10-12Use a transposed algorithm for handleMove().Jakob Stoklund Olesen
2012-10-12Add bitcode instruction encoding documentation for module versionJan Wen Voung
2012-10-12Fix coalescing with IMPLICIT_DEF values.Jakob Stoklund Olesen
2012-10-12Change (!list.size() == 0) to (!list.empty()). No functional change.Richard Trieu
2012-10-12Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson
2012-10-12llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp...NAKAMURA Takumi
2012-10-12Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand
2012-10-12ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was upd...NAKAMURA Takumi
2012-10-12ExceptionDemo.cpp: Whitespace.NAKAMURA Takumi
2012-10-12Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands
2012-10-12Add float-abi and softfloat options to lliTim Northover
2012-10-12JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!NAKAMURA Takumi
2012-10-12Shuffle the virtual destructor down to the base. This should actually pacifyNick Lewycky
2012-10-12Give this class full of virtual functions a virtual destructor. Classes loveNick Lewycky
2012-10-12Indenting.Eric Christopher
2012-10-12fix warningSebastian Pop
2012-10-12Div, Rem int/unsigned int Reed Kotler
2012-10-12docs: Update example to conform to coding standards.Sean Silva
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-12Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...NAKAMURA Takumi
2012-10-12docs: Minor clean up of Phabricator documentation.Sean Silva
2012-10-12Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng
2012-10-12Mark function as 'used' so that LTO doesn't try to get rid of it.Bill Wendling
2012-10-12We need this symbol after an LTO build.Bill Wendling
2012-10-12docs: Add SphinxQuickstartTemplate.rst.Sean Silva
2012-10-11docs: Improve HowToSetUpLLVMStyleRTTI.Sean Silva
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-11docs: Update HowToSetUpLLVMStyleRTTI.Sean Silva
2012-10-11Casting.h: Automatically handle isa<Base>(Derived).Sean Silva
2012-10-11Remove buggy classof().Sean Silva
2012-10-11PGO: create metadata for switch only if it has more than one targets.Manman Ren
2012-10-11Remove extra semicolon.Chad Rosier
2012-10-11Remove extra semicolons.Chad Rosier
2012-10-11Fix some typos 165739, spotted by Duncan.Jan Wen Voung
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung
2012-10-11Adds Phabricator documentation. This is a first step that answers many questi...Manuel Klimek
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-11Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen
2012-10-11This patch addresses PR13947.Bill Schmidt
2012-10-11Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall
2012-10-11Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall
2012-10-11llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().NAKAMURA Takumi
2012-10-11dependence analysisSebastian Pop