index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-22
Eliminate valgrind warnings from Python on the 32-bit as well.
Cameron Zwarich
1
-4
/
+4
2011-02-22
Implement xgetbv and xsetbv.
Rafael Espindola
1
-1
/
+3
2011-02-21
Add a convenience tool for doing comparison builds of the LLVM
David Greene
1
-0
/
+706
2011-02-20
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
6
-6
/
+6
2011-02-19
Try to fix the MC/AsmParser/section.s failure on the llvm-x86_64-linux-vg_leak
Cameron Zwarich
1
-4
/
+4
2011-02-18
CMake: updated list of tblgen source files.
Oscar Fuentes
1
-0
/
+1
2011-02-18
Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...
Owen Anderson
4
-98
/
+1532
2011-02-17
Check that MnemonicAlias doesn't map back to the same string.
Joerg Sonnenberger
1
-0
/
+2
2011-02-17
lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ...
NAKAMURA Takumi
1
-0
/
+1
2011-02-17
Add serialization for Expr* arguments for attributes to clang tablegen files.
Sean Hunt
1
-0
/
+2
2011-02-15
When tablegen'ing the clang analyzer checkers:
Argyrios Kyrtzidis
1
-27
/
+62
2011-02-14
Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...
Argyrios Kyrtzidis
4
-0
/
+233
2011-02-14
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
1
-0
/
+2
2011-02-13
Wrap the struct in an anonymous namespace.
Argyrios Kyrtzidis
1
-0
/
+2
2011-02-12
AsmMatcher custom operand parser failure enhancements.
Jim Grosbach
1
-17
/
+19
2011-02-11
Tidy out asm matcher .inc output.
Jim Grosbach
1
-2
/
+2
2011-02-10
lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin.
NAKAMURA Takumi
1
-2
/
+2
2011-02-10
lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used.
NAKAMURA Takumi
1
-1
/
+5
2011-02-10
Don't return before calling the post-processing function(s).
Bill Wendling
1
-1
/
+0
2011-02-10
Do AsmMatcher operand classification per-opcode.
Jim Grosbach
1
-88
/
+29
2011-02-09
emit a specific error when the input file is empty. This fixes
Chris Lattner
1
-0
/
+5
2011-02-09
lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools).
NAKAMURA Takumi
1
-0
/
+16
2011-02-09
lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tool...
NAKAMURA Takumi
1
-0
/
+12
2011-02-09
llvm-lit may be available with CMake.
NAKAMURA Takumi
1
-0
/
+2
2011-02-09
llvm-lit may be able to invoke clang tests.
NAKAMURA Takumi
1
-0
/
+4
2011-02-07
Implement support for custom target specific asm parsing of operands.
Bruno Cardoso Lopes
1
-3
/
+262
2011-02-04
MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, which
Daniel Dunbar
1
-3
/
+8
2011-02-04
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
1
-0
/
+7
2011-02-04
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
1
-8
/
+17
2011-02-04
MC/AsmMatcher: Add support for custom conversion functions.
Daniel Dunbar
1
-1
/
+20
2011-02-04
Silence uninitialized value warnings.
David Greene
1
-4
/
+4
2011-02-04
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
1
-1
/
+1
2011-02-03
Tidy up a bit.
Jim Grosbach
1
-3
/
+3
2011-02-03
Changes for building Clang and others using LLVM as an external
Oscar Fuentes
1
-0
/
+4
2011-02-02
Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.
Kevin Enderby
1
-3
/
+1
2011-02-01
Update to match changes in lldb interface.
Devang Patel
1
-1
/
+2
2011-02-01
[AVX] Implement EnforceSmallerThan for mixed int/fp type lists. This
David Greene
1
-27
/
+130
2011-01-31
Tidy up.
Devang Patel
1
-35
/
+132
2011-01-31
Focus on arguments for now.
Devang Patel
1
-2
/
+2
2011-01-27
Fix a comment typo.
Bob Wilson
1
-1
/
+1
2011-01-27
Clang: separate the access-control diagnostics from other diagnostics that do...
Douglas Gregor
1
-1
/
+7
2011-01-26
Add a MnemonicIsValid method to the asm matcher.
Bob Wilson
1
-0
/
+11
2011-01-26
Fix spelling of CouldMatchAmbiguouslyWith method name.
Bob Wilson
1
-4
/
+4
2011-01-26
Whitespace and 80-column fixes.
Bob Wilson
1
-119
/
+109
2011-01-26
Improve the AsmMatcher's ability to handle suboperands.
Bob Wilson
3
-172
/
+247
2011-01-26
- Do not try to print nameless variable's info.
Devang Patel
1
-22
/
+28
2011-01-26
TableGen: PointerLikeRegClass can be accepted to operand.
NAKAMURA Takumi
2
-2
/
+4
2011-01-26
Fix whitespace.
NAKAMURA Takumi
1
-58
/
+58
2011-01-24
tblgen/AsmMatcherEmitter: Fix alias handling to honor -match-prefix.
Daniel Dunbar
1
-0
/
+11
2011-01-24
[AVX] Add type checking support for vector/subvector type constraints.
David Greene
2
-1
/
+54
[prev]
[next]