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
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-08
Move the string pools down into the units. No functional change.
Eric Christopher
2013-01-08
Add fp128 rtlib function names to LLVM
Tim Northover
2013-01-08
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-08
Sink a function that refers to the SelectionDAG into that library in the
Chandler Carruth
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-07
Pack MachineOperand bitfields better.
Jakob Stoklund Olesen
2013-01-07
Pack MachineInstr fields better.
Jakob Stoklund Olesen
2013-01-07
Whitespace and 80-col.
Eric Christopher
2013-01-07
Add more comments to what's going on here.
Eric Christopher
2013-01-07
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
Emit DW_TAG_formal_parameter for unnamed parameters.
David Blaikie
2013-01-05
Don't call destructors on MachineInstr and MachineOperand.
Jakob Stoklund Olesen
2013-01-05
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
Add MachineRegisterInfo::moveOperands().
Jakob Stoklund Olesen
2013-01-04
Move an assertion so it doesn't dereference end().
Jakob Stoklund Olesen
2013-01-04
Add a name for the anonymous type we're creating for subrange
Eric Christopher
2013-01-04
small fixes to enable the reuse of the pass manager across multiple modules
Pedro Artigas
2013-01-03
Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.
Jakob Stoklund Olesen
2013-01-02
DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes
Tom Stellard
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-30
Support ppcf128 in SelectionDAG::getConstantFP
Hal Finkel
2012-12-30
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-27
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
2012-12-27
For the dwarf5 split debug info code split out the string section
Eric Christopher
2012-12-25
Rename LLVMContext diagnostic handler types and functions.
Bob Wilson
2012-12-24
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-22
Remove a special case that doesn't seem necessary any longer.
Jakob Stoklund Olesen
2012-12-22
Use getNumOperands() instead of Operands.size().
Jakob Stoklund Olesen
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-21
Add targets to skip running the GC passes.
Evan Cheng
2012-12-20
Require the two-argument MI::addOperand(MF, MO) for dangling instructions.
Jakob Stoklund Olesen
2012-12-20
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.
Jakob Stoklund Olesen
2012-12-20
Whitespace and 80-column cleanup.
Eric Christopher
2012-12-20
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-20
Remove two dead functions.
Jakob Stoklund Olesen
2012-12-20
Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
Jakob Stoklund Olesen
2012-12-20
Use MachineInstrBuilder in InstrEmitter.
Jakob Stoklund Olesen
[prev]
[next]