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
/
Target
/
X86
/
MCTargetDesc
/
X86AsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the appropriate return type for the compact unwind encoding.
Bill Wendling
2013-09-11
1
-2
/
+2
*
Move into an anonymous namespace and closer to where it's used.
Bill Wendling
2013-09-11
1
-26
/
+27
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-10
/
+355
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-5
/
+5
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-5
/
+5
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-5
/
+5
*
The current X86 NOP padding uses one long NOP followed by the remainder in
David Sehr
2013-03-05
1
-12
/
+12
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-2
/
+2
*
Fix a bogus comment
Eli Bendersky
2012-12-13
1
-3
/
+3
*
Enable ELF machine type to be specified explicitly in X86 backend
Michael Liao
2012-10-30
1
-2
/
+2
*
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-13
1
-1
/
+3
*
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
1
-2
/
+2
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-24
/
+32
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-2
/
+2
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable in X86 Target directory.
Craig Topper
2012-02-05
1
-1
/
+1
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-8
/
+8
*
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
1
-3
/
+5
*
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
1
-1
/
+1
*
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
1
-12
/
+2
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-14
/
+16
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-1
/
+3
*
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
1
-0
/
+13
*
Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.
Eli Friedman
2011-10-13
1
-8
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Silence unused variable warnings in release builds.
Chandler Carruth
2011-08-05
1
-0
/
+2
*
Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...
Jason W Kim
2011-08-05
1
-15
/
+11
*
Fix http://llvm.org/bugs/show_bug.cgi?id=10568
Jason W Kim
2011-08-04
1
-0
/
+17
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-8
/
+6
*
More refactoring.
Evan Cheng
2011-07-25
1
-0
/
+452