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
*
Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...
Craig Topper
2011-09-14
1
-5
/
+0
*
[tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...
Argyrios Kyrtzidis
2011-09-13
1
-2
/
+7
*
In ClangAttrEmitter.cpp emit code that allows attributes to keep their source...
Argyrios Kyrtzidis
2011-09-13
1
-3
/
+3
*
Remove filter that was preventing MOVDQU/MOVDQA and their VEX forms from bein...
Craig Topper
2011-09-13
1
-3
/
+1
*
Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...
Craig Topper
2011-09-11
1
-1
/
+1
*
Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...
Craig Topper
2011-09-11
2
-3
/
+6
*
Update Clang AST attribute reader tblgen generation to match with ASTReader c...
Douglas Gregor
2011-09-09
1
-1
/
+1
*
Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.
Jim Grosbach
2011-09-09
1
-0
/
+1
*
Make sure to handle the case where emitPredicateMatch returns false. Noticed...
Eli Friedman
2011-09-08
1
-1
/
+2
*
Added LateParsed property to TableGen attributes.
Caitlin Sadowski
2011-09-08
3
-0
/
+43
*
Fix warning on windows; use of comparison with bool argument.
James Molloy
2011-09-08
1
-1
/
+1
*
Fix a use of freed string contents.
Andrew Trick
2011-09-08
1
-4
/
+4
*
whitespace
Andrew Trick
2011-09-08
1
-2
/
+2
*
Thumb2 assembly parsing and encoding for LDRBT.
Jim Grosbach
2011-09-07
1
-0
/
+1
*
Thumb2 parsing and encoding for LDR(immediate).
Jim Grosbach
2011-09-07
1
-0
/
+1
*
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-09-07
3
-6
/
+58
*
Dependency should be on the output file name, not the dependency file
Joerg Sonnenberger
2011-09-07
1
-1
/
+1
*
valgrind: Suppress glibc's optiized strcasecmp harder.
Benjamin Kramer
2011-09-03
1
-1
/
+7
*
Attempt to silence known valgrind errors.
Andrew Trick
2011-09-02
1
-0
/
+5
*
Make RecordVal Name an Init
David Greene
2011-09-02
2
-3
/
+16
*
Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.
Kevin Enderby
2011-09-02
1
-2
/
+5
*
Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...
Craig Topper
2011-09-02
1
-26
/
+23
*
Fix up r137380 based on post-commit review by Jim Grosbach.
James Molloy
2011-09-01
1
-3
/
+3
*
lit: Normalize pathsep slashes also on %T.
NAKAMURA Takumi
2011-08-31
1
-0
/
+1
*
Follow up to r138791.
Evan Cheng
2011-08-30
3
-0
/
+3
*
Lit option for ignoring stderr output.
Andrew Trick
2011-08-30
4
-4
/
+11
*
Add vvvv support to disassembling of instructions with MRMDestMem and MRMDest...
Craig Topper
2011-08-30
1
-4
/
+27
*
Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217
Kevin Enderby
2011-08-29
1
-2
/
+3
*
Reverted r138652, valgrind doesn't understand obj:*/tblgen.
Andrew Trick
2011-08-27
2
-12
/
+0
*
Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...
Owen Anderson
2011-08-26
1
-0
/
+1
*
valgrind: Always suppress tblgen leaks.
Andrew Trick
2011-08-26
2
-0
/
+12
*
lit: Add %T as a replacement for the output directory
Douglas Gregor
2011-08-26
1
-1
/
+3
*
Give ATTR_VEX higher priority when generating the disassembler context table....
Craig Topper
2011-08-25
1
-2
/
+2
*
Thumb parsing and encoding support for ADD SP instructions.
Jim Grosbach
2011-08-24
1
-1
/
+2
*
Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.
Jim Grosbach
2011-08-24
1
-0
/
+1
*
Thread safety: Adding in an option for variadic expr* array of arguments
Caitlin Sadowski
2011-08-23
1
-0
/
+2
*
Fix fpimmm->fpimm typo.
Eric Christopher
2011-08-23
1
-1
/
+1
*
utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts.
NAKAMURA Takumi
2011-08-20
1
-0
/
+2
*
utils/lit/lit/TestingConfig.py: Split out environment vars for Win32.
NAKAMURA Takumi
2011-08-20
1
-3
/
+8
*
Allow non zero_reg explicit values for OptionalDefOperands in aliases.
Jim Grosbach
2011-08-19
1
-0
/
+7
*
Tidy up. Formatting.
Jim Grosbach
2011-08-19
1
-2
/
+2
*
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-08-17
3
-19
/
+45
*
Update uwtable vim color!
Bruno Cardoso Lopes
2011-08-17
1
-1
/
+1
*
Prefer diagnostics from target predicate in asm matcher.
Jim Grosbach
2011-08-16
1
-2
/
+5
*
Avoid evaluating Neon macro arguments more than once by disabling type checks.
Bob Wilson
2011-08-15
1
-15
/
+8
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-4
/
+16
*
Move MatchResultTy enum into base class definition.
Jim Grosbach
2011-08-15
1
-7
/
+0
*
Make Record Name an Init
David Greene
2011-08-10
3
-9
/
+58
*
Add getAsUnquotedString
David Greene
2011-08-10
1
-0
/
+6
*
Update comment.
Eric Christopher
2011-08-10
1
-1
/
+1
[next]