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
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-20
lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of
Daniel Dunbar
2012-07-18
Move around some enum elements so that lastMRM corrects gets assigned 56, which
Richard Trieu
2012-07-18
TblGen: Tweak to pretty-print DAGISel.inc a bit better.
Jim Grosbach
2012-07-18
Make x86 asm parser to check for xmm vs ymm for index register in gather inst...
Craig Topper
2012-07-17
TableGen: Pattern<> references to null_frag are a nop.
Jim Grosbach
2012-07-17
TableGen: Allow conditional instruction pattern in multiclass.
Jim Grosbach
2012-07-16
Defer checking for registers in the MC AsmMatcher until the after user-define...
Owen Anderson
2012-07-12
TableGen: Assembly matcher 'insufficient operands' diagnostic.
Jim Grosbach
2012-07-12
Update GATHER instructions to support 2 read-write operands. Patch from mysel...
Craig Topper
2012-07-09
Machine model: allow itineraries to be shared by different processor models.
Andrew Trick
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
whitespace
Andrew Trick
2012-07-07
Tweak spelling.
Andrew Trick
2012-07-02
Revert r159528 which taught lit's builtin shell test runner about the
Chandler Carruth
2012-07-02
Fix the C++11 build. I hate narrowing conversions.
Chandler Carruth
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
Teach the built-in shell test runner in lit to handle '|&'-style pipes.
Chandler Carruth
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-28
Fix Windows build after r159281: s/iterator/const_iterator
Alexey Samsonov
2012-06-28
Silence unused variable warning.
Richard Trieu
2012-06-27
Refactor and speed up DFA generator.
Anshuman Dasgupta
2012-06-26
TableGen: AsmMatcher diagnostics preference detail.
Jim Grosbach
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
Teach TableGen to put chains on more instructions
Tim Northover
2012-06-26
Typo.
Eric Christopher
2012-06-22
TableGen: AsmMatcher support for better operand diagnostics.
Jim Grosbach
2012-06-22
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
Reverting makefile change wile I figure out what the heck happened
Marshall Clow
2012-06-22
Added building yaml2obj to the configure+make build system
Marshall Clow
2012-06-22
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-19
New test tool: obj2yaml
Marshall Clow
2012-06-18
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-06-18
TableGen: AsmMatcher missing-features list minimization.
Jim Grosbach
2012-06-12
Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...
Hal Finkel
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-08
Sched itinerary fix: Avoid static initializers.
Andrew Trick
2012-06-08
Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...
Owen Anderson
2012-06-06
Remove dead private member variables from gtest.
Benjamin Kramer
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
Fix gtest build issue on Visual Studio 2012 RC
Justin Holewinski
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-31
Didn't mean to export this function.
Jakob Stoklund Olesen
2012-05-31
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-30
Print uint16_t numbers without a sign.
Jakob Stoklund Olesen
2012-05-30
Remove little semicolon that caused a lot of warnings.
Benjamin Kramer
2012-05-29
Emit register unit lists for each register.
Jakob Stoklund Olesen
[next]