aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2011-01-1580-col.Eric Christopher
2011-01-15Fix a comment.Bob Wilson
2011-01-14Fix 80-cols.Eric Christopher
2011-01-14'HiReg' is written but never read. Nuke itsTed Kremenek
2011-01-14Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov
2011-01-14CleanupAnton Korobeynikov
2011-01-14revert my fastisel patch again which apparently still gives theChris Lattner
2011-01-14reapply r123414 now that the botz are calmed down and the fix is already in.Chris Lattner
2011-01-14Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng
2011-01-14r123414 broke llvm-gcc bootstrap apparently, revertChris Lattner
2011-01-14fix PR8961 - a fast isel miscompilation where we'd insert a new instructionChris Lattner
2011-01-13Recognize alternative register names like ip -> r12.Owen Anderson
2011-01-13Fix a few more places that should use MBB::getLastNonDebugInstr().Jakob Stoklund Olesen
2011-01-13typoChris Lattner
2011-01-13memcpy + metadata = bliss :)Chris Lattner
2011-01-13Add support to the ARM MC infrastructure to support mcr and friends. This req...Owen Anderson
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen
2011-01-13Tidy comments, indentation, and 80-column violations.Bob Wilson
2011-01-13Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target andKevin Enderby
2011-01-13When updating a tSpill/tRestore instruction to be a tSTRr/tLDRr, correctlyJim Grosbach
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng
2011-01-13Experiment with changing the default 32-bit linux stack alignment toEric Christopher
2011-01-13Add a FIXME and two asserts for now in the ARMAsmParser when it sees .code 16 orKevin Enderby
2011-01-13Change call to Error() to assert()Jason W Kim
2011-01-12Added clarifying commentJason W Kim
2011-01-12JimG sez: "The value-kinds look like masks, but they're not consistently usedJason W Kim
2011-01-12Sort the register list based on the *actual* register numbers rather than theBill Wendling
2011-01-12Mostly undo r123297, but move the default case in EvaluateAsPCRel to the topMatt Beaumont-Gay
2011-01-12Add another note taken from the gcc bugzilla.Nick Lewycky
2011-01-12Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju
2011-01-12Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to Venkatraman Govindaraju
2011-01-12Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju
2011-01-12Prefer llvm_unreachable to assert(0)Matt Beaumont-Gay
2011-01-121. Support ELF pcrel relocations for movw/movt:Jason W Kim
2011-01-11Workaround for bug 8721.Jason W Kim
2011-01-11SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju
2011-01-11Clean up ARM subtarget code by using Triple ADT.Evan Cheng
2011-01-11McARM: Fill in GetMnemonicAcceptInfo().Daniel Dunbar
2011-01-11Fix a comment: We now have intrinsics for vcvtr.Bob Wilson
2011-01-11Fix PR8946, a missing reg/reg form of movdqu.Chris Lattner
2011-01-11McARM: Sketch some logic for determining when to add carry set and predicatio...Daniel Dunbar
2011-01-11McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out theDaniel Dunbar
2011-01-11Fix a thinko in 123226 that caused test failures on "other" platforms.Kalle Raiskila
2011-01-11Add a "nop filler" pass to SPU.Kalle Raiskila
2011-01-11Teach constant folding to perform conversions from constant floatingChandler Carruth
2011-01-11Fix a random missed optimization by making InstCombine more aggressive when d...Owen Anderson
2011-01-11Even if we don't have 7 bytes of stack space we may need to save andEric Christopher
2011-01-10Expand on the safeness of restoring the sp from the fp a bit more.Eric Christopher
2011-01-10+0.0 vs -0.0 differences can be handled by looking at the user of theChris Lattner
2011-01-10McARM: Flush out hard coded known non-predicated mnemonic list.Daniel Dunbar