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
2010-09-21
propagate MachinePointerInfo through various uses of the old
Chris Lattner
2010-09-21
continue MachinePointerInfo'izing, eliminating use of one of the old
Chris Lattner
2010-09-21
Added an additional PBQP problem builder which adds coalescing costs (both be...
Lang Hames
2010-09-21
add some accessors
Chris Lattner
2010-09-21
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
ugh, missed a file.
Chris Lattner
2010-09-21
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
Chris Lattner
2010-09-21
add some helpful accessors.
Chris Lattner
2010-09-21
add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a
Chris Lattner
2010-09-21
simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...
Chris Lattner
2010-09-21
chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,
Chris Lattner
2010-09-21
force clients of MachineFunction::getMachineMemOperand to provide a
Chris Lattner
2010-09-21
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-09-21
refactor the Value*/offset pair from MachineMemOperand out to a new
Chris Lattner
2010-09-18
Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...
Lang Hames
2010-09-17
fix comments; patch by Edmund Grimley-Evans\!
Gabor Greif
2010-09-15
trailing whitespace
Jim Grosbach
2010-09-13
Fix linux/msvc build, move include.
Benjamin Kramer
2010-09-13
Attempt to fix the Linux build.
Owen Anderson
2010-09-10
typoes
Gabor Greif
2010-09-10
x86mmx is 64 bits.
Dale Johannesen
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-08
Rearrange for better alignment and less padding
Jakob Stoklund Olesen
2010-09-08
Remove dead code and data.
Jakob Stoklund Olesen
2010-09-08
Remove dead code.
Jakob Stoklund Olesen
2010-09-07
Remove untrue comments.
Bill Wendling
2010-09-07
Add an MVT::x86mmx type. It will take the place of all current MMX vector types.
Bill Wendling
2010-09-05
implement rdar://6653118 - fastisel should fold loads where possible.
Chris Lattner
2010-09-04
Remove dead code.
Jakob Stoklund Olesen
2010-09-03
Add 'const' to getter function.
Jim Grosbach
2010-09-02
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-08-31
Reapply r112623. Included additional check for unused byval argument.
Devang Patel
2010-08-31
Revert r112623. It is causing self host build failures.
Devang Patel
2010-08-31
Remember byval argument's frame index during argument lowering and use this i...
Devang Patel
2010-08-31
Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's
Duncan Sands
2010-08-31
zap unused method. x86 is the only user and already has a more powerfull version
Bruno Cardoso Lopes
2010-08-30
nuke dead ivar which was supposed to be committed with r112496
Chris Lattner
2010-08-27
Fix a couple of typos.
Eric Christopher
2010-08-26
zap the now unused MVT::getIntVectorWithNumElements
Bruno Cardoso Lopes
2010-08-25
tidy up
Chris Lattner
2010-08-23
Remove the MFI storage of the local allocation block size. It's not needed.
Jim Grosbach
2010-08-20
This is the first step towards refactoring the x86 vector shuffle code. The
Bruno Cardoso Lopes
2010-08-20
Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor
Jim Grosbach
2010-08-19
Update comment to remove special case for vector extending loads. An
Bob Wilson
2010-08-19
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-16
Better handle alignment requirements for local objects in pre-regalloc frame
Jim Grosbach
2010-08-16
track local frame size in MFI, not local to the pass, since PEI needs it.
Jim Grosbach
2010-08-14
Add a local stack object block allocation pass. This is still an
Jim Grosbach
2010-08-13
tidy up comments
Jim Grosbach
2010-08-13
tidy up 80 column and whitespace
Jim Grosbach
[prev]
[next]