make UpdateValueMap handle the possiblity that we could be
[oota-llvm.git] / lib / Target /
2009-04-12 Chris Lattnersimplify code by using IntrinsicInst.
2009-04-12 Chris LattnerAdd new TargetInstrDesc::hasImplicitUseOfPhysReg and
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-10 Sanjiv GuptaAdded code to handle spilling and reloading of FSRs.
2009-04-10 Rafael EspindolaDon't fold a load if the other operand is a TLS address.
2009-04-10 Chris Lattnera few fixes to "addrspace(256) is reference offset...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-09 Sanjiv GuptaThe way we are trying to figure out banksel immediate...
2009-04-09 Sanjiv GuptaArguments to indirect calls were being passed incorrect...
2009-04-09 Chris LattnerFix code size computation on x86-64, patch by Zoltan...
2009-04-09 Sanjiv Guptar68576 unconverd a bug in PIC16 port (Thanks to Dan...
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2009-04-09 Dan GohmanFix grammaros in comments.
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-08 Bob WilsonFix PR3795: Apply Dan's suggested fix for
2009-04-08 Rafael EspindolaAvoid a hard coded constant.
2009-04-08 Sanjiv GuptaEmit .line debug directives for stoppoints. The debug...
2009-04-08 Sanjiv GuptaHandle indirect function calls.
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-04-06 Sanjiv GuptaMap stack based frameindices for spills to zero based...
2009-04-03 Bob WilsonWrap some lines to fix indentation problems.
2009-04-03 Bob WilsonFix some comments.
2009-04-03 Oscar FuentesCMake: removed IA64AsmPrinter.cpp from lib/Target/IA64...
2009-04-03 Anton KorobeynikovSeparate MIPS asmprinter
2009-04-03 Anton KorobeynikovFix target library name
2009-04-03 Anton KorobeynikovFix comment
2009-04-03 Anton KorobeynikovMove IA64 asmprinter to separate library
2009-04-03 Mon P WangAdded a x86 dag combine to increase the chances to...
2009-04-02 Sanjiv GuptaFixed build warnings.
2009-04-02 Sanjiv GuptaTo convert the StopPoint insn into an assembler directi...
2009-04-02 Sanjiv GuptaParams are not being generated as static globals now...
2009-04-01 Chris Lattnersilence warning in release-asserts build.
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Dan GohmanUse LLVM type names instead of C type names in comments...
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-03-31 Evan Chengi128 shift libcalls are not available on x86.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Rafael Espindolaremove unused arguments.
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-31 Evan ChengX86 address mode isel tweak. If the base of the address...
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Evan ChengWhen optimzing a mul by immediate into two, the resulti...
2009-03-30 Bob WilsonFix comment to match function name.
2009-03-30 Anton KorobeynikovFix thinko: put stuff with both global and local reloca...
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-29 Anton KorobeynikovIA64 is as weird as Alpha wrt r/o relocs :)
2009-03-29 Anton KorobeynikovAlpha always requires global relocations to be r/w...
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-28 Chris Lattneradd a note
2009-03-28 Rafael EspindolaUse array_lengthof
2009-03-28 Rafael EspindolaHave only one definition of X86AddrNumOperands.
2009-03-28 Rafael EspindolaMake code a bit less brittle by no hardcoding the number
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-27 Jim Grosbachremove trailing whitespace
2009-03-27 Rafael EspindolaAvoid hardcoding that X86 addresses have 4 operands.
2009-03-27 Rafael EspindolaUse less hard coded constants to make the code less...
2009-03-27 Rafael EspindolaI am trying to add a segment to the X86 addresses match...
2009-03-26 Evan Cheng-no-implicit-float means explicit fp operations are...
2009-03-26 Evan ChengtADDhirr is a thumb instruction. Do not allow this...
2009-03-26 Bill WendlingPull transform from target-dependent code into target...
2009-03-26 Chris Lattnerfix warning in -asserts mode.
2009-03-26 Chris Lattnerfix some warnings in release-asserts mode.
2009-03-26 Chris Lattnerfix an apparently real bug exposed by a warning in...
2009-03-26 Chris Lattnerfix warning in -asserts build.
2009-03-26 Bill WendlingMatch this pattern so that we can generate simpler...
2009-03-26 Bill WendlingDoxygen-ify comments.
2009-03-25 Gabor Greifdo not rely on callee being operand 0
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Evan ChengDon't print global names twice with -asm-verbose.
2009-03-24 Dan GohmanI was convinced that it's ok to allow a second i8 retur...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-23 Dan GohmanCorrect some comments. Operand numbers start at 0.
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-23 Dan GohmanFix a grammaro in a comment that Bill noticed.
2009-03-23 Dan GohmanAdd comments explaining why there's only one register for
2009-03-21 Bruno Cardoso LopesRemoved AFGR32 register class
2009-03-20 Bob WilsonFix a few more indentation problems and an 80-column...
2009-03-20 Bob WilsonNo functional changes. Fix indentation and whitespace...
2009-03-20 Sanjiv GuptaFixed comment for libcalls.
2009-03-20 Sanjiv GuptaReformatting. Inserted code comments. Cleaned interfaces.
2009-03-20 Mon P WangAdded option to enable generating less precise mad...
2009-03-19 Nick LewyckyRemove strange extra semicolons.
2009-03-19 Nate BegemanAdd support to tablegen for naming the nodes themselves...
2009-03-19 Bruno Cardoso LopesAdded support for Mips O32 Calling Convention
2009-03-18 Chris LattnerDisable the "call to immediate" optimization on x86...
2009-03-17 Scott MichelCellSPU:
2009-03-17 Dan GohmanRecognize bswapl as bswap too.
next