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
*
Update the CMake build files.
Eric Christopher
2013-08-08
1
-0
/
+1
*
Move hash computation code into a separate class and file.
Eric Christopher
2013-08-08
3
-99
/
+191
*
For DW_TAG_template_type_parameter the actual passed in type could
Eric Christopher
2013-08-08
1
-1
/
+3
*
The conversion to bool is fine here, no need to check isType.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
1
-10
/
+16
*
Change variable name and reflow formatting.
Eric Christopher
2013-08-08
1
-10
/
+10
*
Reflow for loop.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
6
-81
/
+81
*
Using the integrated assembler we'd fail to change section to the
Eric Christopher
2013-08-07
1
-2
/
+3
*
Remove some parens. No functional change.
Eric Christopher
2013-08-07
1
-4
/
+4
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
3
-14
/
+22
*
Move somewhat messy conditional out of line.
Eric Christopher
2013-08-07
1
-7
/
+11
*
AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
NAKAMURA Takumi
2013-08-06
1
-0
/
+2
*
Recommit previous cleanup with a fix for c++98 ambiguity.
Eric Christopher
2013-08-05
1
-5
/
+2
*
Revert "Use existing builtin hashing functions to make this routine more"
Eric Christopher
2013-08-05
1
-2
/
+5
*
Use existing builtin hashing functions to make this routine more
Eric Christopher
2013-08-05
1
-5
/
+2
*
Change parent hashing algorithm to be non-recursive and elaborate
Eric Christopher
2013-08-05
1
-20
/
+32
*
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
*
DebugInfo: Emit definitions for types with no members.
David Blaikie
2013-08-01
1
-7
/
+3
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-01
1
-0
/
+4
*
Fix a truly egregious thinko in anonymous namespace check,
Eric Christopher
2013-07-29
1
-2
/
+2
*
Make sure we don't emit an ODR hash for types with no name and make
Eric Christopher
2013-07-29
1
-2
/
+4
*
Elaborate a bit on the type unit and ODR conditional code.
Eric Christopher
2013-07-29
1
-4
/
+4
*
DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Benjamin Kramer
2013-07-27
1
-2
/
+3
*
Fix a memory leak in the debug emission by simply not allocating memory.
Chandler Carruth
2013-07-27
1
-2
/
+2
*
Remove addLetterToHash, no functional change.
Eric Christopher
2013-07-26
1
-10
/
+1
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
5
-4
/
+254
*
Reformat options.
Eric Christopher
2013-07-23
1
-40
/
+41
*
Formatting.
Eric Christopher
2013-07-22
1
-1
/
+1
*
Add getModuleFlag(StringRef Key) to query a module flag given Key.
Manman Ren
2013-07-16
1
-11
/
+4
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
2
-5
/
+5
*
Clarify comments.
Eric Christopher
2013-07-14
1
-4
/
+1
*
Collapse temporary variable into call.
Eric Christopher
2013-07-14
1
-4
/
+2
*
Initialize AsmPrinter::MF in the constructor
Hal Finkel
2013-07-11
1
-1
/
+1
*
Fix comment.
Eric Christopher
2013-07-09
1
-1
/
+1
*
Typo.
Adrian Prantl
2013-07-09
1
-1
/
+1
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
3
-15
/
+15
*
Update comment to avoid mentioning DbgValues which is an instance
Eric Christopher
2013-07-08
1
-1
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-08
3
-20
/
+20
*
DebugInfo: Correct comment & re-format a nearby loop
David Blaikie
2013-07-08
1
-5
/
+3
*
DebugInfo: Simplify Address Pool index handling.
David Blaikie
2013-07-08
1
-5
/
+3
*
Revert: Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-08
1
-3
/
+9
*
Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-06
1
-9
/
+3
*
Simplify code. No functionality change.
Benjamin Kramer
2013-07-05
1
-7
/
+3
*
Initialize object file info before output streamer
Nico Rieck
2013-07-04
1
-2
/
+2
*
Hoist all of the Entry.getLoc() calls int a single variable.
Eric Christopher
2013-07-03
1
-7
/
+8
*
Make DotDebugLocEntry a class, reorder the members along with comments
Eric Christopher
2013-07-03
2
-14
/
+29
*
Elaborate on comment.
Eric Christopher
2013-07-03
1
-1
/
+1
*
Add names to the header file since they help in documenting the API
Eric Christopher
2013-07-03
1
-10
/
+11
[next]