Make it possible for the MCObjectWriter to decide if a given fixup is fully
[oota-llvm.git] / lib / Target /
2010-09-30 Jim GrosbachGo ahead and jump!
2010-09-30 Jason W KimI added a new file ARMAsmBackend which stubs out in...
2010-09-30 Jim GrosbachNow that the pseudos that needed this are all custom...
2010-09-30 Jim GrosbachNuke it from orbit. It's the only way to be sure.
2010-09-30 Evan ChengARM instruction itinerary fixes:
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-29 Eric ChristopherRefactor arm fast isel libcall handling so that pieces...
2010-09-29 Eric ChristopherNoticed by inspection when looking for other cmov bits.
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Eric ChristopherAdd a convenience variable so I'm not chasing all over...
2010-09-29 Jim GrosbachAdd specializations of addrmode2 that allow differentia...
2010-09-29 Nick LewyckyAdd parens to fix GCC warning:
2010-09-29 Chris Lattnerimplement rdar://8491845 - Gas supports commuted forms...
2010-09-29 Bob WilsonIncrease ARM APCS preferred alignment for i64 and f64...
2010-09-29 Jim GrosbachAdd braces for legibility.
2010-09-29 Jim GrosbachOne Printer to rule them all, One Printer to find them,
2010-09-29 Gabor Greifimprove heuristics to find the 'and' corresponding...
2010-09-29 Chris Lattnerfix rdar://8490728 - llvm-mc rejects gpr64 form of...
2010-09-29 Chris Lattneradd assembler support for the cvtsd2sil/cvtsd2siq mnemo...
2010-09-29 Chris Lattnermake the x86 mccode emitter emit the 0x67 and 0x66...
2010-09-29 Chris Lattnerimplement support for 32-bit address operands in 64...
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-29 Chris Lattneradd asmparser support for cvttpd2dq by removing some...
2010-09-29 Chris Lattnerimplement rdar://8456382 - cvtsd2si support, by removin...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-29 Eric ChristopherRework comparison handling to set a register on true...
2010-09-29 Eric ChristopherRemove unnecessary set ahead of time.
2010-09-29 Evan ChengSeparate itinerary classes for mvn from mov; for tst...
2010-09-29 Eric ChristopherRemove assert, add comment.
2010-09-29 Evan ChengAssign bitwise binary instructions different itinerary...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-28 Eric Christopher32-bit constant ints only for now.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Owen AndersonAdd a subtarget hook for reporting the misprediction...
2010-09-28 Eric ChristopherInteger materialization needed the same thinko change.
2010-09-28 Nick LewyckyResolve this GCC warning:
2010-09-28 Anton KorobeynikovUser proper libcall names & condcodes while compiling...
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-28 Jim GrosbachFactor out dbg_value comment printing and teach MC...
2010-09-28 Oscar FuentesUse the canonical library name for library PIC16Passes.
2010-09-28 Oscar FuentesAdded library LLVMPIC16passes to CMake build.
2010-09-28 Oscar FuentesAdd ARM Disassembler to the CMake build.
2010-09-28 Che-Liang ChiouRemove trailing spaces of MipsMachineFunction.h
2010-09-28 Che-Liang ChiouRemove trailing spaces of MipsTargetObjectFile.cpp
2010-09-28 Eric Christopher80-col fixups.
2010-09-28 Bob WilsonAdd a command line option "-arm-strict-align" to disall...
2010-09-28 Eric ChristopherRework builtin handling and call setup. The builtin...
2010-09-28 Eric ChristopherFix typo.
2010-09-28 Eric ChristopherFix fp constant loads to have a destination register.
2010-09-27 Jim GrosbachEnable the MC-ized ARM asm printer. Passing all local...
2010-09-27 Jim GrosbachARM-mode eh.sjlj.longjmp MC lowering
2010-09-27 Jim GrosbachEnable the MC-ized ARM asm printer. Passing all local...
2010-09-27 Daniel DunbarHard to imagine there are still people using inferior...
2010-09-27 Rafael EspindolaOdd additional stub framework for the ARM MC ELF emission.
2010-09-27 Dale JohannesenMMX parameters aren't handled here yet.
2010-09-27 Chris Lattneryet more aliases.
2010-09-27 Chris Lattneradd a couple more aliases, rdar://8456378
2010-09-27 Chris Lattnerfix rdar://8470918 - llvm-mc can't assemble smovl
2010-09-27 Chris LattnerFix rdar://8468087 - llvm-mc commutes fmul (and friend...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-27 Chris Lattnerimprove indentation
2010-09-27 Eric ChristopherInsert missing coherency in comment. Add a quick check...
2010-09-27 Eric ChristopherMass rename for Jim.
2010-09-27 Eric ChristopherThis code should never fire on non-darwin subtargets.
2010-09-27 Chris Lattnerimplement support for 'clr' alias. This is part of...
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
2010-09-25 Evan ChengFix IIC_iEXTAr itinerary class of Cortex-A9.
2010-09-25 Evan ChengRemove a unused instruction itinerary class.
2010-09-25 Evan ChengFix zero and sign extension instructions scheduling...
2010-09-24 Evan ChengMore pseudo instruction scheduling itinerary fixes.
2010-09-24 Evan ChengFix scheduling itinerary for pseudo mov immediate instr...
2010-09-24 Jim GrosbachAdd ARM explicit MCInst lowering for the Thumb eh.sjlj...
2010-09-24 Evan ChengEnable code placement optimization pass for ARM.
2010-09-24 Dale JohannesenWe can't return SSE/MMX vectors if SSE is disabled.
2010-09-24 Evan ChengFix a potential null dereference bug.
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Bob WilsonSet alignment operand for NEON VST instructions.
2010-09-23 Jim GrosbachARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion
2010-09-23 Jim Grosbach#+4 --> #4 for consistency with other asm output
2010-09-23 Jim GrosbachFix formatting of output .s code
2010-09-23 Owen AndersonAdd isConditionalMove bits to X86 and ARM instructions.
2010-09-23 Bob WilsonSet alignment operand for NEON VLD instructions.
2010-09-23 Jim Grosbachnever mind. I can't read, apparently
2010-09-23 Evan ChengFix r114632. Return if the only terminator is an uncond...
2010-09-23 Jim GrosbachFix opcode value for the 'trap' instruction, keeping...
2010-09-23 Jim Grosbachexplicit 'unsigned long' on constant value. Hopefully...
2010-09-23 Benjamin KramerUnbreak build. Jim, please review.
2010-09-23 Jim GrosbachClean up the 'trap' instruction printing a bit. Non...
2010-09-23 Jim Grosbachnuke unused var
2010-09-23 Evan ChengIf there are multiple unconditional branches terminatin...
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-09-22 Jim GrosbachEnable a few additional asserts in MC instruction lowering.
2010-09-22 Cameron EsfahaniFix PR8201: Update the code to call via X86::CALL64pcre...
2010-09-22 Bob WilsonChange VDUPLANE DAG combiner to just return the result...
2010-09-22 Bob WilsonCombine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR)...
2010-09-22 Jim Grosbachadd FIXME
2010-09-22 Eric ChristopherTemporarily work around new address lowering while...
2010-09-22 Jim GrosbachRemove a few commented out bits
next