Age | Commit message (Expand) | Author |
2008-08-17 | Move X86 assembler printers into separate directory. This allows JIT-only use... | Anton Korobeynikov |
2008-07-07 | ATT asm printer just print register AsmName's instead of calling tolower on e... | Evan Cheng |
2008-06-28 | Make intel asmprinter child of generic asmprinter, not x86 shared asm printer... | Anton Korobeynikov |
2008-06-28 | Cleanup | Anton Korobeynikov |
2008-06-28 | Whitespace cleanup | Anton Korobeynikov |
2008-06-27 | Use StringSet instead of std::set<std::string> | Anton Korobeynikov |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-05-14 | Add CommonLinkage; currently tentative definitions | Dale Johannesen |
2008-03-25 | Smaller function alignment when optimizing for size. | Evan Cheng |
2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
2008-03-13 | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb |
2008-02-28 | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng |
2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling |
2008-02-20 | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
2008-02-02 | Get rid of the annoying blank lines before labels. | Evan Cheng |
2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner |
2007-12-30 | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-09 | Much improved pic jumptable codegen: | Evan Cheng |
2007-10-14 | Revert 42908 for now. | Evan Cheng |
2007-10-12 | Change the names used for internal labels to use the current | Dan Gohman |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-07-29 | Change the x86 backend to use extract_subreg for truncation operations. Passe... | Christopher Lamb |
2007-07-25 | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman |
2007-07-23 | Delete the svn:executable property on these files, which aren't executable. | Dan Gohman |
2007-04-20 | Comment out usage of write() for now. | Jeff Cohen |
2007-04-20 | Make Microsoft assembler and linker happy. | Jeff Cohen |
2007-04-17 | rename X86FunctionInfo to X86MachineFunctionInfo to match the header file | Chris Lattner |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-13 | remove dead code, frameindices must be resolve before the asmprinter runs. | Chris Lattner |
2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
2006-12-19 | Fix for PR1059: http://llvm.org/PR1059 | Anton Korobeynikov |
2006-12-19 | Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll | Chris Lattner |
2006-11-02 | For PR786: | Reid Spencer |
2006-10-31 | 1. Clean up code due to changes in SwitchTo*Section(2) | Anton Korobeynikov |
2006-10-24 | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel |
2006-10-20 | For PR950: | Reid Spencer |
2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
2006-10-05 | Implement getSectionForFunction, use it when printing function body. | Chris Lattner |
2006-09-26 | Various random and minor code cleanups. | Chris Lattner |
2006-09-20 | Adding codegeneration for StdCall & FastCall calling conventions | Anton Korobeynikov |
2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
2006-09-08 | Committing X86-64 support. | Evan Cheng |
2006-09-07 | Make target asm info a property of the target machine. | Jim Laskey |
2006-09-06 | Separate target specific asm properties from the asm printers. | Jim Laskey |
2006-05-31 | Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. | Evan Cheng |
2006-05-26 | Remove a couple of bogus casts. | Evan Cheng |
2006-05-16 | X86 integer register classes naming changes. Make them consistent with FP, ve... | Evan Cheng |
2006-05-09 | Implement MASM sections correctly, without a "has masm sections flag" and a b... | Chris Lattner |