index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Darwin -static should codegen static ctors / dtors to .constructor / .destruc...
Evan Cheng
2007-01-30
1
-1
/
+9
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-0
/
+4
*
The zerofill directive needs a newline after it.
Bill Wendling
2007-01-18
1
-1
/
+1
*
Minor code clean up.
Evan Cheng
2007-01-18
1
-1
/
+1
*
restructure code a bit to make use of continue (simplifying things). Generalize
Chris Lattner
2007-01-17
1
-92
/
+95
*
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-17
1
-2
/
+9
*
Emit symbol type information for ELF/COFF targets
Anton Korobeynikov
2007-01-16
1
-1
/
+17
*
add support for hidden visibility to darwin/x86
Chris Lattner
2007-01-14
1
-2
/
+3
*
darwin doesn't use .hidden. Disable this until we fix it right.
Chris Lattner
2007-01-14
1
-1
/
+1
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-8
/
+5
*
Really big cleanup.
Anton Korobeynikov
2007-01-03
1
-5
/
+5
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-4
/
+0
*
move ExtWeakSymbols to AsmPrinter
Rafael Espindola
2006-12-18
1
-10
/
+1
*
fix test/Regression/CodeGen/X86/weak.ll
Rafael Espindola
2006-12-09
1
-1
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
Add weak reference directive.
Evan Cheng
2006-12-01
1
-6
/
+2
*
A initialized global variable cannot be extern weak. However, if a global val...
Evan Cheng
2006-12-01
1
-11
/
+6
*
Minor code clean up.
Evan Cheng
2006-12-01
1
-2
/
+1
*
Fix indentation.
Evan Cheng
2006-12-01
1
-2
/
+1
*
Darwin X86 external weak linkage support.
Evan Cheng
2006-12-01
1
-5
/
+3
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
1
-3
/
+32
*
Nuke dead code.
Evan Cheng
2006-10-31
1
-1
/
+0
*
1. Clean up code due to changes in SwitchTo*Section(2)
Anton Korobeynikov
2006-10-31
1
-6
/
+6
*
Unbreaking static ctors patch.
Anton Korobeynikov
2006-10-31
1
-1
/
+1
*
Make this compile again.
Reid Spencer
2006-10-31
1
-1
/
+1
*
Apply Aton's LLVM patch for PR973: Linux ctors / dtors support.
Evan Cheng
2006-10-31
1
-4
/
+22
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-1
/
+7
*
Doh. Must check if GV is constant first.
Evan Cheng
2006-10-28
1
-2
/
+2
*
Put cstrings in .cstring section when compiling for Mac OS X.
Evan Cheng
2006-10-26
1
-1
/
+9
*
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
1
-1
/
+1
*
Do section switching right way for Mingw\Cygwin and Linux.
Anton Korobeynikov
2006-10-22
1
-4
/
+10
*
Fixed mingw\cygwin linkonce linkage once again.
Anton Korobeynikov
2006-10-18
1
-14
/
+2
*
Adding linkonce linkage codegeneration support for mingw32\cygwin
Anton Korobeynikov
2006-10-17
1
-0
/
+13
*
Align stack size to DWORD boundary
Anton Korobeynikov
2006-10-14
1
-0
/
+3
*
Various random and minor code cleanups.
Chris Lattner
2006-09-26
1
-40
/
+27
*
Adding codegeneration for StdCall & FastCall calling conventions
Anton Korobeynikov
2006-09-20
1
-0
/
+88
*
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-09-17
1
-2
/
+2
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-0
/
+24
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-1
/
+5
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
1
-80
/
+3
*
Make the x86 asm flavor part of the subtarget info.
Jim Laskey
2006-09-07
1
-23
/
+6
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
1
-27
/
+63
*
Emit .set directives for jump table entries when possible, which reduces
Nate Begeman
2006-08-12
1
-0
/
+1
*
Use the predicate.
Jim Laskey
2006-07-27
1
-5
/
+5
*
Support jump tables when in PIC relocation model
Nate Begeman
2006-07-27
1
-1
/
+1
*
Add an out-of-line virtual method for X86DwarfWriter to give it a home.
Chris Lattner
2006-07-14
1
-0
/
+4
*
Move .literal4 and .literal8 support into AsmPrinter.cpp
Evan Cheng
2006-06-29
1
-51
/
+2
*
Doh.
Evan Cheng
2006-06-28
1
-1
/
+1
*
Oops. Need to keep CP index.
Evan Cheng
2006-06-28
1
-16
/
+15
*
Darwin puts float and double literal constants into literal4 and literal8 sec...
Evan Cheng
2006-06-28
1
-0
/
+52
[next]