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-12-19
Add an MF argument to MachineInstr::addOperand().
Jakob Stoklund Olesen
2012-12-19
Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.
Patrik Hagglund
2012-12-19
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-18
Remove MachineInstr::setIsInsideBundle().
Jakob Stoklund Olesen
2012-12-18
Use bidirectional bundle flags to simplify important functions.
Jakob Stoklund Olesen
2012-12-18
Don't allow the automatically updated MI flags to be set directly.
Jakob Stoklund Olesen
2012-12-18
Tighten up the splice() API for bundled instructions.
Jakob Stoklund Olesen
2012-12-18
Tighten the insert() API for bundled instructions.
Jakob Stoklund Olesen
2012-12-17
Tighten up the erase/remove API for bundled instructions.
Jakob Stoklund Olesen
2012-12-13
fix comment.
Chris Lattner
2012-12-13
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
Express prepend and append in terms of a more generic insert().
Jakob Stoklund Olesen
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-11
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-07
Add an MIBundleBuilder class.
Jakob Stoklund Olesen
2012-12-07
Add higher-level API for dealing with bundled MachineInstrs.
Jakob Stoklund Olesen
2012-12-05
RegPressureTracker::dump(): Remove unnecessary argument.
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
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
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
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-11-30
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
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-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-27
llvm/CodeGen: Remove empty files in r168659.
NAKAMURA Takumi
2012-11-27
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-20
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
Chandler Carruth
2012-11-20
Fix physical register liveness calculations:
Tim Northover
2012-11-15
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-14
Fix comment
Anton Korobeynikov
[prev]
[next]