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
/
SelectionDAGISel.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-30
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-19
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
Use dbgs() consistently for -debug printouts
Eli Bendersky
2013-04-19
Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function
Eli Bendersky
2013-03-20
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
Justin Holewinski
2013-03-20
Propagate DAG node ordering during type legalization and instruction selection
Justin Holewinski
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
No need to go through int64 and APInt when generating a new constant.
Nadav Rotem
2013-03-01
Remove duplicate line and move another closer to its actual use
Eli Bendersky
2013-02-28
A small refactoring + adding comments.
Eli Bendersky
2013-02-27
Remove unnecessary cast to void.
Eric Christopher
2013-02-27
Silence the unused variable warning.
Nadav Rotem
2013-02-27
The FastISEL should be fast. But when we record statistics we use atomic oper...
Nadav Rotem
2013-02-25
Fix wording.
Chad Rosier
2013-02-25
[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
2013-02-18
[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.
Chad Rosier
2013-02-18
[ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...
NAKAMURA Takumi
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-15
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-11
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-05
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-20
Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
Jakob Stoklund Olesen
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-04
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-10-16
Merge commit '320db3f8052c9f506d9ea043ba5da534df40aa08'
Derek Schuff
2012-10-15
Freeze the reserved registers as soon as isel is complete.
Jakob Stoklund Olesen
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-16
Fix bad comment. No functional change.
Craig Topper
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-07-13
Provide function name in 'Cannot select' fatal error.
Jim Grosbach
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
[next]