History log of /external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de2d8694e25a814696358e95141f4b1aa4d8847e 20-Sep-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r275480

Bug: http://b/31320715

This merges commit 7dcf7f03e005379ef2f06db96aa93f06186b66d5 from
aosp/dev.

Test: Build AOSP and run RenderScript tests (host tests for slang and
libbcc, RsTest, CTS)

Change-Id: Iaf3738f74312d875e69f61d604ac058f381a2a1a
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
f3ef5332fa3f4d5ec72c178a2b19dac363a19383 04-Mar-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r256229

http://b/26987366

Change-Id: I1f29c4676a8abe633ab5707dded58d846c973d50
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
ebe69fe11e48d322045d5949c83283927a0d790b 23-Mar-2015 Stephen Hines <srhines@google.com> Update aosp/master LLVM for rebase to r230699.

Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
/external/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
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