summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Revert 127368 and 127371 for now.Evan Cheng2011-03-09
* Restore the default implementation of getCrossCopyRegClass: no need for cross...Evan Cheng2011-03-09
* Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be moreEvan Cheng2011-03-09
* Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin2011-03-09
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-09
* Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich2011-03-07
* Missing "virtual" keyword. Jakob's review.Andrew Trick2011-03-05
* Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick2011-03-05
* Allow a target to choose whether to prefer the scavenger emergency spill slotJim Grosbach2011-03-03
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-03
* Fix warning when building with clang++.Owen Anderson2011-02-28
* Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings2011-02-28
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* Rewrite the vector part of getExtendedTypeAction to make it moreDuncan Sands2011-02-24
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-18
* add memset and memcpy, though they are always available for now.Chris Lattner2011-02-18
* Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson2011-02-18
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-11
* Clean trailing whitespace.Owen Anderson2011-02-10
* Implement support for custom target specific asm parsing of operands.Bruno Cardoso Lopes2011-02-07
* MC/AsmMatcher: Add support for custom conversion functions.Daniel Dunbar2011-02-04
* Given a pair of floating point load and store, if there are no other uses ofEvan Cheng2011-02-02
* Fix comment typo.Bob Wilson2011-02-02
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-27
* [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides aDavid Greene2011-01-26
* [AVX] Support EXTRACT_SUBVECTOR on x86. This provides a defaultDavid Greene2011-01-26
* [AVX] Fix a typo in the extract subvector type constraints to specifyDavid Greene2011-01-25
* [AVX] Add TableGen classes for vector/subvector type constraints.David Greene2011-01-25
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* Sorry, several patches in one.Evan Cheng2011-01-20
* fix typoChris Lattner2011-01-15
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Remove TargetRegisterInfo::NoRegister.Jakob Stoklund Olesen2011-01-09
* Change virtual register numbering to make more space for physical registers.Jakob Stoklund Olesen2011-01-09
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-09
* Fix comment.Jakob Stoklund Olesen2011-01-09
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead ofJakob Stoklund Olesen2011-01-08
* Use an IndexedMap for LiveVariables::VirtRegInfo.Jakob Stoklund Olesen2011-01-08
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* DBG_VALUE does not have any side effects; it also makes no sense to mark it c...Evan Cheng2011-01-07
* Add ARM patterns to match EXTRACT_SUBVECTOR nodes.Bob Wilson2011-01-07
* Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpyEvan Cheng2011-01-06
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24