silence warning when assertions are disabled.
[oota-llvm.git] / include /
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...
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.
next