| Commit message (Expand) | Author | Age | Files | Lines |
* | Make isVectorClearMaskLegal's operand list const. | Dan Gohman | 2008-04-09 | 1 | -1/+1 |
* | Fix some minor errors in comments. | Dan Gohman | 2008-04-09 | 1 | -3/+3 |
* | Add const qualifiers. | Dan Gohman | 2008-04-09 | 1 | -2/+2 |
* | Update comments to use 2.0 syntax type names. | Dan Gohman | 2008-04-09 | 2 | -3/+3 |
* | ConstantFP::get should be static. | Chris Lattner | 2008-04-09 | 1 | -1/+1 |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 2 | -0/+8 |
* | Unbreak teh build. | Evan Cheng | 2008-04-09 | 1 | -0/+5 |
* | add a version of ConstantFP::get that doesn't take a redundant Type* value, | Chris Lattner | 2008-04-09 | 1 | -1/+4 |
* | make ConstantFP::isExactlyValue work for long double as well. | Chris Lattner | 2008-04-09 | 1 | -7/+4 |
* | Add CreateGetResult() | Devang Patel | 2008-04-08 | 1 | -1/+5 |
* | Add multiple value return instruction constructor. | Devang Patel | 2008-04-08 | 1 | -0/+4 |
* | Convenience method for setting the nounwind | Duncan Sands | 2008-04-08 | 1 | -0/+1 |
* | Implement new llc flag -disable-required-unwind-tables. | Dale Johannesen | 2008-04-08 | 1 | -2/+7 |
* | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek | 2008-04-07 | 1 | -7/+0 |
* | Added method Path::getDirname(). | Ted Kremenek | 2008-04-07 | 1 | -0/+12 |
* | Added support for Create() calls that take an argument besides the | Sam Bishop | 2008-04-07 | 1 | -3/+128 |
* | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman | 2008-04-07 | 6 | -29/+29 |
* | Add operator= implementations to SparseBitVector, allowing it to be used in G... | Owen Anderson | 2008-04-07 | 1 | -0/+23 |
* | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein | 2008-04-07 | 2 | -63/+228 |
* | Make GVN more memory efficient, particularly on code that contains a large nu... | Owen Anderson | 2008-04-07 | 1 | -0/+4 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 9 | -40/+277 |
* | Forgot this. | Evan Cheng | 2008-04-05 | 1 | -0/+2 |
* | If a value is cast to its own type, then the cast | Duncan Sands | 2008-04-04 | 1 | -2/+6 |
* | Make ExecutionEngine::updateGlobalMapping return the old mapping. | Chris Lattner | 2008-04-04 | 1 | -5/+7 |
* | Add member template version of SerializeTrait<T>::Create that also accepts | Ted Kremenek | 2008-04-03 | 1 | -0/+5 |
* | Special handling of zero-sized live intervals. | Evan Cheng | 2008-04-03 | 1 | -2/+4 |
* | - Treat a live range defined by an implicit_def as a zero-sized one. | Evan Cheng | 2008-04-03 | 1 | -0/+4 |
* | Start of a series of patches related to implicit_def. | Evan Cheng | 2008-04-03 | 1 | -20/+30 |
* | Backing out 48222 temporarily. | Evan Cheng | 2008-04-03 | 2 | -227/+62 |
* | Iterators folloring a SmallVector erased element are invalidated so | David Greene | 2008-04-02 | 1 | -2/+6 |
* | Now that I am told MachineRegisterInfo also tracks physical register uses / d... | Evan Cheng | 2008-04-02 | 1 | -0/+8 |
* | Remove #include<map> from LiveVariables.h. Not referenced. | Evan Cheng | 2008-04-02 | 1 | -1/+0 |
* | Add new file Support/DataFlow.h. | Edwin Török | 2008-04-02 | 1 | -0/+104 |
* | Add new CC lowering rule: provide a list of registers, which can be 'shadowed', | Anton Korobeynikov | 2008-04-02 | 1 | -3/+25 |
* | Recommitting EH patch; this should answer most of the | Dale Johannesen | 2008-04-02 | 1 | -4/+0 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -3/+3 |
* | MappedFile is dead, remove it. | Chris Lattner | 2008-04-01 | 1 | -85/+0 |
* | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner | 2008-04-01 | 1 | -0/+23 |
* | change the archive stuff to use MemoryBuffer instead of mappedfile. | Chris Lattner | 2008-04-01 | 1 | -2/+2 |
* | prune unneeded #includes | Chris Lattner | 2008-04-01 | 1 | -3/+0 |
* | rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile. | Chris Lattner | 2008-04-01 | 1 | -16/+6 |
* | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner | 2008-04-01 | 1 | -4/+2 |
* | Remove the MappedFile::charBase member, rename base -> getBase() and | Chris Lattner | 2008-04-01 | 1 | -13/+3 |
* | add an accessor. | Chris Lattner | 2008-04-01 | 1 | -0/+3 |
* | Remove MappedFile support for mapping files for write and exec | Chris Lattner | 2008-04-01 | 2 | -25/+5 |
* | remove extraneous #include | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | update comment. | Chris Lattner | 2008-04-01 | 1 | -2/+3 |
* | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner | 2008-04-01 | 1 | -95/+40 |
* | remove DEFINING_FILE_FOR for MappedFile.h | Chris Lattner | 2008-04-01 | 1 | -4/+1 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 2 | -8/+11 |