index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
slightly improve the runtime and code size of the Intrinsics info table by not
Chris Lattner
2010-09-06
1
-13
/
+15
*
zap dead code.
Chris Lattner
2010-09-04
1
-1
/
+0
*
Generalize getFieldType to work on all TypedInits. Add a couple of testcases...
David Greene
2010-09-03
2
-23
/
+17
*
Stop emitting predicate functions. They are no longer used.
Jakob Stoklund Olesen
2010-09-03
2
-50
/
+0
*
remove dead code.
Chris Lattner
2010-09-01
1
-37
/
+0
*
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-09-01
1
-35
/
+35
*
more dead thing zapping.
Chris Lattner
2010-08-28
1
-17
/
+1
*
zap dead method
Chris Lattner
2010-08-28
1
-2
/
+0
*
Fix a comment typo.
Bob Wilson
2010-08-27
1
-1
/
+1
*
Allow strict subclasses of register classes, this way we can handle
Eric Christopher
2010-08-25
1
-2
/
+3
*
Split out register class subclassing to a separate function and clean up
Eric Christopher
2010-08-25
2
-29
/
+33
*
Fix comment.
Eric Christopher
2010-08-24
1
-2
/
+2
*
llvmc: Improve error handling in EmitEdgeClasses().
Mikhail Glushenkov
2010-08-24
1
-14
/
+24
*
llvmc: Make syntax more consistent.
Mikhail Glushenkov
2010-08-23
1
-79
/
+116
*
llvmc: Allow multiple LanguageMaps.
Mikhail Glushenkov
2010-08-23
1
-5
/
+5
*
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-08-23
1
-11
/
+8
*
llvmc: Do not mention plugins in the code.
Mikhail Glushenkov
2010-08-23
1
-18
/
+14
*
Fix some GCC warnings by providing a virtual destructor in the base of a class
Chandler Carruth
2010-08-23
1
-0
/
+1
*
llvmc: Fix alias generation.
Mikhail Glushenkov
2010-08-20
1
-1
/
+1
*
Convert tablegen to use tool_output_file.
Dan Gohman
2010-08-20
1
-6
/
+3
*
llvmc: Do not prefix option names with AutoGenerated.
Mikhail Glushenkov
2010-08-20
1
-15
/
+26
*
llvmc: Cut global namespace pollution.
Mikhail Glushenkov
2010-08-20
1
-2
/
+7
*
llvmc: Update examples.
Mikhail Glushenkov
2010-08-19
1
-2
/
+0
*
Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on
Eli Friedman
2010-08-19
1
-1
/
+1
*
Add include missing for VC build.
Sean Hunt
2010-08-19
1
-0
/
+1
*
Remove three spurious semicolons
Sean Hunt
2010-08-19
1
-3
/
+3
*
Finish full attribute class emission for clang.
Sean Hunt
2010-08-18
3
-14
/
+625
*
Remove predicate workaround, we're going to require that predicate
Eric Christopher
2010-08-17
1
-9
/
+0
*
Rename sat_shift operand to shift_imm, in preparation for using it for other
Bob Wilson
2010-08-16
1
-1
/
+1
*
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-15
1
-115
/
+33
*
Revert r111007.
Mikhail Glushenkov
2010-08-13
2
-19
/
+5
*
Add a workaround for building with Clang.
Mikhail Glushenkov
2010-08-13
2
-5
/
+19
*
llvmc: fix two tests, remove XFAILs.
Mikhail Glushenkov
2010-08-13
1
-3
/
+4
*
Cleaned up the for-disassembly-only entries in the arm instruction table so that
Johnny Chen
2010-08-12
1
-0
/
+1
*
tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',
Daniel Dunbar
2010-08-12
1
-6
/
+3
*
Move the ARM SSAT and USAT optional shift amount operand out of the
Bob Wilson
2010-08-11
1
-0
/
+1
*
tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator.
Daniel Dunbar
2010-08-11
1
-0
/
+8
*
tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ...
Daniel Dunbar
2010-08-11
1
-3
/
+6
*
Add a separate ARM instruction format for Saturate instructions.
Bob Wilson
2010-08-11
1
-30
/
+29
*
We already have this as OperandNode.
Eric Christopher
2010-08-10
1
-5
/
+2
*
Add back in r109901, which adds a Compare flag to the target instructions. It's
Bill Wendling
2010-08-08
3
-0
/
+3
*
Fix eabi calling convention when a 64 bit value shadows r3.
Rafael Espindola
2010-08-06
1
-0
/
+2
*
Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't
Bill Wendling
2010-08-06
3
-3
/
+0
*
Moar words!
Eric Christopher
2010-08-06
1
-1
/
+1
*
Add tablegen support for vdup_lane
Nate Begeman
2010-08-06
1
-3
/
+6
*
Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem
Dan Gohman
2010-08-05
4
-10
/
+8
*
Add a "Compare" flag to the target instruction descriptor. This will be used
Bill Wendling
2010-07-30
3
-0
/
+3
*
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-30
1
-0
/
+1
*
Fix a warning from gcc-4.0 (from the ppc buildbot).
Bob Wilson
2010-07-28
1
-0
/
+2
*
Filter out patterns that have PredicateOperands.
Eric Christopher
2010-07-28
1
-0
/
+12
[prev]
[next]