Add Thumb2 movcc instructions.
[oota-llvm.git] / lib / Target /
2009-07-07 Evan ChengAdd Thumb2 movcc instructions.
2009-07-07 Evan ChengAdd BX and BXr9 encodings. Patch by Sean Callanan.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Evan ChengAdd Thumb2 pkhbt / pkhtb.
2009-07-07 Evan ChengAdd some more Thumb2 multiplication instructions.
2009-07-07 Evan Cheng80 col violation.
2009-07-07 Dale JohannesenDon't accept globals as matching 'i' constraint
2009-07-06 Devang PatelAvoid directly relying on llvm.dbg.compile_unit and...
2009-07-06 Devang PatelAdd FIXMEs.
2009-07-06 Evan ChengisThumb2 really should mean thumb2 only, not thumb2+.
2009-07-06 Evan ChengAdd bfc to armv6t2.
2009-07-06 Evan ChengAdded ARM::mls for armv6t2.
2009-07-06 Sanjiv Guptapic16 doesn't have a Data64bitsDirective. Set it NULL...
2009-07-06 Sanjiv Guptapic16 isn't ready to handle llvm.metadata yet.
2009-07-06 Sanjiv GuptaImplement _CONFIG macro to allow users to se to configu...
2009-07-06 Sanjiv GuptaCorrected the names description. Change in a comment...
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-03 Duncan SandsSilence a warning when assertions are turned off.
2009-07-03 Duncan SandsSilence a warning when assertions are turned off.
2009-07-03 Duncan SandsSilence warning when building without assertions.
2009-07-03 Duncan SandsSilence warnings when assertions are turned off.
2009-07-03 Sanjiv GuptaFor extended loads of type i1 to i8, we will need to...
2009-07-03 Tilmann SchellerVarious small changes related to the Condition Register...
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2009-07-03 Tilmann SchellerImplement the SVR4 ABI for PowerPC.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-03 Tilmann SchellerSmall cleanups in the PowerPC backend.
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.
2009-07-03 Evan ChengAdd Thumb2 load / store multiple instructions. Not...
2009-07-03 Evan Chengt2LDR_PRE etc are loads.
2009-07-03 Evan ChengAdded indexed stores.
2009-07-02 Evan ChengSign extending pre/post indexed loads.
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-02 Chris Lattnersimplify some logic by using isWeakForLinker(). Thanks...
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Evan ChengChange the meaning of predicate hasThumb2 to mean thumb...
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Chris Lattnerclarify: stub emission depends on the version of the...
2009-07-02 Evan ChengFactor out ARM indexed load matching code.
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-01 Dale JohannesenAdd darwin stub removal to wishlist.
2009-07-01 Bob WilsonAdd a new addressing mode for NEON load/store instructions.
2009-07-01 Bob WilsonFix a comment typo.
2009-07-01 Bob WilsonFix up a comment: besides the >80col lines, the operati...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Chris LattnerFix codegen for references to available_externally...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-07-01 David GoodwinAdd PIC load and store patterns for Thumb-2.
2009-06-30 David GoodwinThumb-2 load and store double description. But nothing...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 David GoodwinAdd thumb-2 store word, halfword, and byte.
2009-06-30 David GoodwinImprove Thumb-2 jump table support.
2009-06-30 David GreeneAdd 256-bit memory operand support.
2009-06-30 David GoodwinAdd conditional and unconditional thumb-2 branch. Add...
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Rafael EspindolaFix PR4484.
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Chris Lattnerremove a bogus note.
2009-06-30 Chris Lattneradd a note
2009-06-30 Evan ChengA few more load instructions.
2009-06-29 David GreeneAdd a 256-bit register class and YMM registers.
2009-06-29 David GoodwinAdd Thumb-2 support for TEQ amd TST.
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 Owen AndersonAdd a target-specific DAG combine on X86 to fold the...
2009-06-29 David GreeneAdd processor descriptions for Istanbul and Shanghai.
2009-06-29 David GreeneFix a subtarget feature bug.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Duncan SandsInclude the new file ThumbRegisterInfo.cpp to CMakeList...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-27 Anton KorobeynikovSimplify a bit
2009-06-27 Anton KorobeynikovARM refactoring. Step 2: split RegisterInfo
2009-06-27 Douglas GregorAdd ThumbInstrInfo.cpp to the CMake makefiles
2009-06-27 Chris Lattnerremove a bunch of fixmes (old checking code) and common...
2009-06-27 Chris Lattnerpull @GOT, @GOTOFF, @GOTPCREL handling into isel from...
2009-06-27 Chris Lattnersimplify some code and eliminate the symbolicAddressesA...
2009-06-27 Chris Lattnerfix clang/test/CodeGenObjC/try.m, a basereg doesn't...
2009-06-27 Chris Lattnerfix a bunch of failures in the X86-64 JIT by tolerating...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Evan ChengRenaming for consistency.
2009-06-27 Chris LattnerFix PR4466 by making fastisel set operand flags correctly.
2009-06-26 David GoodwinRemove outdated comment.
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 Chris Lattnersimplify printing of MO_ExternalSymbol in a non-pcrel...
2009-06-26 Owen AndersonPrivatize some data.
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-26 Chris Lattneradd %rip to the GR64 register class. Lets avoid alloca...
2009-06-26 Chris LattnerMove all the TLS processing logic into isel, don't...
2009-06-26 Chris Lattnermake sure to propagate operand flags in SelectTLSADDRAd...
2009-06-26 David GoodwinThumb-2 has CLZ.
next