aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-194-0/+23
* Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...Bill Wendling2011-07-191-1/+1
* Use the CompactUnwindEncoding from the Frame, if it's defined.Bill Wendling2011-07-191-7/+2
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-191-0/+6
* Fixed a bug where the MC subtarget informationSean Callanan2011-07-191-0/+1
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+2
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-189-20/+48
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-156-40/+42
* Remove setting the bit for personality function. It should be set by the linker.Bill Wendling2011-07-151-3/+0
* Encode that we have a personality function.Bill Wendling2011-07-151-0/+3
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-142-2/+4
* * If we have an LSDA, we need to mark it in the encoding.Bill Wendling2011-07-141-1/+5
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-147-14/+19
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-132-2/+6
* Don't emit the FDE end label if the last thing emitted was a compact unwind andBill Wendling2011-07-131-1/+3
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-112-11/+29
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-8/+11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-093-1/+52
* Fix comment.Evan Cheng2011-07-081-1/+1
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-081-2/+2
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-082-4/+7
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-072-1/+2
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-072-26/+54
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-071-6/+8
* Clean up the #includes.Bill Wendling2011-07-061-5/+4
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-062-3/+2
* Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng2011-07-021-0/+8
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-012-0/+45
* Eliminate one extra conversion.Evan Cheng2011-07-011-1/+1
* Another misuse of StringRef. MSVC is very sensitive to that kind of error.Francois Pichet2011-07-011-2/+2
* Fix use after free.Rafael Espindola2011-07-011-1/+1
* Switch SubtargetFeatures from std::string to StringRef.Evan Cheng2011-07-011-22/+19
* Remove tabs.Bill Wendling2011-06-301-6/+6
* Improve comment: Show the register the DWARF label is added to.Bill Wendling2011-06-301-1/+2
* Add one more comment to the FDE verbose asm output.Bill Wendling2011-06-301-0/+1
* Add comments to the FDE.Bill Wendling2011-06-301-5/+13
* Add more comments to the ASM output for the CIE's "moves".Bill Wendling2011-06-301-1/+20
* Add comments to the ASM output to help understand the compact unwind and CIE ...Bill Wendling2011-06-301-6/+61
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-303-44/+26
* * Use the proper size to output the range size.Bill Wendling2011-06-301-1/+8
* Stupid error: If the LSDA and Personality functions aren't there, emit 0 insteadBill Wendling2011-06-291-10/+8
* We don't want to use relocations inside the compact unwind section. Just use theBill Wendling2011-06-291-4/+19
* Asm parser range checking on .<size> <value> directives.Jim Grosbach2011-06-291-3/+9
* Fix CMake build.NAKAMURA Takumi2011-06-291-0/+1
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-0/+384
* Refactor MachO relocation generaration into the Target directories.Jim Grosbach2011-06-241-985/+19
* tidy up whitespace.Jim Grosbach2011-06-241-1/+1
* Fixup info for Thumb2 unconditional branch.Jim Grosbach2011-06-241-0/+1
* Tidy up.Jim Grosbach2011-06-231-1/+1
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-4/+4