summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-14
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-14
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-14
* Debug Info: static member DIE creation.Manman Ren2013-10-14
* Fix indenting.David Blaikie2013-10-14
* MachineSink: Fix and tweak critical-edge breaking heuristic.Will Dietz2013-10-14
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-14
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-14
* Basic blocks typically have few predecessors. Use a SmallDenseMap toChris Lattner2013-10-14
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-14
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-14
* Add Cortex-A57 supportBernard Ogden2013-10-14
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-14
* [mips][msa] Direct Object Emission support for BIT instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission support for VEC instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-14
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-14
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-14
* Create classes to reduce the size of the tablegen entries for the CRC32 instr...Craig Topper2013-10-14
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...Craig Topper2013-10-14
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-14
* Windows: Fix a typo in an assertDavid Majnemer2013-10-14
* Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...Craig Topper2013-10-14
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-14
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-13
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-13
* R600/SI: Add SinkingPass before ISelVincent Lejeune2013-10-13
* R600/SI: Support byval argumentsVincent Lejeune2013-10-13
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-13
* R600: fix swizzle exportVincent Lejeune2013-10-13
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-13
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-13
* TargetLowering: Don't index into empty string.Will Dietz2013-10-13
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-12
* LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macrosTobias Grosser2013-10-12
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-12
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-12
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-12
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-12
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Debug Info: remove form from function addDIEEntry.Manman Ren2013-10-11
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Fix typoMatt Arsenault2013-10-11
* fConversion: Attempt #2 at fixing the MSVC build.Benjamin Kramer2013-10-11
* IfConversion: Try to unbreak the MSVC build.Benjamin Kramer2013-10-11
* Mips: Disassemble sign-extended 64 bit immediates properly.Benjamin Kramer2013-10-11
* Remove kill flags after if conversion if necessaryMatthias Braun2013-10-11