OSDN Git Service

ARM addrmode5 represents the 'U' bit of the encoding backwards.
[android-x86/external-llvm.git] / lib /
2011-10-12 Jim GrosbachARM addrmode5 represents the 'U' bit of the encoding...
2011-10-12 Eli FriedmanFix APFloat::getSmallestNormalized so the shift doesn...
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-12 Owen AndersonSection indices in MachO symbol tables begin at 1,...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-10-12 Evan ChengDisable machine LICM speculation check (for profitabili...
2011-10-12 Cameron ZwarichTo find the exiting VN of a LiveInterval from a block...
2011-10-12 Jim GrosbachThumb2 assembly parsing and encoding for LDC/STC.
2011-10-12 Nick LewyckyHoist vector.size() computation out of the loop. No...
2011-10-12 Jim Grosbachaddrmode2 is gone from these, so no need for the reg0...
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-12 Jim Grosbach80 columns.
2011-10-12 Jim GrosbachTidy up. Formatting.
2011-10-12 Dan GohmanFix a thinko that Nick noticed. The previous code actua...
2011-10-12 NAKAMURA Takumilib/Object/ELFObjectFile.cpp: Fix undefined behavior...
2011-10-12 Bill WendlingExpand the check for a landing pad so that it looks...
2011-10-12 Jakob Stoklund OlesenUse an existing function.
2011-10-12 Akira HatanakaDefine base class LogicNOR and make 32-bit and 64-bit...
2011-10-12 Akira HatanakaFix encoding of 32-bit integer instructions. Change...
2011-10-12 Nick LewyckyAdd missing space.
2011-10-12 Nick LewyckyFix indent in comment.
2011-10-12 Evan ChengFix r141744.
2011-10-12 Jakob Stoklund OlesenFix -widen-vmovs liveness issues.
2011-10-11 Evan ChengRefine r141689 with a tri-state variable.
2011-10-11 Akira HatanakaChange name of class to ArithOverflowR.
2011-10-11 Akira HatanakaDefine class ArithLogicI. Make 32-bit and 64-bit arithm...
2011-10-11 Akira HatanakaFix comment.
2011-10-11 Akira HatanakaDefine classes ArithLogicR and ArithLogicOfR and make...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Eric ChristopherFormatting.
2011-10-11 Eric ChristopherSpacing.
2011-10-11 Bill WendlingN.B. This is with the new EH scheme:
2011-10-11 Akira HatanakaFix function isUnalignedLoadStore.
2011-10-11 Jim GrosbachARM assembly parsing and encoding for LDC{2}{L}/STC...
2011-10-11 Akira HatanakaRemove unused PatLeaf.
2011-10-11 Akira HatanakaChange the names of 64-bit logical instructions so...
2011-10-11 Bill WendlingRevert r141529. This is causing failures in the test...
2011-10-11 Akira HatanakaRemove redundancy in setcc patterns using multiclass.
2011-10-11 Cameron ZwarichFix PR11106 by correcting a typo that has been in the...
2011-10-11 Akira HatanakaUse sltiu instead of sltu when a register operand and...
2011-10-11 Jim GrosbachARM addressing mode cleanup for LDC/STC.
2011-10-11 Daniel DunbarClean up a few references to System/. We still have...
2011-10-11 Akira HatanakaAdd patterns for conditional branches with 64-bit regis...
2011-10-11 Akira HatanakaAdd support for 64-bit set-on-less-than instructions.
2011-10-11 Akira HatanakaAdd support for conditional branch instructions with...
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-11 Owen AndersonExpose MachOObjectFile externally, like we do for COFF...
2011-10-11 Jim GrosbachARM parse alignment specifier for NEON load/store instr...
2011-10-11 Jim GrosbachARM Rename operand sub-structure 'Mem' to 'Memory'...
2011-10-11 Nadav RotemAdd support for legalization of vector SHL/SRA/SRL...
2011-10-11 Richard OsborneImplement the emitFrameIndexDebugValue and getDebugValu...
2011-10-11 Kalle RaiskilaFix a iterator out of bounds error, that triggers rarely.
2011-10-11 Nadav RotemAdd support for legalization of vector trunc-store...
2011-10-11 Nadav RotemCleanup the trunc-store legalization code and add asserts.
2011-10-11 Craig TopperAdd HasPOPCNT predicate to the POPCNT instructions...
2011-10-11 Craig TopperMake Ivy Bridge 16-bit floating point conversion instru...
2011-10-11 Craig TopperAdd X86 LZCNT instruction. Including instruction select...
2011-10-11 Cameron ZwarichRemove a lot of the fancy scalar replacement code for...
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-11 Nick LewyckyAlso create a shndx even if there are no symbols. This...
2011-10-11 Nick LewyckyReapply r141605 with fixes for appropriate handling...
2011-10-11 Nick LewyckyAdd support for .symtab_shnidx. Unfortunately, doing...
2011-10-11 Andrew TrickAdd experimental -enable-lsr-phielim option.
2011-10-11 Andrew TrickMove replaceCongruentIVs into SCEVExapander and bias...
2011-10-11 Akira HatanakaMake changes necessary for supporting floating point...
2011-10-11 Jakob Stoklund OlesenMove -widen-vmovs to ARMBaseInstrInfo::expandPostRAPseu...
2011-10-11 Akira HatanakaModify lowering of GlobalAddress so that correct code...
2011-10-11 Lang HamesFixed natural stack alignment for Linux x86-32. Thanks...
2011-10-11 Akira HatanakaModify MipsDAGToDAGISel::SelectAddr so that it can...
2011-10-11 Nick LewyckyRevert r141605 as it broke tests for llvm-nm.
2011-10-11 Akira HatanakaSimplify and update functions storeRegToStackSlot and...
2011-10-11 Akira HatanakaAdd definitions of 64-bit loads and stores. Add a patte...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-10-11 Nick LewyckyAdd support for reading many-section ELF files.
2011-10-11 Akira HatanakaChange definitions of classes LoadM and StoreM in prepa...
2011-10-11 Bill WendlingSimplify check that optional def is there and is CPSR.
2011-10-10 Lang HamesAdd a natural stack alignment field to TargetData,...
2011-10-10 Michael J. SpencerFix warning.
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Jim GrosbachSimplify operand Kind checks a bit.
2011-10-10 Bill WendlingReapply r141365 now that PR11107 is fixed.
2011-10-10 Jim GrosbachAdd a name to sub-operand for clarity.
2011-10-10 Bill WendlingIf the CPSR is defined by a copy, then we don't want...
2011-10-10 Eli FriedmanMake sure the X86 backend doesn't explode on 128-bit...
2011-10-10 Michael J. SpencerObject: add getSectionAlignment.
2011-10-10 Jakob Stoklund OlesenGive targets a chance to expand even standard pseudos.
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2011-10-10 Benjamin KramerX86: Add a subtarget definition for core-avx-i, which...
2011-10-10 Nadav RotemFix 10892 - When lowering SIGN_EXTEND_INREG do not...
2011-10-10 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Bruno Cardoso LopesThe Mips specific function for instruction cache invali...
2011-10-10 Benjamin KramerX86: Add patterns for the movbe instruction (mov +...
2011-10-10 Bill WendlingRevert r141365. It was causing MultiSource/Benchmarks...
2011-10-10 Owen AndersonMCAtom extending methods need to extend the range of...
2011-10-10 Bill WendlingWhen getting the number of bits necessary for addressin...
2011-10-10 Craig TopperPut a bunch of calls to ToggleFeature behind proper...
2011-10-10 Chad RosierFix a regression from r138445. If we're loading from...
2011-10-09 Justin HolewinskiPTX: Print .ptr kernel attributes if PTX version >...
2011-10-09 Craig TopperAdd Ivy Bridge 16-bit floating point conversion instruc...
2011-10-08 Jakob Stoklund OlesenPrevent potential NOREX bug.
next