aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Failing builds because a private class member is not being used afterEli Bendersky2013-02-061-0/+3
* Remove this test in the meantime, since it won't pass on Atom. Atom uses leaEli Bendersky2013-02-061-22/+0
* Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtorEli Bendersky2013-02-061-0/+9
* Tweak check to avoid integer overflow (for insanely large alignments)Evan Cheng2013-02-061-2/+2
* Add a 'StringRef' version of hasAttribute.Bill Wendling2013-02-062-4/+20
* Add methods to merge an AttrBuilder into another builder.Bill Wendling2013-02-062-0/+24
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-066-6/+8
* Fix some formatting & add comments, following Eric's reviewEli Bendersky2013-02-061-12/+19
* Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling2013-02-052-2/+28
* Add missing file to CMake listEli Bendersky2013-02-051-0/+1
* Test for r174446Eli Bendersky2013-02-051-0/+22
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-057-3/+294
* Be consistent about the field name - AddressSize, not PointerSize. AddEli Bendersky2013-02-051-9/+11
* Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983>Bob Wilson2013-02-051-0/+10
* Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick2013-02-052-16/+3
* Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling2013-02-053-139/+279
* Make sure the correct opcodes are used to SUB and ADD the stackEli Bendersky2013-02-051-13/+18
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-0513-29/+175
* [mips] Do not use function CC_MipsN_VarArg unless the function being analyzedAkira Hatanaka2013-02-052-1/+15
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-052-4/+10
* InstCombine: Fix and simplify the inttoptr side too.Benjamin Kramer2013-02-052-13/+24
* Added missing newline to end of test case.Michael Gottesman2013-02-051-1/+1
* Removed explicit inline as per the LLVM style guide.Michael Gottesman2013-02-051-7/+7
* Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...Owen Anderson2013-02-053-6/+10
* InstCombine: Harden code to work with vectors of pointers and simplify it a bit.Benjamin Kramer2013-02-052-11/+22
* Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handleJyotsna Verma2013-02-055-1/+536
* ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer2013-02-052-3/+26
* Loop Vectorizer: Refactor code to compute vectorized memory instruction costArnold Schwaighofer2013-02-051-79/+178
* Hexagon: Add testcase for post-increment store instructions.Jyotsna Verma2013-02-051-0/+29
* [SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier2013-02-052-5/+82
* Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen2013-02-054-27/+6
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-056-142/+7
* Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen2013-02-052-14/+12
* Move MRI liveouts to XCore return instructions.Jakob Stoklund Olesen2013-02-052-16/+14
* Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen2013-02-052-16/+13
* Hexagon: Use multiclass for absolute addressing mode stores.Jyotsna Verma2013-02-052-102/+116
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-052-13/+9
* Move MRI liveouts to Mips return instructions.Jakob Stoklund Olesen2013-02-052-16/+12
* Move MRI liveouts to PowerPC return instructions.Jakob Stoklund Olesen2013-02-051-21/+9
* Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen2013-02-052-19/+17
* Move MRI liveouts to Hexagon return instructions.Jakob Stoklund Olesen2013-02-052-11/+10
* Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen2013-02-053-18/+22
* Add a test case for PR14750.Jakob Stoklund Olesen2013-02-051-2/+40
* Move MRI liveouts to X86 return instructions.Jakob Stoklund Olesen2013-02-052-12/+12
* [MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff2013-02-053-10/+28
* Don't use MRI liveouts in R600.Jakob Stoklund Olesen2013-02-053-5/+14
* Avoid using MRI::liveout_iterator for computing VRSAVEs.Jakob Stoklund Olesen2013-02-051-6/+15
* Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson2013-02-053-8/+37
* Format comments & clean whitespaceEli Bendersky2013-02-051-5/+4
* R600: Fold remaining CONST_COPY after expand pseudo instTom Stellard2013-02-052-12/+160