Remove warnings when using -Wshorten-64-to-32.
[oota-llvm.git] / include /
2008-04-13 Chris Lattneradd a new CallGraphNode::removeCallEdgeFor method,...
2008-04-13 Chris LattnerAdd support for equality comparison of CallSite's.
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-11 Evan ChengUse of implicit_def is not part of live interval. Creat...
2008-04-11 Chris Lattnerimprovements for IntrusiveRefCntPtr, patch by Mikhail...
2008-04-10 Evan ChengAllow registers defined by implicit_def to be clobbered.
2008-04-10 Dan GohmanFix a typo in a comment.
2008-04-09 Dan GohmanMake isVectorClearMaskLegal's operand list const.
2008-04-09 Dan GohmanFix some minor errors in comments.
2008-04-09 Dan GohmanAdd const qualifiers.
2008-04-09 Dan GohmanUpdate comments to use 2.0 syntax type names.
2008-04-09 Chris LattnerConstantFP::get should be static.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-09 Evan ChengUnbreak teh build.
2008-04-09 Chris Lattneradd a version of ConstantFP::get that doesn't take...
2008-04-09 Chris Lattnermake ConstantFP::isExactlyValue work for long double...
2008-04-08 Devang PatelAdd CreateGetResult()
2008-04-08 Devang PatelAdd multiple value return instruction constructor.
2008-04-08 Duncan SandsConvenience method for setting the nounwind
2008-04-08 Dale JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-07 Sam BishopAdded support for Create() calls that take an argument...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-04-07 Owen AndersonAdd operator= implementations to SparseBitVector, allow...
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-07 Owen AndersonMake GVN more memory efficient, particularly on code...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-05 Evan ChengForgot this.
2008-04-04 Duncan SandsIf a value is cast to its own type, then the cast
2008-04-04 Chris LattnerMake ExecutionEngine::updateGlobalMapping return the...
2008-04-03 Ted KremenekAdd member template version of SerializeTrait<T>::Creat...
2008-04-03 Evan ChengSpecial handling of zero-sized live intervals.
2008-04-03 Evan Cheng- Treat a live range defined by an implicit_def as...
2008-04-03 Evan ChengStart of a series of patches related to implicit_def.
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-04-02 David GreeneIterators folloring a SmallVector erased element are...
2008-04-02 Evan ChengNow that I am told MachineRegisterInfo also tracks...
2008-04-02 Evan ChengRemove #include<map> from LiveVariables.h. Not referenced.
2008-04-02 Torok EdwinAdd new file Support/DataFlow.h.
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-04-01 Chris LattnerMappedFile is dead, remove it.
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris Lattnerchange the archive stuff to use MemoryBuffer instead...
2008-04-01 Chris Lattnerprune unneeded #includes
2008-04-01 Chris Lattnerrewrite SourceFile to be in terms of MemoryBuffer,...
2008-04-01 Chris LattnerMake MappedFile::map return a const correct pointer...
2008-04-01 Chris LattnerRemove the MappedFile::charBase member, rename base...
2008-04-01 Chris Lattneradd an accessor.
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattnerremove extraneous #include
2008-04-01 Chris Lattnerupdate comment.
2008-04-01 Chris Lattnercleanup the MappedFile API and comments. This removes...
2008-04-01 Chris Lattnerremove DEFINING_FILE_FOR for MappedFile.h
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-31 Torok Edwintest commit
2008-03-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
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...
next