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
*
Provide proper masks for neon perfect shuffle table.
Anton Korobeynikov
2009-09-25
1
-6
/
+6
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-18
/
+11
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-3
/
+3
*
reject attempts to use ()'s in patterns, these are reserved for filecheck.
Chris Lattner
2009-09-25
1
-3
/
+15
*
reimplement the regex matching strategy by building a single
Chris Lattner
2009-09-25
1
-88
/
+51
*
special case Patterns that are a single fixed string. This is a microscopic
Chris Lattner
2009-09-25
1
-0
/
+16
*
filecheck should not match a \n with a .
Chris Lattner
2009-09-25
1
-3
/
+1
*
turn a std::pair into a real class.
Chris Lattner
2009-09-25
1
-23
/
+34
*
add and document regex support for FileCheck. You can now do stuff like:
Chris Lattner
2009-09-24
1
-11
/
+116
*
Use CanonicalizeInputFile to canonicalize the entire buffer containing the
Chris Lattner
2009-09-24
1
-57
/
+40
*
change 'not' matching to use Pattern, move pattern parsing logic into
Chris Lattner
2009-09-24
1
-32
/
+51
*
refactor out the match string into its own Pattern class.
Chris Lattner
2009-09-24
1
-33
/
+50
*
Make the end-of-itinerary mark explicit. Some cleanup.
David Goodwin
2009-09-24
1
-5
/
+3
*
Add count/not tools as executables.
Daniel Dunbar
2009-09-24
7
-1
/
+121
*
lit: When executing shell scripts internally, don't allow piped stderr on any
Daniel Dunbar
2009-09-22
1
-3
/
+21
*
Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...
Daniel Dunbar
2009-09-22
1
-0
/
+1
*
Actually use the arguments with the resolved executable path.
Daniel Dunbar
2009-09-22
1
-1
/
+1
*
lit: Don't use close_fds=True on Windows.
Daniel Dunbar
2009-09-22
1
-1
/
+5
*
lit: When executing commands internally, perform PATH resolution ourselves.
Daniel Dunbar
2009-09-22
1
-2
/
+23
*
Use raw_ostream::indent instead of passing strings.
Mikhail Glushenkov
2009-09-21
1
-145
/
+163
*
fix a FileCheck bug where:
Chris Lattner
2009-09-21
1
-3
/
+3
*
rewrite CountNumNewlinesBetween to be in terms of StringRef.
Chris Lattner
2009-09-20
1
-13
/
+15
*
implement and document support for CHECK-NOT
Chris Lattner
2009-09-20
1
-8
/
+50
*
rewrite FileCheck in terms of StringRef instead of manual pointer pairs.
Chris Lattner
2009-09-20
1
-68
/
+37
*
Follow googletest logic for suppressing warnings in unittests/UnitTestMain.
Daniel Dunbar
2009-09-20
2
-2
/
+4
*
convert some stuff to StringRef to avoid temporary std::strings.
Chris Lattner
2009-09-18
2
-47
/
+47
*
add a comment.
Chris Lattner
2009-09-18
1
-0
/
+5
*
lit: Add a custom test format for use in clang.
Daniel Dunbar
2009-09-16
2
-1
/
+54
*
lit: When finding nested test suites, check first in the execpath in case there
Daniel Dunbar
2009-09-15
1
-13
/
+22
*
Add a valgrind suppressions file for x86_64/linux/4.3.3.
Daniel Dunbar
2009-09-14
1
-0
/
+23
*
lit: Give test formats control over test discovery.
Daniel Dunbar
2009-09-14
5
-26
/
+100
*
slightly increase prettiness.
Chris Lattner
2009-09-14
1
-2
/
+2
*
emit the register table as a massive string to avoid relocations.
Chris Lattner
2009-09-14
1
-5
/
+16
*
move StringToOffsetTable out to its own header.
Chris Lattner
2009-09-14
2
-56
/
+77
*
factor string table generation out to its own class. This changes
Chris Lattner
2009-09-14
1
-50
/
+73
*
eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...
Chris Lattner
2009-09-13
1
-6
/
+1
*
Move unittest driver to utils/unittest/UnitTestMain.
Daniel Dunbar
2009-09-13
3
-1
/
+35
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
2
-8
/
+49
*
tests: Add a %abs_tmp substitution which is guaranteed to be a full path.
Daniel Dunbar
2009-09-13
1
-0
/
+2
*
Eliminate some unnecessary implicit constructors in generated DAG ISel code.
Owen Anderson
2009-09-11
1
-1
/
+1
*
PHI nodes can never reach the asmprinter, assert and die instead of printing
Chris Lattner
2009-09-11
1
-1
/
+2
*
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
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-4
/
+0
*
Fix a subtle bug in "return;" generation which caused us to miss
Chris Lattner
2009-09-09
1
-22
/
+3
*
hoist the call to processDebugLoc out of the generated
Chris Lattner
2009-09-09
1
-2
/
+0
*
Count test correctly with -q.
Daniel Dunbar
2009-09-09
1
-0
/
+1
*
Fix another refactoro.
Daniel Dunbar
2009-09-09
1
-1
/
+1
*
lit needs bash for tcl-as-sh execution, we use set -o pipefail.
Daniel Dunbar
2009-09-08
1
-1
/
+1
[next]