index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
generalize my previous operand loc info hack. If the same operand
Chris Lattner
2010-09-06
1
-7
/
+9
*
in the case where an instruction only has one implementation
Chris Lattner
2010-09-06
1
-10
/
+27
*
Now that we know if we had a total fail on the instruction mnemonic,
Chris Lattner
2010-09-06
1
-4
/
+9
*
simplify DEBUG_WITH_TYPE usage
Chris Lattner
2010-09-06
1
-13
/
+10
*
this if can now be an assert.
Chris Lattner
2010-09-06
1
-2
/
+2
*
;
Chris Lattner
2010-09-06
1
-1
/
+1
*
now that the opcode is trivially exposed, start matching instructions
Chris Lattner
2010-09-06
1
-6
/
+22
*
emit the match table at global scope instead of within the
Chris Lattner
2010-09-06
1
-20
/
+25
*
special case the mnemonic operand of the instruction in the
Chris Lattner
2010-09-06
1
-8
/
+29
*
The "ambiguous instructions" check only produces anything with -debug,
Chris Lattner
2010-09-06
1
-21
/
+22
*
have tblgen detect when an instruction would have matched, but
Chris Lattner
2010-09-06
1
-6
/
+11
*
change MatchInstructionImpl to return an enum instead of bool.
Chris Lattner
2010-09-06
1
-6
/
+12
*
have AsmMatcherEmitter.cpp produce the hunk of code that gets included
Chris Lattner
2010-09-06
1
-6
/
+26
*
emit the LLVM intrinsic name -> intrinsic number mapping table with
Chris Lattner
2010-09-06
2
-27
/
+36
*
allow specifying an indentation level for the string matcher.
Chris Lattner
2010-09-06
2
-8
/
+12
*
emit the __builtin -> intrinsic map with StringMatcher instead of a
Chris Lattner
2010-09-06
1
-108
/
+18
*
same bug, another place.
Chris Lattner
2010-09-06
1
-1
/
+1
*
fix a critical bug where the generated table would say
Chris Lattner
2010-09-06
1
-1
/
+3
*
update cmake
Chris Lattner
2010-09-06
1
-0
/
+1
*
factor the snazzy string matcher code that Daniel hates
Chris Lattner
2010-09-06
3
-134
/
+198
*
slightly improve the runtime and code size of the Intrinsics info table by not
Chris Lattner
2010-09-06
1
-13
/
+15
*
delete dead code.
Chris Lattner
2010-09-04
1
-29
/
+0
*
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
*
Remove a TODO comment; this is now filed in bugzilla (PR8005).
Dan Gohman
2010-09-03
1
-4
/
+0
*
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
2
-36
/
+36
*
Don't worry about union types.
Dan Gohman
2010-08-29
1
-1
/
+0
*
Remove obsolete keywords which are no longer relevant.
Dan Gohman
2010-08-28
1
-2
/
+1
*
Remove unions from the vim syntax highlighting.
Dan Gohman
2010-08-28
1
-1
/
+0
*
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
*
Clarify a comment.
Dan Gohman
2010-08-27
1
-1
/
+1
*
Parse " (Hidden)" and cope with it.
Dan Gohman
2010-08-27
1
-0
/
+7
*
Default to looking for clang++ in the PATH, rather than trying to
Dan Gohman
2010-08-27
1
-2
/
+2
*
Experimental clang-based code-completion support for vim. This currently
Dan Gohman
2010-08-26
1
-0
/
+124
*
Allow strict subclasses of register classes, this way we can handle
Eric Christopher
2010-08-25
1
-2
/
+3
*
buildbot/valgrind: Ignore leaks in /usr/bin/as.
Daniel Dunbar
2010-08-25
2
-0
/
+12
*
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
*
Trailing whitespace.
Mikhail Glushenkov
2010-08-20
1
-80
/
+80
[next]