OSDN Git Service

Add build rules for llc, opt, and llvm-link on target device.
[android-x86/external-llvm.git] / lib / MC /
2011-07-20 Logan ChienMigrate to LLVM upstream r135568 (Jul 20 2011)
2011-07-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
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-17 Nowar GuMerge upstream to r135360 at Sun. 17th July 2011.
2011-07-16 Nowar GuMerge upstream to r135343 at Sat. 16th July 2011.
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 Nowar GuFix Android.mk.
2011-07-02 Nowar GuMerge upstream to r134306 at Sat. 2nd July 2011.
2011-07-02 Nowar GuFix Android.mk.
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 Nowar GuMerge upstream to r134237 at Fri. 1st July 2011.
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 Nowar GuMerge upstream to r133718, Fri. 24th June 2011.
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 Nowar GuMerge upstream to r133679 at Thu. 23th Jun 2011.
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...
2011-06-20 Bill WendlingRemove the subclassing. This will be moved to the ASM...
2011-06-20 Nowar GuFix source list of Android.mk.
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-18 Benjamin KramerDirectly print to a raw_ostream instead of printing...
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-18 Bill Wendling* Override the "EmitBytes" function, since it can sneak...
2011-06-17 Bill WendlingRemove false assertion.
2011-06-17 Bill WendlingDisable for another investigation.
2011-06-17 Bill WendlingSupport only DwarfCFI or SjLj exception handling in...
2011-06-17 Bill WendlingSjLj exception handling LSDA decoding support wasn...
2011-06-17 Bill WendlingDisable to investigate ARM failure.
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Benjamin KramerRemove a useless copy of MCELFStreamer. Patch by Logan...
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-06-09 Jason W KimRemove an uneeded switch - Turns out reloc results...
2011-06-07 Roman DivackyMake EmitIntValue() work properly on big-endian targets.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-06-05 Rafael EspindolaProduce an undefined reference to _GLOBAL_OFFSET_TABLE_...
2011-06-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-06-02 Jim Grosbach.cfi directive register parsing flexibility.
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
2011-05-27 Charles DavisStart keeping track of where the various unwind instruc...
2011-05-27 Charles DavisAdd missing break statements. Align UNWIND_INFO and...
2011-05-27 Charles DavisMy attempt at fixing the leak reported by the valgrind...
next