aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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.Edwin Török2008-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
* remove extraneous #includeChris Lattner2008-04-011-1/+1
* update comment.Chris Lattner2008-04-011-2/+3
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-011-95/+40
* remove DEFINING_FILE_FOR for MappedFile.hChris Lattner2008-04-011-4/+1
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-312-8/+11
* test commitEdwin Török2008-03-311-1/+1
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-302-0/+4
* Cosmetic change.Evan Cheng2008-03-291-1/+1
* Rename getAnyLoad to getLoad is suggested by Evan.Duncan Sands2008-03-281-5/+5
* Implement LegalizeTypes support for softfloat LOAD.Duncan Sands2008-03-271-0/+5
* Avoid creating chain dependencies from CopyToReg nodes to load and storeDan Gohman2008-03-271-2/+1
* when a node is removed from an ilist, set its next/prev pointers toChris Lattner2008-03-271-0/+8
* Fix a bug in Darwin EH: FDE->CIE pointer mustDale Johannesen2008-03-261-2/+9
* Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein2008-03-262-62/+227
* Add explicit keywords.Dan Gohman2008-03-254-7/+8
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-253-10/+11
* Add optimize-for-size knob.Devang Patel2008-03-251-0/+4
* De-constify the input to the "operator >>" method as it is modified.Bill Wendling2008-03-251-1/+1
* Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop2008-03-251-0/+2
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-13/+0
* Remove an unnecessary #include.Dan Gohman2008-03-241-1/+0
* Shrink the size of AllocationInst by using its SubclassDataDan Gohman2008-03-241-6/+3
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-242-2/+16
* Use C-style comments :)Anton Korobeynikov2008-03-231-2/+2
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-231-1/+1
* Typo fixesAnton Korobeynikov2008-03-221-3/+3
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-221-0/+8
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+5
* Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng2008-03-221-0/+5