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
*
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
*
Be consistent with gcc.
Evan Cheng
2006-06-04
1
-1
/
+1
*
Minor bug caught by Ashwin Chandra
Evan Cheng
2006-05-26
1
-1
/
+1
*
X86 / Cygwin asm / alignment fixes.
Evan Cheng
2006-05-25
1
-13
/
+17
*
Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data
Chris Lattner
2006-05-09
1
-2
/
+4
*
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-09
1
-7
/
+8
*
Fix some loose ends in MASM support.
Jeff Cohen
2006-05-06
1
-0
/
+3
*
Print *some* grouping around inline asm blocks so we know where they are.
Chris Lattner
2006-05-05
1
-1
/
+2
*
Make Intel syntax the default when LLVM is built with VC++.
Jeff Cohen
2006-05-04
1
-1
/
+6
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-2
/
+2
*
Hooray, everyone now uses the same printBasicBlockLabel implementation
Nate Begeman
2006-05-02
1
-12
/
+0
*
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-05-02
1
-5
/
+9
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-0
/
+9
*
Change interface to DwarfWriter.
Jim Laskey
2006-03-23
1
-4
/
+4
*
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-13
1
-5
/
+5
*
Use "llvm.metadata" section for debug globals. Filter out these globals in the
Jim Laskey
2006-03-07
1
-1
/
+1
*
- Emit subsections_via_symbols for Darwin.
Evan Cheng
2006-03-07
1
-5
/
+14
*
Enable Dwarf debugging info.
Evan Cheng
2006-03-07
1
-0
/
+6
*
"." isn't enough to get a private label on linux, use ".L".
Chris Lattner
2006-02-23
1
-0
/
+1
*
PIC related bug fixes.
Evan Cheng
2006-02-23
1
-2
/
+2
*
Use .zerofill on x86/darwin.
Evan Cheng
2006-02-15
1
-15
/
+22
*
Darwin doesn't support #APP/#NO_APP
Chris Lattner
2006-02-08
1
-0
/
+1
[next]