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
2007-10-18
Really fix PR1734. Carefully track which register uses are sub-register uses by
Evan Cheng
2007-10-18
Remove unnecessary include.
Evan Cheng
2007-10-17
Return Expand from getOperationAction for all extended
Duncan Sands
2007-10-17
Apply Chris' suggestions.
Evan Cheng
2007-10-17
Update comments.
Evan Cheng
2007-10-17
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-16
Document the fact that the verifier currently requires the
Duncan Sands
2007-10-16
Initial infrastructure for arbitrary precision integer
Duncan Sands
2007-10-16
Code clean up.
Evan Cheng
2007-10-15
add a new CreateStackTemporary helper method.
Chris Lattner
2007-10-15
One mundane change: Change ReplaceAllUsesOfValueWith to *optionally*
Chris Lattner
2007-10-15
remove dead enum, make setNodeId public.
Chris Lattner
2007-10-14
When coalescing an EXTRACT_SUBREG and the dst register is a physical register,
Evan Cheng
2007-10-14
Revert 42908 for now.
Evan Cheng
2007-10-13
Optionally create a MachineInstr without default implicit operands.
Evan Cheng
2007-10-12
Change the names used for internal labels to use the current
Dan Gohman
2007-10-12
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-12
Cosmetic.
Evan Cheng
2007-10-11
Add runtime library names for pow.
Dan Gohman
2007-10-11
Add an ISD::FPOW node type.
Dan Gohman
2007-10-10
Next PPC long double bits: ppcf128->i32 conversion.
Dale Johannesen
2007-10-08
Add convenience overloads of SelectionDAG::getNode that take a SDVTList
Dan Gohman
2007-10-06
Oops. Forgot this.
Evan Cheng
2007-10-05
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
SMUL_LOHI and UMUL_LOHI are commutative.
Dan Gohman
2007-10-05
Define target-indepenent SDNode types for multiply and divide that
Dan Gohman
2007-10-05
Fix typo in comment.
Duncan Sands
2007-10-05
If a node that defines a physical register that is expensive to copy. The
Evan Cheng
2007-10-05
Add a variant of getTargetNode() that takes a vector of MVT::ValueType.
Evan Cheng
2007-10-01
Remove simple scheduler.
Evan Cheng
2007-09-29
Collector is the base class for garbage collection code generators.
Gordon Henriksen
2007-09-28
If two instructions are both two-address code, favors (schedule closer to
Evan Cheng
2007-09-28
Trim some unneeded fields.
Evan Cheng
2007-09-28
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-27
CollectorMetadata abstractly describes stack maps for a function.
Gordon Henriksen
2007-09-27
My previous Registry.h header, as well as Collectors.h, which is the
Gordon Henriksen
2007-09-26
Oops. Forgot this.
Evan Cheng
2007-09-25
Added major new capabilities to scheduler (only BURR for now) to support phys...
Evan Cheng
2007-09-24
Add a routine for emitting .file directives, for setting up
Dan Gohman
2007-09-24
explicit keywords.
Dan Gohman
2007-09-19
More long double fixes. x86_64 should build now.
Dale Johannesen
2007-09-19
Use struct SDep instead of std::pair for SUnit pred and succ lists. First step
Evan Cheng
2007-09-18
Don't pass back a reference to a temporary.
Bill Wendling
2007-09-18
The exception handling function info should be reset for each new
Bill Wendling
2007-09-18
Objective-C was generating EH frame info like this:
Bill Wendling
2007-09-17
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
Add a utility function to SDOperand for testing if a value is unused.
Dan Gohman
2007-09-14
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-12
Yet another getTargetNode variant.
Evan Cheng
[next]