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
2008-01-30
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-29
Fix a typo in a comment.
Dan Gohman
2008-01-29
Add explicit keywords.
Dan Gohman
2008-01-27
Fixes for BreakCriticalMachineCodeEdge by Fernando.
Owen Anderson
2008-01-27
make isExactlyValue work for long double.
Chris Lattner
2008-01-25
Reorder a field to reduce the size of StackObject. Note that this
Chris Lattner
2008-01-25
move this field back. Moving the field causes miscompilations (!) of voronoi...
Chris Lattner
2008-01-25
move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo
Chris Lattner
2008-01-25
add a fixme.
Chris Lattner
2008-01-24
Move some functionality for adding flags to MachineInstr's into methods on Ma...
Owen Anderson
2008-01-21
Fix the failures in the PPC JIT by marking relocation entries for
Chris Lattner
2008-01-17
add some helper methods.
Chris Lattner
2008-01-17
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2008-01-16
Do not mark EH tables no-dead-strip unless the
Dale Johannesen
2008-01-16
Factor the ReachesChainWithoutSideEffects out of dag combiner into
Chris Lattner
2008-01-15
Move some calls to getVRegDef higher in the callgraph, so they don't get exec...
Owen Anderson
2008-01-15
Unbreak the build.
Evan Cheng
2008-01-15
Oops. Forgot to commit this.
Evan Cheng
2008-01-15
For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed
Anton Korobeynikov
2008-01-11
remove some incorrect classof's.
Chris Lattner
2008-01-11
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
More CellSPU refinement and progress:
Scott Michel
2008-01-10
Output sinl for a long double FSIN node, not sin.
Duncan Sands
2008-01-10
Clearify the meaning of immutable StackObject.
Evan Cheng
2008-01-10
Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...
Evan Cheng
2008-01-10
provide def_* and use_* iterators in addition to reg_* iterators.
Chris Lattner
2008-01-07
Update the comment on scalar to vector to be a bit more clear.
Nate Begeman
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Setting GlobalDirective in TargetAsmInfo by default rather than
Gordon Henriksen
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2008-01-07
Enabling the target-independent garbage collection infrastructure by hooking it
Gordon Henriksen
2008-01-05
X86 JIT PIC jumptable support.
Evan Cheng
2008-01-04
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
2008-01-04
X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.
Evan Cheng
2008-01-04
Add a really quick hack at a machine code sinking pass, enabled with --enable...
Chris Lattner
2008-01-03
Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
Evan Cheng
2008-01-03
don't access element zero of an array of size zero.
Chris Lattner
2008-01-01
switch the register iterator to act more like hte LLVM value iterator: derefe...
Chris Lattner
2008-01-01
Add a trivial but handy function to efficiently return the machine
Chris Lattner
2008-01-01
add efficient iteration support for register use/def's
Chris Lattner
2008-01-01
Implement automatically updated def/use lists for all MachineInstr register
Chris Lattner
2007-12-31
properly encapsulate the parent field of MBB and MI with get/set accessors.
Chris Lattner
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
slightly simplify and document SSARegMap.
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
- rename opType -> OpKind and contents -> Contents.
Chris Lattner
2007-12-30
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
MachineOperand:
Chris Lattner
2007-12-30
make machine operands fatter: give each one an up-pointer to the
Chris Lattner
[next]