aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dead calls to addFrameMove.Rafael Espindola2013-05-161-25/+0
* [PowerPC] Report true displacement value from getPreIndexedAddressPartsUlrich Weigand2013-05-162-2/+21
* Add more addFrameMove test coverage.Rafael Espindola2013-05-161-1/+6
* Extend test to check the .cfi instructions.Rafael Espindola2013-05-161-1/+15
* [SystemZ] Tweak register array commentRichard Sandiford2013-05-161-2/+5
* Relax CHECK-NEXTs a bit to cope with atom's return nop padding.Benjamin Kramer2013-05-161-2/+2
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-162-8/+17
* 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-162-0/+21
* Extend test for better coverage.Rafael Espindola2013-05-161-1/+6
* Removed dead code.Rafael Espindola2013-05-161-8/+4
* Fix PBQP graph iterator typedefs.Lang Hames2013-05-161-4/+4
* Patch number 2 for mips16/32 floating point interoperability stubs.Reed Kotler2013-05-162-3/+337
* Revert "Support unaligned load/store on more ARM targets"Derek Schuff2013-05-151-17/+4
* Remove dead code.Eli Bendersky2013-05-152-21/+0
* LoopVectorize: Move call of canHoistAllLoads to canVectorizeWithIfConvertArnold Schwaighofer2013-05-151-4/+4
* Delete dead code.Rafael Espindola2013-05-151-19/+9
* Set an explicit triple for this test.David Majnemer2013-05-151-1/+1
* undef setjmp in PPCCTRLoopsHal Finkel2013-05-151-0/+16
* X86: Remove redundant test instructionsDavid Majnemer2013-05-152-7/+193
* Use proper syntax.Bill Wendling2013-05-151-1/+1
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-1515-674/+1834
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-151-2/+13
* Add lldb and polly to the projects to tag.Bill Wendling2013-05-151-2/+3
* Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2013-05-152-11/+30
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-153-58/+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
* Add missing #includeDouglas Gregor2013-05-151-0/+1
* Support unaligned load/store on more ARM targetsDerek Schuff2013-05-151-4/+17
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-153-9/+0
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-154-66/+52
* [SystemZ] Make use of SUBTRACT HALFWORDRichard Sandiford2013-05-155-0/+237
* [PowerPC] Add test case for r181891Ulrich Weigand2013-05-151-0/+38
* [PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand2013-05-151-3/+27
* Add Jade to the list of external projects using LLVM in the release notes.Arnaud A. de Grandmaison2013-05-151-0/+14
* [SystemZ] Add more future work items to the READMERichard Sandiford2013-05-151-7/+91
* [SystemZ] Consolidate disassembler tests for valid input into 2 big testsRichard Sandiford2013-05-15339-6714/+6953
* [SystemZ] Consolidate assembler tests into 4 big testsRichard Sandiford2013-05-15609-10038/+9176
* Fix build on WindowsTimur Iskhodzhanov2013-05-151-0/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-1513-17/+23
* ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...NAKAMURA Takumi2013-05-151-1/+8
* LoopVectorize: Fix commentsArnold Schwaighofer2013-05-151-4/+4
* LoopVectorize: Hoist conditional loads if possibleArnold Schwaighofer2013-05-152-3/+171
* Speed up Value::isUsedInBasicBlock() for long use lists.Jakob Stoklund Olesen2013-05-141-14/+13
* Fix two typoSylvestre Ledru2013-05-142-2/+2
* ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...NAKAMURA Takumi2013-05-141-2/+2