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
/
include
/
llvm
/
CodeGen
/
AsmPrinter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-42
/
+26
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-12
/
+42
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-7
/
+11
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-1
/
+0
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-484
/
+473
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-28
/
+50
*
Produce .weak_def_can_be_hidden for some linkonce_odr values
Rafael Espindola
2013-10-30
1
-1
/
+1
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-0
/
+1
*
Formatting and whitespace.
Eric Christopher
2013-10-24
1
-9
/
+8
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+2
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
1
-0
/
+4
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+2
*
For COFF only: dwarf debug info output a label reference as a section relativ...
Carlo Kok
2013-08-13
1
-3
/
+5
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-0
/
+2
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-2
/
+2
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
1
-1
/
+2
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-4
/
+0
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-4
/
+3
*
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
1
-1
/
+0
*
Emit the TLS initialization function pointers into the correct section.
Bill Wendling
2013-04-29
1
-0
/
+1
*
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
1
-0
/
+3
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
1
-4
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
1
-1
/
+3
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
1
-0
/
+7
*
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
1
-0
/
+5
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-4
/
+2
*
tidy up forward declarations.
Chris Lattner
2012-01-26
1
-9
/
+3
*
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
1
-0
/
+6
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
1
-1
/
+1
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
1
-0
/
+5
*
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-19
1
-2
/
+2
*
When generating code for Win64 EH, emit StartProc and EndProc directives.
Charles Davis
2011-05-28
1
-0
/
+2
*
Make size computation less brittle.
Rafael Espindola
2011-05-27
1
-4
/
+0
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
1
-1
/
+6
*
Yet more dead code.
Rafael Espindola
2011-05-06
1
-4
/
+0
*
Update comments.
Rafael Espindola
2011-05-06
1
-1
/
+4
*
More dead code elimination.
Rafael Espindola
2011-05-06
1
-2
/
+0
*
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-29
1
-0
/
+2
*
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-28
1
-0
/
+4
*
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-27
1
-2
/
+1
*
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-26
1
-1
/
+2
*
Refactor.
Devang Patel
2011-04-21
1
-0
/
+3
*
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
1
-0
/
+1
*
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
1
-0
/
+2
*
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-15
1
-2
/
+0
*
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-04-14
1
-0
/
+2
[next]