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-12-06
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-05
RegPressureTracker::dump(): Remove unnecessary argument.
Andrew Trick
2012-12-05
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
- Added calls to doInitialization/doFinalization to immutable passes
Pedro Artigas
2012-12-05
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-04
Speed up the AllocationOrder class a bit.
Jakob Stoklund Olesen
2012-12-04
Comment change made in r169304 as requested by Eric Christopher.
David Blaikie
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB
David Blaikie
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
Simplify code. No functionality change.
Jakub Staszak
2012-12-04
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-04
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-03
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
Use the new getRegAllocationHints() hook from AllocationOrder.
Jakob Stoklund Olesen
2012-12-03
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-02
Allow merging multiple store sequences on the same chain.
Nadav Rotem
2012-12-01
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
misched: Fix the DAG builder to handle an undef operand at ExitSU.
Andrew Trick
2012-12-01
misched: Fix LiveInterval update to better handle DebugVal.
Andrew Trick
2012-12-01
misched: fix RegionBegin when DebugValues get shuffled to the top.
Andrew Trick
2012-12-01
Simplify REG_SEQUENCE lowering.
Jakob Stoklund Olesen
2012-11-30
Add some first skeleton work for the DWARF5 Fission proposal. Emit
Eric Christopher
2012-11-30
Convert COPY instructions into KILLs if they have implicit defs.
Jakob Stoklund Olesen
2012-11-30
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-29
More comment.
Eric Christopher
2012-11-29
Make compilation unit number change local to NaCl
David Sehr
2012-11-29
Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECT
Justin Holewinski
2012-11-29
misched: Recompute priority queue when DFSResults are updated.
Benjamin Kramer
2012-11-29
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-11-29
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
Avoid rewriting instructions twice.
Jakob Stoklund Olesen
2012-11-29
When combining consecutive stores allow loads in between the stores, if the l...
Nadav Rotem
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
misched: better alias analysis.
Andrew Trick
2012-11-28
misched: Debug output fix. Use an always valid iterator.
Andrew Trick
[prev]
[next]