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
/
SelectionDAGISel.h
Age
Commit message (
Expand
)
Author
2007-08-27
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-07-24
Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
Dan Gohman
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-09
Next stage into switch lowering refactoring
Anton Korobeynikov
2007-04-04
Properly emit range comparisons for switch cases, where neighbour cases
Anton Korobeynikov
2007-03-25
First step of switch lowering refactoring: perform worklist-driven
Anton Korobeynikov
2007-03-23
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-07
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-06
Enumerate SDISel formal parameter attributes. Make use of new
Anton Korobeynikov
2006-10-28
remove dead method
Chris Lattner
2006-10-27
Turn conditions like x<Y|z==q into multiple blocks.
Chris Lattner
2006-10-24
Generalize CaseBlock a bit more:
Chris Lattner
2006-10-24
generalize 'CaseBlock'. It really allows any comparison to be inserted.
Chris Lattner
2006-10-14
Start checking from the root of the matched sub-tree.
Evan Cheng
2006-10-11
add two helper methods.
Chris Lattner
2006-09-28
refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me...
Chris Lattner
2006-08-07
Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code.
Evan Cheng
2006-08-01
Now that the ISel is available, it's possible to create a default instruction
Jim Laskey
2006-08-01
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-07-28
Rename IsFoldableBy to CanBeFoldedleBy
Evan Cheng
2006-07-27
Let each target specific isel provide routine to check if a chain producing n...
Evan Cheng
2006-05-08
Remove unncessary include
Nate Begeman
2006-05-05
Somehow, I missed this part of the checkin a couple days ago
Nate Begeman
2006-04-28
Remove the temporary option: -no-isel-fold-inflight
Evan Cheng
2006-04-28
Added a temporary option -no-isel-fold-inflight to control whether a "inflight"
Evan Cheng
2006-04-23
Fix the updating of the machine CFG when a PHI node was in a successor of
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-03-27
SelectionDAGISel can now natively handle Switch instructions, in the same
Nate Begeman
2006-03-08
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-06
Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where
Chris Lattner
2006-02-24
Add some hooks for selecting memory addresses.
Chris Lattner
2006-01-21
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng
2005-08-18
add a method
Chris Lattner
2005-08-17
This was moved to the .cpp file
Chris Lattner
2005-05-13
add a new method
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-17
Make methods private, add a method.
Chris Lattner
2005-01-13
Add a new node type, add comments.
Chris Lattner
2005-01-07
Common base class for SelectionDAG-based instruction selectors.
Chris Lattner