summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Re-commit of the r48822, where the infinite looping problem discoveredRoman Levenstein2008-04-07
* Make GVN more memory efficient, particularly on code that contains a large nu...Owen Anderson2008-04-07
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Forgot this.Evan Cheng2008-04-05
* If a value is cast to its own type, then the castDuncan Sands2008-04-04
* Make ExecutionEngine::updateGlobalMapping return the old mapping.Chris Lattner2008-04-04
* Add member template version of SerializeTrait<T>::Create that also acceptsTed Kremenek2008-04-03
* Special handling of zero-sized live intervals.Evan Cheng2008-04-03
* - Treat a live range defined by an implicit_def as a zero-sized one.Evan Cheng2008-04-03
* Start of a series of patches related to implicit_def.Evan Cheng2008-04-03
* Backing out 48222 temporarily.Evan Cheng2008-04-03
* Iterators folloring a SmallVector erased element are invalidated soDavid Greene2008-04-02
* Now that I am told MachineRegisterInfo also tracks physical register uses / d...Evan Cheng2008-04-02
* Remove #include<map> from LiveVariables.h. Not referenced.Evan Cheng2008-04-02
* Add new file Support/DataFlow.h.Torok Edwin2008-04-02
* Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov2008-04-02
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-02
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* MappedFile is dead, remove it.Chris Lattner2008-04-01
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-01
* change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner2008-04-01
* prune unneeded #includesChris Lattner2008-04-01
* rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner2008-04-01
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-01
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-01
* add an accessor.Chris Lattner2008-04-01
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-01
* remove extraneous #includeChris Lattner2008-04-01
* update comment.Chris Lattner2008-04-01
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-01
* remove DEFINING_FILE_FOR for MappedFile.hChris Lattner2008-04-01
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-31
* test commitTorok Edwin2008-03-31
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* Cosmetic change.Evan Cheng2008-03-29
* Rename getAnyLoad to getLoad is suggested by Evan.Duncan Sands2008-03-28
* Implement LegalizeTypes support for softfloat LOAD.Duncan Sands2008-03-27
* Avoid creating chain dependencies from CopyToReg nodes to load and storeDan Gohman2008-03-27
* when a node is removed from an ilist, set its next/prev pointers toChris Lattner2008-03-27
* Fix a bug in Darwin EH: FDE->CIE pointer mustDale Johannesen2008-03-26
* Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein2008-03-26
* Add explicit keywords.Dan Gohman2008-03-25
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-25
* Add optimize-for-size knob.Devang Patel2008-03-25
* De-constify the input to the "operator >>" method as it is modified.Bill Wendling2008-03-25
* Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop2008-03-25
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-24
* Remove an unnecessary #include.Dan Gohman2008-03-24
* Shrink the size of AllocationInst by using its SubclassDataDan Gohman2008-03-24
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-24