index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2011-10-12
ARM parsing and encoding for the <option> form of LDC/STC instructions.
Jim Grosbach
2011-10-11
Remove extra semicolon.
Eli Friedman
2011-10-11
Fix disassembling of popcntw. Also remove some code that says it accounts for...
Craig Topper
2011-10-10
Emit full ED initializers even for pseudo-instructions.
Jakob Stoklund Olesen
2011-10-10
Insert dummy ED table entries for pseudo-instructions.
Jakob Stoklund Olesen
2011-10-07
ARM NEON assembly parsing and encoding for VDUP(scalar).
Jim Grosbach
2011-10-07
Remove Multidefs
David Greene
2011-10-07
Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...
Craig Topper
2011-10-06
Remove the Clang tblgen backends from LLVM.
Peter Collingbourne
2011-10-06
Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...
Craig Topper
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-06
Remove the TRI::getSubRegisterRegClass() hook.
Jakob Stoklund Olesen
2011-10-05
Vim Support for Multidefs
David Greene
2011-10-05
Emacs Support for Multidefs
David Greene
2011-10-05
Add TRI::getSubClassWithSubReg(RC, Idx) function.
Jakob Stoklund Olesen
2011-10-04
Properly use const_iterator.
Jakob Stoklund Olesen
2011-10-04
Teach TableGen to infer missing register classes.
Jakob Stoklund Olesen
2011-10-04
TableGen: Store all allocation orders together.
Jakob Stoklund Olesen
2011-10-04
TableGen: Privatize CodeGenRegisterClass::TheDef and Name.
Jakob Stoklund Olesen
2011-10-04
TableGen: Don't add synthetic Records to the RecordKeeper.
Jakob Stoklund Olesen
2011-10-04
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
Remove last references to hotpatch.
Rafael Espindola
2011-10-03
Find the strip tool that works with the specified SDKROOT. rdar://10165908
Bob Wilson
2011-10-02
Fix typo in r140954.
Craig Topper
2011-10-01
Fix disassembling of INVEPT and INVVPID to take operands
Craig Topper
2011-10-01
Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...
Craig Topper
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
Subtarget getFeatureBits() returns a uint64_t, not unsigned.
Bob Wilson
2011-09-30
Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().
Jakob Stoklund Olesen
2011-09-30
Store sub-class lists as a bit vector.
Jakob Stoklund Olesen
2011-09-30
Extract a slightly more general BitVector printer.
Jakob Stoklund Olesen
2011-09-30
Compute lists of super-classes in CodeGenRegisterClass.
Jakob Stoklund Olesen
2011-09-30
Implement VarListElementInit:: resolveListElementReference
David Greene
2011-09-30
Precompute a bit vector of register sub-classes.
Jakob Stoklund Olesen
2011-09-30
Order register classes topologically.
Jakob Stoklund Olesen
2011-09-29
Switch to ArrayRef<CodeGenRegisterClass*>.
Jakob Stoklund Olesen
2011-09-29
tblgen/ClangDiagnostics: Add support for split default warning "no-werror" and
Daniel Dunbar
2011-09-26
Remove old hack for compiling with gcc-4.0.
Bob Wilson
2011-09-26
ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.
Owen Anderson
2011-09-25
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-23
Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...
Craig Topper
2011-09-20
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
Remove more of llvmc and dependencies.
Eric Christopher
2011-09-19
Thumb2 assembly parsing and encoding for TBB/TBH.
Jim Grosbach
2011-09-19
Better Error Reporting
David Greene
2011-09-16
Migrate this to use clang by default as well.
Eric Christopher
2011-09-16
We now look for clang, then llvm-gcc, then gcc as our compiler. We don't need
Eric Christopher
2011-09-14
Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...
Craig Topper
2011-09-13
[tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...
Argyrios Kyrtzidis
[next]