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
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-04-19
Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function
Eli Bendersky
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-15
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-14
Document the decision to assume that the cost of floats is twice as much as i...
Nadav Rotem
2013-04-13
MI-Sched: DEBUG formatting.
Andrew Trick
2013-04-13
MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...
Andrew Trick
2013-04-13
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-12
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-11
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-10
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-09
The .dwo section shouldn't contain the unrelocated values (and
Eric Christopher
2013-04-09
DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...
Benjamin Kramer
2013-04-07
DW_FORM_sec_offset should be a relocation on platforms that use
Eric Christopher
2013-04-06
typo
Nadav Rotem
2013-04-06
Dwarf: use utostr on CUID to append to SmallString.
Manman Ren
2013-04-05
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-05
Disable DFSResult for ConvergingScheduler.
Andrew Trick
2013-04-05
MachineScheduler: format DEBUG output.
Andrew Trick
2013-04-04
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
typo
Adrian Prantl
2013-04-04
Formatting
Eli Bendersky
2013-04-04
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-03
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
Fix grammar.
Eric Christopher
2013-04-03
Remove ZeroOrMore from the option description. We don't need it here.
Eric Christopher
2013-04-02
Allow MachineTraceMetrics to be used when the model has no resources.
Jakob Stoklund Olesen
2013-04-02
Don't attempt MTM heuristics without a scheduling model present.
Jakob Stoklund Olesen
2013-04-02
Count processor resources individually in MachineTraceMetrics.
Jakob Stoklund Olesen
2013-04-02
DAGCombiner: Merge store/loads when we have extload/truncstores
Arnold Schwaighofer
2013-04-01
Merge load/store sequences with adresses: base + index + offset
Arnold Schwaighofer
2013-03-30
DAGCombine: visitXOR can replace a node without returning it, bail out in tha...
Benjamin Kramer
2013-03-29
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
Move the construction of the skeleton compile unit after the
Eric Christopher
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
Fix a typo
Nadav Rotem
2013-03-28
[fast-isel] Add a preemptive fix for the case where we fail to materialize an
Chad Rosier
2013-03-27
Fix target-customized spilling in the register scavenger
Hal Finkel
[next]