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
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit the TLS initialization function pointers into the correct section.
Bill Wendling
2013-04-29
1
-0
/
+15
*
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
1
-0
/
+4
*
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-26
1
-2
/
+2
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
1
-5
/
+2
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-1
/
+1
*
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
1
-74
/
+32
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-3
/
+3
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-10
/
+10
*
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-08
1
-9
/
+12
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-9
/
+5
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+2
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-0
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
1
-2
/
+7
*
Whitespace.
Eric Christopher
2012-11-20
1
-12
/
+8
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-5
/
+3
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-5
/
+5
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-4
/
+4
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-3
/
+5
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-5
/
+3
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-3
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-30
/
+30
*
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
1
-0
/
+7
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-1
/
+2
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-07
1
-45
/
+44
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-2
/
+1
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-4
/
+3
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
1
-2
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Remove another duplicated variable. We only need one to tell us if the linker
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
1
-7
/
+8
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-2
/
+2
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-12
/
+1
*
Pretty-printing comments for literal floating point in .s files.
Jim Grosbach
2012-03-23
1
-2
/
+6
*
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
2012-03-20
1
-11
/
+17
*
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
*
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
1
-1
/
+4
*
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
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-23
/
+10
*
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
*
don't lose tail padding on ConstantDataAggregate vec3's.
Chris Lattner
2012-01-30
1
-21
/
+24
[next]