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