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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: 'sink' handling was broken.
Mikhail Glushenkov
2008-05-30
2
-5
/
+17
*
Add support for option aliases.
Mikhail Glushenkov
2008-05-30
2
-18
/
+70
*
Allow nesting of case expressions.
Mikhail Glushenkov
2008-05-30
1
-17
/
+36
*
Small error message improvement.
Mikhail Glushenkov
2008-05-30
1
-0
/
+5
*
Remove RequireDefault parameter from EmitCaseConstructHandler.
Mikhail Glushenkov
2008-05-30
1
-9
/
+3
*
Fix some headers.
Mikhail Glushenkov
2008-05-30
8
-8
/
+8
*
New tests for the 'case' expression: not_empty, in_language.
Mikhail Glushenkov
2008-05-30
8
-24
/
+44
*
-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
4
-39
/
+91
*
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
*
Better error reporting for the 'case' construct.
Mikhail Glushenkov
2008-05-30
1
-4
/
+17
*
Do not generate empty 'if's for the output_suffix property.
Mikhail Glushenkov
2008-05-30
2
-7
/
+15
*
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
*
Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.
Mikhail Glushenkov
2008-05-30
1
-17
/
+36
*
Make it possible to change the output file suffix based on command-line options.
Mikhail Glushenkov
2008-05-30
2
-8
/
+34
*
Add support for user-provided hooks and environment variable reads to the cmd...
Mikhail Glushenkov
2008-05-30
2
-16
/
+114
*
Enable the response file ('llvmc @file') support.
Mikhail Glushenkov
2008-05-30
1
-2
/
+2
*
Update the code to the fact that StringSet now lives in llvm/ADT.
Mikhail Glushenkov
2008-05-30
3
-46
/
+7
*
Some small tweaks to make the generated code prettier.
Mikhail Glushenkov
2008-05-30
1
-4
/
+14
*
Make it possible to use the generalised 'case' construct in the cmd_line prop...
Mikhail Glushenkov
2008-05-30
8
-201
/
+286
*
Add a generalised 'case' construct.
Mikhail Glushenkov
2008-05-30
4
-96
/
+139
*
Unbreak this test.
Nick Lewycky
2008-05-30
1
-1
/
+1
*
remove the StripSymbolsPass. This should not be done by default in libLTO.dy...
Nick Kledzik
2008-05-30
1
-5
/
+0
*
Remove an unused variable.
Dan Gohman
2008-05-30
1
-1
/
+0
*
Fix an error in the comment for APInt::getMinSignedBits.
Dan Gohman
2008-05-30
1
-3
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-05-30
1
-1
/
+1
*
Fix a copy+paste error in a comment.
Dan Gohman
2008-05-30
1
-1
/
+1
*
Fix doxygen comment syntax.
Dan Gohman
2008-05-30
1
-3
/
+3
*
Make the renumbering correct in the face of deleted instructions that have be...
Owen Anderson
2008-05-29
1
-7
/
+73
*
add doxygen comments
Gabor Greif
2008-05-29
1
-0
/
+18
*
Unbreak build.
Bill Wendling
2008-05-29
1
-3
/
+3
*
Remove guard, so *each* inclusion will result in a warning
Anton Korobeynikov
2008-05-29
1
-4
/
+0
*
Add patterns for CALL32m and CALL64m. They aren't matched in most
Dan Gohman
2008-05-29
4
-8
/
+17
*
Remove more iostream header includes. Needed to implement a "FlushStream"
Bill Wendling
2008-05-29
6
-8
/
+23
*
Remove <iostream>.
Bill Wendling
2008-05-29
1
-2
/
+0
*
Add newline at end of file.
Owen Anderson
2008-05-29
1
-1
/
+1
*
Fix a tblgen problem handling variable_ops in tblgen instruction
Dan Gohman
2008-05-29
8
-52
/
+54
*
const-ify getOpcode.
Dan Gohman
2008-05-29
1
-3
/
+3
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
14
-21
/
+8
*
Expand small memmovs using inline code. Set the X86 threshold for expanding
Dan Gohman
2008-05-29
3
-6
/
+86
*
For PR1338: Rename test dirs
Anton Korobeynikov
2008-05-29
355
-0
/
+0
*
Revert part of my last patch that I didn't intend to commit yet.
Owen Anderson
2008-05-29
1
-0
/
+2
*
Add file with warning for backward comptibility. Should be removed after 2.4
Anton Korobeynikov
2008-05-29
1
-0
/
+36
*
Update guards
Anton Korobeynikov
2008-05-29
4
-12
/
+12
*
Renumbering needs to account for instruction slot offsets when performing loo...
Owen Anderson
2008-05-29
1
-7
/
+20
*
Regenerate
Anton Korobeynikov
2008-05-29
1
-6
/
+6
*
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-29
27
-37
/
+37
[next]