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
/
tools
/
llvmc2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-apply Makefile changes. Fix build with srcdir != objdir.
Mikhail Glushenkov
2008-10-16
10
-13
/
+60
*
Unbreak the build. Please test out the proper fix for this by compiling LLVM
Bill Wendling
2008-10-15
1
-1
/
+3
*
Temporary revert r57567 and unbreak the build.
Anton Korobeynikov
2008-10-15
7
-56
/
+8
*
llvmc2: Documentation update. Describe recent work on plugins.
Mikhail Glushenkov
2008-10-15
2
-44
/
+110
*
llvmc2: Some Makefile fixes and renames.
Mikhail Glushenkov
2008-10-15
8
-25
/
+54
*
Use (a slightly modified) llvm.css for llvmc2 docs.
Mikhail Glushenkov
2008-10-15
3
-3
/
+89
*
CMake: Reflected changes on source file structure. New plugin support
Oscar Fuentes
2008-10-04
2
-32
/
+34
*
Rename llvmc2/core to llvmc2/driver.
Mikhail Glushenkov
2008-10-03
7
-1
/
+1
*
Rename llvmc2/src to llvmc2/core.
Mikhail Glushenkov
2008-10-03
7
-1
/
+1
*
Fix build breakage when objdir!=srcdir (proper fix).
Mikhail Glushenkov
2008-10-03
5
-10
/
+20
*
Fix build breakage (again) when srcdir != objdir, other small fixes.
Mikhail Glushenkov
2008-10-03
11
-34
/
+30
*
Unbreak the build.
Bill Wendling
2008-10-03
1
-1
/
+2
*
Fix build breakage.
Mikhail Glushenkov
2008-10-02
4
-3
/
+44
*
Build system tweaks to make it more convenient for the plugin authors.
Mikhail Glushenkov
2008-10-02
11
-263
/
+62
*
Avoid name shadowing with E variable defined in for(). This was giving VC++
Bill Wendling
2008-10-02
1
-3
/
+3
*
CMake: Lists of source files updated. Removed bogus dependency from
Oscar Fuentes
2008-09-24
1
-0
/
+1
*
Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.
Mikhail Glushenkov
2008-09-22
3
-13
/
+37
*
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
9
-488
/
+8
*
Plugin support for llvmc2 (a-la opt).
Mikhail Glushenkov
2008-09-22
9
-51
/
+153
*
Add a 'Debugging' section to the documentation.
Mikhail Glushenkov
2008-09-22
1
-1
/
+17
*
Make comments a little bit more clear.
Mikhail Glushenkov
2008-09-22
1
-5
/
+5
*
Get rid of GlobalLanguageMap. Global state is evil.
Mikhail Glushenkov
2008-09-22
6
-37
/
+49
*
Rename our version of ccc to ccc2
Mikhail Glushenkov
2008-09-22
1
-1
/
+1
*
Fix some comments
Mikhail Glushenkov
2008-09-22
2
-14
/
+4
*
Add a (forward_as) option property
Mikhail Glushenkov
2008-09-22
2
-4
/
+7
*
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...
Mikhail Glushenkov
2008-09-22
3
-271
/
+7
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+32
*
Make all help strings start in upper case.
Mikhail Glushenkov
2008-05-30
1
-4
/
+4
*
Fix the -opt switch and add a test case for it.
Mikhail Glushenkov
2008-05-30
3
-8
/
+15
*
Fix indentation.
Mikhail Glushenkov
2008-05-30
1
-1
/
+1
*
Add a --dry-run option to llvmc2. Patch by Holger Schurig.
Mikhail Glushenkov
2008-05-30
2
-2
/
+8
*
Add a --save-temps option.
Mikhail Glushenkov
2008-05-30
4
-7
/
+25
*
Add a check for side effect-free options (specified only in the OptionList).
Mikhail Glushenkov
2008-05-30
1
-0
/
+3
*
Documentation update.
Mikhail Glushenkov
2008-05-30
1
-0
/
+27
*
Show argv[0] in error messages (like gcc).
Mikhail Glushenkov
2008-05-30
1
-4
/
+3
*
New feature: OptionList.
Mikhail Glushenkov
2008-05-30
2
-13
/
+55
*
Documentation update.
Mikhail Glushenkov
2008-05-30
2
-66
/
+120
*
A small optimization: use static char* array instead of StrVector.
Mikhail Glushenkov
2008-05-30
2
-15
/
+16
*
Make it possible to test if the '-o' option is provided.
Mikhail Glushenkov
2008-05-30
1
-0
/
+2
*
Add support for option aliases.
Mikhail Glushenkov
2008-05-30
1
-1
/
+2
*
Fix some headers.
Mikhail Glushenkov
2008-05-30
6
-6
/
+6
*
New tests for the 'case' expression: not_empty, in_language.
Mikhail Glushenkov
2008-05-30
7
-20
/
+30
*
-E should print to stdout.
Mikhail Glushenkov
2008-05-30
2
-5
/
+6
*
Make it possible to have multiple input languages for a single tool.
Mikhail Glushenkov
2008-05-30
3
-15
/
+26
*
Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi...
Mikhail Glushenkov
2008-05-30
2
-7
/
+6
*
Minor error message fixes.
Mikhail Glushenkov
2008-05-30
1
-3
/
+4
*
Documentation and examples improvements
Mikhail Glushenkov
2008-05-30
5
-9
/
+89
*
Do not generate empty 'if's for the output_suffix property.
Mikhail Glushenkov
2008-05-30
1
-2
/
+2
*
Update documentation, add examples.
Mikhail Glushenkov
2008-05-30
5
-77
/
+241
*
Rename LLVMC-Tutorial.rst to LLVMC-Reference.rst
Mikhail Glushenkov
2008-05-30
1
-0
/
+0
[next]