Initial support for anti-dependence breaking. Currently this code does not
[oota-llvm.git] / include /
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-24 Dan GohmanMove the scheduler constructor functions to SchedulerRe...
2008-11-24 Dan GohmanFix an unused-parameter warning.
2008-11-24 Dan GohmanCheck in the rest of this change. The isAntiDep flag...
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 Scott MichelRoll back rev 59890, since Chris says this can never...
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-22 Scott MichelCheck for NULL before traversing the isa<> type hierarc...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-22 Bill WendlingCleanup of the [SU]ADDO type legalization code. Patch...
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-21 Dan GohmanAdd a flag to SDep for tracking which edges are anti...
2008-11-21 Bill WendlingUpdate comment to reflect a semblance of reality.
2008-11-21 Dan GohmanRename SDep's isSpecial to isArtificial, to make this...
2008-11-21 Bill WendlingRename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn...
2008-11-21 Bill WendlingImplement the sadd_with_overflow intrinsic. This is...
2008-11-21 Bill WendlingUpdate comment.
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-21 Bill WendlingAdd UADDO and SADDO nodes. These will be used for deter...
2008-11-21 Bill WendlingIntroduce two new "add" intrinsics. These return the...
2008-11-20 Dan GohmanDelete redundant inline keywords.
2008-11-20 Dan GohmanDoxygenate comments.
2008-11-20 Bill WendlingReformatting. No functionality change.
2008-11-20 Chris Lattneradd an operator= to assign to smallstring.
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
2008-11-20 Dan GohmanFactor out the code for verifying the work of the sched...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-19 Dan GohmanMove the code for printing a graph node label for an...
2008-11-19 Dan GohmanConvert SUnit's dump method into a print method and...
2008-11-19 Devang PatelDo not use separate utility to walk all instructions...
2008-11-19 Sanjiv GuptaInt type for PIC16 is i16. Added i16 intrinsics for...
2008-11-19 Chris Lattneradd a write method.
2008-11-19 Daniel DunbarLLVMC2: -emit-llvm stops compilation.
2008-11-19 Daniel DunbarLLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
2008-11-18 Evan ChengFix indentation.
2008-11-18 Devang PatelAdd new helper pass that strips all symbol names except...
2008-11-18 Oscar FuentesCMake: Remove HAVE_LT_DLOPEN from config.h.cmake becaus...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-18 Dan GohmanMake some methods const.
2008-11-18 Dan GohmanWhitespace cleanups.
2008-11-18 Bill WendlingRename stackprotector_create intrinsic to stackprotector.
2008-11-18 Nicolas GeoffrayImplement support for JIT exceptions on X86_64. Relativ...
2008-11-18 Bill WendlingRemove the stackprotector_check intrinsic. Use a volati...
2008-11-18 Dan GohmanChange SUnit's dump method to take a ScheduleDAG* inste...
2008-11-18 Dan GohmanThere is no InstrStage class.
2008-11-17 Mikhail GlushenkovSupport dependencies between plugins by priority-sorting.
2008-11-17 Mikhail GlushenkovAdd a layer of indirection to make plugins more flexible.
2008-11-17 Zhongxing Xumove partial template specialization to FoldingSet.h.
2008-11-16 Zhongxing XuFix 80-col violation.
2008-11-16 Chris Lattneradd a new m_Specific pattern that matches only if we...
2008-11-16 Chris Lattneradd a new template for matching a select between two...
2008-11-16 Zhongxing XuAdd partial specialization of FoldingSetTrait for Immut...
2008-11-16 Zhongxing XuFix 80-column violation.
2008-11-15 Nick LewyckyClean up some strange whitespace.
2008-11-15 Zhongxing XuAdd Profile method to ImmutableList.
2008-11-15 Oscar FuentesCMake: Adds header and TableGen files to Visual Studio...
2008-11-15 Oscar FuentesCMake: Moved generation of Intrinsics.gen to
2008-11-14 Dan GohmanAdd support for building a ScheduleDAG from MachineInst...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-14 Dan GohmanAdd a version of NewSUnit for creating units with Machi...
2008-11-14 Dan GohmanInitial support for carrying MachineInstrs in SUnits.
2008-11-13 Dan GohmanClarify the comment about NumPreds and NumSuccs to...
2008-11-13 Dan GohmanRemove the FlaggedNodes member from SUnit. Instead...
2008-11-13 Dale JohannesenExtend InlineAsm::C_Register to allow multiple specific...
2008-11-13 Dan GohmanMake the Node member of SUnit private, and add accessors.
2008-11-13 Dan GohmanChange ScheduleDAG's DAG member from a reference to...
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-11-12 Dan GohmanRevert the part of r59145 that changed the comment...
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
2008-11-12 Dan GohmanUpdate VarInfo's comments to reflect the current code...
2008-11-12 Dan GohmanCorrect a function name in a comment.
2008-11-12 Tanya LattnerAdd ptr annotation intrinsic.
2008-11-11 Devang PatelUndo previous check-in.
2008-11-11 Devang PatelAdd utility pass to remove dbg info.
2008-11-11 Dan GohmanChange the scheduler accessor methods to accept an...
2008-11-11 Mon P WangCleaned up and fix bugs in convert_rndsat node
2008-11-11 Devang PatelAdd utility routines to remove dead debug info.
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Duncan SandsSmall cleanups. No functionality change intended!
2008-11-10 Duncan SandsWork around PR1000.
2008-11-10 Chris Lattnersplit out the functionality of utohexstr into a new...
2008-11-10 Chris LattnerMove getCastToEmpty out of DIDescriptor into DIFactory...
2008-11-10 Chris LattnerFix a bug with default arguments that apple gcc doesn...
2008-11-10 Chris Lattnermove some cases around to silence these sorts of warnin...
2008-11-10 Chris LattnerAdd a new set of helper classes for creating and readin...
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Evan ChengRename isString -> isExternalSymbol; getString -> getEx...
2008-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-11-08 Evan ChengIndentation.
2008-11-07 Duncan SandsSign-extend rather than zero-extend when promoting
2008-11-07 Evan ChengJump tables may be emitted by target.
2008-11-07 Evan ChengJump table relocation addresses may be resolved by...
next