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
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle missing newline at EOF more gracefully in MC AsmLexer.
Jim Grosbach
2011-09-15
1
-1
/
+8
*
Move state var to private class member.
Jim Grosbach
2011-09-14
1
-1
/
+1
*
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-09-13
2
-5
/
+69
*
Formatting and typo.
Eric Christopher
2011-09-08
1
-2
/
+3
*
Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom
Kevin Enderby
2011-09-08
1
-0
/
+10
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
3
-4
/
+15
*
As a first step, emit both the compact unwind and CIE/FDEs for a function.
Bill Wendling
2011-09-06
1
-13
/
+7
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
2
-0
/
+2
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
10
-18
/
+33
*
Fix apparent build error caused by r138948 on certain versions of GCC with -W...
James Molloy
2011-09-01
2
-21
/
+36
*
Fix the build for us -Werror users.
Nick Lewycky
2011-09-01
2
-37
/
+24
*
Fix up r137380 based on post-commit review by Jim Grosbach.
James Molloy
2011-09-01
2
-19
/
+32
*
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-30
3
-3
/
+3
*
Fix grammar, noticed by Duncan.
Bill Wendling
2011-08-29
1
-1
/
+1
*
Initialize CompactUnwindSection so that other targets won't use an uninitiali...
Bill Wendling
2011-08-29
1
-1
/
+2
*
Initialize member variable.
Benjamin Kramer
2011-08-25
1
-1
/
+2
*
Some autoconf tests use module level inline asm to test compiler's handling of
Evan Cheng
2011-08-24
2
-3
/
+3
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
4
-6
/
+6
*
Fix AsmParser binary precedence for shift operators.
Jim Grosbach
2011-08-20
1
-16
/
+21
*
Fixed a memory bug in the MCDisassembler where
Sean Callanan
2011-08-19
1
-1
/
+5
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
2
-5
/
+5
*
MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...
Benjamin Kramer
2011-08-12
1
-2
/
+6
*
Don't truncate MachO addresses.
Jim Grosbach
2011-08-09
1
-1
/
+1
*
Pacify virtual dtor warnings and cmake buildbots.
Benjamin Kramer
2011-08-08
1
-0
/
+1
*
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
1
-0
/
+20
*
allow \r's in .s files.
Chris Lattner
2011-08-04
1
-1
/
+1
*
Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.
Roman Divacky
2011-08-04
2
-12
/
+16
*
Add an assert to check that the Addend fits the file format.
Rafael Espindola
2011-08-04
1
-0
/
+6
*
Fix http://llvm.org/bugs/show_bug.cgi?id=10568
Jason W Kim
2011-08-04
1
-1
/
+0
*
Assume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola
2011-08-02
1
-7
/
+14
*
Comment out the PPC relocation offset adjustment. It must be done differently.
Roman Divacky
2011-08-02
1
-0
/
+4
*
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
Roman Divacky
2011-08-02
2
-0
/
+85
*
I mis-interpreted the MCDisassembler's intended dependencies. Now to fix
Chandler Carruth
2011-07-31
1
-2
/
+9
*
On mac, it seems the MC disassembler is actually using the targetinfo
Chandler Carruth
2011-07-29
1
-0
/
+2
*
Fix the MCDisassembler dependencies. These were just absurdly wrong.
Chandler Carruth
2011-07-29
1
-34
/
+7
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
3
-1
/
+51
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
5
-7
/
+13
*
Remove one last reference to Target in MC library.
Evan Cheng
2011-07-26
1
-1
/
+1
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
9
-23
/
+25
*
TargetAsmBackend has been renamed to MCAsmBackend.
Evan Cheng
2011-07-25
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
13
-38
/
+36
*
Add a missing enumerator to this switch. Currently its in the
Chandler Carruth
2011-07-25
1
-0
/
+1
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
2
-2
/
+0
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
2
-26
/
+8
*
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
2
-2
/
+2
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
4
-12
/
+78
*
Tidy up. 80 columns.
Jim Grosbach
2011-07-25
1
-5
/
+10
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
18
-19
/
+34
*
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-23
1
-1
/
+1
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
2
-7
/
+3
[next]