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
/
llvm
/
CodeGen
Age
Commit message (
Expand
)
Author
2013-08-30
Revert some ARM byval localmods since byval+varargs are not in stable pexes.
Jan Voung
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-28
Revert the IntrinsicLowering logic that preserves externals for intrinsics.
Eli Bendersky
2013-05-05
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-01
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-04-30
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-29
Emit the TLS initialization function pointers into the correct section.
Bill Wendling
2013-04-27
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
Add target flags to MachineMemOperands.
Andrew Trick
2013-04-27
whitespace
Andrew Trick
2013-04-27
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-25
[mc-coff] Forward Linker Option flags into the .drectve section
Reid Kleckner
2013-04-24
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-23
Comment a strange field in ScheduleDAG.
Andrew Trick
2013-04-22
Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbol
Eli Bendersky
2013-04-22
Fix comment that didn't match the method it was above
Eli Bendersky
2013-04-22
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-19
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...
Eli Bendersky
2013-04-19
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
2013-04-19
Add support for index resources (for a SlotIndex) to be relinquished.
Lang Hames
2013-04-15
Fix bit size of v64i8 and v32i16 vector types.
Arnold Schwaighofer
2013-04-15
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-13
MI-Sched: schedule physreg copies.
Andrew Trick
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-10
Use a real union for IdentifyingPassPtr.
Benjamin Kramer
2013-04-10
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-05
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
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-02
Count processor resources individually in MachineTraceMetrics.
Jakob Stoklund Olesen
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-26
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-25
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-20
Remove blank line before block comment.
Eric Christopher
2013-03-18
Move #include of BitVector from .h to .cpp file.
Jakub Staszak
2013-03-18
Add some constantness.
Jakub Staszak
2013-03-14
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-11
Residual cleanup: live-out set is gone
Eli Bendersky
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-10
Cleanup #includes.
Jakub Staszak
[next]