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
Age
Commit message (
Expand
)
Author
2006-12-06
Ignoring the upper 32 bits of a 64 bit constant is not a good thing.
Jim Laskey
2006-12-06
For PR950:
Reid Spencer
2006-12-06
Fix some 80 col violations.
Reid Spencer
2006-12-06
merge the Statistic and StatisticBase classes, eliminating virtual methods
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().
Evan Cheng
2006-12-06
Remove the dead CachedWriter class.
Chris Lattner
2006-12-06
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
2006-12-06
remove unused api
Chris Lattner
2006-12-06
add a helper to call llvm_shutdown()
Chris Lattner
2006-12-05
Bail on the getInferredCast idea. Remove the function and convert
Reid Spencer
2006-12-04
Add cast creation functions for Pointer Casts, either BitCast or PtrToInt
Reid Spencer
2006-12-04
Separate the get and getTy functions for ICmp and FCmp into getCompare
Reid Spencer
2006-12-04
Unclutter this by using new cast creation functions.
Reid Spencer
2006-12-04
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
For PR950: Provide an isCompare method for detection of ICmp and FCmp constan...
Reid Spencer
2006-12-04
Change inferred casts to explicit casts.
Reid Spencer
2006-12-04
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-12-03
Remove dead code.
Reid Spencer
2006-12-03
Implement creation of ICmp and FCmp constant expressions.
Reid Spencer
2006-12-01
Switch analysis groups to be unregistered when llvm_shutdown is called.
Chris Lattner
2006-12-01
Start moving pass registration over to using the ManagedStatic mechanism.
Chris Lattner
2006-12-01
pass cfgonly up the ctor instead of calling an explicit method.
Chris Lattner
2006-12-01
move 'cfgonly' pass tracking into PassInfo, instead of handling it with
Chris Lattner
2006-12-01
remove 'target constructor' support.
Chris Lattner
2006-12-01
Typo
Evan Cheng
2006-12-01
- Add getOperandConstraint() to TargetInstrDescriptor.
Evan Cheng
2006-12-01
Add weak reference directive.
Evan Cheng
2006-12-01
Remove dead methods
Chris Lattner
2006-12-01
add a new ConstantIntegral::get method. Simplify the implementation of
Chris Lattner
2006-12-01
Define the HAVE_PTHREAD symbol.
Reid Spencer
2006-11-30
Change global descriptor names to provide name, full name and linkage name.
Jim Laskey
2006-11-30
- MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode.
Evan Cheng
2006-11-29
Get the delegation right for InstVisitor.
Reid Spencer
2006-11-29
Oops! didn't mean to put this in there yet.
Bill Wendling
2006-11-29
add a hook to allow targets to hack on inline asms to lower them to llvm
Chris Lattner
2006-11-29
Converted to using llvm streams instead of <iostream>s
Bill Wendling
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-28
Support for llvm_ostreams.
Bill Wendling
2006-11-28
Support for llvm streams.
Bill Wendling
2006-11-28
Add a helper function
Chris Lattner
2006-11-28
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-28
Add per-target support for asm translation in the cbe
Andrew Lenharth
2006-11-28
Fix indentation.
Evan Cheng
2006-11-28
Added helper function to transition to using llvm streams.
Bill Wendling
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
Protect against null streams.
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-26
Add method that will take a function pointer so that it can handle things
Bill Wendling
2006-11-20
setOperand should not zap the operand list or add implicit operands to an
Chris Lattner
[next]