summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-17
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-17
* Replace sra with srl if a single sign bit is requiredRichard Sandiford2013-10-17
* Fix edge condition in DAGCombiner to improve codegen of shift sequences.Andrea Di Biagio2013-10-17
* [msan] Use zero-extension in shadow cast by default.Evgeniy Stepanov2013-10-17
* llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent fileAnders Waldenborg2013-10-17
* [mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.Daniel Sanders2013-10-17
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-17
* llvm-c: Return NULL from LLVMGetFirstTarget instead of assertingAnders Waldenborg2013-10-17
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-17
* x86: Move bitcasts outside concat_vector.Jim Grosbach2013-10-17
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-17
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-17
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* DIEHash: Include the type's context in the type hash.David Blaikie2013-10-17
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-16
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-16
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-16
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-16
* Remove ambiguity introduced in r192836David Blaikie2013-10-16
* Add support for the VSX target attribute. No functional changeEric Christopher2013-10-16
* DIEHash: Include the trailing zero byte after the children of a DIEDavid Blaikie2013-10-16
* Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,Yunzhong Gao2013-10-16
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-16
* After PostRA scheduling, don't set kill flags on undef operands.Andrew Trick2013-10-16
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-16
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-16
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-16
* Revert "SLPVectorizer: Don't vectorize volatile memory operations"Arnold Schwaighofer2013-10-16
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-16
* R600: Remove some dead code from the AMDILCFGStructurizerTom Stellard2013-10-16
* Adding oprofile support for MCJIT.Andrew Kaylor2013-10-16
* Fix comment.Chad Rosier2013-10-16
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-16
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-16
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-16
* DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...Benjamin Kramer2013-10-16
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-16
* [SystemZ] Handle extensions in RxSBG optimizationsRichard Sandiford2013-10-16
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-16
* Handle (shl (anyext (shr ...))) in SimpilfyDemandedBitsRichard Sandiford2013-10-16
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-16
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-16
* Really fix build warning/error that I think r192756 was trying to fix.Craig Topper2013-10-16
* TypeFinder: prefer iterative algorithm to keep stack usage low.Will Dietz2013-10-16
* Fix a bug in Windows resource file detection.Rui Ueyama2013-10-16
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16