index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move state var to private class member.
Jim Grosbach
2011-09-14
1
-0
/
+1
*
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-09-13
1
-0
/
+1
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
1
-1
/
+5
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
1
-0
/
+12
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
2
-5
/
+13
*
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-30
1
-1
/
+1
*
Follow up to r138791.
Evan Cheng
2011-08-30
1
-0
/
+9
*
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-29
1
-0
/
+12
*
Tidy up. 80 columns.
Jim Grosbach
2011-08-29
1
-1
/
+1
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
2
-11
/
+4
*
Add an MCInstrAnalysis version of isCall.
Benjamin Kramer
2011-08-22
1
-0
/
+4
*
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-08-17
1
-2
/
+33
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
1
-2
/
+1
*
Remove unused forward declaration.
Jim Grosbach
2011-08-16
1
-1
/
+0
*
Tidy up. Trailing whitespace.
Jim Grosbach
2011-08-16
1
-45
/
+45
*
Remove unimplemented method. Fixes PR10658.
Rafael Espindola
2011-08-16
1
-10
/
+0
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-1
/
+9
*
Move MatchResultTy enum into base class definition.
Jim Grosbach
2011-08-15
1
-0
/
+10
*
Tidy up trailing whitespace.
Jim Grosbach
2011-08-15
1
-4
/
+4
*
Pacify virtual dtor warnings and cmake buildbots.
Benjamin Kramer
2011-08-08
1
-0
/
+2
*
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
1
-0
/
+54
*
Add accessors for manipulating an MCInst's operands.
Owen Anderson
2011-08-03
1
-0
/
+8
*
Assume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola
2011-08-02
1
-1
/
+1
*
Add a clear() operation to MCInst, to drop all of its operands. Useful for t...
Owen Anderson
2011-08-01
1
-0
/
+2
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
3
-7
/
+19
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
4
-21
/
+21
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
4
-24
/
+24
*
Fix include guards.
Evan Cheng
2011-07-25
3
-6
/
+6
*
Fix a silly off by one.
Benjamin Kramer
2011-07-23
1
-1
/
+1
*
Add more constness.
Benjamin Kramer
2011-07-23
1
-2
/
+2
*
Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...
Benjamin Kramer
2011-07-23
1
-16
/
+14
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
3
-0
/
+305
*
Add a method to get the list of FrameInfos.
Bill Wendling
2011-07-22
1
-1
/
+6
*
Teach tblgen to emit MCRegisterClasses.
Benjamin Kramer
2011-07-22
1
-5
/
+34
*
Sink parts of TargetRegisterClass into MCRegisterClass.
Benjamin Kramer
2011-07-21
1
-0
/
+77
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
2
-7
/
+18
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-1
/
+14
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
2
-1
/
+285
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-0
/
+36
*
Add a method to set compact unwind encoding information in a frame.
Bill Wendling
2011-07-19
1
-0
/
+1
*
Add a field for the compact unwind encoding.
Bill Wendling
2011-07-19
1
-1
/
+2
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
3
-3
/
+113
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
2
-4
/
+85
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-0
/
+27
*
Add a new field to MCOperandInfo that contains information about the type of ...
Benjamin Kramer
2011-07-14
1
-0
/
+12
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
2
-2
/
+4
*
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...
Owen Anderson
2011-07-13
1
-0
/
+7
*
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
1
-2
/
+12
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-3
/
+9
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
2
-1
/
+16
[next]