Fix comments.
[oota-llvm.git] / lib / Target /
2011-08-01 Jim GrosbachFix comments.
2011-08-01 Bruno Cardoso LopesAdd v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso LopesTeach PreprocessISelDAG to be aware of vector types...
2011-08-01 Bruno Cardoso LopesLower CONCAT_VECTORS to use two VINSERTF128 instruction...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-08-01 Bruno Cardoso LopesSince vectors with all ones can't be created with a...
2011-08-01 Evan ChengSet endianess and pointer size for PPC Linux. Bug notic...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-08-01 Douglas GregorUpdate CMake target names for tablegen-generated data...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Chandler CarruthSwitch another of the old dependencies on implicitly...
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Jim GrosbachARM CPS mode immediate is 5 bits, not 4.
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Jim GrosbachARM SRS and RFE instructions are not code-gen only.
2011-07-29 Jim GrosbachARM range checking for mode on CPS instruction.
2011-07-29 Jim GrosbachUpdate FIXME.
2011-07-29 Jim GrosbachTweak comment.
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-29 Bruno Cardoso LopesFix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso LopesMatch VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso LopesAdd DecodeShuffle shuffle support for VPERMIPD variantes
2011-07-29 Bruno Cardoso LopesAdd v8i32 and v4i64 vpermil patterns
2011-07-29 Bruno Cardoso LopesFix a bug while generating target specific VPERMIL...
2011-07-29 Bruno Cardoso LopesEnable usage of SSE4 extracts and inserts in their...
2011-07-29 Bruno Cardoso LopesCleanup PALIGNR handling and remove the old palign...
2011-07-29 Jakob Stoklund OlesenTransfer implicit operands in NEONMoveFixPass.
2011-07-29 Jakob Stoklund OlesenAdd -verify-arm-pseudo-expand.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Jim GrosbachPLD and PLI are not predicable in ARM mode.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Jim GrosbachAdd fixme.
2011-07-28 Owen AndersonUpdate comments.
2011-07-28 Owen AndersonFill in some encoding information for STRD instructions.
2011-07-28 Owen AndersonRevert r136295. It broke nightly testers because some...
2011-07-28 Jim GrosbachARM parsing and encoding for ADR.
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-28 Bruno Cardoso LopesInvert the subvector insertion to be more likely to...
2011-07-28 Bruno Cardoso LopesAdd patterns to generate copies for extract_subvector...
2011-07-28 Bruno Cardoso Lopesmovd/movq write zeros in the high 128-bit part of the...
2011-07-28 Bruno Cardoso LopesAdd a few patterns to match allzeros without having...
2011-07-28 Bruno Cardoso LopesAdd SINT_TO_FP and FP_TO_SINT support for v8i32 types...
2011-07-27 Owen AndersonRefactor and improve the encodings/decodings for addrmo...
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Kevin EnderbyFix llvm-mc handing of x86 instructions that take 8...
2011-07-27 Jim GrosbachARM assembly parsing and encoding support for USAT...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Owen AndersonRefactor the STRT and STRBT instructions to distinguish...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for extend instructions.
2011-07-27 Eli FriedmanX86ISD::MEMBARRIER does not require SSE2; it doesn...
2011-07-27 Jim GrosbachARM assembly parsing aliases for extend instructions...
2011-07-27 Jim GrosbachARM cleanup of remaining extend instructions.
2011-07-27 Jim GrosbachARM extend instructions simplification.
2011-07-27 Jeffrey YasskinExplicitly cast narrowing conversions inside {}s that...
2011-07-27 Bruno Cardoso LopesMove some code around to open opportunity for more...
2011-07-27 Bruno Cardoso LopesThe vpermilps and vpermilpd have different behaviour...
2011-07-27 Bruno Cardoso LopesRemove more dead code!
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Benjamin KramerAdd a neat little two's complement hack for x86.
2011-07-26 Bruno Cardoso LopesRecognize unpckh* masks and match 256-bit versions...
2011-07-26 Jim GrosbachARM rot_imm printing adjustment.
2011-07-26 Jim GrosbachARM cleanup of rot_imm encoding.
2011-07-26 Eli FriedmanPrevent x86-specific DAGCombine from creating nodes...
2011-07-26 Owen AndersonSplit am2offset into register addend and immediate...
2011-07-26 Nicolas GeoffrayUpdate generated code to use new API of GetElementPtrIn...
2011-07-26 Jim GrosbachFix over-zealous rename from r136095.
2011-07-26 Jim GrosbachARM diagnostics for ldrexd/stredx out of order paired...
2011-07-26 Bruno Cardoso LopesRemove now unused patterns. 0 insertions(+), 98 deletio...
2011-07-26 Bruno Cardoso LopesCleanup old matching for PUNPCK* variants
2011-07-26 Jim GrosbachARM fix for LDREX source register encoding.
2011-07-26 Jim GrosbachARM assembly parsing and encoding for SWP[B] instructions.
2011-07-26 Jim GrosbachARM SWP instructions store, too, not just load.
2011-07-26 Jim GrosbachClean up the ARM asm parser a bit.
2011-07-26 Jim GrosbachARM fix asm parsing range check for [0,31] immediates.
2011-07-26 Jim GrosbachARM parsing and encoding for SVC instruction.
2011-07-26 Bill WendlingThe compact unwinding offsets are divided by 8 on 64...
2011-07-26 Bruno Cardoso LopesAdd 256-bit isel for movsldup/movshdup
2011-07-26 Bruno Cardoso LopesMore movsldup/movshdup cleanup. Rewrite the mask matchi...
2011-07-26 Bruno Cardoso LopesMore cleanup, subtarget info isn't used here.
2011-07-26 Bruno Cardoso LopesAdd 128-bit AVX versions of movshdup/mosldup
2011-07-26 Bruno Cardoso LopesCleanup movsldup/movshdup matching.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Chandler CarruthRemove a file from CMakeLists.txt that Evan removed...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT16 instruction.
2011-07-25 Bruno Cardoso LopesCodegen allonesvector better while using AVX: vpcmpeqd...
2011-07-25 Bruno Cardoso LopesAdd remaining 256-bit vector bitcasts. This also fixes...
2011-07-25 Bruno Cardoso Lopes- Handle special scalar_to_vector case: splats. Using...
2011-07-25 Bruno Cardoso LopesReintroduce r135730, this is indeed the right approach...
2011-07-25 Benjamin KramerAdd a note about efficient codegen for binary log.
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT instruction.
next