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
2011-07-08
Add an fma TableGen node.
Cameron Zwarich
2011-07-08
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach
2011-07-08
Emit a more efficient magic number multiplication for exact sdivs.
Benjamin Kramer
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Move a function out-of-line.
Bill Wendling
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
Use ArrayRef instead of a std::vector&.
Bill Wendling
2011-07-07
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-06
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
Constify getCompactUnwindRegNum.
Bill Wendling
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-01
Add MCSubtargetInfo target registry stuff.
Evan Cheng
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-06-30
Add target a target hook to get the register number used by the compact unwind
Bill Wendling
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
Remove getRegClassForInlineAsmConstraint and all dependencies.
Eric Christopher
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
Trim include
Evan Cheng
2011-06-28
Unbreak every backend.
Evan Cheng
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-27
Remove RCBarriers from TargetInstrDesc.
Evan Cheng
2011-06-27
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
Rename unnecessary forward declaration.
Evan Cheng
2011-06-24
Rename TargetRegisterDesc to MCRegisterDesc
Evan Cheng
2011-06-24
- Add MCRegisterInfo registration machinery. Also added x86 registration rout...
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-23
Rename TargetOptions::StackAlignment to StackAlignmentOverride.
Evan Cheng
2011-06-23
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-23
Allow the AsmInfo to query for the compact unwind section.
Bill Wendling
2011-06-23
Allow the AsmInfo to query the TLOF to see if it supports compact unwind.
Bill Wendling
2011-06-22
Add a flag that indicates whether a target supports compact unwind info or not.
Bill Wendling
2011-06-22
Add a __LD,__compact_unwind section.
Bill Wendling
2011-06-20
Add a RegisterTuples class to Target.td and TableGen.
Jakob Stoklund Olesen
2011-06-18
Remove MethodProtos/MethodBodies and allocation_order_begin/end.
Jakob Stoklund Olesen
2011-06-18
Provide AltOrders for specifying alternative allocation orders.
Jakob Stoklund Olesen
2011-06-17
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
Fix a bug in the type-lowering of integer-promoted elements. Add a check that
Nadav Rotem
2011-06-17
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-16
Rename TRI::getAllocationOrder() to getRawAllocationOrder().
Jakob Stoklund Olesen
2011-06-16
Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...
Owen Anderson
2011-06-16
Add TargetRegisterInfo::getRawAllocationOrder().
Jakob Stoklund Olesen
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
Replace the statically generated hashtables for checking register relationshi...
Owen Anderson
2011-06-14
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
[prev]
[next]