index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2010-09-06
emit the match table at global scope instead of within the
Chris Lattner
2010-09-06
special case the mnemonic operand of the instruction in the
Chris Lattner
2010-09-06
The "ambiguous instructions" check only produces anything with -debug,
Chris Lattner
2010-09-06
have tblgen detect when an instruction would have matched, but
Chris Lattner
2010-09-06
change MatchInstructionImpl to return an enum instead of bool.
Chris Lattner
2010-09-06
have AsmMatcherEmitter.cpp produce the hunk of code that gets included
Chris Lattner
2010-09-06
emit the LLVM intrinsic name -> intrinsic number mapping table with
Chris Lattner
2010-09-06
allow specifying an indentation level for the string matcher.
Chris Lattner
2010-09-06
emit the __builtin -> intrinsic map with StringMatcher instead of a
Chris Lattner
2010-09-06
same bug, another place.
Chris Lattner
2010-09-06
fix a critical bug where the generated table would say
Chris Lattner
2010-09-06
update cmake
Chris Lattner
2010-09-06
factor the snazzy string matcher code that Daniel hates
Chris Lattner
2010-09-06
slightly improve the runtime and code size of the Intrinsics info table by not
Chris Lattner
2010-09-04
delete dead code.
Chris Lattner
2010-09-04
zap dead code.
Chris Lattner
2010-09-03
Generalize getFieldType to work on all TypedInits. Add a couple of testcases...
David Greene
2010-09-03
Remove a TODO comment; this is now filed in bugzilla (PR8005).
Dan Gohman
2010-09-03
Stop emitting predicate functions. They are no longer used.
Jakob Stoklund Olesen
2010-09-01
remove dead code.
Chris Lattner
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-08-29
Don't worry about union types.
Dan Gohman
2010-08-28
Remove obsolete keywords which are no longer relevant.
Dan Gohman
2010-08-28
Remove unions from the vim syntax highlighting.
Dan Gohman
2010-08-28
more dead thing zapping.
Chris Lattner
2010-08-28
zap dead method
Chris Lattner
2010-08-27
Fix a comment typo.
Bob Wilson
2010-08-27
Clarify a comment.
Dan Gohman
2010-08-27
Parse " (Hidden)" and cope with it.
Dan Gohman
2010-08-27
Default to looking for clang++ in the PATH, rather than trying to
Dan Gohman
2010-08-26
Experimental clang-based code-completion support for vim. This currently
Dan Gohman
2010-08-25
Allow strict subclasses of register classes, this way we can handle
Eric Christopher
2010-08-25
buildbot/valgrind: Ignore leaks in /usr/bin/as.
Daniel Dunbar
2010-08-25
Split out register class subclassing to a separate function and clean up
Eric Christopher
2010-08-24
Fix comment.
Eric Christopher
2010-08-24
llvmc: Improve error handling in EmitEdgeClasses().
Mikhail Glushenkov
2010-08-23
llvmc: Make syntax more consistent.
Mikhail Glushenkov
2010-08-23
llvmc: Allow multiple LanguageMaps.
Mikhail Glushenkov
2010-08-23
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-08-23
llvmc: Do not mention plugins in the code.
Mikhail Glushenkov
2010-08-23
Fix some GCC warnings by providing a virtual destructor in the base of a class
Chandler Carruth
2010-08-20
llvmc: Fix alias generation.
Mikhail Glushenkov
2010-08-20
Trailing whitespace.
Mikhail Glushenkov
2010-08-20
Diagnose attempts to update standard output.
Dan Gohman
2010-08-20
Convert FileUpdate to use tool_output_file, and to use
Dan Gohman
2010-08-20
Convert tablegen to use tool_output_file.
Dan Gohman
2010-08-20
llvmc: Do not prefix option names with AutoGenerated.
Mikhail Glushenkov
2010-08-20
llvmc: Cut global namespace pollution.
Mikhail Glushenkov
2010-08-19
llvmc: Update examples.
Mikhail Glushenkov
2010-08-19
buildbot/valgrind: Update RegisterPass false positive suppression for API
Daniel Dunbar
[prev]
[next]