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
2012-05-08
Extract methods for joining physregs.
Jakob Stoklund Olesen
2012-05-07
Naming convention and whitespace. No functional change.
Jakob Stoklund Olesen
2012-05-07
Coalesce subreg-subreg copies.
Jakob Stoklund Olesen
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.
Owen Anderson
2012-05-05
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-04
Make sure findRepresentativeClass picks the widest super-register.
Jakob Stoklund Olesen
2012-05-04
Remove extra comma in debug output.
Jakob Stoklund Olesen
2012-05-04
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-03
Fix two-address pass's aggressive instruction commuting heuristics. It's meant
Evan Cheng
2012-05-03
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-05-02
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-05-02
Teach DAG combine that multiplication by 1.0 can always be constant folded.
Owen Anderson
2012-05-01
Tidy up. Naming conventions.
Jim Grosbach
2012-05-01
Use dyn_cast instead of checking opcode and cast.
Jakub Staszak
2012-05-01
Strip the pointer casts off of allocas so that the selection DAG can find them.
Bill Wendling
2012-05-01
Target independent Hexagon Packetizer fix.
Sirish Pande
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-04-30
Add some constantness. No functionality change.
Jakub Staszak
2012-04-29
RegisterPressure: ArrayRefize some functions for better readability. No funct...
Benjamin Kramer
2012-04-28
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
2012-04-28
Spring cleaning - Delete dead code.
Jakob Stoklund Olesen
2012-04-28
Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-27
Temporarily revert r155668: Fix the SD scheduler to avoid gluing.
Andrew Trick
2012-04-26
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-25
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
Remove the -disable-cross-class-join option.
Jakob Stoklund Olesen
2012-04-25
Cross-class joining is winning.
Jakob Stoklund Olesen
2012-04-24
Fix a naughty header include that breaks "installed" builds.
Andrew Trick
2012-04-24
MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...
Evan Cheng
2012-04-24
cmake: new file
Andrew Trick
2012-04-24
misched: DAG builder must special case earlyclobber
Andrew Trick
2012-04-24
misched: try (not too hard) to place debug values where they belong
Andrew Trick
2012-04-24
misched: ignore debug values during scheduling
Andrew Trick
2012-04-24
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-24
RegisterPressure: A utility for computing register pressure within a
Andrew Trick
2012-04-24
Look for the 'Is Simulated' module flag. This indicates that the program is c...
Bill Wendling
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
Temporarily revert r155364 until the upstream review can complete, per
Chandler Carruth
2012-04-23
Hexagon Packetizer's target independent fix.
Sirish Pande
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-21
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-20
Fix PR12599.
Jakob Stoklund Olesen
2012-04-20
Make ISelPosition a local variable.
Jakob Stoklund Olesen
2012-04-20
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
Print <def,read-undef> to avoid confusion.
Jakob Stoklund Olesen
2012-04-20
New and improved comment.
Andrew Trick
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
misched: initialize BB
Andrew Trick
2012-04-19
Allow targets to select the default scheduler by name.
Andrew Trick
[prev]
[next]