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
2007-01-19
For PR1043:
Reid Spencer
2007-01-19
Remove this xform:
Evan Cheng
2007-01-18
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-18
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
Chris Lattner
2007-01-17
Changed to use the OutputBuffer instead of the methods in MachO and ELF
Bill Wendling
2007-01-17
Revert patch.
Bill Wendling
2007-01-17
Use the methods in the TargetObjInfo object instead of internal methods.
Bill Wendling
2007-01-16
Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being
Chris Lattner
2007-01-16
add options to view the dags before the first or second pass of dag combine.
Chris Lattner
2007-01-16
Fix for PR1095:
Bill Wendling
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
eliminate calls to Type::isInteger, preferring isIntegral instead.
Chris Lattner
2007-01-12
Compensate for loss of DerivedTypes.h in TargetLowering.h
Reid Spencer
2007-01-12
Move a function out of line.
Reid Spencer
2007-01-12
Minor fix.
Evan Cheng
2007-01-12
Simplify code
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
Store default libgcc routine names and allow them to be redefined by target.
Evan Cheng
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-08
Naming consistency.
Evan Cheng
2007-01-08
Fix for PR1075: bottom-up register-reduction scheduling actually increases re...
Evan Cheng
2007-01-08
Implement some trivial FP foldings when -enable-unsafe-fp-math is specified.
Chris Lattner
2007-01-08
Need to handle static declarations properly.
Jim Laskey
2007-01-07
llvm 2.0 doesn't support llvm.isunordered.*
Chris Lattner
2007-01-07
remove support for llvm.isunordered
Chris Lattner
2007-01-07
Change the interface to Module::getOrInsertFunction to be easier to use,to re...
Chris Lattner
2007-01-05
Expand fcopysign to the bitwise sequence if select is marked as expensive.
Evan Cheng
2007-01-05
Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0
Evan Cheng
2007-01-05
CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...
Evan Cheng
2007-01-05
GEP subscript is interpreted as a signed value.
Evan Cheng
2007-01-04
fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with
Chris Lattner
2007-01-04
Expand fcopysign to a series of bitwise of operations when it's profitable to
Evan Cheng
2007-01-03
Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure
Reid Spencer
2007-01-03
NULL names should pass validation.
Jim Laskey
2007-01-03
Silence warning.
Jim Laskey
2007-01-03
Restore previous behavior of defaulting to ZEXT. This works around two
Reid Spencer
2007-01-03
Two changes:
Reid Spencer
2007-01-03
Clean up from recent changes. Comment the new parameter to ExpandLibCall.
Reid Spencer
2007-01-02
- Fixing naming inconsistency: calleesave -> calleesaved.
Evan Cheng
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-22
Need to walk the derived chain of typedefs to get actual size.
Jim Laskey
2006-12-22
Debug dump error.
Evan Cheng
2006-12-21
Just print integer constants as signed values. The actual signedness
Reid Spencer
2006-12-21
Simplify all the casting business and get rid of isSigned().
Reid Spencer
2006-12-20
getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman
Evan Cheng
2006-12-19
Eliminate static ctors from Statistics
Chris Lattner
2006-12-19
Fix for PR1059: http://llvm.org/PR1059
Anton Korobeynikov
[next]