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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r188188 and r188200.
Shuxin Yang
2013-08-12
9
-836
/
+37
*
Fix warning about unused member.
Eric Christopher
2013-08-12
1
-1
/
+0
*
Misc enhancements to LTO:
Shuxin Yang
2013-08-12
9
-37
/
+837
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-1
/
+2
*
Revert r185882. This is causing problems with the gold linker and might be be...
Bill Wendling
2013-08-08
1
-4
/
+2
*
Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...
Shuxin Yang
2013-08-07
3
-26
/
+30
*
Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...
Shuxin Yang
2013-08-06
1
-9
/
+9
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-1
/
+1
*
Add some comment to LTOCodeGenerator class
Shuxin Yang
2013-08-06
1
-1
/
+44
*
Use @rpath for libraries rather than @executable_path on OSX.
Eric Christopher
2013-08-02
1
-1
/
+1
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-6
/
+0
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-1
/
+1
*
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
3
-7
/
+4
*
remove unnecessary space
Shuxin Yang
2013-07-23
1
-1
/
+1
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-6
/
+0
*
Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Shuxin Yang
2013-07-22
2
-0
/
+34
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+1
*
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
*
Don't run internalize if we're outputing bit-code and not an object file.
Bill Wendling
2013-07-08
1
-2
/
+4
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
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
2
-2
/
+2
*
Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
2013-06-17
1
-17
/
+14
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-1
/
+2
*
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
*
Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.
Bob Wilson
2013-06-04
1
-2
/
+1
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
2
-2
/
+2
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
The command line options need to be processed before we create the TargetMach...
Bill Wendling
2013-05-23
1
-9
/
+8
*
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
1
-1
/
+1
*
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
1
-1
/
+2
*
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
1
-1
/
+1
*
Add missing header.
Rafael Espindola
2013-05-04
1
-0
/
+1
*
Remove redundant flag.
Bill Wendling
2013-05-02
1
-1
/
+1
*
We don't want FP elimination when doing an Apple-style build.
Bill Wendling
2013-05-02
1
-1
/
+1
*
Don't produce an empty llvm.compiler.used in LTO.
Rafael Espindola
2013-04-24
1
-19
/
+19
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-2
/
+3
*
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-29
1
-0
/
+5
*
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
2013-03-13
1
-13
/
+5
*
Add the -disable-opt option to LTO. This adds:
Bill Wendling
2013-02-28
1
-1
/
+7
*
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
2013-02-13
1
-1
/
+1
*
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
*
LTO: Also init TTI for codegen passes.
Nadav Rotem
2013-01-15
1
-0
/
+1
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-0
/
+1
[next]