index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
LLVMCConfigurationEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mark some constant global const.
Chris Lattner
2009-11-03
1
-7
/
+8
*
80-col violation.
Mikhail Glushenkov
2009-10-27
1
-1
/
+2
*
Make 'unset_option' work on list options.
Mikhail Glushenkov
2009-10-22
1
-6
/
+6
*
Implement any_[not_]empty and list versions of switch_on and [not_]empty.
Mikhail Glushenkov
2009-10-21
1
-60
/
+146
*
More refactoring...
Mikhail Glushenkov
2009-10-19
1
-46
/
+55
*
Refactoring, no functionality change.
Mikhail Glushenkov
2009-10-18
1
-69
/
+158
*
First draft of the OptionPreprocessor.
Mikhail Glushenkov
2009-10-17
1
-32
/
+191
*
Disallow multiple instances of PluginPriority.
Mikhail Glushenkov
2009-10-17
1
-4
/
+10
*
Omit the 'out_file_index != -1' check when possible.
Mikhail Glushenkov
2009-10-09
1
-6
/
+54
*
Input files should go before all other options.
Mikhail Glushenkov
2009-10-08
1
-14
/
+24
*
Add a way to query the number of input files.
Mikhail Glushenkov
2009-09-28
1
-5
/
+21
*
A bit prettier formatting.
Mikhail Glushenkov
2009-09-28
1
-3
/
+3
*
Use raw_ostream::indent instead of passing strings.
Mikhail Glushenkov
2009-09-21
1
-145
/
+163
*
Distinguish between 'empty' and empty DAG marker.
Mikhail Glushenkov
2009-09-10
1
-1
/
+1
*
Add a logical 'not' operator to llvmc's TableGen dialect.
Mikhail Glushenkov
2009-09-10
1
-0
/
+12
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-3
/
+3
*
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
[next]