index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix miscodegen of V_SET0 in PPC.
Chris Lattner
2006-03-18
1
-0
/
+4
*
Use the <tt> tag instead of <pre> tag to get code/file/warning lists to
Reid Spencer
2006-03-17
1
-1
/
+1
*
allow the GCCBuiltinName field to be optional
Chris Lattner
2006-03-15
1
-1
/
+2
*
Fix VC++ build error.
Jeff Cohen
2006-03-15
1
-0
/
+1
*
remove typo
Chris Lattner
2006-03-15
1
-1
/
+1
*
Autogenerate a table of intrinsic names, so we can map from intrinsic ID to
Chris Lattner
2006-03-15
2
-4
/
+22
*
Autogenerate code to map from GCC builtin to LLVM intrinsic.
Chris Lattner
2006-03-15
3
-1
/
+59
*
Allow a sequence of digits at the end of the directory name when trying to
Reid Spencer
2006-03-14
2
-2
/
+3
*
Change llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-03-14
1
-1
/
+1
*
Add a newline at the end to avoid gcc warnings.
Reid Spencer
2006-03-14
1
-1
/
+1
*
Convert llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-03-14
5
-6
/
+6
*
emit a mapping from LLVM intrinsic -> GCC builtins.
Chris Lattner
2006-03-13
3
-8
/
+30
*
Verify that packed type operands have the right size and base type.
Chris Lattner
2006-03-13
2
-6
/
+28
*
fix pasto in generate assertion msg
Chris Lattner
2006-03-11
1
-1
/
+1
*
generate side-effect info
Chris Lattner
2006-03-09
2
-0
/
+27
*
Parse mod/ref properties, autogen mod/ref information
Chris Lattner
2006-03-09
2
-0
/
+47
*
parse intrinsic types
Chris Lattner
2006-03-09
3
-4
/
+50
*
autogenerate the function name recognizer
Chris Lattner
2006-03-09
2
-0
/
+41
*
Temporary hack to enable more (store (op (load ...))) folding. This makes
Evan Cheng
2006-03-09
1
-30
/
+74
*
Don't generate silly matching code like this:
Evan Cheng
2006-03-07
1
-3
/
+8
*
Silence a warning.
Chris Lattner
2006-03-03
3
-3
/
+3
*
Fix pasteo
Chris Lattner
2006-03-03
1
-1
/
+1
*
remove a bunch of long-dead testing code
Chris Lattner
2006-03-03
1
-331
/
+1
*
initial implementation of intrinsic parsing
Chris Lattner
2006-03-03
4
-0
/
+157
*
remove out of date comment
Chris Lattner
2006-03-03
1
-2
/
+1
*
Add support for "-Ifoo" in addition to "-I foo"
Chris Lattner
2006-03-03
1
-1
/
+1
*
Regenerate
Chris Lattner
2006-03-03
2
-53
/
+61
*
add support for multiple include directories
Chris Lattner
2006-03-03
2
-12
/
+16
*
New vector type v2f32.
Evan Cheng
2006-03-01
1
-0
/
+2
*
Select inline asm memory operands.
Chris Lattner
2006-02-24
1
-0
/
+1
*
Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit
Evan Cheng
2006-02-20
1
-0
/
+3
*
Fix bugs identified by VC++.
Jeff Cohen
2006-02-18
1
-2
/
+2
*
Bump up pattern cost if the resulting instruction is marked
Evan Cheng
2006-02-18
1
-7
/
+14
*
Check the new form for bison output into CVS
Chris Lattner
2006-02-15
3
-0
/
+638
*
Adjust to new form of handling lexer dependencies, this way shouldn't have
Chris Lattner
2006-02-14
3
-40
/
+273
*
Call InsertISelMapEntry rather than map insertion operator to prevent overly
Evan Cheng
2006-02-09
1
-45
/
+64
*
Match getTargetNode() changes (now returns SDNode* instead of SDOperand).
Evan Cheng
2006-02-09
2
-40
/
+47
*
Change Select() from
Evan Cheng
2006-02-09
1
-69
/
+98
*
Added options -cflag, -cxxflags, and -ldflags to override the default C
Evan Cheng
2006-02-08
1
-0
/
+15
*
Remove -pedantic. It no longer works.
Evan Cheng
2006-02-08
1
-5
/
+0
*
Hoist all SDOperand declarations within a Select_{opcode}() to the top level
Evan Cheng
2006-02-07
2
-34
/
+67
*
Add support for modifier strings in machine instr descriptions. This allows
Chris Lattner
2006-02-06
1
-6
/
+38
*
Simplify the variant handling code, no functionality change.
Chris Lattner
2006-02-06
1
-34
/
+17
*
At the end of isel, select a replacement node for each handle that does not
Evan Cheng
2006-02-06
1
-11
/
+24
*
Name change.
Evan Cheng
2006-02-06
1
-4
/
+4
*
Handle HANDLENODE: just return itself.
Evan Cheng
2006-02-05
1
-0
/
+1
*
Allow more loads to be folded which were previously prevented from happening
Evan Cheng
2006-02-05
2
-24
/
+183
*
Re-committing the last bit of change. It shouldn't break PPC this time.
Evan Cheng
2006-02-05
1
-4
/
+7
*
Temporarily revert the last change, which breaks PPC and other targets that
Chris Lattner
2006-02-04
1
-3
/
+4
*
Complex pattern's custom matcher should not call Select() on any operands.
Evan Cheng
2006-02-04
1
-0
/
+5
[next]