aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove dead calls to addFrameMove.Rafael Espindola2013-05-161-25/+0
* [PowerPC] Report true displacement value from getPreIndexedAddressPartsUlrich Weigand2013-05-161-2/+2
* [SystemZ] Tweak register array commentRichard Sandiford2013-05-161-2/+5
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-161-7/+7
* Removed unused variable, detected by gccPatrik Hagglund2013-05-161-2/+0
* Delete dead code.Rafael Espindola2013-05-161-1/+2
* Don't call addFrameMove on XCore.Rafael Espindola2013-05-161-34/+0
* Respect the 'nobuiltin' attribute when determining if a call is to a memory b...Richard Smith2013-05-161-0/+3
* Removed dead code.Rafael Espindola2013-05-161-8/+4
* Patch number 2 for mips16/32 floating point interoperability stubs.Reed Kotler2013-05-161-3/+43
* Revert "Support unaligned load/store on more ARM targets"Derek Schuff2013-05-151-17/+4
* Remove dead code.Eli Bendersky2013-05-151-17/+0
* LoopVectorize: Move call of canHoistAllLoads to canVectorizeWithIfConvertArnold Schwaighofer2013-05-151-4/+4
* Delete dead code.Rafael Espindola2013-05-151-19/+9
* undef setjmp in PPCCTRLoopsHal Finkel2013-05-151-0/+16
* X86: Remove redundant test instructionsDavid Majnemer2013-05-151-7/+39
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-159-669/+481
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-151-2/+13
* Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2013-05-151-11/+8
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-152-46/+16
* PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]NAKAMURA Takumi2013-05-151-14/+14
* Whitespace.NAKAMURA Takumi2013-05-151-2/+2
* [objc-arc] Fixed a spelling error and made the statistic descriptions be cons...Michael Gottesman2013-05-151-5/+5
* Support unaligned load/store on more ARM targetsDerek Schuff2013-05-151-4/+17
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-152-7/+0
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-153-24/+10
* [SystemZ] Make use of SUBTRACT HALFWORDRichard Sandiford2013-05-151-0/+1
* [PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand2013-05-151-3/+27
* [SystemZ] Add more future work items to the READMERichard Sandiford2013-05-151-7/+91
* Fix build on WindowsTimur Iskhodzhanov2013-05-151-0/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-154-4/+4
* LoopVectorize: Fix commentsArnold Schwaighofer2013-05-151-4/+4
* LoopVectorize: Hoist conditional loads if possibleArnold Schwaighofer2013-05-151-3/+102
* Speed up Value::isUsedInBasicBlock() for long use lists.Jakob Stoklund Olesen2013-05-141-14/+13
* Fix two typoSylvestre Ledru2013-05-142-2/+2
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-141-2/+3
* ARM ISel: Don't create illegal types during LowerMULArnold Schwaighofer2013-05-141-25/+32
* GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.Manman Ren2013-05-141-3/+3
* 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