Atomic ops that do arithmetic use signed arithmetic.
[oota-llvm.git] / lib / Target /
2009-06-23 Evan ChengRename SelectShifterOperand to SelectThumb2ShifterOpera...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-23 Evan ChengObvious typo.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-06-23 Sanjiv GuptaFold the add (ptr, offset) into ptr[offset] only if...
2009-06-23 Evan ChengMinor reorg.
2009-06-23 Evan ChengReplace isTwoAddress with operand constraint.
2009-06-23 Owen AndersonGuard the layout info object.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Bob WilsonAdd explicit types for shift count constants. This...
2009-06-22 Bob WilsonUse thumb2 for ARM architectures V6T2 and later. Fix...
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-22 Evan ChenghasFP should return true if frame address is taken.
2009-06-22 Bob WilsonFix llvm-gcc build for armv6t2 and later architectures...
2009-06-21 Rafael EspindolaFix PR4185.
2009-06-21 Chris Lattnersimplify closing paren and (rip) printing.
2009-06-21 Chris Lattnerindentation fix
2009-06-21 Chris Lattnerremove #if 0 code
2009-06-21 Chris Lattnercosmetic changes.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
2009-06-20 Chris Lattnerremove dead code, the main codepath never has to deal
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Chris Lattnerfix edit-o
2009-06-20 Chris Lattnersome comments and cleanup
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Devang PatelRemove unused field.
2009-06-20 Devang PatelInitialize MMI
2009-06-20 Chris Lattnerhook up printMemReference.
2009-06-20 Chris LattnerStart implementing translation of MachineInstr to MCIns...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Devang PatelDwarfWriter is used to emit EH info also.
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Anton KorobeynikovUnbreak cyclic deps
2009-06-19 Chris Lattnerfix the sparc codegen to not depend on the sparc asmpri...
2009-06-19 Evan ChengAdd comments.
2009-06-19 Eli FriedmanFix for PR2484: add an SSE1 pattern for a shuffle we...
2009-06-19 Evan ChengShould be using Bcc (average) latency to determine...
2009-06-19 Eli FriedmanMisc tweaks to Intel asm printing to make it more compa...
2009-06-19 Evan ChengTransfer dead markers when a ldrd is changed into a...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-19 Chris Lattneradd a file I missed, this goes with r73743
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnerminor cleanup
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Evan Cheng- Update register allocation hint after coalescing...
2009-06-18 Dale JohannesenIt looks like nobody is working on PR 4158, so I'm
2009-06-18 Bob WilsonARM unified syntax is not specific to ELF; use it for...
2009-06-17 Anton KorobeynikovFix asm string from MOVi16
2009-06-17 Anton KorobeynikovThumb2 instructions are enabled only in unified assembl...
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-17 Devang PatelDo not use first actual instruction's location for...
2009-06-16 Chris Lattnerfix a circular dependency between the mips code generator
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Evan ChengCALL64pcrel32 immediate field is 32-bit. Patch by Abhin...
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-16 Anton KorobeynikovGNU as refuses to assemble "pop {}" instruction. Do...
2009-06-16 Sanjiv GuptaAdded missing libcalls for floating point to int conver...
2009-06-16 Sanjiv GuptaCode Restructuring. No functionality change.
2009-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
2009-06-16 Chris Lattneranother xform that is target-independent (should be...
2009-06-16 Chris LattnerI think instcombine should unconditionally do this...
2009-06-16 Bill WendlingThere doesn't seem to be a reason to move the save...
2009-06-16 Bill WendlingThe DWARF to compact encoding converter assumes that...
2009-06-15 Evan ChengOn Darwin, frame pointer r7 is never available.
2009-06-15 Anton KorobeynikovRename methods for the sake of consistency.
2009-06-15 Evan ChengTypo.
2009-06-15 Bill WendlingThe Ls and Qs were mixed up. Patch by Sean.
2009-06-15 Evan ChengDo not form ldrd / strd if the two dests / srcs are...
2009-06-15 Bill Wendling"The Intel instruction tables should include the 64...
2009-06-15 Evan ChengSilence a warning.
2009-06-15 Evan ChengPart 1.
2009-06-15 Chris Lattnerremove extraneous const qualifier
2009-06-15 Chris LattnerI got J and K backward, many thanks to Eli for spotting...
2009-06-15 Chris Lattnerimplement support for the 'K' asm constraint, PR4347
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-13 Sanjiv GuptaThe subprogram descriptor for a function may be missing...
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-12 Evan ChengMark some pattern-less instructions as neverHasSideEffects.
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2009-06-11 Eli FriedmanMisc x86 README updates: remove a couple of already...
2009-06-11 Bruno Cardoso LopesUse forward declarations and move TargetELFWriterInfo...
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-11 Sanjiv GuptaGenerate libcalls for floating point arithmetic and...
2009-06-11 Sanjiv GuptaMore formatting.
2009-06-11 Sanjiv GuptaFixed source comments. No functionality change.
2009-06-09 Anton KorobeynikovSilence a warning
2009-06-09 Bill WendlingSimplified logic of this if-then statement to reduce...
2009-06-09 Sanjiv GuptaPIC16 emits auto variables as globals. When optimizer...
2009-06-08 Anton KorobeynikovTypo
2009-06-08 Anton KorobeynikovRevert hunk commited by accident
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
next