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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-18
2
-10
/
+12
*
llvm-mc: Fix llvm-mc -as-lex.
Daniel Dunbar
2010-07-18
1
-2
/
+2
*
Fix what seems like a clear buffer overflow, noticed by cppcheck.
Duncan Sands
2010-07-17
1
-2
/
+2
*
Make llvm-bcanalyzer print out the full enum name for all metadata
Dan Gohman
2010-07-16
1
-4
/
+4
*
build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting
Daniel Dunbar
2010-07-16
1
-1
/
+9
*
Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
Bob Wilson
2010-07-14
2
-5
/
+2
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
4
-5
/
+5
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
1
-1
/
+2
*
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
2
-2
/
+2
*
Preserve debug info for only extracted symbols.
Devang Patel
2010-07-01
1
-0
/
+1
*
Make -filelist work with -linker=c++.
Mikhail Glushenkov
2010-07-01
1
-4
/
+8
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-2
/
+1
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-1
/
+2
*
Remove variables that are written by not read.
Duncan Sands
2010-06-29
1
-6
/
+0
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
4
-41
/
+41
*
Add an extra-library-path option to the plugin. This is used to support
Rafael Espindola
2010-06-23
1
-0
/
+13
*
add_input_file and add_input_library now take const arguments, remove the
Rafael Espindola
2010-06-21
1
-2
/
+2
*
Save more temps with -save-temps.
Rafael Espindola
2010-06-21
1
-3
/
+7
*
Add a pass-through option to the plugin. The use case for this option is to
Rafael Espindola
2010-06-18
1
-0
/
+26
*
Don't produce output only if *all* files are unused.
Rafael Espindola
2010-06-14
1
-7
/
+7
*
llvm-mc: Don't set NO_INSTALL on llvm-mc.
Daniel Dunbar
2010-06-11
1
-1
/
+0
*
Change another reference to the "indirect callgraph node" to
Duncan Sands
2010-06-09
1
-1
/
+1
*
Output "external node" rather than "Indirect CallGraph node" when printing
Duncan Sands
2010-06-09
1
-1
/
+1
*
Plug a leak in the non-error case by removing one level of indirection.
Nick Lewycky
2010-06-07
1
-6
/
+4
*
Run dead type elimination after dead argument elimination.
Dan Gohman
2010-06-07
1
-1
/
+2
*
Use ->isVoidTy().
Dan Gohman
2010-06-07
3
-5
/
+4
*
Misc cleanups to the gold plugin.
Rafael Espindola
2010-06-07
1
-15
/
+16
*
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-05
1
-3
/
+1
*
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-04
1
-3
/
+1
*
Add a emit-llvm option to the plugin and make the path argument to also-emit-...
Rafael Espindola
2010-06-03
1
-2
/
+23
*
Perfer !string.empty() over string != "".
Nick Lewycky
2010-06-03
1
-2
/
+2
*
Whitespace cleanup.
Nick Lewycky
2010-06-03
1
-5
/
+5
*
Don't preserve all symbols in a .so and instead trust gold to know what is
Rafael Espindola
2010-06-03
1
-12
/
+10
*
Eliminate some unnessary Path::exists() calls.
Dan Gohman
2010-05-27
3
-19
/
+10
*
When handling raw_ostream errors manually, use clear_error() so that
Dan Gohman
2010-05-27
1
-1
/
+3
*
Don't special-case stdout in llvm::WriteBitcodeToFile; just consider
Dan Gohman
2010-05-27
1
-2
/
+6
*
Don't create an output stream when output is disabled.
Dan Gohman
2010-05-27
1
-19
/
+21
*
Avoid calling outs() and fouts() when the stream isn't really needed.
Dan Gohman
2010-05-27
3
-10
/
+15
*
Apply timeouts and memory limits in more places. In particular, when
Duncan Sands
2010-05-24
3
-21
/
+40
*
MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.
Daniel Dunbar
2010-05-23
1
-0
/
+7
*
Currently, createMachOStreamer() is invoked directly in llvm-mc which
Matt Fleming
2010-05-21
1
-1
/
+2
*
Remove dead option.
Daniel Dunbar
2010-05-21
1
-3
/
+0
*
Avoid renaming loadable modules at install time. Now the gold plugin is named
Rafael Espindola
2010-05-16
1
-1
/
+1
*
Use regular PassManager instead of FunctionPassManager in opt, since it
Dan Gohman
2010-05-14
1
-12
/
+8
*
Fix complete badness in bugpoint's IsARMArchitecture() function.
Jakob Stoklund Olesen
2010-05-13
1
-3
/
+2
*
Add an also-emit-llvm option to the gold plugin.
Rafael Espindola
2010-05-13
1
-0
/
+14
*
Fix PR6951 by fixing Module leaks in bugpoint.
Jeffrey Yasskin
2010-05-11
1
-7
/
+7
*
Remove the "WantsWholeFile" concept, as it's no longer needed. CBE
Dan Gohman
2010-05-11
1
-67
/
+26
*
Extended the edis "IsBranch" property to call
Sean Callanan
2010-05-11
2
-1
/
+8
*
The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a
Bill Wendling
2010-05-11
2
-4
/
+6
[next]