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-05-19
Fix some doxygen usage in these headers.
Reid Spencer
2006-05-19
Use class tags instead of struct tags. The coding standards specify this
Chris Lattner
2006-05-18
lib/Target/Target.td
Evan Cheng
2006-05-18
Change Module to use TargetData-compatible strings internally.
Owen Anderson
2006-05-17
Another typo. Pointed out by Nate Begeman.
Evan Cheng
2006-05-17
Fix a mis-leading comment.
Evan Cheng
2006-05-17
Add a CloneModule call that exposes the mapping of values from the old module
Chris Lattner
2006-05-16
Add a new CALL node.
Chris Lattner
2006-05-16
There is now a default impl of this method
Chris Lattner
2006-05-16
Move this code to a common place
Andrew Lenharth
2006-05-16
Add a chain to FORMAL_ARGUMENTS.
Chris Lattner
2006-05-16
For PR778:
Reid Spencer
2006-05-15
Improve comments, patch provided by Vladimir Prus!
Chris Lattner
2006-05-15
Doxygenify the comments, bringing the file level comments down to be attached
Reid Spencer
2006-05-14
improve comment.
Chris Lattner
2006-05-14
Improve documentation on throwing, it is not complete still though. :(
Chris Lattner
2006-05-14
This is a proper fix for the compiler warning. A termination condition is
Chris Lattner
2006-05-13
Fix an infinite loop bug that Vladimir Prus identified.
Reid Spencer
2006-05-13
Add a #include <cassert> for situations where Casting.h is used standalone.
Reid Spencer
2006-05-13
Revert an un-intended change
Evan Cheng
2006-05-12
Don't use old-style casts. This prevents compiler warnings when CommandLine.h
Reid Spencer
2006-05-12
Add a method to generate a string representation from a TargetData.
Owen Anderson
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
Backing out fix for PR770. Need to re-apply it after live range splitting is ...
Evan Cheng
2006-05-12
Add a new constructor to TargetData that builds a TargetData from its
Owen Anderson
2006-05-12
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-11
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
2006-05-11
Also add super- register class info.
Evan Cheng
2006-05-10
Add alloca/malloc ctors that don't take array sizes.
Chris Lattner
2006-05-09
This method doesn't need to be virtual, thanks to Reid for pointing this out.
Chris Lattner
2006-05-09
PR 770 - permit coallescing of registers in subset register classes.
Evan Cheng
2006-05-09
Added sub- register classes information.
Evan Cheng
2006-05-09
Implement MASM sections correctly, without a "has masm sections flag" and a
Chris Lattner
2006-05-09
Split SwitchSection into the SwitchTo{Text|Data}Section functions, to better
Chris Lattner
2006-05-08
Move methods out of line so that MutexGuard.h isn't required in the header.
Chris Lattner
2006-05-08
Move the definition of value_use_iterator::getOperandNo to User.h where the
Chris Lattner
2006-05-08
Remove unncessary include
Nate Begeman
2006-05-06
Add some new methods for computing sign bit information.
Chris Lattner
2006-05-05
Somehow, I missed this part of the checkin a couple days ago
Nate Begeman
2006-05-05
Add a helper method.
Chris Lattner
2006-05-04
Fix this to be a proper copy ctor
Chris Lattner
2006-05-04
Final pass of minor cleanups for MachineInstr
Chris Lattner
2006-05-04
Remove redundancy and a level of indirection when creating machine operands
Chris Lattner
2006-05-04
Move register numbers out of "extra" into "contents". Other minor cleanup.
Chris Lattner
2006-05-04
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
remove hasAllocatedReg
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Change "value" in MachineOperand to be a GlobalValue, as that is the only
Chris Lattner
[next]