summaryrefslogtreecommitdiff
path: root/lib/Target/XCore
Commit message (Expand)AuthorAge
...
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Remove unused member functions.Eli Friedman2009-07-24
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-22
* Thread local globals don't require special handling by the linker and so canRichard Osborne2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* remove the last bits of SectionFlagsForGlobal. There is some flag here thatChris Lattner2009-07-21
* don't mask out the small flag and then reapply it later.Chris Lattner2009-07-21
* if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV...Chris Lattner2009-07-21
* remove the Xcore implementation of SelectSectionForGlobal. While you haveChris Lattner2009-07-21
* Remove the XCore custom implementation of MergeableConstSection, relying onChris Lattner2009-07-21
* Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner2009-07-21
* Remove shift amount flavor. It isn't actually complete enough to Eli Friedman2009-07-21
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-21
* reduce indentation by using an early exit.Chris Lattner2009-07-21
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Tweak cmake files for the four targets that don't split CodeGen out.Daniel Dunbar2009-07-19
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-19
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in Eli Friedman2009-07-17
* Combine an unaligned store of unaligned load into a memmove.Richard Osborne2009-07-16
* Lower the threshold at which memcpy / memmove / memset stop being expandedRichard Osborne2009-07-16
* Fix typo in last commit on expansion of unaligned loads.Richard Osborne2009-07-16
* Expand unaligned 32 bit loads from an address which is a constantRichard Osborne2009-07-16
* Custom lower unaligned 32 bit stores and loads into libcalls. This is Richard Osborne2009-07-16
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-16
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-15
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-15
* Remove unused function.Daniel Dunbar2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-15
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-15
* Remove the xcore-file-directive option now that LLVM has proper support forRichard Osborne2009-07-15
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-15
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-14
* Rename getValueName -> getMangledName.Chris Lattner2009-07-14
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-12
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-09
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01