Fix some documentation for the tutorial.
[oota-llvm.git] / include /
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-29 Evan ChengCosmetic change.
2008-03-28 Duncan SandsRename getAnyLoad to getLoad is suggested by Evan.
2008-03-27 Duncan SandsImplement LegalizeTypes support for softfloat LOAD.
2008-03-27 Dan GohmanAvoid creating chain dependencies from CopyToReg nodes...
2008-03-27 Chris Lattnerwhen a node is removed from an ilist, set its next...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-26 Dale JohannesenFix a bug in Darwin EH: FDE->CIE pointer must
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-25 Devang PatelAdd optimize-for-size knob.
2008-03-25 Bill WendlingDe-constify the input to the "operator >>" method as...
2008-03-25 Sam BishopMake a note of the fact that EmitOwnedPtr() has nothing...
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-24 Dan GohmanRemove an unnecessary #include.
2008-03-24 Dan GohmanShrink the size of AllocationInst by using its SubclassData
2008-03-24 Evan ChengIncreasing the inline limit from (overly conservative...
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-23 Anton KorobeynikovUse C-style comments :)
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-03-22 Anton KorobeynikovTypo fixes
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-03-21 Dan GohmanSpecialize FORCE_DEFINING_FILE_TO_BE_LINKED using a...
2008-03-21 Andrew LenharthFunctionExtractorPass has been superceded by GVExtracto...
2008-03-21 Duncan SandsMake it possible to get an empty struct using
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-20 Gordon HenriksenC and Objective Caml bindings for mem2reg and reg2mem.
2008-03-20 Nick Lewyckyubyte and sbyte? what are those?
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Duncan SandsFix comment.
2008-03-19 Chris Lattneradd some convenience methods for creating GEP instructi...
2008-03-19 Gordon HenriksenC bindings for Module-, Function-, and BasicBlock:...
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-19 Evan ChengFix live variables issues:
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Scott MichelDial down gcc's warnings: don't use 0UL when 0U suffice...
2008-03-18 Dale JohannesenGet rid of compilation warnings. Per Devang.
2008-03-18 Devang PatelIdentify Analysis pass.
2008-03-16 Nate Begeman__builtin_ia32_movntdqa reads memory
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
2008-03-16 Gordon HenriksenRemove unnecessary includes.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-16 Christopher LambMake insert_subreg a two-address instruction, vastly...
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-14 Gabor Greifmove the Use destructor where it belongs to
2008-03-14 Evan ChengBack out r48353. Not needed.
2008-03-14 Chris LattnerRestore this member, which is used on win32.
2008-03-14 Dan GohmanUpdate comments; getPassName no longer uses RTTI.
2008-03-14 Dan GohmanMove the PMStack class out of Pass.h and into PassManag...
2008-03-14 Evan ChengAdd an MO_Undef MachineOperandType, intended for INSERT...
2008-03-14 Evan ChengForgot this.
2008-03-13 Dan GohmanFix a typo in a comment.
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
2008-03-13 Christopher LambGet rid of a pseudo instruction and replace it with...
2008-03-13 Chris Lattnermove a bunch of trivial methods to be inline.
2008-03-13 Chris LattnerVarious improvements suggested by Duncan
2008-03-13 Evan ChengImprove VarInfo::removeKill() by using std::find instea...
2008-03-13 Dan GohmanChange PMTopLevelManager's PassManagers vector element...
2008-03-13 Dan GohmanChange PMStack::push to accept a PMDataManager* instead of
2008-03-13 Dan GohmanFix a typo in a comment.
2008-03-13 Dan GohmanNo need for typedefs with enums in C++.
2008-03-13 Evan ChengRefactor some code out of MachineSink into a MachineIns...
2008-03-12 Evan ChengExperimental scheduler change to schedule / coalesce...
2008-03-12 Duncan SandsDon't try to extract an i32 from an f64. This
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-12 Evan ChengDocument an implementation detail about EXTRACT_SUBREG...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-11 Anton KorobeynikovAdd helper for ultimate aliasee resoltion
2008-03-11 Devang PatelFix getOperand() for ReturnInst.
2008-03-11 Dan GohmanGive PassManager and FunctionPassManager a common base...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Dale JohannesenUse uint64_t not unsigned long long.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Nick LewyckyUpdate the block cloner which fixes bugpoint on code...
2008-03-09 Nick LewyckyTwo things. Preserve the unwind_to when splitting a BB.
2008-03-08 Nick LewyckyNot all users of a BB are Instructions any more.
2008-03-08 Dan GohmanRemove unused runPass methods.
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-07 Dan GohmanThere is no killUse.
2008-03-07 Devang PatelAdd new sretpromotion pass.
2008-03-07 Devang PatelRetVal is not used when there are more then one return...
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...
2008-03-07 Gordon HenriksenCleanup some comments in the OCaml bindings.
2008-03-06 Bill WendlingWhen setting the "unused" info, take into account somet...
2008-03-06 Gabor Greiffix typos
2008-03-06 Nick LewyckyTreat BBs that use BBs as proper predecessors and succe...
2008-03-05 Dale JohannesenClarify that CALLSEQ_START..END may not be nested,
next