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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add "Commutative" property to intrinsics. This allows tblgen to generate th...
Evan Cheng
2008-06-16
4
-5
/
+42
*
Remove some debug output from tblgen. This fixes a test.
Matthijs Kooijman
2008-06-10
1
-2
/
+0
*
AsmParser support for immediate constant aggregate values.
Dan Gohman
2008-06-09
1
-0
/
+7
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
10
-147
/
+167
*
Escape "$#".
Nick Lewycky
2008-06-05
1
-1
/
+1
*
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
Chris Lattner
2008-06-04
1
-2
/
+1
*
Update the polygen grammer for the new insertvalue and extractvalue syntax.
Dan Gohman
2008-06-02
1
-4
/
+6
*
Fix the position of MemOperands in nodes that use variadic_ops
Dan Gohman
2008-06-02
1
-12
/
+15
*
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
*
Teach the DAGISelEmitter to not compute the variable_ops operand
Dan Gohman
2008-05-31
5
-46
/
+56
*
Revert 51775.
Evan Cheng
2008-05-30
1
-1
/
+1
*
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-05-30
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
*
New feature: OptionList.
Mikhail Glushenkov
2008-05-30
1
-4
/
+31
*
A small optimization: use static char* array instead of StrVector.
Mikhail Glushenkov
2008-05-30
1
-12
/
+21
*
Make it possible to test if the '-o' option is provided.
Mikhail Glushenkov
2008-05-30
1
-5
/
+11
*
Fix: 'sink' handling was broken.
Mikhail Glushenkov
2008-05-30
1
-5
/
+5
*
Add support for option aliases.
Mikhail Glushenkov
2008-05-30
1
-17
/
+68
*
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
2
-2
/
+2
*
New tests for the 'case' expression: not_empty, in_language.
Mikhail Glushenkov
2008-05-30
1
-4
/
+14
*
Make it possible to have multiple input languages for a single tool.
Mikhail Glushenkov
2008-05-30
1
-24
/
+65
*
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
1
-5
/
+13
*
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
1
-3
/
+32
*
Add support for user-provided hooks and environment variable reads to the cmd...
Mikhail Glushenkov
2008-05-30
1
-16
/
+113
*
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
1
-177
/
+218
*
Add a generalised 'case' construct.
Mikhail Glushenkov
2008-05-30
1
-72
/
+106
*
Add patterns for CALL32m and CALL64m. They aren't matched in most
Dan Gohman
2008-05-29
1
-6
/
+5
*
Fix a tblgen problem handling variable_ops in tblgen instruction
Dan Gohman
2008-05-29
4
-20
/
+44
*
Add a flag to indicate that an instruction is as cheap (or cheaper) than a move
Bill Wendling
2008-05-28
3
-14
/
+19
*
Fix the spelling of the va_arg keyword.
Dan Gohman
2008-05-23
1
-1
/
+1
*
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-23
1
-2
/
+6
*
Add a polygen grammar definition for LLVM assembly language.
Dan Gohman
2008-05-22
1
-0
/
+376
*
Do not generate by TableGen the hard-coded standard, target-independent part of
Roman Levenstein
2008-05-14
1
-140
/
+3
*
Filter option names to escape symbols not allowed as C++ identifiers.
Mikhail Glushenkov
2008-05-12
1
-5
/
+22
*
Reapply 50867: A small refactoring (extract method) + some comment fixes.
Mikhail Glushenkov
2008-05-09
1
-54
/
+64
*
Revertin 50867 since it was breaking the build.
Tanya Lattner
2008-05-08
1
-62
/
+52
*
A small refactoring (extract method) + some comment fixes.
Mikhail Glushenkov
2008-05-08
1
-52
/
+62
*
Use Doxygen-style comments.
Mikhail Glushenkov
2008-05-07
2
-63
/
+84
*
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
Mikhail Glushenkov
2008-05-06
1
-2
/
+1
*
Add new edge property combinator: weight.
Mikhail Glushenkov
2008-05-06
1
-55
/
+85
*
Use edge weights to choose the right linker based on input language names.
Mikhail Glushenkov
2008-05-06
1
-25
/
+49
[next]