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
*
Teach TableGen to infer missing register classes.
Jakob Stoklund Olesen
2011-10-04
2
-17
/
+194
*
TableGen: Store all allocation orders together.
Jakob Stoklund Olesen
2011-10-04
2
-14
/
+15
*
TableGen: Privatize CodeGenRegisterClass::TheDef and Name.
Jakob Stoklund Olesen
2011-10-04
5
-29
/
+32
*
TableGen: Don't add synthetic Records to the RecordKeeper.
Jakob Stoklund Olesen
2011-10-04
1
-1
/
+0
*
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
4
-20
/
+25
*
Remove last references to hotpatch.
Rafael Espindola
2011-10-04
1
-1
/
+1
*
Find the strip tool that works with the specified SDKROOT. rdar://10165908
Bob Wilson
2011-10-03
1
-4
/
+10
*
Fix typo in r140954.
Craig Topper
2011-10-02
1
-1
/
+0
*
Fix disassembling of INVEPT and INVVPID to take operands
Craig Topper
2011-10-01
1
-0
/
+2
*
Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...
Craig Topper
2011-10-01
2
-6
/
+18
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
69
-6879
/
+129
*
Subtarget getFeatureBits() returns a uint64_t, not unsigned.
Bob Wilson
2011-10-01
1
-1
/
+1
*
Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().
Jakob Stoklund Olesen
2011-09-30
2
-8
/
+15
*
Store sub-class lists as a bit vector.
Jakob Stoklund Olesen
2011-09-30
1
-21
/
+4
*
Extract a slightly more general BitVector printer.
Jakob Stoklund Olesen
2011-09-30
1
-7
/
+16
*
Compute lists of super-classes in CodeGenRegisterClass.
Jakob Stoklund Olesen
2011-09-30
3
-39
/
+43
*
Implement VarListElementInit:: resolveListElementReference
David Greene
2011-09-30
1
-2
/
+10
*
Precompute a bit vector of register sub-classes.
Jakob Stoklund Olesen
2011-09-30
2
-0
/
+35
*
Order register classes topologically.
Jakob Stoklund Olesen
2011-09-30
2
-1
/
+41
*
Switch to ArrayRef<CodeGenRegisterClass*>.
Jakob Stoklund Olesen
2011-09-29
8
-66
/
+58
*
tblgen/ClangDiagnostics: Add support for split default warning "no-werror" and
Daniel Dunbar
2011-09-29
1
-1
/
+17
*
Remove old hack for compiling with gcc-4.0.
Bob Wilson
2011-09-26
1
-25
/
+8
*
ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.
Owen Anderson
2011-09-26
1
-0
/
+1
*
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-25
1
-0
/
+1
*
Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...
Craig Topper
2011-09-23
4
-6
/
+19
*
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
3
-1
/
+4
*
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
3
-4
/
+1
*
Remove more of llvmc and dependencies.
Eric Christopher
2011-09-20
4
-3176
/
+0
*
Thumb2 assembly parsing and encoding for TBB/TBH.
Jim Grosbach
2011-09-19
1
-0
/
+2
*
Better Error Reporting
David Greene
2011-09-19
1
-0
/
+4
*
Migrate this to use clang by default as well.
Eric Christopher
2011-09-16
1
-6
/
+3
*
We now look for clang, then llvm-gcc, then gcc as our compiler. We don't need
Eric Christopher
2011-09-16
1
-12
/
+0
*
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
[next]