aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2013-05-06Make references to HexagonTargetMachine "const".Krzysztof Parzyszek
2013-05-06R600: Remove dead code from the CodeEmitter v2Tom Stellard
2013-05-06R600: Emit config values in register / value pairsTom Stellard
2013-05-06R600: Stop emitting the instruction type byte before each instructionTom Stellard
2013-05-06R600: Emit ISA for CALL_FS_* instructionsTom Stellard
2013-05-06[SystemZ] Add back endUlrich Weigand
2013-05-06[PowerPC] Fix memory corruption in AsmParserUlrich Weigand
2013-05-05ARM AnalyzeBranch should conservatively return true when it sees a predicatedEvan Cheng
2013-05-05[XCore] Add LDAPB instructions.Richard Osborne
2013-05-05[XCore] Update LDAP to use pcrel_imm.Richard Osborne
2013-05-05[XCore] Rename calltarget -> pcrel_imm.Richard Osborne
2013-05-05[XCore] Add BLRB instructions.Richard Osborne
2013-05-05[XCore] Remove '-' from back branch asm syntax.Richard Osborne
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05Remove a recently redundant transform from X86ISelLowering.David Majnemer
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-04whitespaceNadav Rotem
2013-05-04Fix an odd comment.Nadav Rotem
2013-05-04AArch64: enable MCJIT and tests now that everything passes.Tim Northover
2013-05-04AArch64: implement first relocation required for MCJITTim Northover
2013-05-04Build system changes to enable MCJIT on AArch64Tim Northover
2013-05-04Fix buildbot failure on 64 bit linux due to std::max() having differentRichard Osborne
2013-05-04[XCore] Remove unused operand type.Richard Osborne
2013-05-04[XCore] Make use of the target independent global address offset folding.Richard Osborne
2013-05-04[XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne
2013-05-04[XCore] Move lowering of thread local storage to a separate pass.Richard Osborne
2013-05-04AArch64: assert code model is small for TLS accessesTim Northover
2013-05-04AArch64: support literal pool access in large memory model.Tim Northover
2013-05-04AArch64: support large code model for jump-tablesTim Northover
2013-05-04AArch64: implement support for blockaddress in large code modelTim Northover
2013-05-04AArch64: implement large code model access to global variables.Tim Northover
2013-05-04[XCore] Use static relocation model by default.Richard Osborne
2013-05-04Use consistent function names.Krzysztof Parzyszek
2013-05-03Revert r181009.Amara Emerson
2013-05-03Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler
2013-05-03[PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand
2013-05-03[PowerPC] Add some Book II instructions to AsmParserUlrich Weigand
2013-05-03[PowerPC] Support extended mnemonics in AsmParserUlrich Weigand
2013-05-03[PowerPC] Add assembler parserUlrich Weigand
2013-05-03[mips] Split the DSP control register and define one register for each field ofAkira Hatanaka
2013-05-03R600: Expand vector or, shl, srl, and xor nodesTom Stellard
2013-05-03R600: BFI_INT is a vector-only instructionTom Stellard
2013-05-03R600: Add pattern for SHA-256 Ma functionTom Stellard
2013-05-03R600: Clean up comments in Processors.tdTom Stellard
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson
2013-05-03X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer
2013-05-03Unbreaking the non-x86 build bots by protecting the AVX test code properly.Aaron Ballman
2013-05-03Correctly testing for AVX support in x86 based off code from Hosts.cpp.Aaron Ballman
2013-05-03Fix missing include in Hexagon code for Release+AssertsReid Kleckner
2013-05-03In MC asm parsing, account for the possibility of whitespace withinJohn McCall