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-01-25
Use the right method to get the # elements in a CDS.
Chris Lattner
2012-01-24
Set correct <def,undef> flags when lowering REG_SEQUENCE.
Jakob Stoklund Olesen
2012-01-24
Use the standard MachineFunction::print() after SlotIndexes.
Jakob Stoklund Olesen
2012-01-24
Fix old doxygen comment.
Jakob Stoklund Olesen
2012-01-24
add more support for ConstantDataSequential
Chris Lattner
2012-01-24
An option to selectively enable part of ARM EHABI support.
Evgeniy Stepanov
2012-01-24
Bit pack DIE structures better.
Benjamin Kramer
2012-01-24
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-24
Add AsmPrinter (aka MCLowering) support for ConstantDataSequential,
Chris Lattner
2012-01-24
Preserve <def,undef> flags in CoalesceExtSubRegs.
Jakob Stoklund Olesen
2012-01-24
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-23
Remove extraneous ';'s.
Bill Wendling
2012-01-23
copyImplicitOps is redundant here - the loop above already copies these ops.
Lang Hames
2012-01-23
Fix PR11829. PostRA LICM was too aggressive.
Jakob Stoklund Olesen
2012-01-23
Simplify debug output.
Jakob Stoklund Olesen
2012-01-23
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-22
Add an option to disable buggy copy propagation pass
Anton Korobeynikov
2012-01-21
Fix an obvious typo.
Evan Cheng
2012-01-21
Handle register masks in LiveVariables.
Jakob Stoklund Olesen
2012-01-20
Delete an unused member variable.
Jakob Stoklund Olesen
2012-01-20
Support register masks in MachineLICM.
Jakob Stoklund Olesen
2012-01-20
Handle register masks in DeadMachineInstructionElim.
Jakob Stoklund Olesen
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
When lowering the 'resume' instruction, look to see if we can eliminate the
Bill Wendling
2012-01-19
More bundle related API additions.
Evan Cheng
2012-01-19
Rewriter should definitly rewrite instructions inside bundles.
Evan Cheng
2012-01-19
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
Evan Cheng
2012-01-19
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-18
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-18
Fixed macro condition.
Lang Hames
2012-01-18
Fix a bug in the type-legalization of vector integers. When we bitcast one ve...
Nadav Rotem
2012-01-18
Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr...
Pete Cooper
2012-01-17
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.
Nadav Rotem
2012-01-17
Teach DAG combiner to turn a BUILD_VECTOR of UNDEFs into an UNDEF of vector t...
Craig Topper
2012-01-17
misched: Inital interface and implementation for ScheduleTopDownLive and Shuf...
Andrew Trick
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
Moving options declarations around.
Andrew Trick
2012-01-17
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-17
Changed flag operand of ISD::FP_ROUND to TargetConstant as it should not get ...
Pete Cooper
2012-01-17
Fix typo in comment.
Lang Hames
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...
Hal Finkel
2012-01-16
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
Give better scavenger errors by invoking the verifier.
Jakob Stoklund Olesen
2012-01-16
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-16
Refactor variables unused under non-assert builds (& remove two entirely unus...
David Blaikie
2012-01-16
Changed intrinsic ID operand to a target constant as its not used in any arit...
Pete Cooper
2012-01-15
[AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.
Nadav Rotem
[prev]
[next]