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-03-10
Remove unneeded #include.
Jakub Staszak
2013-03-10
Add some constantness in MachinePostDominators.h.
Jakub Staszak
2013-03-09
Remove unneeded cast.
Jakub Staszak
2013-03-08
No really, don't use end().
Jakob Stoklund Olesen
2013-03-08
Avoid creating a SlotIndex from the end() iterator.
Jakob Stoklund Olesen
2013-03-07
Rename isEarlierInSameTrace to isUsefulDominator.
Jakob Stoklund Olesen
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-04
Prune unused PBQP register allocator and PBQP Heuristics from llvm-sb.
Jan Voung
2013-03-01
Fix PR10475
Michael Liao
2013-03-01
GCInfoDeleter code cleanup after r175528
Yiannis Tsiouris
2013-03-01
Fix incorrect ScheduleDAG comment and formalize Weak edges.
Andrew Trick
2013-02-28
A small refactoring + adding comments.
Eli Bendersky
2013-02-27
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-26
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-21
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-20
Use LiveRangeUpdater instead of mergeIntervalRanges.
Jakob Stoklund Olesen
2013-02-20
Add a LiveRangeUpdater class.
Jakob Stoklund Olesen
2013-02-20
Add a default constructor for LiveRange.
Jakob Stoklund Olesen
2013-02-20
Modify LiveInterval::addRange() to match the comment about what it returns.
Cameron Zwarich
2013-02-20
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-20
Make SlotIndex::getEntry() return unsigned to match IndexListEntry.
Cameron Zwarich
2013-02-20
Fix a misunderstanding about how RegMaskBlocks works. This was caught by
Cameron Zwarich
2013-02-20
Remove unneeded #include.
Jakub Staszak
2013-02-20
Fix #includes, so we include only what we really need.
Jakub Staszak
2013-02-17
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-16
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
Remove trailing spaces.
Jakub Staszak
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-14
Mark getRawBits const.
Preston Gurd
2013-02-12
Renumber SlotIndexes locally when a new block is inserted.
Cameron Zwarich
2013-02-12
Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splitting
Cameron Zwarich
2013-02-11
Fix some problems with the updating of SlotIndexes after adding a new MBB. In
Cameron Zwarich
2013-02-11
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-10
Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and add
Cameron Zwarich
2013-02-09
Remove unneeded "TargetMachine.h" #includes.
Jakub Staszak
2013-02-09
Simplify code.
Jakub Staszak
2013-02-09
Remove the old liveness algorithm.
Jakob Stoklund Olesen
2013-02-08
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
Bob Wilson
2013-02-05
Remove liveout lists from MachineRegisterInfo.
Jakob Stoklund Olesen
2013-02-04
Merge remote-tracking branch 'origin/master'
Derek Schuff
2013-02-04
Make some LLVM localmods compile when building with --disable-assertions.
Jan Voung
2013-02-04
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-02
Correct indentation for dumping LexicalScope.
Manman Ren
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-25
MachineScheduler support for viewGraph.
Andrew Trick
[prev]
[next]