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-09-11
CR fixes per Bruno's request.
Nadav Rotem
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-08-30
Emit segmented-stack specific code into function prologues for
Rafael Espindola
2011-08-30
Command line option to enable support for segmented stacks:
Rafael Espindola
2011-08-30
Follow up to r138791.
Evan Cheng
2011-08-24
Basic x86 code generation for atomic load and store instructions.
Eli Friedman
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-09
Trim an unneeded header.
Jakob Stoklund Olesen
2011-08-08
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
Jakob Stoklund Olesen
2011-08-08
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-04
Fix a place that was clearly forgotten when the type legalization
Duncan Sands
2011-08-03
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-07-27
Code generation for 'fence' instruction.
Eli Friedman
2011-07-26
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...
Evan Cheng
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-23
Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...
Benjamin Kramer
2011-07-23
Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces...
Benjamin Kramer
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
Move the logic for printing the registered targets into a static
Chandler Carruth
2011-07-22
Teach tblgen to emit MCRegisterClasses.
Benjamin Kramer
2011-07-21
Sink parts of TargetRegisterClass into MCRegisterClass.
Benjamin Kramer
2011-07-20
Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...
Bill Wendling
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-19
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ...
Eli Friedman
2011-07-18
Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of the
Evan Cheng
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-15
remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now
Chris Lattner
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
Add a new field to MCOperandInfo that contains information about the type of ...
Benjamin Kramer
2011-07-13
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...
Owen Anderson
2011-07-12
There is a cyclic dependency between MC and Target if this method is out-of-l...
Bill Wendling
2011-07-12
Remove IntegerType constness from TargetData
Tobias Grosser
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-10
Use BranchProbability instead of floating points in IfConverter.
Jakub Staszak
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
[prev]
[next]