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
/
tools
/
lto
/
LTOModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-6
/
+0
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-4
/
+3
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-6
/
+0
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-0
/
+6
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-6
/
+0
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-3
/
+2
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-1
/
+1
*
Inline Path::isBitcodeFile into only use and remove it.
Rafael Espindola
2013-06-12
1
-2
/
+4
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-2
/
+3
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-1
/
+1
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+1
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-2
/
+3
*
Fix a copy/paste-o that got missed because 'check' doesn't build lto.
Chandler Carruth
2013-01-31
1
-1
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-1
/
+6
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-0
/
+1
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-0
/
+4
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+3
*
Change some functions to take const pointers.
Rafael Espindola
2012-12-11
1
-15
/
+17
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-12
1
-6
/
+14
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-2
/
+2
*
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
1
-0
/
+6
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
1
-3
/
+2
*
Cache a commonly used reference.
Bill Wendling
2012-08-08
1
-10
/
+12
*
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
1
-16
/
+18
*
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-08-06
1
-0
/
+138
*
Forgot this patch in r159023.
Evan Cheng
2012-06-22
1
-1
/
+1
*
Fix a use after free when the streamer is destroyed. Fixes pr12622.
Rafael Espindola
2012-05-11
1
-1
/
+1
*
Reformatting. No functionality change.
Bill Wendling
2012-04-03
1
-18
/
+19
*
Hack the hack. If we have a situation where an ASM object is defined but isn't
Bill Wendling
2012-04-02
1
-22
/
+17
*
It could come about that we parse the inline ASM before we get a potential
Bill Wendling
2012-04-02
1
-0
/
+26
*
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-31
1
-6
/
+0
*
* Set the scope attributes for the ASM symbol we added to be the value passed
Bill Wendling
2012-03-30
1
-14
/
+18
*
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
1
-33
/
+50
*
Cache the end() iterator.
Bill Wendling
2012-03-29
1
-3
/
+3
*
Cleanup some whitespaces.
Bill Wendling
2012-03-28
1
-3
/
+3
*
Inline function into its one caller.
Bill Wendling
2012-03-28
1
-7
/
+2
*
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
2012-03-28
1
-55
/
+44
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-2
/
+2
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-2
/
+2
*
update this to ConstantDataArray. There are no tests and this isn't using th...
Chris Lattner
2012-01-31
1
-2
/
+2
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-2
/
+2
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-1
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-1
/
+3
*
Reformatting changes to get rid of blank lines, put code on one line, and to
Bill Wendling
2011-11-04
1
-66
/
+58
[next]