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
/
Target
Age
Commit message (
Expand
)
Author
2007-10-18
Missing 'public' keyword.
Gordon Henriksen
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
Return Expand from getOperationAction for all extended
Duncan Sands
2007-10-16
Initial infrastructure for arbitrary precision integer
Duncan Sands
2007-10-15
Fix 80 col violation
Chris Lattner
2007-10-13
Change unfoldMemoryOperand(). User is now responsible for passing in the
Evan Cheng
2007-10-12
Corrected many typing errors. And removed 'nest' parameter handling
Arnold Schwaighofer
2007-10-11
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-10-10
Fix 80-column violations
Bill Wendling
2007-10-08
Add explicit keywords.
Dan Gohman
2007-10-05
- Added a few target hooks to generate load / store instructions from / to any
Evan Cheng
2007-10-01
Add getABITypeSize, getABITypeSizeInBits
Dale Johannesen
2007-09-29
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-27
TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets
Dan Gohman
2007-09-26
- Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...
Evan Cheng
2007-09-26
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-09-25
New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
Evan Cheng
2007-09-24
Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file
Dan Gohman
2007-09-23
Fix PR 1681. When X86 target uses +sse -sse2,
Dale Johannesen
2007-09-19
Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value
Evan Cheng
2007-09-13
Added getNumDefs().
Evan Cheng
2007-09-11
Add accessor method.
Bill Wendling
2007-09-11
Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
Bill Wendling
2007-09-11
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-07
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-08-30
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-30
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-27
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-25
rename isOperandValidForConstraint to LowerAsmOperandForConstraint,
Chris Lattner
2007-08-20
Partial implementation of calling functions with byval arguments:
Rafael Espindola
2007-08-12
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-10
Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...
Christopher Lamb
2007-08-09
Update per review comments.
Dale Johannesen
2007-08-09
long double 9 of N. This finishes up the X86-32 bits
Dale Johannesen
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2007-08-02
Added TargetInstrDescriptor::numDefs - num of results.
Evan Cheng
2007-08-01
More explicit keywords.
Dan Gohman
2007-07-30
Fix the comments for the 'fast' parameter in addPassesToEmitFile.
Dan Gohman
2007-07-30
Fix the comment for getClosestTargetForJIT to reflect the fact that
Dan Gohman
2007-07-30
More explicit keywords.
Dan Gohman
2007-07-27
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-26
Have register info provide the inverse mapping of register->superregisters. P...
Christopher Lamb
2007-07-26
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-07-20
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-16
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-14
Long live the exception handling!
Anton Korobeynikov
2007-07-10
Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...
Evan Cheng
2007-07-09
Fix a typo in a comment.
Dan Gohman
2007-07-06
Remove redundant declarations.
Dan Gohman
[next]