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-06-16
Fix formatting.
Owen Anderson
2011-06-16
Prempt some obnoxious compiler from complaing about signed/unsigned
Jakob Stoklund Olesen
2011-06-16
Make sure to pass an unsigned to a printf format that is always %u.
Jakob Stoklund Olesen
2011-06-16
Add support to lit for build mode requirements. e.g.
Andrew Trick
2011-06-15
Add a new MVT::untyped. This will be used in future work for modelling ISA f...
Owen Anderson
2011-06-15
Update the Clang diagnostic emitter to emit IDs for diagnostic categories.
John McCall
2011-06-15
Add a new function attribute, nonlazybind, which inhibits lazy-loading
John McCall
2011-06-15
Replace the statically generated hashtables for checking register relationshi...
Owen Anderson
2011-06-15
Use a SetTheory instance to expand register lists in register classes.
Jakob Stoklund Olesen
2011-06-15
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
2011-06-15
Improve the heuristic to emit the alias if the number of hard-coded registers
Bill Wendling
2011-06-15
Move the list of register classes into CodeGenRegBank as well.
Jakob Stoklund Olesen
2011-06-14
Fix a compile time regression caused by too small hash tables.
Jakob Stoklund Olesen
2011-06-14
Heuristic: If the number of operands in the alias are more than the number of
Bill Wendling
2011-06-12
Tweak hash function and compress hash tables.
Jakob Stoklund Olesen
2011-06-12
Remove now dead code.
Jakob Stoklund Olesen
2011-06-12
Extract the generateHashTable function.
Jakob Stoklund Olesen
2011-06-12
Compute lists of sub-regs, super-regs, and overlapping regs.
Jakob Stoklund Olesen
2011-06-11
Move the list of registers into CodeGenRegBank.
Jakob Stoklund Olesen
2011-06-10
Move some sub-register index calculations to CodeGenRegisters.cpp
Jakob Stoklund Olesen
2011-06-09
Move TableGen's register bank classes to their own source file.
Jakob Stoklund Olesen
2011-06-09
Add special-case range checking for VCVT_N intrinsic immediate operands.
Bob Wilson
2011-06-07
Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.
Chad Rosier
2011-06-04
Drop a RecordKeeper reference that wasn't necessary.
Jakob Stoklund Olesen
2011-06-04
Silence compiler warnings.
Jakob Stoklund Olesen
2011-06-04
Teach TableGen to evaluate DAG expressions as set operations.
Jakob Stoklund Olesen
2011-06-03
Rework the logic to not rely on undefined behaviour (1LL << 64). Also simplify.
Nick Lewycky
2011-06-02
Make it possible to have unallocatable register classes.
Jakob Stoklund Olesen
2011-06-01
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-05-31
Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value
Bruno Cardoso Lopes
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
Introduce the DwarfRegAlias class for declaring that two registers have the
Rafael Espindola
2011-05-28
Change how tblgen generates attributes for intrinsics to use a single
John McCall
2011-05-28
Fix the root cause of the bootstrap failure:
Rafael Espindola
2011-05-25
[tablegen] A couple of changes to ClangDiagnosticEmmitter.
Argyrios Kyrtzidis
2011-05-23
Use a more efficient data structure for the "operand map". The number of
Bill Wendling
2011-05-19
Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than
Cameron Zwarich
2011-05-18
In r131488 I misunderstood how VREV works. It splits the vector in half and s...
Tanya Lattner
2011-05-17
vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...
Tanya Lattner
2011-05-10
Downgrade a tablegen warning to an error.
Jakob Stoklund Olesen
2011-05-09
Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...
Mon P Wang
2011-05-07
Teach TableGen to automatically generate missing SubRegIndex instances.
Jakob Stoklund Olesen
2011-05-06
Improve diagnostics for some parse errors. Not asserting when a user input
Jim Grosbach
2011-05-06
ParseFile() may throw, so extend the try/catch to handle that.
Jim Grosbach
2011-05-05
llvmc: Make it possible to provide an argument to (join).
Mikhail Glushenkov
2011-05-04
The system suppression file should catch these, but since they *once again* are
Nick Lewycky
2011-05-03
Tidy up. Add missing newline to generated file.
Jim Grosbach
2011-04-29
Filter out pattterns from the FastISel emitter which it doesn't actually know...
Eli Friedman
2011-04-29
Rename profile_rt.so to libprofile_rt.so under configure+make (it already was
Nick Lewycky
2011-04-28
Fix a bug in tblgen that caused incorrect encodings on instructions that spec...
Owen Anderson
[next]