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
*
Add an 'init' option property.
Mikhail Glushenkov
2009-07-07
1
-2
/
+23
*
Refactoring.
Mikhail Glushenkov
2009-07-07
1
-18
/
+28
*
Comment fix.
Mikhail Glushenkov
2009-07-07
1
-3
/
+2
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-37
/
+35
*
Better error message.
Mikhail Glushenkov
2009-06-25
1
-3
/
+5
*
Make llvmc work again.
Mikhail Glushenkov
2009-06-23
1
-1
/
+8
*
A little bit nicer formatting.
Mikhail Glushenkov
2009-06-23
1
-2
/
+2
*
Typo.
Mikhail Glushenkov
2009-06-23
1
-5
/
+5
*
A better error message.
Mikhail Glushenkov
2009-05-06
1
-2
/
+2
*
The 'forward_as' property did not use its second argument.
Mikhail Glushenkov
2009-05-06
1
-1
/
+1
*
Fix incorrect code generation with ENV.
Mikhail Glushenkov
2009-05-05
1
-1
/
+0
*
Add some assertions.
Mikhail Glushenkov
2009-04-19
1
-1
/
+2
*
'append_cmd' should split its argument.
Mikhail Glushenkov
2009-02-27
1
-1
/
+6
*
Typo.
Mikhail Glushenkov
2009-01-28
1
-1
/
+1
*
Add three new option properties.
Mikhail Glushenkov
2009-01-28
1
-32
/
+116
*
Change the hook API back to prevent memory leaks.
Mikhail Glushenkov
2009-01-21
1
-1
/
+1
*
Allow hooks with arguments.
Mikhail Glushenkov
2009-01-21
1
-43
/
+212
*
Fix typo in error message.
Mikhail Glushenkov
2008-12-18
1
-1
/
+1
*
Some enhancements for the 'case' expression.
Mikhail Glushenkov
2008-12-17
1
-7
/
+27
*
Put Edge* classes into anonymous namespace.
Mikhail Glushenkov
2008-12-11
1
-7
/
+7
*
Make 'extern' an option property.
Mikhail Glushenkov
2008-12-07
1
-38
/
+19
*
Better error message.
Mikhail Glushenkov
2008-12-07
1
-1
/
+6
*
Re-apply Cedric's changes.
Mikhail Glushenkov
2008-12-07
1
-24
/
+24
*
Try to guess when the auto-generated cl::Sink option should be marked 'extern'.
Mikhail Glushenkov
2008-12-07
1
-5
/
+20
*
Add a (progn)-like construct for (actions). Implemented as a DAG list.
Mikhail Glushenkov
2008-12-07
1
-10
/
+37
*
Use (actions) instead of option properties, support external options.
Mikhail Glushenkov
2008-12-07
1
-975
/
+885
*
The use of the construct:
Cedric Venet
2008-12-05
1
-12
/
+12
*
Support multiple compilation graph definitions. Not terribly useful, but make...
Mikhail Glushenkov
2008-11-28
1
-42
/
+51
*
Add 'hidden' and 'really_hidden' option properties.
Mikhail Glushenkov
2008-11-28
1
-1
/
+43
*
Small fix: the error message was incorrect in some cases.
Mikhail Glushenkov
2008-11-26
1
-3
/
+3
*
Support dependencies between plugins by priority-sorting.
Mikhail Glushenkov
2008-11-17
1
-5
/
+19
*
Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...
Mikhail Glushenkov
2008-11-17
1
-49
/
+78
*
Add a layer of indirection to make plugins more flexible.
Mikhail Glushenkov
2008-11-17
1
-55
/
+58
*
Check the return value of std::getenv.
Mikhail Glushenkov
2008-11-12
1
-4
/
+8
*
Add a bit of lazy evaluation to PopulateCompilationGraph().
Mikhail Glushenkov
2008-11-12
1
-11
/
+18
*
Some cosmetic changes.
Mikhail Glushenkov
2008-11-12
1
-0
/
+2
*
Allow $CALL and $ENV in command names. Fixes #3025.
Mikhail Glushenkov
2008-11-08
1
-1
/
+1
*
Properly escape dashes in TableGen's LLVMC2 emitter.
Anton Korobeynikov
2008-11-08
1
-2
/
+2
*
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
1
-3
/
+3
*
Plugin support for llvmc2 (a-la opt).
Mikhail Glushenkov
2008-09-22
1
-4
/
+42
*
Make comments a little bit more clear.
Mikhail Glushenkov
2008-09-22
1
-2
/
+4
*
Get rid of GlobalLanguageMap. Global state is evil.
Mikhail Glushenkov
2008-09-22
1
-7
/
+9
*
Add a (forward_as) option property
Mikhail Glushenkov
2008-09-22
1
-11
/
+39
*
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...
Mikhail Glushenkov
2008-09-22
1
-3
/
+2
*
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
Chris Lattner
2008-06-04
1
-2
/
+1
*
Initialize members properly during construction
Anton Korobeynikov
2008-06-01
1
-2
/
+2
*
Callback was not executed on OS X when it was a function.
Mikhail Glushenkov
2008-05-31
1
-1
/
+1
*
Add a check for side effect-free options (specified only in the OptionList).
Mikhail Glushenkov
2008-05-30
1
-2
/
+38
*
Refactoring: remove code duplication introduced in the previous patch.
Mikhail Glushenkov
2008-05-30
1
-86
/
+65
*
Refactoring: split CollectProperties into two separate function objects.
Mikhail Glushenkov
2008-05-30
1
-137
/
+226
[next]