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
/
tools
/
lto
/
LTOModule.cpp
Age
Commit message (
Expand
)
Author
2013-01-31
Fix a copy/paste-o that got missed because 'check' doesn't build lto.
Chandler Carruth
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-14
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-20
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-11
Change some functions to take const pointers.
Rafael Espindola
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-10-12
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-08-21
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-08
Cache a commonly used reference.
Bill Wendling
2012-08-06
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-06-22
Forgot this patch in r159023.
Evan Cheng
2012-05-11
Fix a use after free when the streamer is destroyed. Fixes pr12622.
Rafael Espindola
2012-04-03
Reformatting. No functionality change.
Bill Wendling
2012-04-02
Hack the hack. If we have a situation where an ASM object is defined but isn't
Bill Wendling
2012-04-02
It could come about that we parse the inline ASM before we get a potential
Bill Wendling
2012-03-31
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-30
* Set the scope attributes for the ASM symbol we added to be the value passed
Bill Wendling
2012-03-29
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
Cache the end() iterator.
Bill Wendling
2012-03-28
Cleanup some whitespaces.
Bill Wendling
2012-03-28
Inline function into its one caller.
Bill Wendling
2012-03-28
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
update this to ConstantDataArray. There are no tests and this isn't using th...
Chris Lattner
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-04
Reformatting changes to get rid of blank lines, put code on one line, and to
Bill Wendling
2011-11-04
Move comment to the correct place.
Bill Wendling
2011-11-04
Make the Mangler an ivar so that it doesn't have to be passed around everywhere.
Bill Wendling
2011-11-04
Refactor the MCContext so that it's an ivar instead of a local which is passed
Bill Wendling
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-09-08
lto/addAsmGlobalSymbols: fast path when no module level asm is present.
Ivan Krasin
2011-09-08
lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...
Ivan Krasin
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-16
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
[next]