Move a few more convenience factory functions from Constant to LLVMContext.
[oota-llvm.git] / include / llvm / Target /
2009-04-12 Chris LattnerAdd new TargetInstrDesc::hasImplicitUseOfPhysReg and
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-20 Mon P WangAdded option to enable generating less precise mad...
2009-03-11 Bill WendlingAdd a -no-implicit-float flag. This acts like -soft...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-19 Dale JohannesenDescribe tail merging's use of InsertBranch.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-06 Evan ChengWe don't really need the abort here. This unbreak x86_6...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Evan ChengAdd TargetInstrInfo::isSafeToMoveRegisterClassDefs...
2009-02-06 Evan ChengChange -1 => negative number.
2009-02-06 Evan ChengDocument the meaning of -1 for getCopyCost.
2009-02-05 Evan ChengClarify comments.
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Chris Lattneradd a friend needed by a stringmap change.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-01-30 Dale JohannesenFix build on case-sensitive filesystems (i.e. everybody...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-29 Dan GohmanMake x86's BT instruction matching more thorough, and...
2009-01-28 Dan GohmanMake isOperationLegal do what its name suggests, and...
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-26 Dan GohmanImplement Red Zone utilization on x86-64. This is currently
2009-01-23 Evan ChengCross register class coalescing. Not yet enabled.
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-15 Dan GohmanMake getWidenVectorType const.
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Chris Lattnerfit in 80 cols
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...
next