History log of /external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
079e0819bc4a0dde6ce427757130db85216167de 10-Dec-2012 Anshuman Dasgupta <adasgupt@codeaurora.org> Fix PR14568: Avoid the DFA packetizer from making an invalid read
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169783 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
3adf3b0ac0927ee95d59e3c98599254072fb26f5 07-Sep-2012 Anshuman Dasgupta <adasgupt@codeaurora.org> Refactored DFA generator. Merged transition class into state class.

Patch by Ivan Llopard!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163424 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
87dc7a4c8d21bd638465881f3b6d091f22d9767c 28-Jun-2012 Alexey Samsonov <samsonov@google.com> Fix Windows build after r159281: s/iterator/const_iterator

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159334 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
d7df6cf8d0ad965499a993836704afdfae6f2e52 28-Jun-2012 Richard Trieu <rtrieu@google.com> Silence unused variable warning.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159316 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
e2529dc91e06e84ae3e7730c37a42ff9486b25bf 27-Jun-2012 Anshuman Dasgupta <adasgupt@codeaurora.org> Refactor and speed up DFA generator.

Patch by Ivan Llopard!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159281 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
6f36fa981a59461466e12e5056ba209d289b81b1 11-Jun-2012 Jakob Stoklund Olesen <stoklund@2pi.dk> Write llvm-tblgen backends as functions instead of sub-classes.

The TableGenBackend base class doesn't do much, and will be removed
completely soon.

Patch by Sean Silva!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158311 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
3c39cd84911acd2a41c233d73a2368c530bd1f29 12-Mar-2012 Benjamin Kramer <benny.kra@googlemail.com> DFAPacketizerEmitter: Prune includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152581 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
ffbd0715fa0dd5dd2611cd5cea9f7e5516ba9f5f 03-Feb-2012 Brendon Cahoon <bcahoon@codeaurora.org> Increment DFAStateEntryTable index for sentinel entry.

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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149713 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
464f3a332f81364ee09794f9502f0b25671149c6 06-Dec-2011 Sebastian Pop <spop@codeaurora.org> use space star instead of star space

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145944 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
f6f77e90a18142e196cbc2a6ee87cdf7461b17df 06-Dec-2011 Sebastian Pop <spop@codeaurora.org> add missing point at the end of sentences

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145943 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
dc81e5da271ed394e2029c83458773c4ae2fc5f4 01-Dec-2011 Anshuman Dasgupta <adasgupt@codeaurora.org> Add a deterministic finite automaton based packetizer for VLIW architectures


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145629 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp