summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Revert array initialization regclass change so that the initialization stays ...Jim Grosbach2009-09-11
* Update register class references to use the global constant ARM::*RegisterCla...Jim Grosbach2009-09-11
* Added ADC, SUB, SBB, and OR instructions that operateSean Callanan2009-09-11
* fix pastoChris Lattner2009-09-11
* fix some fixmes: emit stubs in sorted order.Chris Lattner2009-09-11
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-11
* switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnSt...Chris Lattner2009-09-11
* Fix a bug I introduced in FnStubs generation, switch GVStubs to be a Chris Lattner2009-09-11
* change FnStubs from being a StringMap<std::string> to being a muchChris Lattner2009-09-11
* printInstruction() no longer prints a \n after itself, do itChris Lattner2009-09-11
* reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms ofChris Lattner2009-09-11
* convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallStringChris Lattner2009-09-11
* rearrange some code, export a SmallString version of DecorateCygMingName.Chris Lattner2009-09-11
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-11
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-11
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-10
* Added XOR instructions for rAX and immediates ofSean Callanan2009-09-10
* Added MOV instructions between rAX and memory offsets,Sean Callanan2009-09-10
* Added a variety of PUSH and POP instructions, includingSean Callanan2009-09-10
* Proper support of non-lazy indirect symbols.Evan Cheng2009-09-10
* Fix double load / store multiple encoding.Evan Cheng2009-09-09
* Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson2009-09-09
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* add a gross hack to get "SrcLine" comments to show up with theChris Lattner2009-09-09
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-09
* Provide proper section flags for various BSS flavoursAnton Korobeynikov2009-09-09
* Whitespace cleanupAnton Korobeynikov2009-09-09
* disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner2009-09-09
* Cast MO.getImm() to unsigned before comparing with an unsigned limit.Evan Cheng2009-09-09
* Make sure to make stub region writable before emission, executable after emis...Evan Cheng2009-09-09
* Fix arm jit encoding bug introduced by 75048. Some instructions', e.g. MOVi, ...Evan Cheng2009-09-09
* Remove comments which don't add much to .s readibility.Evan Cheng2009-09-09
* turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner2009-09-09
* tidy upChris Lattner2009-09-09
* make sure to send external symbols through the mangler,Chris Lattner2009-09-09
* add support for @PLT and friends on external symbols, fixesChris Lattner2009-09-09
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-08
* Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.Anton Korobeynikov2009-09-08
* Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov2009-09-08
* Add source debug information to the Sparc code generator.Richard Pennington2009-09-08
* Also emit a label for TargetInstrInfo::GC_LABEL.Nicolas Geoffray2009-09-08
* add support for some missing modifiers on jumptable/constant pool entries.Chris Lattner2009-09-08
* add a bunch more evil lowering code to work around various :subreg32 modifiersChris Lattner2009-09-08
* ADd support for "lowering" the X86::MOVZX16rr8/X86::MOVZX16rm8Chris Lattner2009-09-08
* add a hack to lower MOV16r0 to MOV32r0 in MCInstLower, eliminatingChris Lattner2009-09-08
* fix PR4767, a crash because fp stackifier visited blocks inChris Lattner2009-09-08
* Do not create calls via PLT in compilation callback - this is higly platformAnton Korobeynikov2009-09-06
* Remove a left over bit of code with no effect.Duncan Sands2009-09-06
* Remove unreachable code.Duncan Sands2009-09-06
* Avoid an unused variable warning when assertions areDuncan Sands2009-09-06