- 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
- 7c5b021 add a twine version of MCContext::GetOrCreateSymbol. by Chris Lattner · 15 years ago
- a4d8667 MC: Set symbol values in MachO MCStreamer. by Daniel Dunbar · 15 years ago
- 7eb8519 Minor formatting tweaks. by Daniel Dunbar · 15 years ago
- 1253a6f MC: Switch assembler API to using MCExpr instead of MCValue. by Daniel Dunbar · 15 years ago
- e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 15 years ago
- 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 15 years ago
- fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 15 years ago
- 7c3600d MC: Move assembler variable values from MCContext to MCSymbol. by Daniel Dunbar · 15 years ago
- e579849 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 15 years ago
- 5440f63 Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so by Kevin Enderby · 15 years ago
- aa5c1b7 No newline at end of files. by Edward O'Callaghan · 15 years ago
- d9221d7 eliminate a use of strtoul. by Chris Lattner · 15 years ago
- c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 15 years ago
- 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 15 years ago
- 4f3e7aa add a helper method for creating MCSymbol and MCSymbolRefExpr at the same time. by Chris Lattner · 15 years ago
- bfd1e50 remove some horrible MAI hooks which fortunately turn out to be always empty. by Chris Lattner · 15 years ago
- 3228484 Update CMake. by Daniel Dunbar · 15 years ago
- 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 15 years ago
- 65b0b29 add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. by Chris Lattner · 15 years ago
- 1b6570e 'printMCInst' doesn't print newlines after instructions anymore. by Chris Lattner · 15 years ago
- 7c30191 remove MAI::JumpTableSpecialLabelPrefix now that MAI by Chris Lattner · 15 years ago
- 4afcedf fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). by Chris Lattner · 15 years ago
- e19f978 Make the MC symbol printer and llvm::Mangler exactly agree on mangling by Chris Lattner · 15 years ago
- b6a2fc0 eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 15 years ago
- 4dbd074 Update CMake files. by Ted Kremenek · 15 years ago
- 2a1744f canonicalize namespace gymnastics by Chris Lattner · 15 years ago
- 251ef61 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 15 years ago
- a8bb249 allow @ in symbol names without quoting the identifier. This by Chris Lattner · 15 years ago
- d50c2b9 parenthesize symbol names that start with $, fixing X86/dollar-name.ll with by Chris Lattner · 15 years ago
- d19ceb9 Print "X-42" instead of "X+-42". by Chris Lattner · 15 years ago
- be73e8c make formatting of expressions more closely match the existing asmprinter. by Chris Lattner · 15 years ago
- 8b4ada2 tidy whitespace. by Chris Lattner · 15 years ago
- aadb35f fix MCSymbol printing to exactly match the normal mangler rules so by Chris Lattner · 15 years ago
- 684c593d Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 15 years ago
- d87eb64 inline insertion operators. by Chris Lattner · 15 years ago
- 579531c output alignment value in hex so that we get: by Chris Lattner · 15 years ago
- efbb533 llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). by Daniel Dunbar · 15 years ago
- 821e333 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 15 years ago
- e2ace50 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 15 years ago
- 8c2eebe llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 15 years ago
- cb579b3 llvm-mc: Make MCSymbolData symbol member const. by Daniel Dunbar · 15 years ago
- a03a368 llvm-mc: Add MCContext to MCAssembler. by Daniel Dunbar · 15 years ago
- 87392fd llvm-mc: Add MCExpr::{dump,print}. by Daniel Dunbar · 15 years ago
- 9643ac5 llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs). by Daniel Dunbar · 15 years ago
- 28c251b llvm-mc: Move AsmExpr into MC lib (as MCExpr). by Daniel Dunbar · 15 years ago
- 7092c7e llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 15 years ago
- 8c3eaf4 llvm-mc: .lsym is more unsupported than unimplemented, pending a use case appearing. by Daniel Dunbar · 15 years ago
- 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 15 years ago
- d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 15 years ago
- edc670f llvm-mc: Tweak section alignment and size computation to match 'as' closer. by Daniel Dunbar · 15 years ago
- 0f5fa69 llvm-mc: Factor getSectionData out of SwitchSection. by Daniel Dunbar · 15 years ago
- e6cdbf2 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 15 years ago
- 8751b94 llvm-mc: Add const to EmitZeroFill section argument. by Daniel Dunbar · 15 years ago
- 6c31b05 llvm-mc: Fix thinko in emitting values. by Daniel Dunbar · 15 years ago
- 4fac749 llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. by Daniel Dunbar · 15 years ago
- a356aea llvm-mc: Print encodings after the instruction, and only when we have an asm by Daniel Dunbar · 15 years ago
- 4b770c2 Add {MCInst,MCOperand}::{print,dump} by Daniel Dunbar · 15 years ago
- 7008087 Update CMake by Daniel Dunbar · 15 years ago
- 04baf90 llvm-mc: Tweak MCCodeEmitter skeleton. by Daniel Dunbar · 15 years ago
- 4a0abd8 Sketch TargetRegistry support for MCCodeEmitter abstract interface. by Daniel Dunbar · 15 years ago
- 81e4000 Try to make MSVC just a little happier. by Daniel Dunbar · 15 years ago
- 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
- 6009db4 llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. by Daniel Dunbar · 15 years ago
- 3f6a960 llvm-mc/Mach-O: Add support for relocations. by Daniel Dunbar · 15 years ago
- be96355 llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure. by Daniel Dunbar · 15 years ago
- a421de1 llvm-mc: Add symbol entries for undefined symbols used in .fill and .org. by Daniel Dunbar · 15 years ago
- 383cbff llvm-mc: Change MCContext value table to take const MCSymbol*s. by Daniel Dunbar · 15 years ago
- 6742e34 llvm-mc/Mach-O: Add section padding where needed (to align the next section). by Daniel Dunbar · 15 years ago
- 5e83596 llvm-mc/Mach-O: Set addresses for symbols. by Daniel Dunbar · 15 years ago
- ad7c3d5 llvm-mc: Improve indirect symbol support (add the indirect index table). by Daniel Dunbar · 15 years ago
- 415c8cf Revert last patch. We need to put this into TargetLowering. There will be a lot by Bill Wendling · 15 years ago
- 0adcd35 llvm-mc: Add statistic for number of fragments emitted by the assembler. by Daniel Dunbar · 15 years ago
- 533534a Add the #include here. by Bill Wendling · 15 years ago
- b9e7689 Add a target asm info hook to specify that particular bits of data in the FDE by Bill Wendling · 15 years ago
- 0c7761b llvm-mc/Mach-O: Preliminary support for indirect symbols. by Daniel Dunbar · 15 years ago
- 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
- 50e48b3 llvm-mc: Tweak undefined symbol handling. by Daniel Dunbar · 15 years ago
- 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
- ecf046b Update CMake build, unbreak linux build. by Benjamin Kramer · 15 years ago
- 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 15 years ago
- 2807afa rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 15 years ago
- 82d748d move the MCAsmInfo .cpp/.h files into the right directories and rename them. by Chris Lattner · 15 years ago
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 15 years ago
- cda7f78 prune some redundant #includes. by Chris Lattner · 15 years ago
- bea2c95 tweak #includes by Chris Lattner · 15 years ago
- 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 15 years ago
- f3d2ef0 llvm-mc/Mach-O: Sketch symbol table support. by Daniel Dunbar · 15 years ago
- 2ae58f2 llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer by Daniel Dunbar · 15 years ago
- a5441fe llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the by Daniel Dunbar · 15 years ago
- 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
- d6f761e llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 15 years ago
- 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 15 years ago
- 71b9732 Update CMakeLists. by Benjamin Kramer · 15 years ago
- fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago
- 6e579c6 fix asmstreaming of 2/4 byte elements with pow-2 alignments. by Chris Lattner · 15 years ago
- 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 15 years ago
- 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 15 years ago
- 4d35fce null streamer needs to maintain the current section as well. by Chris Lattner · 15 years ago