Reverting r138695 to see if it fixes clang self host.
[oota-llvm.git] / lib / MC /
2011-08-25 Benjamin KramerInitialize member variable.
2011-08-24 Evan ChengSome autoconf tests use module level inline asm to...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-20 Jim GrosbachFix AsmParser binary precedence for shift operators.
2011-08-19 Sean CallananFixed a memory bug in the MCDisassembler where
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-12 Benjamin KramerMachOWriter: Don't crash on fixups with arithmetic...
2011-08-09 Jim GrosbachDon't truncate MachO addresses.
2011-08-08 Benjamin KramerPacify virtual dtor warnings and cmake buildbots.
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-04 Chris Lattnerallow \r's in .s files.
2011-08-04 Roman DivackyIntroduce adjustFixupOffset that adjusts the fixup...
2011-08-04 Rafael EspindolaAdd an assert to check that the Addend fits the file...
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Roman DivackyComment out the PPC relocation offset adjustment. It...
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-07-31 Chandler CarruthI mis-interpreted the MCDisassembler's intended depende...
2011-07-29 Chandler CarruthOn mac, it seems the MC disassembler is actually using...
2011-07-29 Chandler CarruthFix the MCDisassembler dependencies. These were just...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Evan ChengRemove one last reference to Target in MC library.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengTargetAsmBackend has been renamed to MCAsmBackend.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Chandler CarruthAdd a missing enumerator to this switch. Currently...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-25 Jim GrosbachTidy up. 80 columns.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Bill WendlingEmit the __compact_unwind section first. If there are...
2011-07-20 Evan ChengX86 is the only target that uses coff format. This...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Benjamin KramerInitialize the EHFrameSection pointer to zero.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengInclude MCRegisterInfo to eliminate a compilation warning.
2011-07-20 Francois PichetFix the CMake build.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Bill WendlingMicro-opt: Only emit compact unwind if there is a compa...
2011-07-19 Bill WendlingUse the CompactUnwindEncoding from the Frame, if it...
2011-07-19 Bill WendlingAdd a method to set compact unwind encoding information...
2011-07-19 Sean CallananFixed a bug where the MC subtarget information
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-15 Bill WendlingRemove setting the bit for personality function. It...
2011-07-15 Bill WendlingEncode that we have a personality function.
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Bill Wendling* If we have an LSDA, we need to mark it in the encoding.
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-13 Bill WendlingDon't emit the FDE end label if the last thing emitted...
2011-07-11 Shantonu SenResynchronize EDInfo.h and EDEmitter.cpp.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengFix comment.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-07-06 Bill WendlingClean up the #includes.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-02 Evan ChengAdd getFeatureBits to extract feature bits for a given...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengEliminate one extra conversion.
2011-07-01 Francois PichetAnother misuse of StringRef. MSVC is very sensitive...
2011-07-01 Rafael EspindolaFix use after free.
2011-07-01 Evan ChengSwitch SubtargetFeatures from std::string to StringRef.
2011-06-30 Bill WendlingRemove tabs.
2011-06-30 Bill WendlingImprove comment: Show the register the DWARF label...
2011-06-30 Bill WendlingAdd one more comment to the FDE verbose asm output.
2011-06-30 Bill WendlingAdd comments to the FDE.
2011-06-30 Bill WendlingAdd more comments to the ASM output for the CIE's ...
2011-06-30 Bill WendlingAdd comments to the ASM output to help understand the...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-30 Bill Wendling* Use the proper size to output the range size.
2011-06-29 Bill WendlingStupid error: If the LSDA and Personality functions...
2011-06-29 Bill WendlingWe don't want to use relocations inside the compact...
2011-06-29 Jim GrosbachAsm parser range checking on .<size> <value> directives.
2011-06-29 NAKAMURA TakumiFix CMake build.
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Jim Grosbachtidy up whitespace.
2011-06-24 Jim GrosbachFixup info for Thumb2 unconditional branch.
2011-06-23 Jim GrosbachTidy up.
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Bill WendlingUse a reference. Don't make a useless copy of the vector.
2011-06-23 Bill WendlingFormatting changes. No functionality change.
2011-06-23 Eric ChristopherRevert r133513:
2011-06-23 Bill WendlingUse the presence of the __compact_unwind section to...
2011-06-23 Bill WendlingSome skeleton code to emit the compact unwind. If the...
2011-06-23 Bill Wendling80-column violations.
2011-06-22 Bill WendlingMove class methods out-of-line. This reduces the indent...
next