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-02-06
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
Add comparison operators to DebugLoc.
Bill Wendling
2009-02-06
Eliminate remaining non-DebugLoc version of getTargetNode.
Dale Johannesen
2009-02-06
Rename SelectionDAGISel::Schedule to
Dan Gohman
2009-02-06
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-02-06
Move ScheduleDAGInstrs.h to be a private header. Front-ends
Dan Gohman
2009-02-06
Tidy up the ScheduleDAG class definition a little. Make a few
Dan Gohman
2009-02-06
Don't pass BitVectors by value, pass them by reference.
Roman Levenstein
2009-02-06
get rid of some non-DebugLoc getTargetNode variants.
Dale Johannesen
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-05
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
Delete some trailing whiespaces.
Dan Gohman
2009-02-05
Remove 3 non-DebugLoc variants of getNode.
Dale Johannesen
2009-02-05
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-05
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
Since I'm obliged to work with a development OS that currently doesn't
Stuart Hastings
2009-02-04
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-02-04
Remove a few non-DebugLoc versions of node creation
Dale Johannesen
2009-02-04
Constify and don't return a reference.
Bill Wendling
2009-02-03
DebugLoc propagation; adjustment to things omitted
Dale Johannesen
2009-02-03
Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.
Bill Wendling
2009-02-03
Add getter for the index.
Bill Wendling
2009-02-03
Add some DL propagation to places that didn't
Dale Johannesen
2009-02-03
Remove dead code.
Devang Patel
2009-02-03
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-02-03
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-03
Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode
Dan Gohman
2009-02-02
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-02-02
Commit missing files.
Dale Johannesen
2009-02-02
Reposition the DebugLoc field to reduce padding space
Dan Gohman
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-31
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2009-01-30
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
DebugLoc form of getNOT().
Bill Wendling
2009-01-30
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
- Propagate debug loc info in combineSelectAndUse().
Bill Wendling
2009-01-30
Propagate debug info when building SelectionDAG.
Dale Johannesen
2009-01-29
Revert r63273. This was already implemented by Dale. There's no need for my
Bill Wendling
2009-01-29
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-29
Fix comment about removeRange.
Evan Cheng
2009-01-28
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
Add more comments describing SDNode operator codes.
Dan Gohman
[prev]
[next]