aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-124-32/+67
* Use of implicit_def is not part of live interval. Create empty intervals for ...Evan Cheng2008-04-111-3/+5
* improvements for IntrusiveRefCntPtr, patch by Mikhail GlushenkovChris Lattner2008-04-111-2/+7
* Allow registers defined by implicit_def to be clobbered.Evan Cheng2008-04-101-3/+18
* Fix a typo in a comment.Dan Gohman2008-04-101-1/+1
* Make isVectorClearMaskLegal's operand list const.Dan Gohman2008-04-091-1/+1
* Fix some minor errors in comments.Dan Gohman2008-04-091-3/+3
* Add const qualifiers.Dan Gohman2008-04-091-2/+2
* Update comments to use 2.0 syntax type names.Dan Gohman2008-04-092-3/+3
* ConstantFP::get should be static.Chris Lattner2008-04-091-1/+1
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-092-0/+8
* Unbreak teh build.Evan Cheng2008-04-091-0/+5
* add a version of ConstantFP::get that doesn't take a redundant Type* value,Chris Lattner2008-04-091-1/+4
* make ConstantFP::isExactlyValue work for long double as well.Chris Lattner2008-04-091-7/+4
* Add CreateGetResult()Devang Patel2008-04-081-1/+5
* Add multiple value return instruction constructor.Devang Patel2008-04-081-0/+4
* Convenience method for setting the nounwindDuncan Sands2008-04-081-0/+1
* Implement new llc flag -disable-required-unwind-tables.Dale Johannesen2008-04-081-2/+7
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-7/+0
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+12
* Added support for Create() calls that take an argument besides theSam Bishop2008-04-071-3/+128
* Rename MemOperand to MachineMemOperand. This was suggested byDan Gohman2008-04-076-29/+29
* Add operator= implementations to SparseBitVector, allowing it to be used in G...Owen Anderson2008-04-071-0/+23
* Re-commit of the r48822, where the infinite looping problem discoveredRoman Levenstein2008-04-072-63/+228
* Make GVN more memory efficient, particularly on code that contains a large nu...Owen Anderson2008-04-071-0/+4
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-069-40/+277
* Forgot this.Evan Cheng2008-04-051-0/+2
* If a value is cast to its own type, then the castDuncan Sands2008-04-041-2/+6
* Make ExecutionEngine::updateGlobalMapping return the old mapping.Chris Lattner2008-04-041-5/+7
* Add member template version of SerializeTrait<T>::Create that also acceptsTed Kremenek2008-04-031-0/+5
* Special handling of zero-sized live intervals.Evan Cheng2008-04-031-2/+4
* - Treat a live range defined by an implicit_def as a zero-sized one.Evan Cheng2008-04-031-0/+4
* Start of a series of patches related to implicit_def.Evan Cheng2008-04-031-20/+30
* Backing out 48222 temporarily.Evan Cheng2008-04-032-227/+62
* Iterators folloring a SmallVector erased element are invalidated soDavid Greene2008-04-021-2/+6
* Now that I am told MachineRegisterInfo also tracks physical register uses / d...Evan Cheng2008-04-021-0/+8
* Remove #include<map> from LiveVariables.h. Not referenced.Evan Cheng2008-04-021-1/+0
* Add new file Support/DataFlow.h.Torok Edwin2008-04-021-0/+104
* Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov2008-04-021-3/+25
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-021-4/+0
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-3/+3
* MappedFile is dead, remove it.Chris Lattner2008-04-011-85/+0
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+23
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-011-2/+2
* prune unneeded #includesChris Lattner2008-04-011-3/+0
* rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner2008-04-011-16/+6
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-011-4/+2
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-011-13/+3
* add an accessor.Chris Lattner2008-04-011-0/+3
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-012-25/+5