index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86AsmPrinter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a layering problem by moving the x86 implementation
Chris Lattner
2010-07-19
1
-0
/
+89
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-0
/
+0
*
Remove X86SharedAsmPrinter
Anton Korobeynikov
2008-06-28
1
-80
/
+0
*
Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...
Anton Korobeynikov
2008-06-28
1
-17
/
+0
*
Use StringSet instead of std::set<std::string>
Anton Korobeynikov
2008-06-27
1
-4
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
AsmPrinters overriding getAnalysisUsage should call super.
Gordon Henriksen
2007-09-30
1
-1
/
+1
*
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
1
-1
/
+2
*
Delete the svn:executable property on these files, which aren't executable.
Dan Gohman
2007-07-23
1
-0
/
+0
*
rename X86FunctionInfo to X86MachineFunctionInfo to match the header file
Chris Lattner
2007-04-17
1
-1
/
+1
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-2
/
+2
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-10
/
+1
*
Really big cleanup.
Anton Korobeynikov
2007-01-03
1
-1
/
+1
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-3
/
+0
*
move ExtWeakSymbols to AsmPrinter
Rafael Espindola
2006-12-18
1
-3
/
+0
*
add missing #include
Chris Lattner
2006-12-06
1
-0
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
1
-0
/
+3
*
1. Clean up code due to changes in SwitchTo*Section(2)
Anton Korobeynikov
2006-10-31
1
-1
/
+3
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-1
/
+1
*
Various random and minor code cleanups.
Chris Lattner
2006-09-26
1
-4
/
+3
*
Adding codegeneration for StdCall & FastCall calling conventions
Anton Korobeynikov
2006-09-20
1
-0
/
+18
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-0
/
+3
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-1
/
+10
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
1
-6
/
+1
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
1
-26
/
+8
*
Minor asm fix.
Evan Cheng
2006-08-29
1
-1
/
+2
*
Get darwin intel debugging up and running.
Jim Laskey
2006-08-03
1
-14
/
+14
*
Use the predicate.
Jim Laskey
2006-07-27
1
-1
/
+1
*
Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.
Jim Laskey
2006-07-27
1
-1
/
+3
*
Add an out-of-line virtual method for X86DwarfWriter to give it a home.
Chris Lattner
2006-07-14
1
-19
/
+17
*
Move .literal4 and .literal8 support into AsmPrinter.cpp
Evan Cheng
2006-06-29
1
-6
/
+0
*
Oops. Need to keep CP index.
Evan Cheng
2006-06-28
1
-1
/
+1
*
Darwin puts float and double literal constants into literal4 and literal8 sec...
Evan Cheng
2006-06-28
1
-0
/
+6
*
X86 / Cygwin asm / alignment fixes.
Evan Cheng
2006-05-25
1
-4
/
+4
*
Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data
Chris Lattner
2006-05-09
1
-0
/
+4
*
Hooray, everyone now uses the same printBasicBlockLabel implementation
Nate Begeman
2006-05-02
1
-4
/
+0
*
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-05-02
1
-1
/
+3
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-0
/
+2
*
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-13
1
-3
/
+2
*
- Emit subsections_via_symbols for Darwin.
Evan Cheng
2006-03-07
1
-1
/
+1
*
Enable Dwarf debugging info.
Evan Cheng
2006-03-07
1
-2
/
+36
*
ConstantPoolIndex is now the displacement field of addressing mode.
Evan Cheng
2006-02-25
1
-3
/
+4
*
Use the shared asmprinter code for printing special llvm globals
Chris Lattner
2005-12-13
1
-1
/
+0
*
Add ELF and darwin support for static ctors and dtors
Chris Lattner
2005-12-13
1
-0
/
+1
*
Use HasDotTypeDotSizeDirective instead of forELF
Chris Lattner
2005-11-21
1
-2
/
+1
*
Use subtarget information computed by X86Subtarget instead of rolling our own.
Chris Lattner
2005-11-21
1
-1
/
+1
*
Add a forELF flag, allowing the removal of forCygwin and simplification of
Chris Lattner
2005-11-21
1
-2
/
+2
*
Switch to using the shared constant pool printer, along with using shorter
Chris Lattner
2005-11-21
1
-1
/
+0
[next]