index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2006-05-26
Minor bug caught by Ashwin Chandra
Evan Cheng
2006-05-25
X86 / Cygwin asm / alignment fixes.
Evan Cheng
2006-05-09
Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data
Chris Lattner
2006-05-09
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-06
Fix some loose ends in MASM support.
Jeff Cohen
2006-05-05
Print *some* grouping around inline asm blocks so we know where they are.
Chris Lattner
2006-05-04
Make Intel syntax the default when LLVM is built with VC++.
Jeff Cohen
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-02
Hooray, everyone now uses the same printBasicBlockLabel implementation
Nate Begeman
2006-05-02
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-03-23
Change interface to DwarfWriter.
Jim Laskey
2006-03-13
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-07
Use "llvm.metadata" section for debug globals. Filter out these globals in the
Jim Laskey
2006-03-07
- Emit subsections_via_symbols for Darwin.
Evan Cheng
2006-03-07
Enable Dwarf debugging info.
Evan Cheng
2006-02-23
"." isn't enough to get a private label on linux, use ".L".
Chris Lattner
2006-02-23
PIC related bug fixes.
Evan Cheng
2006-02-15
Use .zerofill on x86/darwin.
Evan Cheng
2006-02-08
Darwin doesn't support #APP/#NO_APP
Chris Lattner
2006-02-07
Fixed a local common symbol bug.
Evan Cheng
2006-02-07
For ELF, .comm takes alignment value as the optional 3rd argument. It must be
Evan Cheng
2006-02-07
Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete.
Evan Cheng
2006-02-05
Use getPreferredAlignmentLog.
Chris Lattner
2005-12-13
Use the shared asmprinter code for printing special llvm globals
Chris Lattner
2005-12-13
Add ELF and darwin support for static ctors and dtors
Chris Lattner
2005-11-21
Use HasDotTypeDotSizeDirective instead of forELF
Chris Lattner
2005-11-21
Remove a level of indentation by using a continue.
Chris Lattner
2005-11-21
Use subtarget information computed by X86Subtarget instead of rolling our own.
Chris Lattner
2005-11-21
Add a forELF flag, allowing the removal of forCygwin and simplification of
Chris Lattner
2005-11-21
simplify and genericize this code
Chris Lattner
2005-11-21
prune #include
Chris Lattner
2005-11-21
Switch to using the shared constant pool printer, along with using shorter
Chris Lattner
2005-11-21
Adjust to capitalized AsmPrinter method names
Chris Lattner
2005-11-21
convert the rest of this over to use SwitchSection
Chris Lattner
2005-11-21
Start using the AsmPrinter shared SwitchSection code. This allows the X86
Chris Lattner
2005-11-21
Rename SwitchSection -> switchSection to avoid conflicting with a future
Chris Lattner
2005-11-21
Naturally align doubles in the constant pool, set PrivateGlobalPrefix on
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-16
A couple more darwinisms
Nate Begeman
2005-07-12
Commit some pending darwin changes before subtarget support.
Nate Begeman
2005-07-11
Fix crazy indentation
Chris Lattner
2005-07-08
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-01
The statistic needs to be in the correct namespace.
Nate Begeman
2005-07-01
Refactor X86AsmPrinter.cpp into multiple files. Patch contributed
Chris Lattner
2005-06-30
Make the x86 asm printer darwin-aware. This mostly entails doing the same
Nate Begeman
2005-06-20
Fixed indentation.
John Criswell
2005-04-21
* Remove trailing whitespace
Misha Brukman
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
[next]