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-10-04
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-03
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-02
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-10-01
Fix PR13899
Michael Liao
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Revert r164663 due to buildbot failure.
Craig Topper
2012-09-26
Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...
Craig Topper
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Mark extended type querying methods as 'readonly' to reduce compile size.
Craig Topper
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-19
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
2012-09-19
Add in new data types that are used by AMDIL/ANL among others.
Micah Villmow
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-18
Make MachinePostDominatorTree::DT private
Tom Stellard
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-16
Fix problem when using LiveRangeQuery with block entries.
Jakob Stoklund Olesen
2012-09-15
Make LiveRangeQuery work for PHIDefs as well.
Jakob Stoklund Olesen
2012-09-14
comment typo
Andrew Trick
2012-09-14
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-12
Fix PR11985
Michael Liao
2012-09-12
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-11
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-06
TiedTo is an integer, not a bool.
Jakob Stoklund Olesen
2012-09-06
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
Handle overlapping regunit intervals in LiveIntervals::addKillFlags().
Jakob Stoklund Olesen
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-05
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
Clean up includes.
Benjamin Kramer
2012-09-04
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-08-31
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
Add MachineMemOperand::isUnordered().
Jakob Stoklund Olesen
2012-08-29
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-28
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
[prev]
[next]