Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
404cb4f9fa2df50eac4d84b8a77c84a92188c6d5
/
lib
/
Target
/
X86
/
X86ATTAsmPrinter.cpp
404cb4f
Added an offset field to ConstantPoolSDNode.
by Evan Cheng
· 19 years ago
a0ea053
PIC related bug fixes.
by Evan Cheng
· 19 years ago
f1616da
Missing .globl for weak / link-once .text symbols.
by Evan Cheng
· 19 years ago
4c1aa86
- Added option -relocation-model to set relocation model. Valid values include static, pic,
by Evan Cheng
· 19 years ago
7ccced6
x86 / Darwin PIC support.
by Evan Cheng
· 19 years ago
2338c5c
Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete.
by Evan Cheng
· 20 years ago
a3b8c57
Eliminate the printCallOperand method, using a 'call' modifier on
by Chris Lattner
· 20 years ago
67caa39
Work around some x86 Darwin assembler bugs
by Evan Cheng
· 20 years ago
2c2c6c6
Add explicit #includes of <iostream>
by Chris Lattner
· 20 years ago
272f998
Don't globalize internal functions
by Chris Lattner
· 20 years ago
391c5d2
No longer track value types for asm printer operands, and remove them as
by Nate Begeman
· 20 years ago
ac2902b
Use HasDotTypeDotSizeDirective instead of forELF
by Chris Lattner
· 20 years ago
a35a8e8
Use subtarget information computed by X86Subtarget instead of rolling our own.
by Chris Lattner
· 20 years ago
5df14ca
Add a forELF flag, allowing the removal of forCygwin and simplification of
by Chris Lattner
· 20 years ago
d939f6c
Switch to using the shared constant pool printer, along with using shorter
by Chris Lattner
· 20 years ago
8b8b951
Adjust to capitalized AsmPrinter method names
by Chris Lattner
· 20 years ago
64965ba
Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin
by Chris Lattner
· 20 years ago
7b6e53c
convert the rest of this over to use SwitchSection
by Chris Lattner
· 20 years ago
c41cc83
Naturally align doubles in the constant pool, set PrivateGlobalPrefix on
by Chris Lattner
· 20 years ago
00b16889
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 20 years ago
6c7cb29
Add support for printing the sse scalar comparison instruction mnemonics.
by Nate Begeman
· 20 years ago
d3a490a
Check in the last of the darwin-specific code necessary to get shootout
by Nate Begeman
· 20 years ago
3249bfc
Add a note
by Chris Lattner
· 20 years ago
73213f6
Commit some pending darwin changes before subtarget support.
by Nate Begeman
· 20 years ago
c569d79
Output .size directives to tell the assembler the size of each function.
by Chris Lattner
· 20 years ago
72b286b
Add support for assembling .s files on mac os x for intel
by Nate Begeman
· 20 years ago
b36cbd0
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
by Chris Lattner
· 20 years ago