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
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an emitRawComment function and use it to simplify some uses of EmitRawText.
Rafael Espindola
2014-01-16
1
-5
/
+4
*
WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...
David Majnemer
2014-01-15
1
-0
/
+4
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-2
/
+0
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-0
/
+2
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-2
/
+0
*
Handle bundled terminators in isBlockOnlyReachableByFallthrough.
Jakob Stoklund Olesen
2014-01-12
1
-7
/
+7
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-4
/
+3
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-6
/
+11
*
Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's
Eric Christopher
2013-12-28
1
-4
/
+0
*
Remove weak vtables. No functional change.
Juergen Ributzka
2013-12-14
1
-0
/
+3
*
On ELF and COFF treat linker_private like private.
Rafael Espindola
2013-12-11
1
-1
/
+1
*
on darwin<10, fallback to .weak_definition (PPC,X86)
David Fang
2013-12-10
1
-1
/
+2
*
Remove incorrect comment and pointless cast.
Eric Christopher
2013-12-04
1
-2
/
+1
*
const on its own line is confusing.
Eric Christopher
2013-12-04
1
-2
/
+2
*
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Timur Iskhodzhanov
2013-12-03
1
-45
/
+49
*
Revert r196270, "Generalize debug info / EH emission in AsmPrinter"
NAKAMURA Takumi
2013-12-03
1
-49
/
+45
*
Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
2013-12-03
1
-45
/
+49
*
Convert two char* that are only ever used as booleans to bool.
Rafael Espindola
2013-12-02
1
-2
/
+2
*
Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.
Rafael Espindola
2013-12-02
1
-5
/
+2
*
Remove an always true parameter.
Rafael Espindola
2013-11-28
1
-6
/
+2
*
Rename DwarfException methods so the new names are consistent with DwarfDebug...
Timur Iskhodzhanov
2013-11-26
1
-3
/
+3
*
Reformat const for readability.
Eric Christopher
2013-11-23
1
-6
/
+4
*
Error if we see an alias to a declaration.
Rafael Espindola
2013-11-14
1
-0
/
+5
*
Use type form of getIntPtrType.
Matt Arsenault
2013-11-10
1
-1
/
+1
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-4
/
+2
*
Produce .weak_def_can_be_hidden for some linkonce_odr values
Rafael Espindola
2013-10-30
1
-7
/
+20
*
Debug Info: code clean up.
Manman Ren
2013-10-29
1
-2
/
+2
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-9
/
+12
*
Reduce casting and use a fully covered switch.
Rafael Espindola
2013-10-23
1
-9
/
+14
*
Fix CodeGen for different size address space GEPs
Matt Arsenault
2013-10-21
1
-2
/
+2
*
Emit prefix data after debug and EH directives.
Peter Collingbourne
2013-10-20
1
-4
/
+4
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+18
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
1
-5
/
+5
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-1
/
+1
*
Rename DataLayout variables TD -> DL
Matt Arsenault
2013-10-03
1
-34
/
+34
*
Fixed debug_aranges handling for common symbols.
Richard Mitton
2013-09-23
1
-0
/
+3
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-0
/
+3
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+4
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-1
/
+1
*
AsmPrinter: Get rid of llvm$workaround$fake$stub$
David Majnemer
2013-08-25
1
-10
/
+0
*
Add a function object to compare the first or second component of a std::pair.
Benjamin Kramer
2013-08-24
1
-7
/
+2
*
Make a few more things const.
Bill Wendling
2013-08-15
1
-2
/
+2
*
Use a reference instead of making an unnecessary copy. Also use 'const'.
Bill Wendling
2013-08-15
1
-3
/
+3
*
For COFF only: dwarf debug info output a label reference as a section relativ...
Carlo Kok
2013-08-13
1
-2
/
+2
*
Using the integrated assembler we'd fail to change section to the
Eric Christopher
2013-08-07
1
-2
/
+3
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-02
1
-0
/
+4
*
Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...
NAKAMURA Takumi
2013-08-02
1
-4
/
+0
[next]