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-10-02
fix build gcc 4.3
Andrew Lenharth
2008-10-02
Use a multimap rather than a map for holding the list of copies to insert, so...
Owen Anderson
2008-10-02
Handle some 64-bit atomics on x86-32, some of the time.
Dale Johannesen
2008-10-02
A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.
Evan Cheng
2008-10-02
Fix a think-o in isSafeToMove. This fixes it from thinking that
Dan Gohman
2008-10-01
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
Enable FastISel by default (on x86 and x86-64) with the -fast option.
Dan Gohman
2008-10-01
Make some implicit conversions explicit, to avoid compiler warnings.
Dan Gohman
2008-10-01
Fold trivial two-operand tokenfactors where the operands are equal
Dan Gohman
2008-10-01
Fix typos in comments.
Dan Gohman
2008-10-01
Implement the -fno-builtin option in the front-end, not in the back-end.
Bill Wendling
2008-09-30
Mark merged-in VNInfo's as being PHIKilled.
Owen Anderson
2008-09-30
Fix a simple error in renumbering kill markaers, that took an inordinant amou...
Owen Anderson
2008-09-30
- Initialize "--no-builtin" to "false".
Bill Wendling
2008-09-30
Add the new `-no-builtin' flag. This flag is meant to mimic the GCC
Bill Wendling
2008-09-30
Move the primary fast-isel top-level comments to FastISel.cpp, where
Dan Gohman
2008-09-30
Optimize SelectionDAG's AssignTopologicalOrder even further.
Dan Gohman
2008-09-30
Re-apply 56835 along with header file changes.
Evan Cheng
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
[prev]
[next]