remove some exclusions that don't exist anymore.
[oota-llvm.git] / include / llvm / Target /
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Duncan SandsAdd a note about passing MVT::Other to getSetCCResultType.
2009-01-05 Dan GohmanAdd <climits>, to get the definition of CHAR_BIT. This...
2009-01-05 Dan GohmanTargetLowering.h #includes SelectionDAGNodes.h, so...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-22 Dan GohmanClarify a comment.
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-18 Mon P WangAdded support for vector widening.
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-15 Dan GohmanFix a typo in a comment.
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Dan GohmanFix the name of ISD::TokenFactor in a comment. Thanks...
2008-12-08 Chris Lattnerintroduce a new RoundUpAlignment helper function, use...
2008-12-08 Chris LattnerSpeed up getABITypeSize by turning a i64 mul and div...
2008-12-08 Dan GohmanClarify a comment.
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Rafael EspindolaFix bug 3140.
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-24 Duncan SandsIf the type legalizer actually legalized anything
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-20 Dan GohmanDelete redundant inline keywords.
2008-11-20 Dan GohmanDoxygenate comments.
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-13 Dale JohannesenExtend InlineAsm::C_Register to allow multiple specific...
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.
next