| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix PR14568: Avoid the DFA packetizer from making an invalid read | Anshuman Dasgupta | 2012-12-10 | 1 | -1/+10 |
| | | | | | | | | | | | beyond array bounds. No test case since I cannot reproduce an ICE with this bug. According to Carlos -- the bug reporter -- a segfault occurs only when LLVM is compiled with a specific version of GCC. llvm-svn: 169783 | ||||
| * | Refactored DFA generator. Merged transition class into state class. | Anshuman Dasgupta | 2012-09-07 | 1 | -117/+51 |
| | | | | | | | Patch by Ivan Llopard! llvm-svn: 163424 | ||||
| * | Fix Windows build after r159281: s/iterator/const_iterator | Alexey Samsonov | 2012-06-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 159334 | ||||
| * | Silence unused variable warning. | Richard Trieu | 2012-06-28 | 1 | -0/+1 |
| | | | | | llvm-svn: 159316 | ||||
| * | Refactor and speed up DFA generator. | Anshuman Dasgupta | 2012-06-27 | 1 | -21/+48 |
| | | | | | | | Patch by Ivan Llopard! llvm-svn: 159281 | ||||
| * | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -7/+48 |
| | | | | | | | | | | The TableGenBackend base class doesn't do much, and will be removed completely soon. Patch by Sean Silva! llvm-svn: 158311 | ||||
| * | DFAPacketizerEmitter: Prune includes. | Benjamin Kramer | 2012-03-12 | 1 | -2/+0 |
| | | | | | llvm-svn: 152581 | ||||
| * | Increment DFAStateEntryTable index for sentinel entry. | Brendon Cahoon | 2012-02-03 | 1 | -1/+3 |
| | | | | | | | | | | When adding the {-1, -1} entry to the DFAStateInputTable, we need to increment the index used to populate the DFAStateEntryTable. Otherwise, the entry table will be off by one for each transition after the {-1, -1} entry. PR11908. llvm-svn: 149713 | ||||
| * | use space star instead of star space | Sebastian Pop | 2011-12-06 | 1 | -27/+27 |
| | | | | | llvm-svn: 145944 | ||||
| * | add missing point at the end of sentences | Sebastian Pop | 2011-12-06 | 1 | -64/+64 |
| | | | | | llvm-svn: 145943 | ||||
| * | Add a deterministic finite automaton based packetizer for VLIW architectures | Anshuman Dasgupta | 2011-12-01 | 1 | -0/+512 |
| llvm-svn: 145629 | |||||

