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
...
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+1
*
MachO: Emit a version-min load command when possible.
Jim Grosbach
2014-03-18
1
-0
/
+19
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-2
/
+0
*
Reject alias to undefined symbols in the verifier.
Rafael Espindola
2014-03-12
1
-5
/
+1
*
Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)
David Blaikie
2014-03-11
1
-2
/
+2
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-17
/
+8
*
Move some dwarf emission routines to AsmPrinterDwarf.cpp.
Eric Christopher
2014-03-07
1
-156
/
+0
*
80-column fixups.
Eric Christopher
2014-03-07
1
-6
/
+8
*
Remove shouldEmitUsedDirectiveFor.
Rafael Espindola
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Always print the implicit .text at the start of an asm file.
Rafael Espindola
2014-03-05
1
-1
/
+1
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can now
Adrian Prantl
2014-02-27
1
-34
/
+83
*
Fix a type error that crept into r202313.
Adrian Prantl
2014-02-26
1
-1
/
+1
*
Debug info: Refactor AsmPrinter::EmitDwarfRegOp to make the control flow
Adrian Prantl
2014-02-26
1
-60
/
+90
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-2
/
+2
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-4
/
+11
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-11
/
+4
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-4
/
+11
*
Generate the DWARF stack frame decode operations in the function prologue for...
Artyom Skrobov
2014-02-14
1
-1
/
+4
*
Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.
Adrian Prantl
2014-02-12
1
-2
/
+3
*
Reapply r201180 with an additional error path.
Adrian Prantl
2014-02-11
1
-3
/
+27
*
Revert "Debug info: Emit values in subregisters that do not have a separate"
Adrian Prantl
2014-02-11
1
-22
/
+3
*
whitespace
Adrian Prantl
2014-02-11
1
-1
/
+1
*
Debug info: Emit values in subregisters that do not have a separate
Adrian Prantl
2014-02-11
1
-3
/
+22
*
Use a consistent argument order in TargetLoweringObjectFile.
Rafael Espindola
2014-02-09
1
-2
/
+2
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
1
-7
/
+9
*
Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.
Rafael Espindola
2014-02-07
1
-0
/
+12
*
Refactor logic into a function predicate.
Rafael Espindola
2014-02-07
1
-14
/
+19
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-3
/
+0
*
Use the default values.
Rafael Espindola
2014-02-04
1
-1
/
+1
*
Remove a redundant call to hasRawTextSupport.
Rafael Espindola
2014-01-31
1
-1
/
+1
*
Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...
Timur Iskhodzhanov
2014-01-30
1
-3
/
+11
*
Revert r200340, "Add line table debug info to COFF files when using a win32 t...
NAKAMURA Takumi
2014-01-29
1
-11
/
+3
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+10
*
Add line table debug info to COFF files when using a win32 triple.
Timur Iskhodzhanov
2014-01-28
1
-3
/
+11
*
Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
2014-01-24
1
-1
/
+1
*
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
[prev]
[next]