Make the Node member of SUnit private, and add accessors.
[oota-llvm.git] / include / llvm / Target /
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-07 Evan ChengJump tables may be emitted by target.
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-11-01 Mon P WangAdded interface to allow clients to create a MemIntrins...
2008-10-30 Jim GrosbachRevert errant deletion. The target needs to be able...
2008-10-30 Mon P WangAdd initial support for vector widening. Logic is...
2008-10-29 Evan ChengThis is not needed anymore.
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-26 Oscar FuentesReturn something (i.e. NULL) from an unimplemented...
2008-10-25 Evan ChengAdd storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlo...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-20 Evan ChengThis forward declaration is unnecessary.
2008-10-20 Duncan SandsTeach getTypeToTransformTo to return something
2008-10-20 Dan GohmanFix a typo in a comment.
2008-10-20 Matthijs KooijmanFix typo in a comment.
2008-10-20 Matthijs KooijmanRemove another stale comment.
2008-10-20 Matthijs KooijmanRemove an inappropriate (probably outdated) comment.
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-10-17 Chris Lattneradd an assert so that PR2356 explodes instead of runnin...
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-13 Evan ChengClarify meaning of copyRegToReg's return value.
2008-10-08 Dale Johannesen(re)Put const weak strings in appropriate section on...
2008-10-07 Owen AndersonAdd an option to enable StrongPHIElimination, for ease...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-10-01 Bill WendlingImplement the -fno-builtin option in the front-end...
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-25 Dan GohmanEnable DeadMachineInstructionElim when Fast-ISel is...
2008-09-25 Dan GohmanRefactor the code that adds standard LLVM codegen passe...
2008-09-24 Anton KorobeynikovFinally get rid of virtual inheritance in TAI
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Dan GohmanArrange for FastISel code to have access to the Machine...
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-11 Evan ChengEliminate some unused methods.
2008-09-11 Evan ChengChange getSubReg semantics. It now returns zero if...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Dale JohannesenSplit the ATOMIC NodeType's to include the size, e.g.
2008-08-26 Cedric Venet- small bug corrected: incorrect iterator type.
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-20 Dan GohmanSimplify FastISel's constructor argument list, make...
2008-08-19 Dan GohmanAdd a TargetLowering hook for creating a FastISel object.
2008-08-16 Anton KorobeynikovAdd interface for section override. Use this for Sparc...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-07 Anton KorobeynikovProvide convenient helpers
2008-08-07 Anton KorobeynikovAdd hook for constant pool section selection for darwin.
2008-08-07 Anton KorobeynikovSelect section for constant pool entries
2008-08-07 Matthijs KooijmanRemove trailing spaces.
2008-08-05 Owen AndersonThis option doesn't need to be a target option. It...
2008-08-04 Owen Anderson- Fix SelectionDAG to generate correct CFGs.
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-22 Anton KorobeynikovTie small stuff to non-small by default on ELF platforms
2008-07-22 Bruno Cardoso LopesBasic support for small sections
2008-07-19 Anton KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
2008-07-19 Anton KorobeynikovAdd TargetAsmInfo stuff for all darwin-based targets
2008-07-19 Anton KorobeynikovAdd TargetAsmInfo for all ELF-based targets
2008-07-16 Dan GohmanClarify the comments here, to make slightly more clear the
2008-07-09 Anton KorobeynikovSilence a warning
2008-07-09 Anton KorobeynikovDrop enum and use constants for SectionFlags
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovUnbreak
2008-07-09 Anton KorobeynikovAnother bunch of hacks for named sections support
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
2008-07-09 Anton KorobeynikovProvide general hook for section name calculation
2008-07-09 Anton KorobeynikovPrint entity size for mergeable sections
2008-07-09 Anton KorobeynikovMove flag decoding stuff into special hook
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
next