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
/
LLVMCConfigurationEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmc: make switch options ZeroOrMore by default.
Mikhail Glushenkov
2010-12-15
1
-1
/
+8
*
eliminate the Records global variable, patch by Garrison Venn!
Chris Lattner
2010-12-13
1
-2
/
+3
*
Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).
Mikhail Glushenkov
2010-10-23
1
-139
/
+100
*
llvmc: Allow multiple output languages.
Mikhail Glushenkov
2010-09-21
1
-35
/
+61
*
more dead thing zapping.
Chris Lattner
2010-08-28
1
-17
/
+1
*
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
*
llvmc: Fix alias generation.
Mikhail Glushenkov
2010-08-20
1
-1
/
+1
*
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
*
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-15
1
-115
/
+33
*
Revert r111007.
Mikhail Glushenkov
2010-08-13
1
-16
/
+2
*
Add a workaround for building with Clang.
Mikhail Glushenkov
2010-08-13
1
-2
/
+16
*
llvmc: fix two tests, remove XFAILs.
Mikhail Glushenkov
2010-08-13
1
-3
/
+4
*
Return -1 only on failure to execute a program.
Mikhail Glushenkov
2010-07-27
1
-1
/
+1
*
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-23
1
-35
/
+51
*
Remove code duplication.
Mikhail Glushenkov
2010-07-19
1
-26
/
+21
*
Better error reporting for switch_list.
Mikhail Glushenkov
2010-07-19
1
-9
/
+42
*
llvmc: Add a new option type (switch_list).
Mikhail Glushenkov
2010-07-19
1
-8
/
+43
*
Make it not an error to specify -O* options several times.
Mikhail Glushenkov
2010-03-05
1
-19
/
+57
*
Trailing whitespace.
Mikhail Glushenkov
2010-02-23
1
-1
/
+1
*
Implement order-preserving option forwarding.
Mikhail Glushenkov
2010-02-23
1
-20
/
+44
*
Correct option forwarding: initial implementation.
Mikhail Glushenkov
2010-02-23
1
-162
/
+127
*
New experimental/undocumented feature: 'works_on_empty'.
Mikhail Glushenkov
2010-02-23
1
-3
/
+33
*
Add a way to enable '-opt=foo' forwarding.
Mikhail Glushenkov
2010-02-23
1
-3
/
+30
*
Revert r96130 ("Forward parameter options as '-option=param'").
Mikhail Glushenkov
2010-02-15
1
-2
/
+2
*
Forward parameter options as '-option=parameter'.
Mikhail Glushenkov
2010-02-13
1
-2
/
+2
*
Escape double quotes in 'help'.
Mikhail Glushenkov
2010-01-26
1
-2
/
+17
*
Typo.
Mikhail Glushenkov
2010-01-01
1
-1
/
+1
*
Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.
Mikhail Glushenkov
2010-01-01
1
-5
/
+18
*
Minor simplifications.
Mikhail Glushenkov
2010-01-01
1
-1
/
+1
*
Better error message.
Mikhail Glushenkov
2010-01-01
1
-1
/
+1
*
Don't emit trailing semicolon.
Daniel Dunbar
2009-12-24
1
-1
/
+1
*
Cosmetic issue: more consistent naming.
Mikhail Glushenkov
2009-12-23
1
-55
/
+55
*
Allow (set_option SwitchOption, true).
Mikhail Glushenkov
2009-12-23
1
-12
/
+29
*
Make 'set_option' work with list options.
Mikhail Glushenkov
2009-12-18
1
-10
/
+23
*
Add a 'set_option' action for use in OptionPreprocessor.
Mikhail Glushenkov
2009-12-17
1
-16
/
+64
*
Refactoring, no functionality change.
Mikhail Glushenkov
2009-12-17
1
-120
/
+149
*
s/TokenizeCmdline/TokenizeCmdLine/
Mikhail Glushenkov
2009-12-17
1
-14
/
+13
*
Convert llvmc tests to FileCheck.
Mikhail Glushenkov
2009-12-15
1
-1
/
+1
*
Support hook invocation from 'append_cmd'.
Mikhail Glushenkov
2009-12-15
1
-37
/
+62
*
Validate the generated C++ code in llvmc tests.
Mikhail Glushenkov
2009-12-15
1
-19
/
+20
*
Allow $CALL(Hook, '$INFILE') for non-join tools.
Mikhail Glushenkov
2009-12-15
1
-37
/
+74
*
Simplify a bit.
Mikhail Glushenkov
2009-12-07
1
-13
/
+5
*
Throw 'const char*' instead of 'std::string'.
Mikhail Glushenkov
2009-12-07
1
-11
/
+10
*
Deprecate 'unpack_values'.
Mikhail Glushenkov
2009-12-07
1
-45
/
+41
[next]