summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Add a missing enumerator to this switch. Currently its in theChandler Carruth2011-07-25
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-25
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-25
* Tidy up. 80 columns.Jim Grosbach2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Emit the __compact_unwind section first. If there are any frames which weren'tBill Wendling2011-07-22
* X86 is the only target that uses coff format. This should fixes test failures...Evan Cheng2011-07-20
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Initialize the EHFrameSection pointer to zero.Benjamin Kramer2011-07-20
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Include MCRegisterInfo to eliminate a compilation warning.Evan Cheng2011-07-20
* Fix the CMake build.Francois Pichet2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...Bill Wendling2011-07-19
* Use the CompactUnwindEncoding from the Frame, if it's defined.Bill Wendling2011-07-19
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-19
* Fixed a bug where the MC subtarget informationSean Callanan2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Remove setting the bit for personality function. It should be set by the linker.Bill Wendling2011-07-15
* Encode that we have a personality function.Bill Wendling2011-07-15
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* * If we have an LSDA, we need to mark it in the encoding.Bill Wendling2011-07-14
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-13
* Don't emit the FDE end label if the last thing emitted was a compact unwind andBill Wendling2011-07-13
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Fix comment.Evan Cheng2011-07-08
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-08
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-07
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-07
* Clean up the #includes.Bill Wendling2011-07-06
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng2011-07-02
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Eliminate one extra conversion.Evan Cheng2011-07-01
* Another misuse of StringRef. MSVC is very sensitive to that kind of error.Francois Pichet2011-07-01
* Fix use after free.Rafael Espindola2011-07-01
* Switch SubtargetFeatures from std::string to StringRef.Evan Cheng2011-07-01