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
2012-08-24
Remove llvm.nacl.tp.alignment intrinsic
Derek Schuff
2012-08-23
Remove the llvm.nacl.thread.stack.padding intrinsic
Mark Seaborn
2012-08-23
Fix a stub signature. HeuristicReduce should return a bool.
Lang Hames
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-20
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
Clarify that duplicate edges are not allowed in the Machine CFG.
Jakob Stoklund Olesen
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-16
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
Add dump/dumpr methods to SDValue.
Nadav Rotem
2012-08-11
Create isXBitVector methods in MVT and call them from EVT. This allows target...
Craig Topper
2012-08-10
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-09
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
MachineRegisterInfo was already a friend of MachineOperand, and GCC complains
Matt Beaumont-Gay
2012-08-08
Move getNextOperandForReg() into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-08
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-07
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-06
Put up warning signs around MO::getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-03
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
Remove a dead prototype.
Jakob Stoklund Olesen
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-07-31
Make ARM var-arg regsave setup aware of byval stack args. Previously we had
Jan Voung
2012-07-30
Added MachineRegisterInfo::hasOneDef()
Andrew Trick
2012-07-30
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
Add MachineBasicBlock::isPredecessor().
Jakob Stoklund Olesen
2012-07-27
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
Add a -new-live-intervals experimental option.
Jakob Stoklund Olesen
2012-07-26
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
2012-07-26
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-23
Doxygenify the comments of ISD nodes.
Nadav Rotem
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-15
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-10
Teach the LiveInterval::join function to use the fast merge algorithm,
Chandler Carruth
2012-07-10
Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to
Chad Rosier
2012-07-10
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
Add an efficient merge operation to LiveInterval and use it to avoid
Chandler Carruth
2012-07-10
Teach LiveIntervals how to verify themselves and start using it in some
Chandler Carruth
[prev]
[next]