Build system changes to enable MCJIT on AArch64
[oota-llvm.git] / lib / Target /
2013-05-04 Tim NorthoverBuild system changes to enable MCJIT on AArch64
2013-05-04 Richard OsborneFix buildbot failure on 64 bit linux due to std::max...
2013-05-04 Richard Osborne[XCore] Remove unused operand type.
2013-05-04 Richard Osborne[XCore] Make use of the target independent global addre...
2013-05-04 Richard Osborne[XCore] Simplify code that checks for an aligned base...
2013-05-04 Richard Osborne[XCore] Move lowering of thread local storage to a...
2013-05-04 Tim NorthoverAArch64: assert code model is small for TLS accesses
2013-05-04 Tim NorthoverAArch64: support literal pool access in large memory...
2013-05-04 Tim NorthoverAArch64: support large code model for jump-tables
2013-05-04 Tim NorthoverAArch64: implement support for blockaddress in large...
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-05-04 Richard Osborne[XCore] Use static relocation model by default.
2013-05-04 Krzysztof ParzyszekUse consistent function names.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Reed KotlerRemove some uneeded pseudos in the presence of the...
2013-05-03 Ulrich Weigand[PowerPC] Avoid using '$' in generated assembler code
2013-05-03 Ulrich Weigand[PowerPC] Add some Book II instructions to AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Support extended mnemonics in AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Add assembler parser
2013-05-03 Akira Hatanaka[mips] Split the DSP control register and define one...
2013-05-03 Tom StellardR600: Expand vector or, shl, srl, and xor nodes
2013-05-03 Tom StellardR600: BFI_INT is a vector-only instruction
2013-05-03 Tom StellardR600: Add pattern for SHA-256 Ma function
2013-05-03 Tom StellardR600: Clean up comments in Processors.td
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-03 Benjamin KramerX86: Add target description for btver2; make autodetect...
2013-05-03 Aaron BallmanUnbreaking the non-x86 build bots by protecting the...
2013-05-03 Aaron BallmanCorrectly testing for AVX support in x86 based off...
2013-05-03 Reid KlecknerFix missing include in Hexagon code for Release+Asserts
2013-05-03 John McCallIn MC asm parsing, account for the possibility of white...
2013-05-02 Akira Hatanaka[mips] Handle reading, writing or copying of ccond...
2013-05-02 Jyotsna Vermareverting r180953
2013-05-02 Vincent LejeuneR600: Signed literals are 64bits wide
2013-05-02 Vincent LejeuneR600: If previous bundle is dot4, PV valid chan is...
2013-05-02 Vincent LejeuneR600: Improve asmPrint of ALU clause
2013-05-02 Vincent LejeuneR600: Prettier asmPrint of Alu
2013-05-02 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-02 Pranav BhandarkarHexagon - Add peephole optimizations for zero extends.
2013-05-02 Richard Sandiford[mips] Fix the head Mips16RegisterInfo.cpp comment
2013-05-02 Jyotsna VermaHexagon: Honor __builtin_expect by using branch probabi...
2013-05-02 Tom StellardR600: Use new tablegen syntax for patterns
2013-05-02 Tom StellardR600/SI: remove nonsense select pattern
2013-05-02 Michael Liao80-col fixup.
2013-05-02 Michael LiaoAvoid duplicating logic on frame register selecting...
2013-05-02 Michael LiaoAvoid duplicating logic on frame register selecting...
2013-05-01 Akira Hatanaka[mips] Rename class and functions. Simplify code.
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-05-01 Jyotsna VermaHexagon: Clear isKill flag on the predicate register in
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-05-01 Rafael EspindolaPut VMOVPQIto64rr in the VRPDI class.
2013-04-30 Akira Hatanaka[mips] Fix handling of instructions which copy to/from...
2013-04-30 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-30 Akira Hatanaka[mips] Simplify code.
2013-04-30 Akira Hatanaka[mips] Clear isCommutable bit of instructions which...
2013-04-30 Rafael EspindolaText files should not be marked executable.
2013-04-30 Mihai Popas tightens up the encoding description for ARM post...
2013-04-30 Stepan DyatkovskiyRefactoring patch.
2013-04-30 Vincent LejeuneR600: Always use texture cache for compute shaders
2013-04-30 Vincent LejeuneR600: use native for alu
2013-04-30 Vincent LejeuneR600: Packetize instructions
2013-04-30 Vincent LejeuneR600: Rework Scheduling to handle difference between...
2013-04-30 Vincent LejeuneR600: Add a Bank Swizzle operand
2013-04-30 Vincent LejeuneR600: Take inner dependency into tex/vtx clauses
2013-04-30 Vincent LejeuneR600: Turn TEX/VTX into native instructions
2013-04-30 Vincent LejeuneR600: Add FetchInst bit to instruction defs to denote...
2013-04-30 Vincent LejeuneR600: Add some new processor variants
2013-04-30 Vincent LejeuneR600: Clean up instruction class definitions
2013-04-30 Vincent LejeuneR600: config section now reports use of killgt
2013-04-29 Tom StellardR600: Use correct CF_END instruction on Northern Island...
2013-04-29 Tom StellardR600: Fix encoding of CF_END_{EG, R600} instructions
2013-04-28 Jia LiuAArch64 InstrFormats:
2013-04-27 Rafael EspindolaMake all darwin ppc stubs local.
2013-04-26 Tom StellardR600: Initialize AMDGPUMachineFunction::ShaderType...
2013-04-26 Quentin ColombetARM: Fix encoding of hint instruction for Thumb.
2013-04-26 Ulrich WeigandPowerPC: Use RegisterOperand instead of RegisterClass...
2013-04-26 Ulrich WeigandPowerPC: Fix encoding of vsubcuw and vsum4sbs instructions
2013-04-26 Ulrich WeigandPowerPC: Fix encoding of stfsu and stfdu instructions
2013-04-26 Ulrich WeigandPowerPC: Fix encoding of rldimi and rldcl instructions
2013-04-26 Ulrich WeigandPowerPC: Support PC-relative fixup_ppc_brcond14.
2013-04-26 Benjamin KramerARM/NEON: Pattern match vector integer abs to vabs.
2013-04-26 Benjamin KramerX86: Now that we have a canonical form for vector integ...
2013-04-25 Jack CarterMips assembler: .set reorder support
2013-04-25 Preston GurdMake function documentation conform to llvm standards.
2013-04-25 Arnold SchwaighoferARM cost model: Integer div and rem is lowered to a...
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-25 Akira Hatanaka[mips] Add definitions of micromips load and store...
2013-04-25 Akira Hatanaka[mips] Add definitions of micromips shift instructions.
2013-04-24 Tom StellardR600: Initialize BooleanVectorContents
2013-04-24 Tom StellardR600: Use SHT_PROGBITS for the .AMDGPU.config section
2013-04-23 Jyotsna VermaHexagon: Use multiclass for combine and STri[bhwd]_shl_...
2013-04-23 Jyotsna VermaHexagon: Define relations for GP-relative instructions.
2013-04-23 Stephen LinAdd more tests for r179925 to verify correct handling...
2013-04-23 Stephen LinLowercase "is" boolean variable prefix for consistency...
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-23 Bill SchmidtChange commentary for PowerPC Boolean vector contents.
2013-04-23 Akira Hatanaka[mips] Compare splat value with element size instead...
2013-04-23 Owen AndersonDAGCombine should not aggressively fold SEXT(VSETCC...
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
next