| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prune some includes | Craig Topper | 2012-03-27 | 1 | -2/+0 |
| | | | | | llvm-svn: 153502 | ||||
| * | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 1 | -5/+2 |
| | | | | | llvm-svn: 143891 | ||||
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
| | | | | | | | These are strictly utilities for registering targets and components. llvm-svn: 138450 | ||||
| * | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to ↵ | Evan Cheng | 2011-07-26 | 1 | -6/+6 |
| | | | | | | | MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. llvm-svn: 136027 | ||||
| * | Fix last bits of MC layer issues. llvm-mc doesn't need to initialize ↵ | Evan Cheng | 2011-07-25 | 1 | -17/+6 |
| | | | | | | | TargetMachine's anymore. llvm-svn: 135963 | ||||
| * | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where ↵ | Evan Cheng | 2011-07-23 | 1 | -1/+1 |
| | | | | | | | they belong. llvm-svn: 135833 | ||||
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -1/+1 |
| | | | | | | | | (including compilation, assembly). Move relocation model Reloc::Model from TargetMachine to MCCodeGenInfo so it's accessible even without TargetMachine. llvm-svn: 135468 | ||||
| * | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -2/+4 |
| | | | | | | | | | | | be the first encoded as the first feature. It then uses the CPU name to look up features / scheduling itineray even though clients know full well the CPU name being used to query these properties. The fix is to just have the clients explictly pass the CPU name! llvm-svn: 134127 | ||||
| * | Formatting changes. No functionality change. | Bill Wendling | 2011-01-03 | 1 | -80/+77 |
| | | | | | llvm-svn: 122789 | ||||
| * | Use a StringSwitch<> instead of a manually constructed string matcher. | Jim Grosbach | 2010-12-24 | 1 | -10/+7 |
| | | | | | llvm-svn: 122530 | ||||
| * | Recognize a few more documented register name aliases for ARM in the asm lexer. | Jim Grosbach | 2010-12-23 | 1 | -0/+18 |
| | | | | | llvm-svn: 122523 | ||||
| * | Trailing whitespace. | Jim Grosbach | 2010-12-22 | 1 | -15/+15 |
| | | | | | llvm-svn: 122456 | ||||
| * | Added an AsmLexer for the ARM target, which uses | Sean Callanan | 2010-04-07 | 1 | -0/+140 |
| a simple mapping of register names to IDs to identify register tokens. llvm-svn: 100685 | |||||

