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
...
*
Treat common as distinct from weak global on Darwin x86.
Dale Johannesen
2008-05-16
1
-0
/
+10
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-1
/
+2
*
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-02
1
-2
/
+2
*
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
1
-2
/
+2
*
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
1
-2
/
+2
*
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
1
-2
/
+2
*
Handle \n's in value names for more targets. The asm printers
Chris Lattner
2008-02-15
1
-4
/
+4
*
If the llvm name contains an unprintable character, don't print it in
Chris Lattner
2008-02-15
1
-3
/
+15
*
__DATA not __DATA__ is the right segment name on darwin.
Dale Johannesen
2008-02-12
1
-1
/
+1
*
Honor explicit section information on Darwin.
Dale Johannesen
2008-01-23
1
-1
/
+4
*
Honour ByVal parameter attribute for name decoration
Anton Korobeynikov
2008-01-20
1
-3
/
+12
*
Revert the part of 45848 that treated weak globals
Dale Johannesen
2008-01-17
1
-3
/
+2
*
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
1
-1
/
+2
*
Weak things initialized to 0 don't go in bss on Darwin.
Dale Johannesen
2008-01-11
1
-8
/
+9
*
darwin9 and above support aligned common symbols.
Chris Lattner
2008-01-02
1
-1
/
+6
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-2
/
+2
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
1
-1
/
+1
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-2
/
+2
*
Change a few more spaces to tabs in assembly output.
Dan Gohman
2007-10-05
1
-3
/
+3
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-3
/
+3
*
Honor user-defined section specification of a global, ignores whether its ini...
Evan Cheng
2007-09-21
1
-2
/
+2
*
Follow-up to patch r41999. Make the conditional that emits the personality stub
Bill Wendling
2007-09-16
1
-1
/
+1
*
Only emit the personality function as a global value if the backend actually
Bill Wendling
2007-09-16
1
-1
/
+1
*
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
1
-0
/
+9
*
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
[prev]
[next]