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
Age
Commit message (
Expand
)
Author
2010-07-20
Fix edis makefile
Douglas Gregor
2010-07-20
fix DISABLE_EDIS
Chris Lattner
2010-07-20
this logic is handled by tools/makefile.
Chris Lattner
2010-07-20
edis needs to link in mcdisassembler.
Chris Lattner
2010-07-20
update cmake.
Chris Lattner
2010-07-20
edinfo doesn't need to be built here.
Chris Lattner
2010-07-20
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-07-20
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-19
llvmc: Add a new option type (switch_list).
Mikhail Glushenkov
2010-07-19
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-19
edis: Save the TargetMachine in the EDDisassembler object.
Daniel Dunbar
2010-07-18
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-18
llvm-mc: Fix llvm-mc -as-lex.
Daniel Dunbar
2010-07-17
Fix what seems like a clear buffer overflow, noticed by cppcheck.
Duncan Sands
2010-07-16
Make llvm-bcanalyzer print out the full enum name for all metadata
Dan Gohman
2010-07-16
build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting
Daniel Dunbar
2010-07-14
Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
Bob Wilson
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
Preserve debug info for only extracted symbols.
Devang Patel
2010-07-01
Make -filelist work with -linker=c++.
Mikhail Glushenkov
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Remove variables that are written by not read.
Duncan Sands
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-23
Add an extra-library-path option to the plugin. This is used to support
Rafael Espindola
2010-06-21
add_input_file and add_input_library now take const arguments, remove the
Rafael Espindola
2010-06-21
Save more temps with -save-temps.
Rafael Espindola
2010-06-18
Add a pass-through option to the plugin. The use case for this option is to
Rafael Espindola
2010-06-14
Don't produce output only if *all* files are unused.
Rafael Espindola
2010-06-11
llvm-mc: Don't set NO_INSTALL on llvm-mc.
Daniel Dunbar
2010-06-09
Change another reference to the "indirect callgraph node" to
Duncan Sands
2010-06-09
Output "external node" rather than "Indirect CallGraph node" when printing
Duncan Sands
2010-06-07
Plug a leak in the non-error case by removing one level of indirection.
Nick Lewycky
2010-06-07
Run dead type elimination after dead argument elimination.
Dan Gohman
2010-06-07
Use ->isVoidTy().
Dan Gohman
2010-06-07
Misc cleanups to the gold plugin.
Rafael Espindola
2010-06-05
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-04
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-03
Add a emit-llvm option to the plugin and make the path argument to also-emit-...
Rafael Espindola
2010-06-03
Perfer !string.empty() over string != "".
Nick Lewycky
2010-06-03
Whitespace cleanup.
Nick Lewycky
2010-06-03
Don't preserve all symbols in a .so and instead trust gold to know what is
Rafael Espindola
2010-05-27
Eliminate some unnessary Path::exists() calls.
Dan Gohman
2010-05-27
When handling raw_ostream errors manually, use clear_error() so that
Dan Gohman
2010-05-27
Don't special-case stdout in llvm::WriteBitcodeToFile; just consider
Dan Gohman
[prev]
[next]