Nowadays a release build has assertions off.
[oota-llvm.git] / lib / Target /
2010-09-12 Michael J. SpencerCMake: Fix MSVS build. Although I don't know why this...
2010-09-12 Michael J. SpencerCMake: Fix mingw32 build.
2010-09-11 Chris Lattneradd a missed cmov alias, part of rdar://8416805
2010-09-11 Chris Lattneradd support for all the setCC aliases. Part of rdar...
2010-09-11 Chris Lattneradd support for pushfd/popfd which are aliases for...
2010-09-11 Chris Lattnerimplement rdar://8407928 - support for in/out with...
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Eric ChristopherStart sketching out ARM fast-isel calls.
2010-09-10 Eric ChristopherFor consistency.
2010-09-10 Eric ChristopherNewline at end of file.
2010-09-10 Eric ChristopherSplit out some of the calling convention bits so that...
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Jim GrosbachAdd a missing case to duplicateCPV() for LSDA constants...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-10 Bill WendlingReapply r113585. The msvc machine is mercurial.
2010-09-10 Bill Wendlingr113585 was causing clang-i686-xp-msvc9 to fail in...
2010-09-10 Bob WilsonCalculate the number of VLDM/VSTM registers by subtract...
2010-09-10 Bill WendlingMark the sse_load_f32 and sse_load_f64 load patterns...
2010-09-10 Bill WendlingReword since this may not be a bug but intended behavior.
2010-09-10 Bob WilsonFix merging base-updates for VLDM/VSTM: Before I switch...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-10 Eric ChristopherFix build error.
2010-09-10 Eric ChristopherUpdate comments, reorganize some code, rename variables...
2010-09-09 Eric Christopher64-bit fp loads can come straight out of the constant...
2010-09-09 Eric ChristopherSIToFP and FPToSI conversions work only on fp-reg to...
2010-09-09 Eric ChristopherNew "move to fp reg" routine. Use it.
2010-09-09 Eric Christopher"Strike that, reverse it." -- Mr. Wonka.
2010-09-09 Eric ChristopherAdd FPTrunc, fix some bugs where I forgot to update...
2010-09-09 Eric ChristopherBasic FP->Int, Int->FP conversions.
2010-09-09 Bruno Cardoso LopesAdd one more pattern to fallback movddup
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-09 Roman DivackyMake ELF OS ABI dependent on the OS from target triple.
2010-09-09 Dale JohannesenMove remaining MMX instructions from SSE to MMX.
2010-09-09 Kalle RaiskilaSilence compiler warning.
2010-09-09 Bob WilsonFix NEON VLD pseudo instruction itineraries that were...
2010-09-09 Eric ChristopherNuke whitespace and fix some indenting.
2010-09-09 Dale JohannesenMove most MMX instructions (defined as anything that
2010-09-09 Eric ChristopherHandle 64-bit floating point binops as well.
2010-09-09 Eric ChristopherBasic 32-bit FP operations.
2010-09-09 Bob WilsonFor double-spaced VLD3/VLD4 instructions, copy the...
2010-09-09 Eric ChristopherHandle float->double extension.
2010-09-09 Eric ChristopherRewrite TargetMaterializeConstant splitting it out...
2010-09-09 Bob WilsonSimplify copying over operands from pseudo NEON load...
2010-09-08 Bob WilsonClean up a comment.
2010-09-08 Eric ChristopherVery basic compare support.
2010-09-08 Eric ChristopherDelete dead code.
2010-09-08 Evan ChengFix LDM_RET schedule itinery.
2010-09-08 Chris Lattnerfix rdar://8407548, I missed the commuted form of xchg...
2010-09-08 Chris Lattnerfix wonky formatting.
2010-09-08 Chris Lattnerfix bugs in push/pop segment support, rdar://8407242
2010-09-08 Dale JohannesenAdd intrinsic-based patterns for MMX PINSRW and PEXTRW.
2010-09-08 Eric ChristopherMake the loads/stores match the type we really want...
2010-09-08 Dale JohannesenCheck in forgotten file. Should fix build.
2010-09-08 Dale JohannesenSlight cleanup, use only one form of MMXI_binop_rm_int.
2010-09-08 Jim GrosbachRe-enable usage of the ARM base pointer. r113394 fixed...
2010-09-08 Jim GrosbachFix errant fall-throughs causing the base pointer to...
2010-09-08 Dale JohannesenAdd intrinsic forms of mmx<->sse conversions. Notes:
2010-09-08 Eric ChristopherRewrite TargetMaterializeConstant.
2010-09-08 Bruno Cardoso LopesMinor change. Fix comments and remove unused and redund...
2010-09-08 Bruno Cardoso Lopesx86 vector shuffle lowering now relies only on target...
2010-09-08 Jim GrosbachBe more careful about when to do dynamic stack realignm...
2010-09-08 Jim GrosbachAdd missing assert
2010-09-08 Kalle RaiskilaFix CellSPU vector shuffles, again.
2010-09-08 Chris Lattneradd support for the commuted form of the test instructi...
2010-09-08 Chris Lattnerimplement proper support for sysret{,l,q}, rdar://8403907
2010-09-08 Chris Lattnerimplement the iret suite of instructions properly,
2010-09-08 Chris Lattneradd support for instruction prefixes on the same line...
2010-09-08 Chris Lattnerchange the MC "ParseInstruction" interface to make...
2010-09-08 Chris Lattnergas accepts xchg <mem>, <reg> as a synonym for xchg...
2010-09-08 NAKAMURA TakumiARM/Disassembler: Fix definitions incompatible(unsigned...
2010-09-08 Chris Lattnerfix the encoding of the "jump on *cx" family of instruc...
2010-09-08 Jim Grosbachremove trailing whitespace
2010-09-08 Jim Grosbachremove obsolete comment
2010-09-08 Jim Grosbachdisable for the moment while tracking down a few Thumb2...
2010-09-08 Jim Grosbachwoops. need to update a test along with this.
2010-09-08 Jim Grosbachdisable temporarily while sorting out a few test failur...
2010-09-08 Jim Grosbachcorrect spill code to properly determine if dynamic...
2010-09-08 Jim GrosbachVFP/NEON load/store multiple instructions are addrmode4...
2010-09-07 Jim GrosbachTo shrink a t2LDM instruction to the 16-bit wide tLDM...
2010-09-07 Jim Grosbachgrammar tweak
2010-09-07 Bruno Cardoso LopesFactor out some x86 vector shuffle rewriting and add...
2010-09-07 Bruno Cardoso LopesMove code around to prepare for moving some of the...
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Evan ChengRemove a dead comment.
2010-09-07 Chris Lattnerhopefully fix a problem building on cygwin-1.5
2010-09-07 Bruno Cardoso Lopesdecouple MMX check from regular splat checks. Some...
2010-09-07 Bruno Cardoso LopesRemove now useless check, because the code can be match...
2010-09-07 Bruno Cardoso LopesMinor change. Since the checks are equivalent, use...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-09-07 Dale JohannesenAdd patterns for MMX that use the new intrinsics.
2010-09-07 Bruno Cardoso LopesRemove unused target specific node
2010-09-07 Benjamin KramerDon't leak the old operand when transforming "sldt...
2010-09-07 Chris Lattneradd missing cmov aliases, this resolves rdar://8208499
2010-09-06 Chris Lattnerremove duplicated entry
2010-09-06 Chris Lattner"sldt <mem>" is ambiguous in 64-bit mode, but should
2010-09-06 Chris Lattnerfix rdar://8017621 - llvm-mc can't guess encoding for...
next