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
*
Don't return before calling the post-processing function(s).
Bill Wendling
2011-02-10
1
-1
/
+0
*
Do AsmMatcher operand classification per-opcode.
Jim Grosbach
2011-02-10
1
-88
/
+29
*
emit a specific error when the input file is empty. This fixes
Chris Lattner
2011-02-09
1
-0
/
+5
*
lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools).
NAKAMURA Takumi
2011-02-09
1
-0
/
+16
*
lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tool...
NAKAMURA Takumi
2011-02-09
1
-0
/
+12
*
llvm-lit may be available with CMake.
NAKAMURA Takumi
2011-02-09
1
-0
/
+2
*
llvm-lit may be able to invoke clang tests.
NAKAMURA Takumi
2011-02-09
1
-0
/
+4
*
Implement support for custom target specific asm parsing of operands.
Bruno Cardoso Lopes
2011-02-07
1
-3
/
+262
*
MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, which
Daniel Dunbar
2011-02-04
1
-3
/
+8
*
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
1
-0
/
+7
*
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-04
1
-8
/
+17
*
MC/AsmMatcher: Add support for custom conversion functions.
Daniel Dunbar
2011-02-04
1
-1
/
+20
*
Silence uninitialized value warnings.
David Greene
2011-02-04
1
-4
/
+4
*
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
2011-02-04
1
-1
/
+1
*
Tidy up a bit.
Jim Grosbach
2011-02-03
1
-3
/
+3
*
Changes for building Clang and others using LLVM as an external
Oscar Fuentes
2011-02-03
1
-0
/
+4
*
Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.
Kevin Enderby
2011-02-02
1
-3
/
+1
*
Update to match changes in lldb interface.
Devang Patel
2011-02-01
1
-1
/
+2
*
[AVX] Implement EnforceSmallerThan for mixed int/fp type lists. This
David Greene
2011-02-01
1
-27
/
+130
*
Tidy up.
Devang Patel
2011-01-31
1
-35
/
+132
*
Focus on arguments for now.
Devang Patel
2011-01-31
1
-2
/
+2
*
Fix a comment typo.
Bob Wilson
2011-01-27
1
-1
/
+1
*
Clang: separate the access-control diagnostics from other diagnostics that do...
Douglas Gregor
2011-01-27
1
-1
/
+7
*
Add a MnemonicIsValid method to the asm matcher.
Bob Wilson
2011-01-26
1
-0
/
+11
*
Fix spelling of CouldMatchAmbiguouslyWith method name.
Bob Wilson
2011-01-26
1
-4
/
+4
*
Whitespace and 80-column fixes.
Bob Wilson
2011-01-26
1
-119
/
+109
*
Improve the AsmMatcher's ability to handle suboperands.
Bob Wilson
2011-01-26
3
-172
/
+247
*
- Do not try to print nameless variable's info.
Devang Patel
2011-01-26
1
-22
/
+28
*
TableGen: PointerLikeRegClass can be accepted to operand.
NAKAMURA Takumi
2011-01-26
2
-2
/
+4
*
Fix whitespace.
NAKAMURA Takumi
2011-01-26
1
-58
/
+58
*
tblgen/AsmMatcherEmitter: Fix alias handling to honor -match-prefix.
Daniel Dunbar
2011-01-24
1
-0
/
+11
*
[AVX] Add type checking support for vector/subvector type constraints.
David Greene
2011-01-24
2
-1
/
+54
*
ARM uses '.' in their tokens. Give it a name instead of a numeric value.
Bill Wendling
2011-01-22
1
-0
/
+1
*
tblgen: Add support for non-inheritable attributes
Peter Collingbourne
2011-01-21
1
-12
/
+47
*
Move InstAlias check of argument types to a separate loop.
Bob Wilson
2011-01-20
1
-11
/
+14
*
Tidy comment.
Bob Wilson
2011-01-20
1
-2
/
+2
*
Fix broken check for InstAlias argument used with different types.
Bob Wilson
2011-01-20
1
-0
/
+1
*
Precompute InstAlias operand mapping to result instruction operand indices.
Bob Wilson
2011-01-20
3
-24
/
+9
*
Fix comment for gen-clang-decl-nodes tblgen backend, from Michael Han
Douglas Gregor
2011-01-19
1
-1
/
+1
*
When matching asm operands, always try to match the most restricted type first.
Owen Anderson
2011-01-18
1
-3
/
+36
*
Add support for parsing and encoding ARM's official syntax for the BFI instru...
Bruno Cardoso Lopes
2011-01-18
2
-0
/
+6
*
Formatting tweak.
Daniel Dunbar
2011-01-18
1
-1
/
+1
*
Fix some tablegen issues to allow using zero_reg for InstAlias definitions.
Bob Wilson
2011-01-14
2
-3
/
+23
*
Add support to the ARM MC infrastructure to support mcr and friends. This req...
Owen Anderson
2011-01-13
1
-0
/
+2
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
1
-1
/
+1
*
McARM: Write a silly Python script to compute some hard coded info from the
Daniel Dunbar
2011-01-11
1
-0
/
+61
*
MC/AsmMatcher: Fix indirect 80-col viola.
Daniel Dunbar
2011-01-10
1
-6
/
+3
*
On Windows, replace each occurrence of '\' by '\\' on the replacement string....
Francois Pichet
2011-01-08
1
-4
/
+2
*
I don't think I could find a 10.2.x box if I tried.
Eric Christopher
2011-01-08
1
-5
/
+0
*
Use __builtin_shufflevector to implement vget_low and vget_high intrinsics.
Bob Wilson
2011-01-07
1
-15
/
+5
[next]