index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: raw pointer -> unique_ptr
Anton Yartsev
2014-09-25
1
-5
/
+3
*
[TableGen] Fully resolve class-instance values before defs in multiclasses
Adam Nemet
2014-09-16
1
-0
/
+9
*
Comment only: Annotate loop as per mailing list discussion
Jean-Luc Duprat
2014-08-29
1
-0
/
+3
*
Tablegen fixes for new syntax when initializing bits from variables.
Jean-Luc Duprat
2014-08-29
1
-0
/
+9
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-10
/
+10
*
TableGen: unique_ptr-ify RecordKeeper
Dylan Noblesmith
2014-08-24
1
-1
/
+1
*
TableGen: delete no-op code
Dylan Noblesmith
2014-08-24
1
-7
/
+0
*
TableGen: use auto and for-range
Dylan Noblesmith
2014-08-24
1
-12
/
+9
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-2
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
2
-4
/
+4
*
[tablegen] - Eliminate memory leaks in TGParser.cpp
Anton Yartsev
2014-08-08
1
-4
/
+26
*
Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly con...
Aaron Ballman
2014-08-07
1
-1
/
+1
*
Update BitRecTy::convertValue to allow if expressions with bit values on both...
Pete Cooper
2014-08-07
1
-0
/
+10
*
Change the { } expression in tablegen to accept sized binary literals which a...
Pete Cooper
2014-08-07
1
-2
/
+13
*
Change TableGen so that binary literals such as 0b001 are now sized.
Pete Cooper
2014-08-07
3
-1
/
+19
*
TableGen: Change { } to only accept bits<n> entries when n == 1.
Pete Cooper
2014-08-07
1
-1
/
+4
*
Allow binary and for tblgen math.
Joerg Sonnenberger
2014-08-05
4
-2
/
+9
*
Don't fail tablegen immediately after failing to set a value.
Pete Cooper
2014-07-31
1
-1
/
+4
*
Add a better error message when failing to assign one tablegen value to another
Pete Cooper
2014-07-31
1
-1
/
+8
*
[TableGen] Allow shift operators to take bits<n>
Adam Nemet
2014-07-17
1
-2
/
+4
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-5
/
+6
*
This only needs a StringRef.
Rafael Espindola
2014-07-06
2
-11
/
+11
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
2
-3
/
+3
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
2
-6
/
+8
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
2
-8
/
+6
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-8
/
+2
*
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
James Molloy
2014-06-17
2
-0
/
+324
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-3
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Fix error in tablegen when either operand of !if is an empty list.
Matt Arsenault
2014-06-10
2
-7
/
+9
*
Anonymous definitions in foreach blocks triggered a 'def already exists'
Artyom Skrobov
2014-06-10
1
-2
/
+7
*
Fix typos in tablegen error messages
Matt Arsenault
2014-05-31
1
-3
/
+3
*
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
2014-05-21
1
-0
/
+1
*
Use a vector of unique_ptrs to fix a memory leak introduced in r208179.
Daniel Sanders
2014-05-08
1
-2
/
+2
*
[tablegen] Add !listconcat operator with the similar semantics as !strconcat
Daniel Sanders
2014-05-07
4
-2
/
+36
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-7
/
+7
*
[C++11] Make use of 'nullptr' in TableGen library.
Craig Topper
2014-04-09
3
-282
/
+275
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
2
-22
/
+22
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
2
-17
/
+0
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Fix odd indentation.
Craig Topper
2014-02-27
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-2
/
+2
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
1
-2
/
+2
*
[TableGen] Correctly generate implicit anonymous prototype defs in multiclasses
Hal Finkel
2014-01-02
1
-5
/
+42
*
[TableGen] Use the same anonymous name as the prefix on all multiclass defs
Hal Finkel
2014-01-02
2
-2
/
+2
*
TableGen: Generate valid identifiers for anonymous records
Alp Toker
2013-12-21
2
-9
/
+11
*
Fix most memory leaks in tablegen.
Rafael Espindola
2013-10-31
1
-11
/
+20
[next]