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
2011-03-09
Delete dead code.
Jakob Stoklund Olesen
2011-03-08
Delete dead code after rematerializing.
Jakob Stoklund Olesen
2011-03-08
Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the...
Jakob Stoklund Olesen
2011-03-08
Fix some latent bugs if the nodes are unschedulable. We'd gotten away
Eric Christopher
2011-03-08
Revert "Make a comparator's argument `const'. This fixes the build for
Oscar Fuentes
2011-03-08
Reduce vector reallocations.
Benjamin Kramer
2011-03-08
Make a comparator's argument `const'. This fixes the build for MSVC 9.
Oscar Fuentes
2011-03-08
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-07
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-03-07
Make the UselessRegs argument optional in the LiveRangeEdit constructor.
Jakob Stoklund Olesen
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
Handle the special case of registers begin redefined by early-clobber defs.
Jakob Stoklund Olesen
2011-03-07
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-06
Typo.
Eric Christopher
2011-03-06
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-06
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
Work around a coalescer bug.
Jakob Stoklund Olesen
2011-03-05
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
Andrew Trick
2011-03-05
Missing comment.
Andrew Trick
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
Rework the global split cost calculation.
Jakob Stoklund Olesen
2011-03-05
Compute the constraints for global live range splitting from an interference ...
Jakob Stoklund Olesen
2011-03-05
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-04
Improve readability with some whitespace!
Eric Christopher
2011-03-04
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-03-04
Go back to comparing spill weights when deciding if interference can be evicted.
Jakob Stoklund Olesen
2011-03-04
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
Number SlotIndexes uniformly without looking at the number of defs on each in...
Jakob Stoklund Olesen
2011-03-04
Add SlotIndex statistics.
Jakob Stoklund Olesen
2011-03-04
Tweak debug output. No functional changes.
Jakob Stoklund Olesen
2011-03-04
Revert commit 126684 "Use the correct shift amount type". It is only the cor...
Duncan Sands
2011-03-04
Minor pre-RA-sched fixes and cleanup.
Andrew Trick
2011-03-04
Precompute block frequencies, pow() isn't free.
Jakob Stoklund Olesen
2011-03-04
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-03
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
Revert r123908; the code in question is completely untested and wrong.
Eli Friedman
2011-03-03
Fix typo.
Devang Patel
2011-03-03
Fix thinko in previous check-in.
Devang Patel
2011-03-03
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-03
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-03-03
Renumber slot indexes uniformly instead of spacing according to the number of...
Jakob Stoklund Olesen
2011-03-03
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
Avoid comparing invalid slot indexes.
Jakob Stoklund Olesen
2011-03-03
Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...
Jakob Stoklund Olesen
2011-03-03
Change the SplitEditor interface to a single instance can be shared for multi...
Jakob Stoklund Olesen
2011-03-03
Only run the updateSSA loop when we have actually seen multiple values.
Jakob Stoklund Olesen
[prev]
[next]