summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Support: Inject LLVM_VERSION_INFO into the Support libraryJustin Bogner2014-06-171-0/+4
* tools: Add a space between package version and LLVM_VERSION_INFOJustin Bogner2014-06-171-1/+1
* Convert a few loops to use ranges.Rafael Espindola2014-06-171-18/+15
* Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.Jordan Rose2014-06-172-8/+18
* Modernize doc comments for SourceMgr.Jordan Rose2014-06-172-51/+39
* [InstCombine] mark ADD with nuw if no unsigned overflowJingyue Wu2014-06-176-9/+54
* Fix build breakage caused by change to ValueMapTest.Zachary Turner2014-06-171-2/+2
* SROA: Only split loads on byte boundariesDuncan P. N. Exon Smith2014-06-173-5/+69
* Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner2014-06-172-11/+13
* [FastISel][X86] Refactor the code to get the X86 condition from a helper func...Juergen Ributzka2014-06-165-96/+676
* Teach LoopUnrollPass to respect loop unrolling hints in metadata.Eli Bendersky2014-06-162-87/+560
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-1610-47/+134
* Cleanup more unreferenced MutexGuard parameters on functions.Zachary Turner2014-06-163-29/+29
* Programmer's Manual changes.Zachary Turner2014-06-161-47/+4
* Kill the LLVM global lock.Zachary Turner2014-06-164-10/+23
* Remove some code churn.Zachary Turner2014-06-162-4/+3
* Remove some more code out into a separate CL.Zachary Turner2014-06-168-63/+17
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-165-26/+16
* Add load/store functionalityReed Kotler2014-06-162-7/+176
* AArch64: Add backend intrinsic for rbit.Jim Grosbach2014-06-162-0/+11
* ARM: intrinsic support for rbit.Jim Grosbach2014-06-162-0/+10
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-164-28/+28
* Since the DataLayout is always found off of the subtarget go aheadEric Christopher2014-06-161-7/+3
* Clean up some unnecessary mutex guards.Zachary Turner2014-06-162-29/+28
* Improve comments for r211040Louis Gerbarg2014-06-162-3/+6
* Revert "lit: warn when passed invalid pathname" (r210597)Hans Wennborg2014-06-161-5/+3
* ARM: implement correct atomic operations on v7MTim Northover2014-06-162-8/+73
* Fix illegal relocations in X86FastISelLouis Gerbarg2014-06-163-3/+31
* LowerSwitch: track bounding range for the condition tree.Jim Grosbach2014-06-164-102/+209
* Refactor the disabling of Thumb-1 LDM/STM generationJames Molloy2014-06-162-7/+7
* Fix pr17056.Rafael Espindola2014-06-163-5/+11
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-168-93/+88
* [AArch64] Remove dead code.Tilmann Scheller2014-06-161-3/+0
* Hook up vector int_ctlz for AVX512.Cameron McInally2014-06-163-0/+32
* [mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6Daniel Sanders2014-06-164-3/+22
* [mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6Daniel Sanders2014-06-1617-60/+223
* [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.Daniel Sanders2014-06-1623-82/+306
* Support/ConvertUTF: restore compatibility with MSVC, which only implements C89Dmitri Gribenko2014-06-161-5/+7
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-163-9/+1342
* [AArch64] Fix a fencepost error in lowering for llvm.aarch64.neon.uqshl.James Molloy2014-06-162-1/+10
* [mips] Merge most of the big/little endian checks in atomic.llDaniel Sanders2014-06-161-333/+179
* [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...Daniel Sanders2014-06-1618-47/+140
* ARMEB: Fix trunc store for vector typesChristian Pirker2014-06-162-1/+28
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-157-9/+37
* Fix copy paste errorMatt Arsenault2014-06-151-1/+1
* R600: Add a rotr testcase I forgot to addMatt Arsenault2014-06-151-0/+58
* R600: Remove a few more things from AMDILISelLoweringMatt Arsenault2014-06-153-27/+71
* R600: Fix assert on vector sdivMatt Arsenault2014-06-152-4/+36
* R600: Move / cleanup more leftover AMDIL stuff.Matt Arsenault2014-06-153-71/+30
* R600: Move division custom lowering out of AMDILISelLoweringMatt Arsenault2014-06-153-271/+257
OpenPOWER on IntegriCloud