summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Code Custodian (trivial whitespace cleanup)Joe Abbey2013-02-06
* Clean up multiple skeleton compile units if we have multiple compileEric Christopher2013-02-06
* Remove some dead code.Eric Christopher2013-02-06
* [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka2013-02-06
* This is a follow-up on r174446, now taking Atom processors intoEli Bendersky2013-02-06
* PPC calling convention cleanup.Bill Schmidt2013-02-06
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* Implement external weak (ELF) symbols on AArch64Tim Northover2013-02-06
* Add some comments to new frame entriesEli Bendersky2013-02-06
* Add AArch64 CRC32 instructionsTim Northover2013-02-06
* Add icache prefetch operations to AArch64Tim Northover2013-02-06
* Initial submission for the attribute group feature.Bill Wendling2013-02-06
* Remove extra blank line between closing curly brace and 'else'Craig Topper2013-02-06
* Remove unused private field to suppress a build warning.Craig Topper2013-02-06
* ARM: Use MCTargetAsmParser::validateTargetOperandClass().Jim Grosbach2013-02-06
* Failing builds because a private class member is not being used afterEli Bendersky2013-02-06
* Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtorEli Bendersky2013-02-06
* Tweak check to avoid integer overflow (for insanely large alignments)Evan Cheng2013-02-06
* Add a 'StringRef' version of hasAttribute.Bill Wendling2013-02-06
* Add methods to merge an AttrBuilder into another builder.Bill Wendling2013-02-06
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-06
* Fix some formatting & add comments, following Eric's reviewEli Bendersky2013-02-06
* Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling2013-02-05
* Add missing file to CMake listEli Bendersky2013-02-05
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-05
* Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling2013-02-05
* Make sure the correct opcodes are used to SUB and ADD the stackEli Bendersky2013-02-05
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* [mips] Do not use function CC_MipsN_VarArg unless the function being analyzedAkira Hatanaka2013-02-05
* InstCombine: Fix and simplify the inttoptr side too.Benjamin Kramer2013-02-05
* Removed explicit inline as per the LLVM style guide.Michael Gottesman2013-02-05
* Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...Owen Anderson2013-02-05
* InstCombine: Harden code to work with vectors of pointers and simplify it a bit.Benjamin Kramer2013-02-05
* Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handleJyotsna Verma2013-02-05
* ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer2013-02-05
* Loop Vectorizer: Refactor code to compute vectorized memory instruction costArnold Schwaighofer2013-02-05
* [SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier2013-02-05
* Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen2013-02-05
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to XCore return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen2013-02-05
* Hexagon: Use multiclass for absolute addressing mode stores.Jyotsna Verma2013-02-05
* Move MRI liveouts to MSP430 return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to Mips return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to PowerPC return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to Hexagon return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen2013-02-05
* Move MRI liveouts to X86 return instructions.Jakob Stoklund Olesen2013-02-05