index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
AsmPrinter
/
X86IntelAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
1
-14
/
+4
*
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
1
-4
/
+14
*
Don't print global names twice with -asm-verbose.
Evan Cheng
2009-03-25
1
-1
/
+1
*
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-24
1
-2
/
+5
*
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
1
-2
/
+1
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
1
-3
/
+6
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-0
/
+1
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-0
/
+1
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-0
/
+1
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-1
/
+1
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
1
-10
/
+2
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
1
-2
/
+10
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
1
-10
/
+2
*
Flush the raw_ostream after emitting the assembly for a function.
Dan Gohman
2008-11-07
1
-0
/
+2
*
Remove unncessary isDeclaration() checks.
Devang Patel
2008-10-06
1
-1
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-2
/
+2
*
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
1
-1
/
+1
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
1
-1
/
+1
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-2
/
+2
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-1
/
+1
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-7
/
+1
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
1
-1
/
+1
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
1
-1
/
+1
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
1
-1
/
+1
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
1
-1
/
+1
*
80 column violation.
Evan Cheng
2008-09-20
1
-4
/
+8
*
If function notes say optimize for size, then adjust alignment.
Devang Patel
2008-09-04
1
-0
/
+2
*
Use additionnal include directory instead of ../ in #include.
Cedric Venet
2008-08-24
1
-3
/
+3
*
Make it compile on VC2005:
Cedric Venet
2008-08-17
1
-3
/
+3
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-0
/
+597