aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-142-3/+3
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-144-0/+28
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-143-9/+20
* Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma2013-05-145-0/+686
* Reapply "Subtract isn't commutative, fix this for MMX psub." withEric Christopher2013-05-141-7/+7
* Temporarily revert "Subtract isn't commutative, fix this for MMX psub."Eric Christopher2013-05-141-7/+7
* Fix __clear_cache declaration.Rafael Espindola2013-05-141-1/+1
* Subtract isn't commutative, fix this for MMX psub.Eric Christopher2013-05-141-7/+7
* Recognize sparc64 as an alias for sparcv9 triples.Jakob Stoklund Olesen2013-05-141-1/+1
* Hexagon: Add patterns to generate 'combine' instructions.Jyotsna Verma2013-05-141-0/+87
* Hexagon: ArePredicatesComplement should not restrict itself to TFRs.Jyotsna Verma2013-05-141-5/+31
* Add bitcast to store of personality function.Kai Nacke2013-05-141-1/+3
* PPC32: Fix stack collision between FP and CR save areas.Bill Schmidt2013-05-141-0/+1
* Hexagon: Remove dead-code after unconditional return from addPreSched2.Jyotsna Verma2013-05-141-3/+0
* R600/SI: Add processor type for Hainan asicTom Stellard2013-05-142-1/+3
* Declare __clear_cache.Rafael Espindola2013-05-141-0/+1
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-1411-6/+399
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-143-20/+81
* [SystemZ] Remove bogus isAsmParserOnlyRichard Sandiford2013-05-141-28/+22
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-143-57/+79
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-145-312/+326
* Removed trailing whitespace.Michael Gottesman2013-05-141-4/+4
* Fix typo.Reed Kotler2013-05-141-1/+1
* Removed an unnamed namespace and forgot to make two of the functions insideReed Kotler2013-05-141-3/+5
* This is the first of three patches which creates stubs used forReed Kotler2013-05-141-0/+275
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-141-0/+5
* Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie2013-05-141-1/+3
* LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer2013-05-141-17/+40
* [objc-arc-opts] Added debug statements when we set and unset whether a pointe...Michael Gottesman2013-05-141-0/+2
* [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman2013-05-131-5/+91
* Move a couple more statistics inside '#ifndef NDEBUG'.Matt Beaumont-Gay2013-05-131-1/+1
* Mips assembler: Assembler macro ADDIU $rs,immJack Carter2013-05-131-1/+2
* [objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...Michael Gottesman2013-05-131-0/+6
* Fix goofy commentary in PPCTargetObjectFile.cpp.Bill Schmidt2013-05-131-2/+2
* PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt2013-05-134-0/+94
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-131-1/+0
* [objc-arc] Move the before optimization statistics gathering phase out of Opt...Michael Gottesman2013-05-131-8/+7
* [mips] Add option -mno-ldc1-sdc1.Akira Hatanaka2013-05-133-4/+75
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-131-2/+27
* [mips] Define a helper function which creates an instruction with the sameAkira Hatanaka2013-05-132-0/+19
* [mips] Rename functions. No functionality changes.Akira Hatanaka2013-05-137-29/+29
* Remove unused fields and arguments.Rafael Espindola2013-05-133-13/+6
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-134-11/+43
* Correctly preserve the input chain for potential tailcall nodes whoseLang Hames2013-05-131-1/+1
* Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands2013-05-133-0/+3
* SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem2013-05-131-4/+4
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-131-10/+25
* Remove the MachineMove class.Rafael Espindola2013-05-1329-115/+131
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-121-7/+27
* SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem2013-05-121-0/+1