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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-30
1
-2
/
+2
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-3
/
+3
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
1
-13
/
+0
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-3
/
+2
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-2
/
+3
*
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-02-01
1
-4
/
+4
*
Add support for the 'H' modifier.
Rafael Espindola
2011-01-01
1
-0
/
+6
*
move the pic base symbol stuff up to MachineFunction
Chris Lattner
2010-11-14
1
-16
/
+5
*
simplify getPICBaseSymbol a bit.
Chris Lattner
2010-11-14
1
-2
/
+1
*
tidy up.
Chris Lattner
2010-11-12
1
-3
/
+2
*
X86: Emit _fltused instead of __fltused on Windows x64.
Michael J. Spencer
2010-10-23
1
-1
/
+2
*
CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...
Michael J. Spencer
2010-10-21
1
-1
/
+1
*
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
2010-10-16
1
-0
/
+7
*
Rename the AsmPrinter directory to InstPrinter for those targets that have
Jim Grosbach
2010-10-01
1
-2
/
+2
*
trailing whitespace
Jim Grosbach
2010-09-15
1
-25
/
+25
*
Add DEBUG message.
Devang Patel
2010-08-04
1
-0
/
+4
*
move two asmprinter methods into the asmprinter .cpp file.
Chris Lattner
2010-07-20
1
-0
/
+39
*
fix a layering problem by moving the x86 implementation
Chris Lattner
2010-07-19
1
-0
/
+684
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-35
/
+0
*
Remove X86SharedAsmPrinter
Anton Korobeynikov
2008-06-28
1
-435
/
+0
*
whitespace cleanup
Anton Korobeynikov
2008-06-28
1
-1
/
+1
*
Use StringSet instead of std::set<std::string>
Anton Korobeynikov
2008-06-27
1
-14
/
+14
*
Put const weak stuff in appropriate section on Darwin.
Dale Johannesen
2008-05-23
1
-1
/
+9
*
Handle quoted names when constructing $stub's,
Dale Johannesen
2008-05-19
1
-4
/
+8
*
Treat common as distinct from weak global on Darwin x86.
Dale Johannesen
2008-05-16
1
-0
/
+10
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-1
/
+2
*
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-02
1
-2
/
+2
*
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
1
-2
/
+2
*
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
1
-2
/
+2
*
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
1
-2
/
+2
*
Handle \n's in value names for more targets. The asm printers
Chris Lattner
2008-02-15
1
-4
/
+4
*
If the llvm name contains an unprintable character, don't print it in
Chris Lattner
2008-02-15
1
-3
/
+15
*
__DATA not __DATA__ is the right segment name on darwin.
Dale Johannesen
2008-02-12
1
-1
/
+1
*
Honor explicit section information on Darwin.
Dale Johannesen
2008-01-23
1
-1
/
+4
*
Honour ByVal parameter attribute for name decoration
Anton Korobeynikov
2008-01-20
1
-3
/
+12
*
Revert the part of 45848 that treated weak globals
Dale Johannesen
2008-01-17
1
-3
/
+2
*
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
1
-1
/
+2
*
Weak things initialized to 0 don't go in bss on Darwin.
Dale Johannesen
2008-01-11
1
-8
/
+9
*
darwin9 and above support aligned common symbols.
Chris Lattner
2008-01-02
1
-1
/
+6
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-2
/
+2
*
Fix .eh table linkage issues on Darwin. Some EH support
Dale Johannesen
2007-11-20
1
-1
/
+1
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-2
/
+2
*
Change a few more spaces to tabs in assembly output.
Dan Gohman
2007-10-05
1
-3
/
+3
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-3
/
+3
*
Honor user-defined section specification of a global, ignores whether its ini...
Evan Cheng
2007-09-21
1
-2
/
+2
*
Follow-up to patch r41999. Make the conditional that emits the personality stub
Bill Wendling
2007-09-16
1
-1
/
+1
*
Only emit the personality function as a global value if the backend actually
Bill Wendling
2007-09-16
1
-1
/
+1
*
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-11
1
-0
/
+9
*
Fix PR1607
Chris Lattner
2007-08-13
1
-3
/
+3
[next]