Support/CommandLine: Add "Did you mean" print for mismatched operands.
[oota-llvm.git] / lib / Target /
2011-01-18 Eric ChristopherThe stub routine that we're calling uses test and so...
2011-01-18 Chris Lattnerminor change to rafael's recent patches: if something is
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-17 Douglas GregorAdd a missing <cctype> include, from Joerg Sonnenberger!
2011-01-17 Kalle RaiskilaSplit up RotateShift itinerary in SPU.
2011-01-17 Kalle RaiskilaDon't crash SPU BE with memory accesses with big alignmnet.
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-16 Anton KorobeynikovProvide instruction sizes for ARMv5 variants of MUL...
2011-01-16 Anders CarlssonUpdate README.txt to remove the DAE enhancement.
2011-01-16 Rafael EspindolaOnly put unnamed_addr constants in mergeable sections...
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Chris Lattneradd some commentary
2011-01-16 Evan ChengSpill R4 if it's going to be used to restore SP from FP.
2011-01-16 Venkatraman Govind... Implement AnalyzeBranch in Sparc Backend.
2011-01-16 Chris Lattnerfix PR8981, a crash trying to form a conditional inc...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-16 Chandler CarruthSimplify a README.txt entry significantly to expose...
2011-01-15 Eric Christopher80-col.
2011-01-15 Bob WilsonFix a comment.
2011-01-14 Eric ChristopherFix 80-cols.
2011-01-14 Ted Kremenek'HiReg' is written but never read. Nuke its
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2011-01-14 Anton KorobeynikovCleanup
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-13 Owen AndersonRecognize alternative register names like ip -> r12.
2011-01-13 Jakob Stoklund OlesenFix a few more places that should use MBB::getLastNonDe...
2011-01-13 Chris Lattnertypo
2011-01-13 Chris Lattnermemcpy + metadata = bliss :)
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-13 Bob WilsonTidy comments, indentation, and 80-column violations.
2011-01-13 Kevin EnderbyFix ARMAsmParser::ParseOperand() to allow it to parse...
2011-01-13 Jim GrosbachWhen updating a tSpill/tRestore instruction to be a...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-13 Eric ChristopherExperiment with changing the default 32-bit linux stack...
2011-01-13 Kevin EnderbyAdd a FIXME and two asserts for now in the ARMAsmParser...
2011-01-13 Jason W KimChange call to Error() to assert()
2011-01-12 Jason W KimAdded clarifying comment
2011-01-12 Jason W KimJimG sez: "The value-kinds look like masks, but they...
2011-01-12 Bill WendlingSort the register list based on the *actual* register...
2011-01-12 Matt Beaumont-GayMostly undo r123297, but move the default case in Evalu...
2011-01-12 Nick LewyckyAdd another note taken from the gcc bugzilla.
2011-01-12 Venkatraman Govind... Implement RETURNADDR and FRAMEADDR lowering in SPARC...
2011-01-12 Venkatraman Govind... Remove SPARC backend getpcx instruction's Uses. Also...
2011-01-12 Venkatraman Govind... Fix SPARC backend call instruction so that arguments...
2011-01-12 Matt Beaumont-GayPrefer llvm_unreachable to assert(0)
2011-01-12 Jason W Kim1. Support ELF pcrel relocations for movw/movt:
2011-01-11 Jason W KimWorkaround for bug 8721.
2011-01-11 Venkatraman Govind... SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC
2011-01-11 Evan ChengClean up ARM subtarget code by using Triple ADT.
2011-01-11 Daniel DunbarMcARM: Fill in GetMnemonicAcceptInfo().
2011-01-11 Bob WilsonFix a comment: We now have intrinsics for vcvtr.
2011-01-11 Chris LattnerFix PR8946, a missing reg/reg form of movdqu.
2011-01-11 Daniel DunbarMcARM: Sketch some logic for determining when to add...
2011-01-11 Daniel DunbarMcARM: Add more hard coded logic to SplitMnemonicAndCC...
2011-01-11 Kalle RaiskilaFix a thinko in 123226 that caused test failures on...
2011-01-11 Kalle RaiskilaAdd a "nop filler" pass to SPU.
2011-01-11 Chandler CarruthTeach constant folding to perform conversions from...
2011-01-11 Owen AndersonFix a random missed optimization by making InstCombine...
2011-01-11 Eric ChristopherEven if we don't have 7 bytes of stack space we may...
2011-01-10 Eric ChristopherExpand on the safeness of restoring the sp from the...
2011-01-10 Chris Lattner+0.0 vs -0.0 differences can be handled by looking...
2011-01-10 Daniel DunbarMcARM: Flush out hard coded known non-predicated mnemon...
2011-01-10 Daniel DunbarMcARM: Mark some T2 ...s instructions as codegen only...
2011-01-10 Daniel DunbarARM/MC: Mark several '...S' instructions as codegen...
2011-01-10 Daniel DunbarMC/ARM/AsmParser: Minor nitty fixes.
2011-01-10 Anton KorobeynikovFix merge fallout
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-10 Daniel DunbarMC/ARM/AsmParser: Split out SplitMnemonicAndCC().
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2011-01-10 Chris Lattnerexpand on a note
2011-01-09 Chris Lattnertypo
2011-01-09 Chris Lattnerxref a PR #
2011-01-09 Chandler CarruthAdd a note about the inability to model FP -> int conve...
2011-01-09 Jakob Stoklund OlesenTeach TargetRegisterInfo how to cram stack slot indexes...
2011-01-09 Chandler CarruthAdd a note about a missed FP optimization.
2011-01-09 Chandler CarruthAnother missed memset in std::vector initialization.
2011-01-09 Chandler CarruthFix a cut-paste-o so that the sample code is correct...
2011-01-09 Chandler CarruthAnother missed optimization of trivial vector code.
2011-01-09 Chandler CarruthAdd a note about vector's size-constructor producing...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2011-01-09 Chandler CarruthAdd a note about a missed memset optimization from...
2011-01-08 Jakob Stoklund OlesenFix the last virtual register enumerations.
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Bob WilsonAdd an explanatory message for an assertion.
2011-01-07 Matt Beaumont-GayEliminate variable only used in debug builds.
2011-01-07 Bob WilsonLower some BUILD_VECTORS using VEXT+shuffle.
2011-01-07 Benjamin KramerRevert 122959, it needs more thought. Add it back to...
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2011-01-06 Chris LattnerWith Benjamin's recent amazing patches, we should be...
2011-01-06 Bob WilsonPR8921: LDM/POP do not support interworking prior to...
2011-01-06 Bob WilsonRemove extra whitespace.
2011-01-06 Bob WilsonFix comment typo.
next