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-06-05
Remove dead function.
Jakob Stoklund Olesen
2012-06-05
misched: Allow disabling scoreboard hazard checking for subtargets with a
Andrew Trick
2012-06-05
Remove the last remat-related code from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-06-05
Stop using LiveIntervals::isReMaterializable().
Jakob Stoklund Olesen
2012-06-04
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
Switch LiveIntervals member variable to LLVM naming standards.
Jakob Stoklund Olesen
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
ARM: properly handle alignment for struct byval.
Manman Ren
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-24
misched: Added ScoreboardHazardRecognizer.
Andrew Trick
2012-05-21
Give a small negative bias to giant edge bundles.
Jakob Stoklund Olesen
2012-05-20
Add a LiveRangeQuery class.
Jakob Stoklund Olesen
2012-05-19
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-18
Modernize naming convention for class members.
Jakob Stoklund Olesen
2012-05-14
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-11
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-07
Tidy up. Whitespace.
Jim Grosbach
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-29
Remove superfluous 'inline'
Craig Topper
2012-04-29
Add constants for first and last integer vector types to be consistent with f...
Craig Topper
2012-04-29
Remove tab characters
Craig Topper
2012-04-29
Mark the default cases of MVT::getVectorElementType and MVT:getVectorNumEleme...
Craig Topper
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-25
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
Simplify LiveIntervals::getApproximateInstructionCount().
Jakob Stoklund Olesen
2012-04-25
Remove a dead function.
Jakob Stoklund Olesen
2012-04-25
typo in declaration from earlier today
Andrew Trick
2012-04-24
Fix a naughty header include that breaks "installed" builds.
Andrew Trick
2012-04-24
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
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-21
Remove unused PointerLikeTypeTraits for IndexListEntry.
Benjamin Kramer
2012-04-20
Make ISelPosition a local variable.
Jakob Stoklund Olesen
2012-04-20
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
Allow converting MachineBasicBlock::iterator to const_iterator.
Andrew Trick
2012-04-19
Allow targets to select the default scheduler by name.
Andrew Trick
2012-04-19
whitespace
Andrew Trick
2012-04-18
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-17
Unbreak the MSVC build, that next() thing again.
Francois Pichet
2012-04-17
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-13
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-12
HexagonPacketizer patch.
Sirish Pande
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-09
Typo.
Eric Christopher
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-03
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
[next]