summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Eliminate some unused methods.Evan Cheng2008-09-11
* Change getSubReg semantics. It now returns zero if the specified register doe...Evan Cheng2008-09-11
* Add X86FastISel support for static allocas, and refencesDan Gohman2008-09-10
* Move the uglier parts of deciding not to emit aDale Johannesen2008-09-09
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-09
* Accidental commit of partial 'stack canaries' codeBill Wendling2008-09-08
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-08
* Create HandlePHINodesInSuccessorBlocksFast, a version ofDan Gohman2008-09-03
* fix some 80-col violationsGabor Greif2008-08-30
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Split the ATOMIC NodeType's to include the size, e.g.Dale Johannesen2008-08-28
* - small bug corrected: incorrect iterator type.Cedric Venet2008-08-26
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-26
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Simplify FastISel's constructor argument list, make the FastISelDan Gohman2008-08-20
* Add a TargetLowering hook for creating a FastISel object.Dan Gohman2008-08-19
* Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov2008-08-16
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov2008-08-16
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-16
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-14
* Undo most of r54519.Evan Cheng2008-08-08
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-08
* Provide convenient helpersAnton Korobeynikov2008-08-07
* Add hook for constant pool section selection for darwin.Anton Korobeynikov2008-08-07
* Select section for constant pool entriesAnton Korobeynikov2008-08-07
* Remove trailing spaces.Matthijs Kooijman2008-08-07
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-05
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-04
* Add a flag to disable jump table generation (allDale Johannesen2008-07-31
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Tie small stuff to non-small by default on ELF platformsAnton Korobeynikov2008-07-22
* Basic support for small sectionsBruno Cardoso Lopes2008-07-22
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov2008-07-19
* Add TargetAsmInfo stuff for all darwin-based targetsAnton Korobeynikov2008-07-19
* Add TargetAsmInfo for all ELF-based targetsAnton Korobeynikov2008-07-19
* Clarify the comments here, to make slightly more clear theDan Gohman2008-07-16
* Silence a warningAnton Korobeynikov2008-07-09
* Drop enum and use constants for SectionFlagsAnton Korobeynikov2008-07-09
* First sketch of special section objectsAnton Korobeynikov2008-07-09
* UnbreakAnton Korobeynikov2008-07-09
* Another bunch of hacks for named sections supportAnton Korobeynikov2008-07-09
* Add hacky way to distinguish named and named sections. This will be generaliz...Anton Korobeynikov2008-07-09
* Handle ELF mergeable sectionsAnton Korobeynikov2008-07-09
* Provide general hook for section name calculationAnton Korobeynikov2008-07-09
* Print entity size for mergeable sectionsAnton Korobeynikov2008-07-09
* Move flag decoding stuff into special hookAnton Korobeynikov2008-07-09
* Properly handle linkonce stuffAnton Korobeynikov2008-07-09
* Provide skeletone code for calculation of section, where global should be emi...Anton Korobeynikov2008-07-09
* Make hooks virtualAnton Korobeynikov2008-07-09