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
Age
Commit message (
Expand
)
Author
2008-09-30
Revert commit 56835 since it breaks the build.
Duncan Sands
2008-09-30
If a re-materializable instruction has a register operand, the spiller will c...
Evan Cheng
2008-09-29
Remove misuse of ReplaceNodeResults for atomics with
Dale Johannesen
2008-09-29
Fix FastISel to not initialize the PIC-base register multiple times
Dan Gohman
2008-09-26
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
Rename ConstantSDNode's getSignExtended to getSExtValue, for
Dan Gohman
2008-09-26
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
We don't need to insert copies for implicit_def's.
Owen Anderson
2008-09-26
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-25
Accept 'inreg' attribute on x86 functions as
Dale Johannesen
2008-09-25
Support for i1 XOR in FastISel. It is actually safe because
Dan Gohman
2008-09-25
Don't print fast-isel debug messages by default. Thanks Chris!
Dan Gohman
2008-09-25
Don't forget the newline in debug output.
Dan Gohman
2008-09-25
FastISel support for debug info.
Dan Gohman
2008-09-25
bug 2812: Segmentation fault on a big emdiam processor.
Richard Pennington
2008-09-25
Fix a recent fast-isel coverage regression - don't bail out before
Dan Gohman
2008-09-25
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
Add debug output to this pass.
Dan Gohman
2008-09-25
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-25
<rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()...
Evan Cheng
2008-09-24
Give LowerSubregs.cpp a top-level description.
Dan Gohman
2008-09-24
Remove SelectionDag early allocation of registers
Dale Johannesen
2008-09-24
Use helper
Anton Korobeynikov
2008-09-24
SmallPtrSet will be better
Anton Korobeynikov
2008-09-24
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
Fix off-by-one error when updating live intervals.
Owen Anderson
2008-09-24
Reapplying r56550
Bill Wendling
2008-09-24
Forgot this part with my last patch. Sorry about the breakage.
Bill Wendling
2008-09-24
Temporarily revert r56550 until missing commit can be added.
Eric Christopher
2008-09-24
Refactor the constant folding code into it's own function. And call it from both
Bill Wendling
2008-09-24
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
Refactor the logic for testing if an instruction is dead into a
Dan Gohman
2008-09-24
Set SetStore to false, to allow this pass to delete
Dan Gohman
2008-09-24
Add a method to MachineInstr for testing whether it makes
Dan Gohman
2008-09-24
Properly handle 'm' inline asm constraints. If a GV is being selected for the...
Evan Cheng
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Now that DeadMachineInstructionElim is basically working
Dan Gohman
2008-09-23
Arrange for FastISel code to have access to the MachineModuleInfo
Dan Gohman
2008-09-23
Track local physical register liveness. This is not the most
Dan Gohman
2008-09-23
Replace the LiveRegs SmallSet with a simple counter that keeps
Dan Gohman
2008-09-23
Add initial support for inserting last minute copies.
Owen Anderson
2008-09-22
Fix the alignment of loads from constant pool entries when the
Dan Gohman
2008-09-22
Livestacks really does preserve everything.
Evan Cheng
[next]