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
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
hopefully address PR3379 by making the P modifier work in x86 inline asm.
Chris Lattner
2009-01-23
1
-0
/
+3
*
Add the private linkage.
Rafael Espindola
2009-01-15
2
-5
/
+8
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
2
-3
/
+3
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-3
/
+3
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
2
-13
/
+13
*
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-05
2
-3
/
+27
*
Temporarily revert r60519. It was causing a bootstrap failure:
Bill Wendling
2008-12-04
1
-2
/
+0
*
Visibility hidden GVs do not require extra load of symbol address from the GO...
Evan Cheng
2008-12-04
1
-0
/
+2
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
2
-20
/
+4
*
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-15
1
-0
/
+3
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
2
-4
/
+20
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
2
-20
/
+4
*
Flush the raw_ostream after emitting the assembly for a function.
Dan Gohman
2008-11-07
2
-0
/
+4
*
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
1
-1
/
+1
*
Remove unncessary isDeclaration() checks.
Devang Patel
2008-10-06
2
-2
/
+2
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
3
-7
/
+7
*
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
2
-2
/
+2
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
1
-2
/
+2
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
2
-2
/
+2
*
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-26
1
-1
/
+1
*
Large mechanical patch.
Devang Patel
2008-09-25
2
-4
/
+4
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-1
/
+1
*
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
1
-4
/
+2
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
4
-20
/
+1
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
2
-2
/
+2
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
2
-2
/
+2
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
2
-2
/
+2
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
2
-2
/
+2
*
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
1
-0
/
+4
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+7
*
No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.
Evan Cheng
2008-09-20
1
-3
/
+10
*
80 column violation.
Evan Cheng
2008-09-20
1
-4
/
+8
*
Make safer variant of alias resolution routine to be default
Anton Korobeynikov
2008-09-09
1
-1
/
+1
*
If function notes say optimize for size, then adjust alignment.
Devang Patel
2008-09-04
2
-0
/
+4
*
Use additionnal include directory instead of ../ in #include.
Cedric Venet
2008-08-24
3
-9
/
+9
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
4
-4
/
+6
*
remove empty file
Chris Lattner
2008-08-18
1
-0
/
+0
*
Make it compile on VC2005:
Cedric Venet
2008-08-17
5
-15
/
+15
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
7
-0
/
+1943