Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this
[oota-llvm.git] / lib / Target /
2010-04-17 Bob WilsonRevise my previous change to ExpandBIT_CONVERT. I...
2010-04-16 Chris Lattneradd a note
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Johnny ChenCast to (uint64_t) instead of relying on the "ul" suffix.
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-16 Johnny ChenFixed logic error. Should check Builder for validity...
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Chris Lattneradd a missing break back, patch by Nico Schmidt!
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Johnny ChenMulticlass LdStCop was using pre-UAL syntax LDC<c>L...
2010-04-16 Johnny ChenRemove the assert() from printAddrMode2OffsetOperand...
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-16 Evan ChengUse getAL() rather than a major constant.
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Johnny ChenFixed a bug in ARM disassembly where LDRSBT should...
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Johnny ChenDEBUG() print out "Unknown format" msg.
2010-04-15 Dan GohmanReuseFrameIndexVals is used in multiple files, so it...
2010-04-15 Dan GohmanEnablePPC64RS and EnablePPC32RS are used in multiple...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Anders CarlssonFix build.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Eric ChristopherAllow lowering for palignr instructions for mmx sized...
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, the...
2010-04-14 Jim GrosbachAdd -arm-long-calls option to force calls to be indirec...
2010-04-14 Johnny ChenFor t2BFI disassembly, apply the same error checking...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-14 Bob WilsonDon't custom lower bit converts to ARM VMOVDRRD or...
2010-04-14 Dan GohmanDelete unneeeded arguments.
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, when...
2010-04-14 Johnny ChenFixed an assert() exposed by fuzzing. Now, instead...
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-04-13 Bob WilsonHandle a v2f64 formal parameter that is split between...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Johnny ChenChanged getSOImmValRotate()'s hunt retry logic to ignor...
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-13 Dan GohmanUse MachineBasicBlock::isLiveIn.
2010-04-13 Bob WilsonReplace r101053 with a fix for getSOImmValRotate()...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
2010-04-12 Bill WendlingMicro-optimization:
2010-04-12 Johnny ChenFixed a crasher in arm disassembler within ARMInstPrint...
2010-04-10 Chris LattnerImplement support for varargs functions without any...
2010-04-09 Bob WilsonProvide versions of the ARM eh_sjlj_setjmp instructions...
2010-04-09 Chris Lattner"On SPU, variables in the .bss section that are allocat...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Gabor Greifuse abstract interface in two more places
2010-04-08 Gabor Greiffix compile
2010-04-08 Gabor Greifuse abstract interface
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Eric Christophermpsadbw is not commutative.
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-07 Ted KremenekUpdate CMake build.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattneradd newlines at end of files.
2010-04-07 Johnny ChenMissed this one line for the previous checkin to fix...
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-07 Johnny ChenFixed 3 warnings pointed out by clang.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-07 Sean CallananAdded an AsmLexer for the ARM target, which uses
2010-04-07 Dale JohannesenEducate GetInstrSizeInBytes implementations that
2010-04-07 Anton KorobeynikovRemove late ARM codegen optimization pass committed...
2010-04-07 Anton KorobeynikovSplit A8/A9 itins - they already were too big.
2010-04-07 Anton KorobeynikovAdd some crude itin approximation for VFP load / stores...
2010-04-07 Anton KorobeynikovAdd some crude approximation for neon load/store instru...
2010-04-07 Anton KorobeynikovAdd some A8-based approximation for instructions with...
2010-04-07 Anton KorobeynikovMove NEON-VFP domain fixer upper, so post-RA scheduler...
2010-04-07 Anton KorobeynikovSince tblgen bug was fixed (thanks Jakob!) we don't...
2010-04-07 Anton KorobeynikovFix A8 FP NEON MAC itins
2010-04-07 Anton KorobeynikovA9 NEON FP itins
2010-04-07 Anton KorobeynikovSome permute goodness for A9
2010-04-07 Anton KorobeynikovMore shift itins for A9
2010-04-07 Anton KorobeynikovMore fixes for itins
2010-04-07 Anton KorobeynikovFix invalid itins for 32-bit varians of VMLAL and friends
2010-04-07 Anton KorobeynikovAdd MAC stuff for A9
2010-04-07 Anton KorobeynikovFix invalid NEON MAC itins on A8
2010-04-07 Anton KorobeynikovFix itins for VPAL
2010-04-07 Anton KorobeynikovFix itins for VABA
2010-04-07 Anton KorobeynikovCorrect VMVN itinerary: operand is read in the second...
2010-04-07 Anton KorobeynikovMore A9 itineraries
2010-04-07 Anton KorobeynikovCorrect itinerary class for VPADD
2010-04-07 Anton KorobeynikovVP{MAX, MIN} are of IIC_VSUBi4D itin class as well.
2010-04-07 Anton KorobeynikovVHADD differs from VHSUB at least on A9 - the former...
next