summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsersHal Finkel2013-12-12
* Initialize the barrier pass llvm::initializeIPOHal Finkel2013-12-12
* Simplify the datalayout string of ARM and AArch64.Rafael Espindola2013-12-12
* Simplify the SystemZ datalayout string.Rafael Espindola2013-12-12
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* Fix Typo.Rafael Espindola2013-12-12
* Convert the other getHostByName implementations to StringRef.Rafael Espindola2013-12-12
* Switch to the new MingW ABI.Rafael Espindola2013-12-12
* [AArch64] Removed unnecessary copy patterns with v1fx types.Chad Rosier2013-12-12
* Return a StringRef from getHostCPUName.Rafael Espindola2013-12-12
* [cleanup] Remove trailing whitespace before I start changing this file.Chandler Carruth2013-12-12
* Added new X86 patterns to select SSE scalar fp arithmetic instructions fromAndrea Di Biagio2013-12-12
* typo in commentGabor Greif2013-12-12
* [AArch64]Fix the problem that AArch64 backend fails to select scalar_to_vecto...Hao Liu2013-12-12
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-12
* Check for null pointer before dereferencing. A careless typo on my part.Reed Kotler2013-12-12
* Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...Yi Jiang2013-12-12
* Add TargetLibraryInfo in LTO passes builderYi Jiang2013-12-12
* Remove unused multiclass from PPCInstrInfo.tdHal Finkel2013-12-12
* Improve instruction scheduling for the PPC POWER7Hal Finkel2013-12-12
* Fix an over-constrained assertion in MachineFunction::addLiveIn.Quentin Colombet2013-12-12
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-12
* [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64Chad Rosier2013-12-11
* Fix the PPC subsumes-predicate checkHal Finkel2013-12-11
* Add two additional hazard recognizer functionsHal Finkel2013-12-11
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-11
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-11
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-11
* DwarfUnit: LLVM_OVERRIDE and constify some functionsDavid Blaikie2013-12-11
* [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics thatChad Rosier2013-12-11
* [AArch64] Refactor the NEON scalar floating-point reciprocal step andChad Rosier2013-12-11
* [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-Chad Rosier2013-12-11
* Don't set unused variable.Rafael Espindola2013-12-11
* R600: Re-format Processors.tdTom Stellard2013-12-11
* R600: Register AMDGPUCFGStructurizer passTom Stellard2013-12-11
* R600: Register R600EmitClauseMarkers passTom Stellard2013-12-11
* [arm] Implement ARM .arch directive.Logan Chien2013-12-11
* SelectionDAG: Fix a typo.Benjamin Kramer2013-12-11
* ARM: constrain register-class in fast-iselTim Northover2013-12-11
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-11
* AVX-512: Removed "z" suffix from AVX-512 instructions, since it is incompatib...Elena Demikhovsky2013-12-11
* [SystemZ] Optimize fcmp X, 0 in cases where X is also negatedRichard Sandiford2013-12-11
* Extend (truncate (load)) foldingRichard Sandiford2013-12-11
* Add TargetRegisterInfo::reverseLocalAssignment hook.Andrew Trick2013-12-11
* Distinguish and choose 16 or 32 bit forms of save/restore for Mips16.Reed Kotler2013-12-11
* [AArch64 NEON] Get instruction BSL matched to VSELECT.Kevin Qin2013-12-11
* Move mips' datalayout computation out of line and add comments.Rafael Espindola2013-12-11
* Move Sparc's getDataLayout out of line and add comments.Rafael Espindola2013-12-11