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-01-16
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
Initial hazard recognizer support in post-pass scheduling. This includes
Dan Gohman
2009-01-15
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
Added missing support to widen an operand from a bit convert.
Mon P Wang
2009-01-15
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
Make getWidenVectorType const; this file was missed in the
Dan Gohman
2009-01-15
More consts on TargetLowering references.
Dan Gohman
2009-01-15
Use const with TargetLowering references in a few more places.
Dan Gohman
2009-01-15
minor refactoring: use a more specific API
Gabor Greif
2009-01-13
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
Undo previous checkin.
Devang Patel
2009-01-13
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
The list-td and list-tdrr schedulers don't yet support physreg
Dan Gohman
2009-01-13
When replacing uses and the same node is reached
Duncan Sands
2009-01-13
Fix some typos. Also, the WidenedVectors map
Duncan Sands
2009-01-13
Correct a comment - this is not a sign extension.
Duncan Sands
2009-01-13
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-11
CheckForPhysRegDependency should not return copy cost. It's not used. No func...
Evan Cheng
2009-01-09
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
Minor debug output tweak.
Evan Cheng
2009-01-09
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-07
Remove redundant 'else's. No functionality change.
Dan Gohman
2009-01-06
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-06
Update these argument lists for the isNormalMemory
Dan Gohman
2009-01-06
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2009-01-05
TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its
Dan Gohman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
squash warnings.
Devang Patel
2009-01-03
Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.
Dan Gohman
2009-01-03
CommuteNodesToReducePressure() is now removed.
Dan Gohman
2009-01-03
Remove the code from the scheduler that commuted two-address
Dan Gohman
2009-01-01
Factorize (and generalize) the code promoting SELECT
Duncan Sands
2009-01-01
Remove trailing spaces.
Duncan Sands
2009-01-01
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2008-12-29
Teach LeaglizeDAG that i64 mul can be a libcall.
Scott Michel
2008-12-23
Change comments so everybody can understand them, hopefully.
Dale Johannesen
2008-12-23
Add another permutation where we should get rid of a-a.
Dale Johannesen
2008-12-23
Restore debug printing
Anton Korobeynikov
2008-12-23
Sometimes APInt syntax is really ugly... :(
Anton Korobeynikov
2008-12-23
Indent stuff properly
Anton Korobeynikov
2008-12-23
Initial checkin of APInt'ififcation of switch lowering
Anton Korobeynikov
2008-12-23
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-23
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
[prev]
[next]