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
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
1
-2
/
+2
*
Grammar.
Eric Christopher
2012-08-14
1
-1
/
+1
*
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-08-01
2
-24
/
+6
*
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-27
2
-6
/
+24
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
2
-14
/
+1
*
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-12
1
-1
/
+1
*
Fix PR13202 and a regtest.
Alexey Samsonov
2012-07-06
1
-0
/
+6
*
Reduce some code duplication.
Eric Christopher
2012-07-04
1
-19
/
+4
*
Cleanup in DwarfDebug - fix a typo and remove two unused functions
Alexey Samsonov
2012-06-29
1
-7
/
+1
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
2
-3
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
4
-5
/
+5
*
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
1
-1
/
+1
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-1
/
+1
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
2
-11
/
+16
*
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
1
-1
/
+6
*
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
1
-3
/
+17
*
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
2
-5
/
+6
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
2
-4
/
+5
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-6
/
+7
*
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
1
-5
/
+5
*
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-23
1
-0
/
+5
*
Untabify and 80-col.
Eric Christopher
2012-05-22
1
-17
/
+17
*
Formatting consistency.
Eric Christopher
2012-05-22
1
-3
/
+4
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-12
/
+1
*
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-18
1
-1
/
+0
*
Fix thinko in conditional.
Eric Christopher
2012-05-08
1
-1
/
+1
*
Formatting fixes.
Akira Hatanaka
2012-05-08
1
-4
/
+4
*
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-05-08
2
-4
/
+7
*
Make comment here more clear.
Eric Christopher
2012-04-16
1
-3
/
+4
*
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-13
2
-58
/
+28
*
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-05
1
-2
/
+5
*
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
1
-1
/
+1
*
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
1
-3
/
+10
*
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-04-02
1
-0
/
+6
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
2
-0
/
+21
*
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-28
2
-8
/
+16
*
Use DW_AT_low_pc for a single entry point into a routine.
Eric Christopher
2012-03-27
1
-3
/
+3
*
Use the file in the inlined die rather than the compile unit for
Eric Christopher
2012-03-26
1
-1
/
+2
*
No need to do an expensive stable sort for a bunch of integers.
Benjamin Kramer
2012-03-26
1
-3
/
+3
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-3
/
+4
*
Pretty-printing comments for literal floating point in .s files.
Jim Grosbach
2012-03-23
1
-2
/
+6
*
In erroneous inline assembly we could mistakenly try to access the
Eric Christopher
2012-03-22
1
-1
/
+5
*
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
2012-03-20
1
-11
/
+17
*
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
1
-5
/
+4
*
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-15
1
-5
/
+8
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-14
1
-5
/
+5
*
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-11
2
-15
/
+13
*
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-07
1
-5
/
+6
*
Hoist common code out of if statement.
Jakob Stoklund Olesen
2012-03-06
1
-13
/
+8
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-1
/
+1
[next]