typos
[oota-llvm.git] / lib / Target /
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...
2010-04-07 Anton KorobeynikovSome easy NEON scheduling goodness for A9
2010-04-07 Anton KorobeynikovDefine new itin classes for ARM <-> VFP reg moves to...
2010-04-07 Anton KorobeynikovFCONST{S,D} behaves the same way as FP unary instructio...
2010-04-07 Anton KorobeynikovProper cycle times for locks, since wbck latency can...
2010-04-07 Anton KorobeynikovAdd new itin classes for FP16 <-> FP32 conversions...
2010-04-07 Anton KorobeynikovMake use of new reserved/required scheduling stuff...
2010-04-07 Anton KorobeynikovSome bits of A9 scheduling: VFP
2010-04-07 Anton KorobeynikovSeparate const from non-const stuff during mergeing
2010-04-07 Anton KorobeynikovSome initial version of global merger
2010-04-07 Sanjiv GuptaFix memory leaks for external symbol name strings.
2010-04-07 John McCallClean up some signedness oddities in this code noticed...
2010-04-07 Dale JohannesenMove printing of target-indepedent DEBUG_VALUE comments
2010-04-06 John McCallFix a number of clang -Wsign-compare warnings that...
2010-04-06 Dale JohannesenRevert 100573, it's causing some testsuite problems.
2010-04-06 Dale JohannesenMove printing of DEBUG_VALUE comments to target-indepen...
2010-04-06 Bob WilsonExpand SELECT and SELECT_CC for NEON vector types.
2010-04-06 Jim GrosbachFix PR6696 and PR6663
2010-04-06 Jakob Stoklund OlesenDon't try to collapse DomainValues onto an incompatible...
2010-04-05 Jakob Stoklund OlesenProperly enable load clustering.
2010-04-05 Evan ChengFix ADD32rr_alt instruction encoding bug. Patch by...
2010-04-05 Eric ChristopherRemove FIXME.
2010-04-05 Chris Lattnerdon't use emitlabel in the arm asm printer yet, the...
2010-04-05 Chris Lattnerfix a couple problems I introduced handling symbols
2010-04-05 Benjamin KramerDisambiguate else.
next