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-04-13
Unbreak CMake build by improving the EnhancedDisassembly makefile a
Douglas Gregor
2010-04-13
Fixed a nasty layering violation in the edis source
Sean Callanan
2010-04-13
Add CMake support for 'edis'.
Ted Kremenek
2010-04-13
Make the disassembler respect the assembler dialect when printing instructions,
Chris Lattner
2010-04-12
Build system fix to make llvm-mc properly build
Sean Callanan
2010-04-12
Build system fixes. llvm-mc depends on
Sean Callanan
2010-04-12
Bug fix: made the enhanced disassembler's link
Sean Callanan
2010-04-12
Second try at integrating the edis tester. This
Sean Callanan
2010-04-12
Boolify.
Benjamin Kramer
2010-04-12
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-10
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2010-04-10
Updated the edis build mechanism to allow for builds
Sean Callanan
2010-04-09
revert r100842 which broke several of the build bots.
Chris Lattner
2010-04-09
Added a tester for the enhanced disassembler,
Sean Callanan
2010-04-09
Bugfixes for edis. Code to initialize instruction
Sean Callanan
2010-04-08
Added support for ARM disassembly to edis.
Sean Callanan
2010-04-05
add .o file writing for inline asm in llc. Here's a silly
Chris Lattner
2010-04-05
tidy #includes.
Chris Lattner
2010-04-05
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-04
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-03
remove some extraneous casts
Chris Lattner
2010-04-03
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
2010-04-03
Pass -shared to the linker.
Mikhail Glushenkov
2010-04-03
add a couple missing enum names.
Chris Lattner
2010-04-02
Updated the install location for EnhancedDisassembly
Sean Callanan
2010-03-31
Pass -m32/-m64 to assembler.
Mikhail Glushenkov
2010-03-30
Fix llvm-ld to clean up its output files in case of an error.
Dan Gohman
2010-03-27
revert r99719 which is breaking the botz.
Chris Lattner
2010-03-27
Make llvm-ld remove its output files in the event of an error.
Dan Gohman
2010-03-27
No need to check the same condition twice.
Dan Gohman
2010-03-25
llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need
Daniel Dunbar
2010-03-24
Trim #includes.
Dan Gohman
2010-03-24
It's not necessary to call raw_ostream::close explicitly on automatic
Dan Gohman
2010-03-23
llvm-mc: Support -filetype=null, for timing purposes.
Daniel Dunbar
2010-03-23
Remove if DISABLED not if not DISABLED...
Bill Wendling
2010-03-23
Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for
Bill Wendling
2010-03-23
make sure to delete the llvm module before calling llvm_shutdown,
Chris Lattner
2010-03-22
llc doesn't need LinkAllVMCore.
Dan Gohman
2010-03-22
Avoid leaking the FunctionPassManager from opt.
Jeffrey Yasskin
2010-03-22
Free all Constants in ~LLVMConstantImpl. We avoid assertion failures
Jeffrey Yasskin
2010-03-20
llvm-mc: Fix MCInstPrinter memory leaks.
Daniel Dunbar
2010-03-20
llvm-mc: Fix memory leak of MCAsmInfo.
Daniel Dunbar
2010-03-19
llvm-mc: Fix target selection for --disassemble to use GetTarget.
Daniel Dunbar
2010-03-19
fix an MCInstPrinter leak that jyasskin pointed out:
Chris Lattner
2010-03-19
Bugpoint's default memory limit (100MB) was too low for valgrind, so
Jeffrey Yasskin
2010-03-17
Changed install_name for libEnhancedDisassembly.dylib on
Sean Callanan
2010-03-16
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
2010-03-13
llvm-mc: Delete output files on error.
Daniel Dunbar
2010-03-13
llvm-mc: Support -n, useful for comparing -integrated-as output since the
Daniel Dunbar
2010-03-13
llvm-mc: Support -arch as a simplified form of -triple.
Daniel Dunbar
[next]