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-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
2012-04-03
Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...
Pete Cooper
2012-04-02
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-01
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-03-31
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-27
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-26
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-17
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-16
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-16
Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...
NAKAMURA Takumi
2012-03-14
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-13
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-13
Inline the d'tor and add an anchor instead.
Bill Wendling
2012-03-11
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-09
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
Added TargetPassConfig::enablePass
Andrew Trick
2012-03-08
misched interface: Expose the MachineScheduler pass.
Andrew Trick
[next]