index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
2
-2
/
+2
*
Declare class DwarfDebug before use instead of relying on a forward declaration
Dmitri Gribenko
2012-12-16
1
-0
/
+1
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-2
/
+3
*
To simplify some code move the unit emission into the holders.
Eric Christopher
2012-12-15
2
-23
/
+34
*
Use begin and end label names from the section for info.
Eric Christopher
2012-12-15
1
-7
/
+8
*
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-13
1
-0
/
+3
*
Use default label name for a section in emitting abbreviation
Eric Christopher
2012-12-13
1
-5
/
+8
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+2
*
Update some comments.
Eric Christopher
2012-12-11
2
-6
/
+6
*
Refactor out the abbreviation handling into a separate class that
Eric Christopher
2012-12-10
2
-24
/
+57
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-0
/
+2
*
Rearrange vars and make comments more obvious.
Eric Christopher
2012-12-10
1
-3
/
+5
*
Remove blank line at top of file.
Eric Christopher
2012-12-10
1
-1
/
+0
*
Use the somewhat semantic term "split dwarf" it more matches what's
Eric Christopher
2012-12-10
2
-30
/
+32
*
Delete the FissionCU.
Eric Christopher
2012-12-10
1
-0
/
+3
*
Reorder fission variables.
Eric Christopher
2012-12-10
2
-5
/
+11
*
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
2
-5
/
+7
*
Handle non-default array bounds.
Bill Wendling
2012-12-06
2
-14
/
+59
*
Comment change made in r169304 as requested by Eric Christopher.
David Blaikie
2012-12-04
1
-0
/
+2
*
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
1
-13
/
+14
*
Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB
David Blaikie
2012-12-04
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
3
-10
/
+10
*
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
1
-1
/
+3
*
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
4
-24
/
+33
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
12
-89
/
+89
*
Add some first skeleton work for the DWARF5 Fission proposal. Emit
Eric Christopher
2012-11-30
2
-8
/
+119
*
More comment.
Eric Christopher
2012-11-29
1
-0
/
+2
*
Attempt to make the comments for dwarf debug look more like
Eric Christopher
2012-11-27
2
-274
/
+200
*
Reapply section moving, make sure string section is output last.
Eric Christopher
2012-11-27
1
-24
/
+54
*
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
1
-2
/
+7
*
Revert rearrangement of debug info sections to unblock the bots
Eric Christopher
2012-11-27
1
-59
/
+26
*
Make comment names match function names.
Eric Christopher
2012-11-27
1
-3
/
+3
*
Add in sections for the fission case (no change so incorrect) and
Eric Christopher
2012-11-27
1
-1
/
+32
*
Reorder section output ordering.
Eric Christopher
2012-11-27
1
-25
/
+27
*
Whitespace cleanup.
Eric Christopher
2012-11-27
1
-27
/
+27
*
Pull some code out into functions to make rearranging them a bit easier.
Eric Christopher
2012-11-22
2
-46
/
+83
*
Whitespace.
Eric Christopher
2012-11-21
1
-29
/
+29
*
Update for some of the coding standard before rearranging functions
Eric Christopher
2012-11-21
3
-53
/
+53
*
Update some comments.
Eric Christopher
2012-11-21
1
-1
/
+2
*
Update and add some comments.
Eric Christopher
2012-11-21
1
-0
/
+8
*
Whitespace.
Eric Christopher
2012-11-21
1
-26
/
+26
*
Remove constness from this, it modifies the output stream as does
Eric Christopher
2012-11-20
2
-2
/
+2
*
Remove unused function argument, add a bit to the comment.
Eric Christopher
2012-11-20
2
-5
/
+6
*
Formatting.
Eric Christopher
2012-11-20
1
-10
/
+11
*
Whitespace.
Eric Christopher
2012-11-20
1
-12
/
+8
*
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
2
-7
/
+11
*
Whitespace and 80-col.
Eric Christopher
2012-11-19
1
-49
/
+49
*
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
3
-19
/
+11
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
3
-2
/
+64
*
Move section label emission to module end. Nothing should be
Eric Christopher
2012-11-19
1
-3
/
+3
[next]