aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-04-08Implement new llc flag -disable-required-unwind-tables.Dale Johannesen
2008-04-07Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek
2008-04-07Added method Path::getDirname().Ted Kremenek
2008-04-07Added support for Create() calls that take an argument besides theSam Bishop
2008-04-07Rename MemOperand to MachineMemOperand. This was suggested byDan Gohman
2008-04-07Add operator= implementations to SparseBitVector, allowing it to be used in G...Owen Anderson
2008-04-07Re-commit of the r48822, where the infinite looping problem discoveredRoman Levenstein
2008-04-07Make GVN more memory efficient, particularly on code that contains a large nu...Owen Anderson
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-05Forgot this.Evan Cheng
2008-04-04If a value is cast to its own type, then the castDuncan Sands
2008-04-04Make ExecutionEngine::updateGlobalMapping return the old mapping.Chris Lattner
2008-04-03Add member template version of SerializeTrait<T>::Create that also acceptsTed Kremenek
2008-04-03Special handling of zero-sized live intervals.Evan Cheng
2008-04-03- Treat a live range defined by an implicit_def as a zero-sized one.Evan Cheng
2008-04-03Start of a series of patches related to implicit_def.Evan Cheng
2008-04-03Backing out 48222 temporarily.Evan Cheng
2008-04-02Iterators folloring a SmallVector erased element are invalidated soDavid Greene
2008-04-02Now that I am told MachineRegisterInfo also tracks physical register uses / d...Evan Cheng
2008-04-02Remove #include<map> from LiveVariables.h. Not referenced.Evan Cheng
2008-04-02Add new file Support/DataFlow.h.Torok Edwin
2008-04-02Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov
2008-04-02Recommitting EH patch; this should answer most of theDale Johannesen
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-04-01MappedFile is dead, remove it.Chris Lattner
2008-04-01Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner
2008-04-01change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner
2008-04-01prune unneeded #includesChris Lattner
2008-04-01rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner
2008-04-01Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner
2008-04-01Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner
2008-04-01add an accessor.Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-04-01remove extraneous #includeChris Lattner
2008-04-01update comment.Chris Lattner
2008-04-01cleanup the MappedFile API and comments. This removes and updatesChris Lattner
2008-04-01remove DEFINING_FILE_FOR for MappedFile.hChris Lattner
2008-03-31Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng
2008-03-31test commitTorok Edwin
2008-03-31Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar
2008-03-30Fix "Control reaches the end of non-void function" warnings, Chris Lattner
2008-03-29Cosmetic change.Evan Cheng
2008-03-28Rename getAnyLoad to getLoad is suggested by Evan.Duncan Sands
2008-03-27Implement LegalizeTypes support for softfloat LOAD.Duncan Sands
2008-03-27Avoid creating chain dependencies from CopyToReg nodes to load and storeDan Gohman
2008-03-27when a node is removed from an ilist, set its next/prev pointers toChris Lattner
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar
2008-03-26Fix a bug in Darwin EH: FDE->CIE pointer mustDale Johannesen
2008-03-26Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein
2008-03-25Add explicit keywords.Dan Gohman