summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-10-09
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-09
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-09
* Fix a bug in Dead Argument Elimination.Shuxin Yang2013-10-09
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-09
* [Sparc] Disable tail call optimization for sparc64.Venkatraman Govindaraju2013-10-09
* AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.Elena Demikhovsky2013-10-09
* AArch64: enable MISched by default.Tim Northover2013-10-09
* Add missing HasAVX512 predicate.Andrew Trick2013-10-09
* Replace a couple instructions with patterns referring to other instructions w...Craig Topper2013-10-09
* Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefi...Craig Topper2013-10-09
* Mark some instructions as CodeGenOnly since they aren't needed by the assembl...Craig Topper2013-10-09
* Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi...Craig Topper2013-10-09
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-09
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-08
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-08
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-08
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-08
* Add fabsf to the list of inlined functions; otherwiseReed Kotler2013-10-08
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-08
* Debug Info: rename getOriginalTypeSize to getBaseTypeSize.Manman Ren2013-10-08
* Debug Info: take advantage of the existing CU::resolve.Manman Ren2013-10-08
* [mips] Simplify and optimize code.Akira Hatanaka2013-10-08
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-08
* Grammar.Eric Christopher2013-10-08
* Fix build on Solaris 11.Rafael Espindola2013-10-08
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* SparcJITInfo.cpp: Prune "default:" label to fix a warning. [-Wcovered-switch-...NAKAMURA Takumi2013-10-08
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-08
* [Sparc] Implement JIT for SPARC.Venkatraman Govindaraju2013-10-08
* Remove unneeded MMX instruction definition by moving pattern to an equivalent...Craig Topper2013-10-08
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08
* [Sparc] Do not hardcode nop in the delay slot of TLS_CALL. Use DelaySlotFille...Venkatraman Govindaraju2013-10-08
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-07
* LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2013-10-07
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-07
* Struct byval: use the correct alignment for loads generated to loadManman Ren2013-10-07
* [mips] Coding style clean up.Akira Hatanaka2013-10-07
* [mips] Disable tail merging when long branch pass is enabled.Akira Hatanaka2013-10-07
* X86: Fix type check. Just because an integer type is illegal doesn't mean it'...Benjamin Kramer2013-10-07
* [mips] Define method MipsSubtarget::enableLongBranchPass.Akira Hatanaka2013-10-07
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-07
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-07
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-07
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-07
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-07