aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-08Make sure to handle the case where emitPredicateMatch returns false. Noticed...Eli Friedman
2011-09-08Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby
2011-09-08Add support for relocations to ObjectFile.Benjamin Kramer
2011-09-08* Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE flag into aBruno Cardoso Lopes
2011-09-08Remove this crashing test, until I figure out what's going wrong hereBruno Cardoso Lopes
2011-09-08Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes
2011-09-08Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes
2011-09-08Added LateParsed property to TableGen attributes.Caitlin Sadowski
2011-09-08Add tests for Thumb2 LDRB indexed addressing w/ writeback.Jim Grosbach
2011-09-08This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.llNadav Rotem
2011-09-08add a testcase for the previous patchNadav Rotem
2011-09-08Fix warning on windows; use of comparison with bool argument.James Molloy
2011-09-08Add X86-SSE4 codegen support for vector-select.Nadav Rotem
2011-09-08lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin
2011-09-08lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin
2011-09-08Adding myself to test my new commit powers.David Blaikie
2011-09-08Fix a use of freed string contents.Andrew Trick
2011-09-08whitespaceAndrew Trick
2011-09-08A couple minor corrections to r139276.Eli Friedman
2011-09-08Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman
2011-09-08Thumb2 assembly parsing and encoding for LDR post-indexed.Jim Grosbach
2011-09-08Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.Jim Grosbach
2011-09-08Remove the "common" set of instructions shared between ARM and Thumb2 modes. ...Owen Anderson
2011-09-07Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach
2011-09-07Thumb2 assembly parsing and encoding for LDRB(register).Jim Grosbach
2011-09-07Thumb2 assembly parsing and encoding for LDR(register).Jim Grosbach
2011-09-07Add two notes for correlated-expression optimizations.Benjamin Kramer
2011-09-07Revert r139247 "Cache intermediate results during traceSiblingValue."Jakob Stoklund Olesen
2011-09-07Thumb2 assembly parsing and encoding for LDRB(immediate).Jim Grosbach
2011-09-07Thumb2 assembly parsing and encoding for LDR(literal).Jim Grosbach
2011-09-07Create Thumb2 versions of STC/LDC, and reenable the relevant tests.Owen Anderson
2011-09-07Add tests for Thumb2 LDR(immediate) from r139254.Jim Grosbach
2011-09-07Thumb2 parsing and encoding for LDR(immediate).Jim Grosbach
2011-09-07Thumb2 parsing and encoding for LDMDB.Jim Grosbach
2011-09-07Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy
2011-09-07Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen
2011-09-07Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman
2011-09-07Update test for 139243Jim Grosbach
2011-09-07Thumb2 ldm/stm 'db' mnemonics don't have a '.w' suffix.Jim Grosbach
2011-09-07Thumb2 parsing and encoding for LDMIA.Jim Grosbach
2011-09-07Port more assembler tests over to disassembler tests, and fix a minor logic e...Owen Anderson
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-09-07When inlining exception handling code into another function, ensure thatDuncan Sands
2011-09-07Thumb2 use 'ldm' as default mnemonic.Jim Grosbach
2011-09-07Detect attempt to use segmented stacks on non ELF systems and errorRafael Espindola
2011-09-07Better diagnostic location information for mnemonic suffices.Jim Grosbach
2011-09-07Another forgotten trampoline testcase.Duncan Sands
2011-09-07Forgot to add this trampoline testcase.Duncan Sands
2011-09-07Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman
2011-09-07Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger