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
*
Begin setting features for target based on target triple string.
Devang Patel
2008-02-07
1
-2
/
+13
*
Do not set time out, lets assume assembler will do its job in reasonable amou...
Devang Patel
2008-02-04
1
-1
/
+1
*
Do not strip symbols when EH is ON.
Devang Patel
2008-02-02
1
-1
/
+4
*
Supply appropriate arch info to darwin assembler.
Devang Patel
2008-01-30
1
-0
/
+16
*
Enable exception handling if it is supported.
Devang Patel
2008-01-30
1
-1
/
+6
*
- Introduces versioning macro LLVM_LTO_VERSION
Devang Patel
2008-01-15
1
-8
/
+41
*
remove attributions from tools.
Chris Lattner
2007-12-29
2
-4
/
+4
*
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Revert my previous check-in.
Devang Patel
2007-12-20
1
-4
/
+1
*
Add lto version check mechanism.
Devang Patel
2007-12-20
1
-1
/
+4
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
1
-1
/
+1
*
Fix a sys::Path API error caught by a gcc 4.2 warning.
Reid Spencer
2007-07-18
1
-1
/
+1
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
2
-4
/
+4
*
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
2
-22
/
+5
*
bitcodify
Chris Lattner
2007-05-06
2
-7
/
+24
*
Now LICM is a LoopPass.
Devang Patel
2007-03-07
1
-0
/
+1
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-1
/
+1
*
Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE
Bill Wendling
2007-02-08
1
-9
/
+4
*
The new version of how to add passes to emit files. We explicitly call a
Bill Wendling
2007-02-08
1
-2
/
+26
*
For PR411:
Reid Spencer
2007-02-05
1
-7
/
+0
*
Add printVersion(). Linker can use it to print LLVM version number.
Devang Patel
2007-02-01
1
-0
/
+4
*
Include Makefile.config before testing OS.
Devang Patel
2007-02-01
1
-5
/
+5
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-3
/
+3
*
default to emiting an uncompressed .bc file
Chris Lattner
2007-01-21
1
-2
/
+2
*
Modules are consumed when they are merged together by Linker.
Devang Patel
2007-01-08
1
-0
/
+2
*
Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...
Chandler Carruth
2007-01-08
2
-3
/
+10
*
Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!
Chris Lattner
2007-01-06
1
-0
/
+66
*
fix typo
Chris Lattner
2007-01-06
1
-1
/
+1
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-6
/
+6
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
1
-8
/
+10
*
Save temp. bc files when saveTemps flag is true. Use final output file
Devang Patel
2006-10-26
1
-11
/
+24
*
Supply alignment info to linker through LLVMSymbol.
Devang Patel
2006-10-25
1
-6
/
+12
*
Instead of hard coding global prefix, use TargetAsmInfo.
Devang Patel
2006-10-24
1
-31
/
+55
*
Fix typo. Add more comment. Avoid extra hash_map search.
Devang Patel
2006-10-23
1
-6
/
+8
*
Add removeModule().
Devang Patel
2006-10-23
1
-0
/
+12
*
Use FindProgramByName instead of FindExecutable.
Devang Patel
2006-10-09
1
-1
/
+1
*
Do error checking.
Devang Patel
2006-10-09
1
-1
/
+8
*
Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894
Devang Patel
2006-10-09
1
-2
/
+15
*
Use abstract class to facilitate dlopen() interface.
Devang Patel
2006-09-21
1
-5
/
+5
*
Add comment.
Devang Patel
2006-09-14
1
-0
/
+3
*
GlobalValue with InternalLinkage may have operands with ExternalLinkage
Devang Patel
2006-09-14
1
-1
/
+1
*
Using addPassesToEmitWholeFile is not a good idea here.
Devang Patel
2006-09-07
1
-1
/
+14
*
Add linker into list of LINK_COMPONENTS.
Devang Patel
2006-09-07
1
-1
/
+1
*
Use addPassesToEmitWholeFile() instead of addPassesToEmitFile()
Devang Patel
2006-09-07
1
-1
/
+1
*
Add getTargetTriple() that linker can use to query target architecture.
Devang Patel
2006-09-06
1
-0
/
+11
*
Keep track of all modules crated using a name to module map.
Devang Patel
2006-09-06
1
-1
/
+18
*
Instead of demangling symbol name by hand, use original name, which was
Devang Patel
2006-09-06
1
-2
/
+4
*
Extract target triplet from optimized module.
Devang Patel
2006-09-06
1
-1
/
+4
*
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-09-04
1
-6
/
+2
*
If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.
Devang Patel
2006-08-23
1
-1
/
+1
[next]