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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Start using the AsmPrinter shared SwitchSection code. This allows the X86
Chris Lattner
2005-11-21
1
-11
/
+0
*
Rename SwitchSection -> switchSection to avoid conflicting with a future
Chris Lattner
2005-11-21
1
-2
/
+2
*
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-08
1
-0
/
+5
*
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
Chris Lattner
2005-07-01
1
-0
/
+69
[prev]