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
/
include
Age
Commit message (
Expand
)
Author
2012-08-13
The structure layout for MCFragment had gaps because of unions, bitfields, etc.,
David Sehr
2012-08-13
Change LLVM bitcode linking to use tree reduction
Jan Voung
2012-07-31
Make ARM var-arg regsave setup aware of byval stack args. Previously we had
Jan Voung
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-03
Diff from hg rev 0b098ca44de7
Derek Schuff
2012-06-13
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
When linearizing a multiplication, return at once if we see a factor of zero,
Duncan Sands
2012-06-13
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
Eliminate struct TableGenBackend.
Jakob Stoklund Olesen
2012-06-13
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
2012-06-12
Remove use of GNU extension to resolve Clang warning.
David Blaikie
2012-06-12
Now that Reassociate's LinearizeExprTree can look through arbitrary expression
Duncan Sands
2012-06-12
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-11
misched: When querying RegisterPressureTracker, always save current and max p...
Andrew Trick
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
Fix a problem with the reverse bundle iterators.
Jakob Stoklund Olesen
2012-06-10
Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...
Craig Topper
2012-06-09
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
Hashing: Remove outdated comment. Support for reserved hash values was remove...
Benjamin Kramer
2012-06-09
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-08
Removing strange "using" declarations form TargetInstrInfo.
Andrew Trick
2012-06-08
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
Sched itinerary fix: Avoid static initializers.
Andrew Trick
2012-06-07
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
Add internal read flags to MachineInstrBuilder and hook them into the Machine...
Pete Cooper
2012-06-06
Revert r157755.
Manman Ren
2012-06-06
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
Move RegisterPressure.h.
Andrew Trick
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-05
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
Add experimental support for register unit liveness.
Jakob Stoklund Olesen
2012-06-05
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-06-05
Remove dead function.
Jakob Stoklund Olesen
2012-06-05
IntegersSubsetMapping: added exclude operation, that allows to exclude subset...
Stepan Dyatkovskiy
2012-06-05
IntegersSubsetMapping:
Stepan Dyatkovskiy
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
misched: Allow disabling scoreboard hazard checking for subtargets with a
Andrew Trick
2012-06-05
whitespace
Andrew Trick
2012-06-05
Remove the last remat-related code from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-06-05
Stop using LiveIntervals::isReMaterializable().
Jakob Stoklund Olesen
2012-06-04
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
Switch LiveIntervals member variable to LLVM naming standards.
Jakob Stoklund Olesen
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
[next]