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
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-10-10
My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that
Lang Hames
2012-10-10
misched: fall-back to a target hook for instr bundles.
Andrew Trick
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-09
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-08
Fix up comment to be more clear.
Eric Christopher
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
Fixup comment.
Eric Christopher
2012-10-08
Fixup comments.
Eric Christopher
2012-10-08
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
misched: avoid scheduling an instruction twice.
Andrew Trick
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-07
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
Fix indentation. Remove 'else' after return. No functional change.
Craig Topper
2012-10-05
Remove unused but set variable flagged by GCC.
Benjamin Kramer
2012-10-05
Simplify code, don't or a bool with an uint64_t.
Benjamin Kramer
2012-10-04
When merging connsecutive stores, use vectors to store the constant zero.
Nadav Rotem
2012-10-04
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
Get MCSchedModel directly from the subtarget.
Jakob Stoklund Olesen
2012-10-04
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP
Lang Hames
2012-10-04
Enable -schedmodel, but prefer itineraries until we have more benchmark data.
Andrew Trick
2012-10-03
Update to use the predicate methods to query if an attribute exists.
Bill Wendling
2012-10-03
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-02
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
Remove the old coalescer algorithm.
Jakob Stoklund Olesen
2012-10-02
Handle reserved registers more accurately in handleMove().
Jakob Stoklund Olesen
2012-10-02
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
80-col.
Eric Christopher
2012-10-02
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-30
Use dyn_cast instead of isa and cast.
Jakub Staszak
2012-09-30
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
Tidy up to match coding standards. Remove 'else' after 'return' and moving op...
Craig Topper
2012-09-29
Replace a couple if/elses around similar calls with conditional operators on ...
Craig Topper
2012-09-29
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
[prev]
[next]