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-06-28
Revert the IntrinsicLowering logic that preserves externals for intrinsics.
Eli Bendersky
2013-06-28
Do not preserve abort() - it's not needed for ARM and X86.
Eli Bendersky
2013-06-27
Do not preserve "pow" for the sake of re-materializing intrinsics.
Eli Bendersky
2013-06-25
Support for mem* library functions in stable bitcode via intrinsics.
Eli Bendersky
2013-06-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-06-12
Take some of the LLVM LibM intrinsics out of the "must be external" list.
Jan Voung
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-17
Cherry-pick r181922: Fix miscompile due to StackColoring incorrectly merging ...
Mark Seaborn
2013-05-09
Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library calls
Eli Bendersky
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-27
Remove unnecessary check against isGlobalVariable. We check it
Eric Christopher
2013-02-27
Rework comment slightly and fix a few typos.
Eric Christopher
2013-02-27
Remove unnecessary cast to void.
Eric Christopher
2013-02-27
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
Silence the unused variable warning.
Nadav Rotem
2013-02-27
The FastISEL should be fast. But when we record statistics we use atomic oper...
Nadav Rotem
2013-02-27
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-27
SelectionDAG: If llvm.donothing has a landingpad, we should clear
Manman Ren
2013-02-27
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-26
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-26
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
2013-02-26
Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
2013-02-25
Fix wording.
Chad Rosier
2013-02-25
[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
2013-02-25
pre-RA-sched fix: only reevaluate physreg interferences when necessary.
Andrew Trick
2013-02-25
'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
2013-02-25
Fix spelling noticed by Duncan.
Chandler Carruth
2013-02-25
Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
2013-02-24
Add a use of an otherwise unused variable to remove a warning in non-Asserts
Cameron Zwarich
2013-02-24
TwoAddressInstructionPass::tryInstructionTransform() only potentially returns
Cameron Zwarich
2013-02-24
TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls
Cameron Zwarich
2013-02-23
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
Cameron Zwarich
2013-02-23
Make some fixes for LiveInterval repair with debug info. Debug value
Cameron Zwarich
2013-02-23
Fix a bug with the LiveIntervals updating in the two-address pass found by
Cameron Zwarich
2013-02-23
Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.
Cameron Zwarich
2013-02-23
Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
Cameron Zwarich
2013-02-22
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
2013-02-22
SelectionDAG compile time improvement.
Nadav Rotem
2013-02-22
Fix isa<> check which could never be true.
Pete Cooper
2013-02-21
Stop relying on physical register kill flags in isKilled() in the two-address
Cameron Zwarich
2013-02-21
Re-apply r175688, with the changes suggested by Jakob in PR15320.
Lang Hames
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-21
Revert r175688 - It broke a test case (see PR15320).
Lang Hames
2013-02-21
DAGCombiner: Make the post-legalize vector op optimization more aggressive.
Benjamin Kramer
2013-02-21
Don't rely on the isDead() MachineOperand flag when updating LiveIntervals.
Cameron Zwarich
2013-02-21
Use getInterval() instead of getOrCreateInterval().
Cameron Zwarich
2013-02-21
Make another kill check LiveIntervals-aware.
Cameron Zwarich
2013-02-21
Split part of isKilled() into a separate function for use elsewhere.
Cameron Zwarich
[next]