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
2009-11-23
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-23
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
Dan Gohman
2009-11-21
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-21
Be more clever about calculating live variables through new basic blocks.
Jakob Stoklund Olesen
2009-11-20
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
Fix fast-isel to avoid selecting the return instruction if a
Dan Gohman
2009-11-20
Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.
Jakob Stoklund Olesen
2009-11-18
Allow the machine verifier to be run outside the PassManager.
Jakob Stoklund Olesen
2009-11-18
Remove the -early-coalescing option
Jakob Stoklund Olesen
2009-11-17
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
Evan Cheng
2009-11-17
Fixed call to wrong constructor.
Lang Hames
2009-11-16
Fix unused variables warnings.
Eric Christopher
2009-11-16
Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.
Dan Gohman
2009-11-16
Remove an unnecessary #include.
Dan Gohman
2009-11-16
Sink a #include <map> to where it's actually needed.
Dan Gohman
2009-11-16
Make PseudoSourceValue's classof recognize
Dan Gohman
2009-11-14
Add function to replace a destination MBB in a single jump table
Jim Grosbach
2009-11-14
Implement DISABLE_INLINE for MSVC. This required changing the position in all
Benjamin Kramer
2009-11-14
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-13
Add MachineFunction::verify() to call the machine code verifier directly.
Jakob Stoklund Olesen
2009-11-13
Remove duplicate APIs and state WRT spill objects.
David Greene
2009-11-13
Adjust isConstantSplat to allow for big-endian targets.
Dale Johannesen
2009-11-12
Do some cleanups suggested by Chris.
David Greene
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
David Greene
2009-11-12
Add AsmPrinter comment flags to machine instructions so that AsmPrinter
David Greene
2009-11-12
Add comment flags so AsmPrinter can output additional information when
David Greene
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
Move the utility function UpdateTerminator() from CodePlacementOpt() into
Jim Grosbach
2009-11-11
Fix liveness calculation when splitting critical edges during PHI elimination.
Jakob Stoklund Olesen
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
Teach PHIElimination to split critical edges when -split-phi-edges is enabled.
Jakob Stoklund Olesen
2009-11-09
Print "..." instead of all the uninteresting register clobbers on call
Dan Gohman
2009-11-09
Constify MachineFunctionAnalysis' TargetMachine reference.
Dan Gohman
2009-11-09
Fix a comment.
Dan Gohman
2009-11-09
Suppress implicit copy ctor and copy assignment for MachineFunction.
Dan Gohman
2009-11-08
Moved some ManagedStatics out of the SlotIndexes header.
Lang Hames
2009-11-07
Fix class -> struct tag.
Daniel Dunbar
2009-11-07
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-07
Update some globals to use ManagedStatic.
Lang Hames
2009-11-07
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
Fix inverted conflict test in -early-coalesce.
Jakob Stoklund Olesen
2009-11-06
Make printImplicitDef and printKill non-virtual, since they don't
Dan Gohman
2009-11-05
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-11-05
Tidied some ugliness in the SlotIndex default constructor.
Lang Hames
2009-11-05
Removed an assert which was causing significant slowdowns in debug builds.
Lang Hames
2009-11-04
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...
Lang Hames
[next]