| Age | Commit message (Expand) | Author |
| 2010-04-04 | split DEBUG_VALUE printing stuff out to its own method. | Chris Lattner |
| 2010-04-04 | mc'ize elf stub printing, convert cygwin stuff to EmitRawText, | Chris Lattner |
| 2010-04-04 | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner |
| 2010-04-04 | use predicates in DBG_VALUE printing code to simplify it. | Chris Lattner |
| 2010-04-04 | remove more implicit uses of "O". | Chris Lattner |
| 2010-04-04 | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner |
| 2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
| 2010-04-03 | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner |
| 2010-03-31 | Comment the changes for r98218 and friends inside the source code. | Bill Wendling |
| 2010-03-31 | Replace V_SET0 with variants for each SSE execution domain. | Jakob Stoklund Olesen |
| 2010-03-30 | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner |
| 2010-03-17 | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner |
| 2010-03-15 | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar |
| 2010-03-14 | comment fix. | Chris Lattner |
| 2010-03-14 | shrink 4-byte branches to 1-byte branches when lowering from | Chris Lattner |
| 2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
| 2010-03-13 | switch to the text section at the start of the .s file for darwin/x86 | Chris Lattner |
| 2010-03-12 | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin |
| 2010-03-12 | remove special case code that isn't needed anymore. | Chris Lattner |
| 2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
| 2010-03-12 | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner |
| 2010-03-12 | eliminate the X86 version of GetGlobalValueSymbol, allowing | Chris Lattner |
| 2010-03-12 | move fastcall/stdcall mangling up into Mangler. | Chris Lattner |
| 2010-03-12 | make DecorateCygMingName a static method. | Chris Lattner |
| 2010-03-12 | minor tidying, only do work if a function is | Chris Lattner |
| 2010-03-12 | eliminate the string form of DecorateCygMingName | Chris Lattner |
| 2010-03-12 | Add a beta-test for placing the LSDA into the TEXT section on X86. | Bill Wendling |
| 2010-03-12 | Fix llc crash on invalid input. | Devang Patel |
| 2010-03-12 | Remove some dead code. This method only gets called on | Chris Lattner |
| 2010-03-12 | use Mang->getSymbol instead of duplicating the logic, reduce indentation. | Chris Lattner |
| 2010-03-12 | simplify code to use OutContext.GetOrCreateTemporarySymbol with | Chris Lattner |
| 2010-03-10 | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling |
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
| 2010-03-09 | MC-ize the stub printing in ARM. | Bill Wendling |
| 2010-02-17 | Make the operand and format specifier match, and print all | Dan Gohman |
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
| 2010-02-12 | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov |
| 2010-02-11 | enhance llvm-mc -show-inst to print the enum of an instruction, like so: | Chris Lattner |
| 2010-02-10 | print all the newlines at the end of instructions with | Chris Lattner |
| 2010-02-10 | Add ability for MCInstPrinters to add comments for instructions. | Chris Lattner |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-08 | unify the paths for external symbols and global variables: | Chris Lattner |
| 2010-02-08 | switch the rest of the "@ concatentation" logic in the X86 | Chris Lattner |
| 2010-02-08 | switch ELF @GOTOFF references to use X86MCTargetExpr. | Chris Lattner |
| 2010-02-05 | really kill off the last MRMInitReg inst, remove logic from encoder. | Chris Lattner |
| 2010-02-05 | lower the last of the MRMInitReg instructions in MCInstLower. | Chris Lattner |
| 2010-02-05 | teach X86MCInstLower to lower the MOV32r0 and MOV8r0 | Chris Lattner |
| 2010-02-05 | genericize helpers, use them for MOV16r0/MOV64r0 | Chris Lattner |