index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-22
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-03-23
Pretty-printing comments for literal floating point in .s files.
Jim Grosbach
2012-03-20
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
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-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
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-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
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
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
Add AsmPrinter (aka MCLowering) support for ConstantDataSequential,
Chris Lattner
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-12
Revert accidental commit.
Bill Wendling
2012-01-12
Fix the code that was WRONG.
Bill Wendling
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-06
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-11-15
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-09-29
Place this bracket according to the LLVM style.
Duncan Sands
2011-09-02
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-08-31
Fix Size Typing
David Greene
2011-08-31
Compress Repeated Byte Output
David Greene
2011-08-28
Fix PR5329: pay attention to constructor/destructor priority
Duncan Sands
2011-08-01
Remove an unnecessary cast.
Jay Foad
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
Add a frame with the compact unwind encoding if it exists.
Bill Wendling
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-06-24
Handle debug info for i128 constants.
Devang Patel
[next]