index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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
2010-08-19
buildbot/valgrind: Suppress warnings about leaks in /bin/grep.
Daniel Dunbar
2010-08-19
Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on
Eli Friedman
2010-08-19
lit/GoogleTest: Add .exe to the suffix when looking for tests.
Daniel Dunbar
2010-08-19
Add include missing for VC build.
Sean Hunt
2010-08-19
Remove three spurious semicolons
Sean Hunt
2010-08-18
Finish full attribute class emission for clang.
Sean Hunt
2010-08-17
Remove predicate workaround, we're going to require that predicate
Eric Christopher
2010-08-16
Rename sat_shift operand to shift_imm, in preparation for using it for other
Bob Wilson
2010-08-16
Install Embedded builds into usr/local. Radar 8313723.
Bob Wilson
2010-08-15
Revert r111082. No warnings for this common pattern.
Argyrios Kyrtzidis
2010-08-15
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-14
Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.
Argyrios Kyrtzidis
2010-08-13
Revert r111007.
Mikhail Glushenkov
2010-08-13
Add a workaround for building with Clang.
Mikhail Glushenkov
2010-08-13
llvmc: fix two tests, remove XFAILs.
Mikhail Glushenkov
2010-08-12
Cleaned up the for-disassembly-only entries in the arm instruction table so that
Johnny Chen
[next]