summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-16
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-16
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Fixing build warning/errorAndrew Kaylor2013-10-16
* Simplify zero initialization of DIEAttrs variable.David Blaikie2013-10-16
* Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-16
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Fix typoMatt Arsenault2013-10-15
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-15
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Make sure we're not attempting to construct a subprogram DIEEric Christopher2013-10-15
* Add an assert that we have a scope that matters for methodsEric Christopher2013-10-15
* Clean up, formatting, comments. No functional change.Eric Christopher2013-10-15
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-15
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-15
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-15
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-15
* Struct byval: fix a copy-paste error for thumb2.Manman Ren2013-10-15
* Fix PR17546Michael Liao2013-10-15
* Fix PR16807Michael Liao2013-10-15
* LoopVectorize: Properly reflect PODness in comments.Benjamin Kramer2013-10-15