summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* comment typo.Andrew Trick2013-12-13
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-13
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-13
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-13
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* Liveness Analysis PassAndrew Trick2013-12-13
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-13
* [AArch64] Simplify the Neon Scalar3Same patterns for floating-point reciprocalChad Rosier2013-12-13
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* Fix pr18235.Rafael Espindola2013-12-13
* [SystemZ] Optimize X [!=]= Y in cases where X - Y or Y - X is also computedRichard Sandiford2013-12-13
* [SystemZ] Make more use of TMHHRichard Sandiford2013-12-13
* test commit.Iain Sandoe2013-12-13
* [SystemZ] Extend integer absolute selectionRichard Sandiford2013-12-13
* [SystemZ] Add a structure to represent a selected comparisonRichard Sandiford2013-12-13
* [SystemZ] Make more use of LTGFRRichard Sandiford2013-12-13
* X86: When lowering shl_parts, don't emit shift amounts larger than the bit wi...Benjamin Kramer2013-12-13
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-13
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-13
* [inliner] Fix PR18206 by preventing inlining functions that call setjmpChandler Carruth2013-12-13
* [inliner] Completely change (and fix) how the inline cost analysisChandler Carruth2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Change stack probing code for MingW.Kai Nacke2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* 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