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
/
X86AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR1607
Chris Lattner
2007-08-13
1
-3
/
+3
*
Use tabs more consistently in assembler pseudo-ops.
Dan Gohman
2007-07-30
1
-3
/
+3
*
Don't ignore the return value of AsmPrinter::doInitialization and
Dan Gohman
2007-07-25
1
-4
/
+3
*
Quote complex names for Darwin X86 and ARM.
Dale Johannesen
2007-06-22
1
-1
/
+7
*
Eliminate some redundant newlines in asm output.
Dan Gohman
2007-06-14
1
-1
/
+0
*
Emit sections/directives in the proper order. This fixes PR1376. Also,
Anton Korobeynikov
2007-05-05
1
-3
/
+1
*
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
1
-1
/
+6
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
1
-3
/
+7
*
rename X86FunctionInfo to X86MachineFunctionInfo to match the header file
Chris Lattner
2007-04-17
1
-4
/
+4
*
Consistency with native compilers
Anton Korobeynikov
2007-03-31
1
-3
/
+9
*
Putting more constants which do not contain relocations into .literal{4|8|16}
Evan Cheng
2007-03-08
1
-5
/
+6
*
Put constant data to .const, .const_data, .literal{4|8|16} sections.
Evan Cheng
2007-03-08
1
-2
/
+23
*
Ensure that fastcall'ed function is correctly mangled & stack is
Anton Korobeynikov
2007-03-01
1
-4
/
+2
*
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
[next]