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
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2009-10-29
Remove some unnecessary spaces in debug output.
Dan Gohman
2009-10-29
Move some code from being emitted as boilerplate duplicated in every
Dan Gohman
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-28
Make sure we return the right sized type here.
Eric Christopher
2009-10-28
Don't call SDNode::isPredecessorOf when it isn't necessary. If the load's
Dan Gohman
2009-10-28
Rewrite SelectionDAG::isPredecessorOf to be iterative instead of
Dan Gohman
2009-10-28
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-28
Mark dead physregdefs dead immediately. This helps MachineSink and
Dan Gohman
2009-10-28
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-27
Update the MachineBasicBlock CFG for an indirect branch.
Dan Gohman
2009-10-27
Add CodeGen support for indirect branches.
Dan Gohman
2009-10-27
don't use stdio
Chris Lattner
2009-10-27
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...
Evan Cheng
2009-10-27
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
pseudosourcevalue is also still using getGlobalContext(), so it isn't
Chris Lattner
2009-10-27
Add objectsize intrinsic and hook it up through codegen. Doesn't
Eric Christopher
2009-10-26
Remove FreeInst.
Victor Hernandez
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-23
APInt-ify the gep scaling code, so that it correctly handles the case where
Dan Gohman
2009-10-22
Fix null pointer dereference.
Anton Korobeynikov
2009-10-20
Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)
Anton Korobeynikov
2009-10-18
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
2009-10-18
Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...
Evan Cheng
2009-10-17
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
80 col violation.
Evan Cheng
2009-10-17
Delete an obsolete comment.
Dan Gohman
2009-10-17
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-16
Allow widening of extract subvector
Mon P Wang
2009-10-16
Indent code.
Zhongxing Xu
2009-10-15
Report errors correctly for unselected target intrinsics.
Jakob Stoklund Olesen
2009-10-14
I don't see any point in having both eh.selector.i32 and eh.selector.i64,
Duncan Sands
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
Introduce new convenience methods for sign extending or
Duncan Sands
2009-10-12
Set default location for a function if it is not set.
Devang Patel
2009-10-12
More heuristics for Combiner-AA. Still catches all important cases, but
Nate Begeman
2009-10-10
Create a new InstrEmitter class for translating SelectionDAG nodes
Dan Gohman
2009-10-10
Make getMachineNode return a MachineSDNode* instead of a generic SDNode*
Dan Gohman
2009-10-09
The ScheduleDAG framework now requires an AliasAnalysis argument, though
Dan Gohman
2009-10-09
Extract scope information from the variable itself, instead of relying on all...
Devang Patel
2009-10-08
Add a SelectionDAG getTargetInsertSubreg convenience function,
Bob Wilson
2009-10-06
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
Set default location for the function if it is not already set.
Devang Patel
2009-10-01
If location info is attached with an instruction then keep track of alloca sl...
Devang Patel
2009-09-30
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
Silence comparison always false warning in -Asserts mode.
Reid Kleckner
2009-09-30
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-09-29
Remove unnecessary cast.
Devang Patel
2009-09-28
s/class Metadata/class MetadataContext/g
Devang Patel
[prev]
[next]