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
*
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
7
-87
/
+113
|
\
|
*
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
*
|
Merge branch 'upstream' into sliao_d
Shih-wei Liao
2012-03-24
4
-49
/
+51
|
\
\
|
|
/
|
*
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
*
|
Merge branch 'upstream' into merge-20120305
Stephen Hines
2012-03-05
13
-233
/
+426
|
\
\
|
|
/
|
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-1
/
+1
|
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
|
*
Grammar-o in function name.
Eric Christopher
2012-03-02
1
-2
/
+2
|
*
Grammar.
Eric Christopher
2012-03-02
1
-1
/
+1
|
*
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
1
-4
/
+3
|
*
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-02
1
-3
/
+3
|
*
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
1
-3
/
+3
|
*
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-03-01
1
-1
/
+1
|
*
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
1
-1
/
+4
|
*
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
1
-3
/
+12
|
*
Add the source language into the compile unit.
Eric Christopher
2012-02-22
3
-4
/
+10
|
*
Remove extra semi-colon.
Eric Christopher
2012-02-22
1
-1
/
+1
|
*
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
1
-1
/
+1
|
*
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
1
-2
/
+4
|
*
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
1
-0
/
+4
|
*
Remove tabs.
Devang Patel
2012-02-07
1
-17
/
+17
|
*
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
1
-0
/
+11
|
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
4
-10
/
+10
|
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-23
/
+10
|
*
Emit new property tag.
Devang Patel
2012-02-04
1
-1
/
+29
|
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+9
|
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-10
/
+23
|
*
with recent changes, ConstantArray is never a "string". Remove the associated
Chris Lattner
2012-01-31
1
-23
/
+10
|
*
don't emit a 1-byte object as a .fill. This is silly and causes
Chris Lattner
2012-01-31
1
-1
/
+3
|
*
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
1
-1
/
+1
|
*
when verbose asm is on, print integers in ConstantDataSequentials just
Chris Lattner
2012-01-30
1
-0
/
+3
[next]