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
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
1
-0
/
+3
*
Refactor.
Devang Patel
2011-04-05
2
-15
/
+21
*
Do not emit empty name.
Devang Patel
2011-04-05
1
-1
/
+2
*
Print visibility info for external variables.
Rafael Espindola
2011-04-05
1
-10
/
+12
*
Remove dead code.
Devang Patel
2011-03-31
1
-5
/
+1
*
Tidy up. 80 columns and trailing whitespace.
Jim Grosbach
2011-03-29
1
-145
/
+146
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
2
-110
/
+187
*
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-25
2
-49
/
+32
*
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
2
-12
/
+29
*
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-23
1
-3
/
+1
*
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
2
-36
/
+81
*
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
2
-77
/
+32
*
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
1
-0
/
+1
*
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-22
2
-32
/
+76
*
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
1
-5
/
+2
*
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-16
1
-2
/
+5
*
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-12
1
-0
/
+7
*
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-11
1
-7
/
+0
*
Remove unused virtual dtor.
Benjamin Kramer
2011-03-09
1
-1
/
+0
*
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-06
1
-0
/
+1
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
3
-0
/
+122
*
Fix typo.
Devang Patel
2011-03-03
1
-1
/
+1
*
Fix thinko in previous check-in.
Devang Patel
2011-03-03
1
-1
/
+3
*
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-03
1
-1
/
+4
*
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-03-01
2
-4
/
+42
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
5
-72
/
+5
*
Remove dead variable.
Nick Lewycky
2011-02-24
1
-1
/
+1
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
5
-4
/
+71
*
Do not use DIFactory.
Devang Patel
2011-02-24
1
-3
/
+4
*
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...
Devang Patel
2011-02-23
1
-1
/
+1
*
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-23
1
-3
/
+7
*
Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...
Devang Patel
2011-02-19
1
-17
/
+20
*
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
1
-0
/
+4
*
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
1
-1
/
+1
*
Assert on bad jump tables.
Jakob Stoklund Olesen
2011-02-09
1
-0
/
+1
*
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
2
-15
/
+32
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
2
-0
/
+25
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
2
-0
/
+32
*
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-30
1
-0
/
+2
*
Print the visibility of declarations.
Rafael Espindola
2011-01-28
1
-1
/
+14
*
Support printing exception section into the current one. This is the case whe...
Anton Korobeynikov
2011-01-24
1
-1
/
+2
*
Fix debug info for merged global.
Devang Patel
2011-01-20
1
-0
/
+39
*
Fix register address expression. Patch by Ken Dyck.
Devang Patel
2011-01-19
1
-4
/
+2
*
Update CMake build.
Ted Kremenek
2011-01-14
1
-0
/
+2
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
4
-11
/
+16
*
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
3
-0
/
+209
*
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
4
-356
/
+440
*
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-11
1
-15
/
+5
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
3
-12
/
+12
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-1
/
+1
[next]