index
:
llvm
master
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
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
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-23
Pretty-printing comments for literal floating point in .s files.
Jim Grosbach
2012-03-22
In erroneous inline assembly we could mistakenly try to access the
Eric Christopher
2012-03-20
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
2012-03-15
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-14
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-11
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-07
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-06
Hoist common code out of if statement.
Jakob Stoklund Olesen
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-02
Grammar-o in function name.
Eric Christopher
2012-03-02
Grammar.
Eric Christopher
2012-03-02
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-02-22
Remove extra semi-colon.
Eric Christopher
2012-02-21
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-15
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-14
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-07
Remove tabs.
Devang Patel
2012-02-06
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-04
Emit new property tag.
Devang Patel
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
with recent changes, ConstantArray is never a "string". Remove the associated
Chris Lattner
2012-01-31
don't emit a 1-byte object as a .fill. This is silly and causes
Chris Lattner
2012-01-30
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
when verbose asm is on, print integers in ConstantDataSequentials just
Chris Lattner
2012-01-30
don't lose tail padding on ConstantDataAggregate vec3's.
Chris Lattner
2012-01-26
tidy up forward declarations.
Chris Lattner
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
Use the right method to get the # elements in a CDS.
Chris Lattner
2012-01-24
An option to selectively enable part of ARM EHABI support.
Evgeniy Stepanov
2012-01-24
Bit pack DIE structures better.
Benjamin Kramer
2012-01-24
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-24
Add AsmPrinter (aka MCLowering) support for ConstantDataSequential,
Chris Lattner
2012-01-24
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-23
Remove extraneous ';'s.
Bill Wendling
2012-01-23
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-17
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
[next]