aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-06Attempt to recover gdb bot after r174445.Manman Ren
2013-02-06Fix some formatting & add comments, following Eric's reviewEli Bendersky
2013-02-05Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling
2013-02-05Add missing file to CMake listEli Bendersky
2013-02-05Test for r174446Eli Bendersky
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky
2013-02-05Be consistent about the field name - AddressSize, not PointerSize. AddEli Bendersky
2013-02-05Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983>Bob Wilson
2013-02-05Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick
2013-02-05Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling
2013-02-05Make sure the correct opcodes are used to SUB and ADD the stackEli Bendersky
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-02-05[mips] Do not use function CC_MipsN_VarArg unless the function being analyzedAkira Hatanaka
2013-02-05[objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer
2013-02-05InstCombine: Fix and simplify the inttoptr side too.Benjamin Kramer
2013-02-05Added missing newline to end of test case.Michael Gottesman
2013-02-05Removed explicit inline as per the LLVM style guide.Michael Gottesman
2013-02-05Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...Owen Anderson
2013-02-05InstCombine: Harden code to work with vectors of pointers and simplify it a bit.Benjamin Kramer
2013-02-05Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handleJyotsna Verma
2013-02-05ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer
2013-02-05Loop Vectorizer: Refactor code to compute vectorized memory instruction costArnold Schwaighofer
2013-02-05Hexagon: Add testcase for post-increment store instructions.Jyotsna Verma
2013-02-05[SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier
2013-02-05Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen
2013-02-05Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to XCore return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen
2013-02-05Hexagon: Use multiclass for absolute addressing mode stores.Jyotsna Verma
2013-02-05Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to Mips return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to PowerPC return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to Hexagon return instructions.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen
2013-02-05Add a test case for PR14750.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to X86 return instructions.Jakob Stoklund Olesen
2013-02-05[MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff
2013-02-05Don't use MRI liveouts in R600.Jakob Stoklund Olesen
2013-02-05Avoid using MRI::liveout_iterator for computing VRSAVEs.Jakob Stoklund Olesen
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson
2013-02-05Format comments & clean whitespaceEli Bendersky
2013-02-05R600: Fold remaining CONST_COPY after expand pseudo instTom Stellard
2013-02-05R600: improve inputs/interpolation handlingTom Stellard
2013-02-05R600: Add tests for instruction predicatesTom Stellard
2013-02-05R600: Emit function name in the AsmPrinterTom Stellard
2013-02-05R600/SI: Add patterns for fcos and fsin.Tom Stellard
2013-02-05Fix commentsEli Bendersky
2013-02-05Hexagon: Add V4 compare instructions. Enable relationship mappingJyotsna Verma