Add testcase for STRH. Patch by James Molloy.
[oota-llvm.git] / lib /
2011-08-15 Owen AndersonRemove dead classes.
2011-08-15 Bill WendlingThe "landingpad" instruction will never be "trivially...
2011-08-15 Owen AndersonFix incorrect encoding of UMAAL and friends. Patch...
2011-08-15 Devang PatelSimplify mapping to variable from its abstract variable...
2011-08-15 Owen AndersonFix decoding LDRSB and LDRSH in Thumb1 mode. Patch...
2011-08-15 Owen AndersonFix problems decoding the to/from-lane NEON memory...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor.
2011-08-15 Bill WendlingDon't try to sink the landingpad instruction. It's...
2011-08-15 Bill WendlingThe landingpad instruction isn't loop-invariant.
2011-08-15 Bill WendlingMark the SCC as "might unwind" if we run into a 'resume...
2011-08-15 Bill WendlingSkip the insertion iterator past the landingpad instruc...
2011-08-15 Devang PatelRefactor. Global variables are part of compile unit...
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-08-15 Jim GrosbachUpdate comment to reflect MC target machine refactor.
2011-08-14 Bill WendlingAdd inlining for the new EH scheme.
2011-08-14 Nick LewyckyThis transform is not safe. Thanks to Eli for pointing...
2011-08-14 Nick LewyckyDon't attempt to add 'nsw' when intermediate instructio...
2011-08-14 Nick LewyckyTeach instcombine to preserve the nsw bit by doing...
2011-08-14 NAKAMURA TakumiEE: Provide the symbol "lseek64" explicitly with <unist...
2011-08-13 Nadav RotemFix PR 10635. When generating integer constants, the...
2011-08-13 Bob WilsonExpand VMOVQQQQ pseudo instructions.
2011-08-13 Nick LewyckyRemove the last improper use of getGlobalContext()...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Jim GrosbachARM STR_POST_IMM offset encoding fix in load/store...
2011-08-12 Bruno Cardoso LopesFix comment!
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-12 Bruno Cardoso LopesMove code around and add comments
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-12 Jim GrosbachARM expansion of pre-indexed store pseudos should maint...
2011-08-12 Bill WendlingAdd checks for the landingpad instruction's clause...
2011-08-12 Owen AndersonFix some remaining issues with decoding ARM-mode memory...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Owen AndersonFix decoding of ARM-mode STRH.
2011-08-12 Owen AndersonSpecify fixed bit in the LDRBT encoding, which allows...
2011-08-12 Owen AndersonFix decoding of pre-indexed stores.
2011-08-12 Devang PatelUse ArrayRef.
2011-08-12 Akira HatanakaWhen constant double 0.0 is lowered, make sure 0 is...
2011-08-12 Chris Lattneradd ifdef's to let people easily remove these dead...
2011-08-12 Chris Lattnerswitch to the new struct api.
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-12 Chris Lattnerforward to the correct constructor.
2011-08-12 Devang PatelProvide fast path as Jakob suggested.
2011-08-12 Owen AndersonSeparate decoding for STREXD and LDREXD to make each...
2011-08-12 Chris Lattneradd two missing function impls
2011-08-12 Chris Lattneradd new accessors to reflect new terminology in struct...
2011-08-12 Nadav RotemRevert r137310 because it does not optimize any code...
2011-08-12 Chad RosierWhitespace and formatting. No functional change intended.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-12 Benjamin KramerMachOWriter: Don't crash on fixups with arithmetic...
2011-08-12 Andrew TrickfindDeadCallerSavedReg fix: Missing NULL terminator...
2011-08-12 Dan GohmanDon't convert objc_autoreleaseReturnValue to objc_autor...
2011-08-12 Dan GohmanDon't let arbitrary calls disrupt nested retain+release...
2011-08-12 Dan GohmanUse an actual reverse-CFG reverse-postorder for the...
2011-08-12 Jakob Stoklund OlesenSimplify the interference checking code a bit.
2011-08-11 Jim GrosbachARM vector compare to zero instruction assembly parsing...
2011-08-11 Andrew TrickAllow loop unrolling to get known trip counts from...
2011-08-11 Jakob Stoklund OlesenRemove the InterferenceResult class.
2011-08-11 Jakob Stoklund OlesenEliminate the last use of InterferenceResult.
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-08-11 Jim GrosbachRemove no-longer-true comments. These are for the assem...
2011-08-11 Jim GrosbachARM STRT assembly parsing and encoding.
2011-08-11 Owen AndersonMake the USAT16 operand decoder auto-generate-able.
2011-08-11 Owen AndersonAdd another accidentally omitted predicate operand.
2011-08-11 Owen AndersonAdd missing predicate operand on SMLA and friends.
2011-08-11 Jim GrosbachARM load shifted register pre-index fix shift value...
2011-08-11 Owen AndersonHandle new register classes in Thumb2 mode. Should...
2011-08-11 Owen AndersonMaking SEL decodings auto-generate-able.
2011-08-11 Bruno Cardoso LopesAdd a dag combine to xform 256-bit shuffles into simple...
2011-08-11 Jim GrosbachTidy up comment.
2011-08-11 Owen AndersonFix decoding support for STREXD and LDREXD.
2011-08-11 Jakob Stoklund OlesenRemove more dead code.
2011-08-11 Jim GrosbachARM STRH assembly parsing and encoding.
2011-08-11 Dan GohmanFix typos in comments, and delete an unused function.
2011-08-11 Akira HatanakaAdd isIndirectBranch flag.
2011-08-11 Jakob Stoklund OlesenPrivatize an unused part of the LiveIntervalUnion:...
2011-08-11 Owen AndersonFix decoding for indexed STRB and LDRB. Fixes <rdar...
2011-08-11 Jakob Stoklund OlesenRemove some dead code.
2011-08-11 Jim GrosbachTidy up. Remove unused template parameter.
2011-08-11 Owen AndersonImprove operand validation for Thumb2 addressing modes.
2011-08-11 Jim GrosbachARM STRD assembly parsing and encoding.
2011-08-11 Andrew TrickFix for LoopInfo::updateUnloop. Remove subloop blocks...
2011-08-11 Owen AndersonContinue to tighten decoding by performing more operand...
2011-08-11 Jim GrosbachTidy up.
2011-08-11 Jim GrosbachARM STRBT assembly parsing and encoding.
2011-08-11 Jim GrosbachARM STR(immediate) assembly parsing and encoding.
2011-08-11 Owen AndersonTighten decoding of addrmode2 instructions to reject...
2011-08-11 Bruno Cardoso LopesFix PR10492 by teaching MOVHLPS and MOVLPS mask matchin...
2011-08-11 Owen AndersonTighten operand decoding of addrmode2 instruction....
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-11 Benjamin KramerPlug a memory leak.
2011-08-11 Owen AndersonImprove error checking in the new ARM disassembler...
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Andrew TrickCleanup. Another thorough review by Nick!
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-08-11 Nadav RotemAdd a comment, per Bruno's CR.
2011-08-11 Nadav Rotem[AVX] When joining two XMM registers into a YMM regist...
2011-08-11 Nadav Rotem[AVX] If the data which is going to be saved is already...
2011-08-11 Chris Lattnerfix PR10605 / rdar://9930964 by adding a pretty scary...
next