aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert part of a fix from 2010, changes since then:Eric Christopher2013-10-141-1/+1
* Reformat this routine slightly.Eric Christopher2013-10-141-10/+8
* Remove some extraneous whitespace.Eric Christopher2013-10-141-4/+0
* LiveRegUnits::removeRegsInMask safety.Andrew Trick2013-10-141-10/+19
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-141-19/+18
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-142-0/+103
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-141-12/+12
* Debug Info: static member DIE creation.Manman Ren2013-10-142-14/+24
* Fix indenting.David Blaikie2013-10-141-7/+8
* MachineSink: Fix and tweak critical-edge breaking heuristic.Will Dietz2013-10-141-7/+23
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-144-207/+0
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-144-841/+3
* Basic blocks typically have few predecessors. Use a SmallDenseMap toChris Lattner2013-10-141-3/+3
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-141-28/+149
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-0/+78
* Add Cortex-A57 supportBernard Ogden2013-10-142-1/+10
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-143-4/+18
* [mips][msa] Direct Object Emission support for BIT instructions.Matheus Almeida2013-10-142-74/+130
* [mips][msa] Direct Object Emission support for VEC instructions.Matheus Almeida2013-10-142-67/+88
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-141-14/+18
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-142-31/+109
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-143-14/+175
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-141-4/+4
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-142-8/+15
* Create classes to reduce the size of the tablegen entries for the CRC32 instr...Craig Topper2013-10-141-66/+33
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-144-83/+102
* Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...Craig Topper2013-10-141-0/+7
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-141-2/+10
* Windows: Fix a typo in an assertDavid Majnemer2013-10-141-6/+3
* Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...Craig Topper2013-10-141-4/+8
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-141-3/+1
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-132-7/+2
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-133-1/+21
* R600/SI: Add SinkingPass before ISelVincent Lejeune2013-10-131-0/+1
* R600/SI: Support byval argumentsVincent Lejeune2013-10-132-2/+8
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-131-0/+5
* R600: fix swizzle exportVincent Lejeune2013-10-131-5/+9
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-131-4/+4
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-131-2/+2
* TargetLowering: Don't index into empty string.Will Dietz2013-10-131-1/+1
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-121-23/+44
* LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macrosTobias Grosser2013-10-121-0/+3
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-121-0/+6
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-123-14/+83
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-121-17/+19
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-121-3/+1
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-126-0/+7
* Debug Info: remove form from function addDIEEntry.Manman Ren2013-10-113-26/+17
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-119-59/+123
* Fix typoMatt Arsenault2013-10-111-1/+1