|
Revision tags: llvmorg-3.4.1-rc1 |
|
| #
0a7a17df |
| 03-Mar-2014 |
Benjamin Kramer <[email protected]> |
Unbreak the C++11 build.
llvm-svn: 202714
|
|
Revision tags: llvmorg-3.4.0, llvmorg-3.4.0-rc3 |
|
| #
f907b891 |
| 05-Dec-2013 |
Alp Toker <[email protected]> |
Correct word hyphenations
This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities and contractions in nearby lines.
llvm-svn: 196471
|
|
Revision tags: llvmorg-3.4.0-rc2, llvmorg-3.4.0-rc1 |
|
| #
44fee4e0 |
| 01-Oct-2013 |
Rafael Espindola <[email protected]> |
Remove several unused variables.
Patch by Alp Toker.
llvm-svn: 191757
|
|
Revision tags: llvmorg-3.3.1-rc1, llvmorg-3.3.0, llvmorg-3.3.0-rc3, llvmorg-3.3.0-rc2, llvmorg-3.3.0-rc1 |
|
| #
ce3255e7 |
| 14-Feb-2013 |
Jyotsna Verma <[email protected]> |
Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp.
llvm-svn: 175185
|
|
Revision tags: llvmorg-3.2.0, llvmorg-3.2.0-rc3, llvmorg-3.2.0-rc2, llvmorg-3.2.0-rc1 |
|
| #
635debe8 |
| 25-Oct-2012 |
Joerg Sonnenberger <[email protected]> |
Remove exception handling usage from tblgen.
Most places can use PrintFatalError as the unwinding mechanism was not used for anything other than printing the error. The single exception was CodeGenD
Remove exception handling usage from tblgen.
Most places can use PrintFatalError as the unwinding mechanism was not used for anything other than printing the error. The single exception was CodeGenDAGPatterns.cpp, where intermediate errors during type resolution were ignored to simplify incremental platform development. This use is replaced by an error flag in TreePattern and bailout earlier in various places if it is set.
llvm-svn: 166712
show more ...
|
| #
dcbd1608 |
| 25-Oct-2012 |
David Blaikie <[email protected]> |
Remove unused member & unnecessary semicolon.
llvm-svn: 166694
|
| #
5c87daf2 |
| 25-Oct-2012 |
Sebastian Pop <[email protected]> |
add TableGen support to create relationship maps between instructions
Relationship maps are represented as InstrMapping records which are parsed by TableGen and the information is used to construct
add TableGen support to create relationship maps between instructions
Relationship maps are represented as InstrMapping records which are parsed by TableGen and the information is used to construct mapping tables to represent appropriate relations between instructions. These tables are emitted into XXXGenInstrInfo.inc file along with the functions to query them.
Patch by Jyotsna Verma <[email protected]>.
llvm-svn: 166685
show more ...
|