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
/
MC
Age
Commit message (
Expand
)
Author
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-27
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-26
Remove one last reference to Target in MC library.
Evan Cheng
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-25
TargetAsmBackend has been renamed to MCAsmBackend.
Evan Cheng
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
Add a missing enumerator to this switch. Currently its in the
Chandler Carruth
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
Tidy up. 80 columns.
Jim Grosbach
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
Emit the __compact_unwind section first. If there are any frames which weren't
Bill Wendling
2011-07-20
X86 is the only target that uses coff format. This should fixes test failures...
Evan Cheng
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Initialize the EHFrameSection pointer to zero.
Benjamin Kramer
2011-07-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
Include MCRegisterInfo to eliminate a compilation warning.
Evan Cheng
2011-07-20
Fix the CMake build.
Francois Pichet
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...
Bill Wendling
2011-07-19
Use the CompactUnwindEncoding from the Frame, if it's defined.
Bill Wendling
2011-07-19
Add a method to set compact unwind encoding information in a frame.
Bill Wendling
2011-07-19
Fixed a bug where the MC subtarget information
Sean Callanan
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-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
Remove setting the bit for personality function. It should be set by the linker.
Bill Wendling
2011-07-15
Encode that we have a personality function.
Bill Wendling
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
* If we have an LSDA, we need to mark it in the encoding.
Bill Wendling
2011-07-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-13
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
Don't emit the FDE end label if the last thing emitted was a compact unwind and
Bill Wendling
2011-07-11
Resynchronize EDInfo.h and EDEmitter.cpp.
Shantonu Sen
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-08
Fix comment.
Evan Cheng
2011-07-08
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-06
Clean up the #includes.
Bill Wendling
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-02
Add getFeatureBits to extract feature bits for a given CPU.
Evan Cheng
[next]