2010-06-21 |
Rafael Espindola | add_input_file and add_input_library now take const... |
tree | commitdiff |
2010-06-21 |
Rafael Espindola | Save more temps with -save-temps. |
tree | commitdiff |
2010-06-18 |
Rafael Espindola | Add a pass-through option to the plugin. The use case... |
tree | commitdiff |
2010-06-14 |
Rafael Espindola | Don't produce output only if *all* files are unused. |
tree | commitdiff |
2010-06-11 |
Daniel Dunbar | llvm-mc: Don't set NO_INSTALL on llvm-mc. |
tree | commitdiff |
2010-06-09 |
Duncan Sands | Change another reference to the "indirect callgraph... |
tree | commitdiff |
2010-06-09 |
Duncan Sands | Output "external node" rather than "Indirect CallGraph... |
tree | commitdiff |
2010-06-07 |
Nick Lewycky | Plug a leak in the non-error case by removing one level... |
tree | commitdiff |
2010-06-07 |
Dan Gohman | Run dead type elimination after dead argument elimination. |
tree | commitdiff |
2010-06-07 |
Dan Gohman | Use ->isVoidTy(). |
tree | commitdiff |
2010-06-07 |
Rafael Espindola | Misc cleanups to the gold plugin. |
tree | commitdiff |
2010-06-05 |
Dan Gohman | No need to special-case structs here; structs are first... |
tree | commitdiff |
2010-06-04 |
Dan Gohman | No need to special-case structs here; structs are first... |
tree | commitdiff |
2010-06-03 |
Rafael Espindola | Add a emit-llvm option to the plugin and make the path... |
tree | commitdiff |
2010-06-03 |
Nick Lewycky | Perfer !string.empty() over string != "". |
tree | commitdiff |
2010-06-03 |
Nick Lewycky | Whitespace cleanup. |
tree | commitdiff |
2010-06-03 |
Rafael Espindola | Don't preserve all symbols in a .so and instead trust... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Eliminate some unnessary Path::exists() calls. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | When handling raw_ostream errors manually, use clear_er... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Don't special-case stdout in llvm::WriteBitcodeToFile... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Don't create an output stream when output is disabled. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Avoid calling outs() and fouts() when the stream isn... |
tree | commitdiff |
2010-05-24 |
Duncan Sands | Apply timeouts and memory limits in more places. In... |
tree | commitdiff |
2010-05-23 |
Daniel Dunbar | MC: Add an MCLoggingStreamer, for use in debugging... |
tree | commitdiff |
2010-05-21 |
Matt Fleming | Currently, createMachOStreamer() is invoked directly... |
tree | commitdiff |
2010-05-21 |
Daniel Dunbar | Remove dead option. |
tree | commitdiff |
2010-05-16 |
Rafael Espindola | Avoid renaming loadable modules at install time. Now... |
tree | commitdiff |
2010-05-14 |
Dan Gohman | Use regular PassManager instead of FunctionPassManager... |
tree | commitdiff |
2010-05-13 |
Jakob Stoklund Olesen | Fix complete badness in bugpoint's IsARMArchitecture... |
tree | commitdiff |
2010-05-13 |
Rafael Espindola | Add an also-emit-llvm option to the gold plugin. |
tree | commitdiff |
2010-05-11 |
Jeffrey Yasskin | Fix PR6951 by fixing Module leaks in bugpoint. |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Remove the "WantsWholeFile" concept, as it's no longer... |
tree | commitdiff |
2010-05-11 |
Sean Callanan | Extended the edis "IsBranch" property to call |
tree | commitdiff |
2010-05-11 |
Bill Wendling | The getDefaultSubtargetFeatures method of SubtargetFeat... |
tree | commitdiff |
2010-05-10 |
Kalle Raiskila | Add command line option --gcc to bugpoint. |
tree | commitdiff |
2010-05-07 |
Chris Lattner | don't pass -f to llc, it doesn't have it anymore. ... |
tree | commitdiff |
2010-05-06 |
Chris Lattner | make -filetype=obj default to emitting its output to... |
tree | commitdiff |
2010-05-05 |
Sean Callanan | Fixed a sign-extension bug in the X86 disassembler |
tree | commitdiff |
2010-05-02 |
Duncan Sands | Remove the -enable-sjlj-eh option, which doesn't do... |
tree | commitdiff |
2010-04-29 |
Nick Lewycky | The llc -f flag was removed. |
tree | commitdiff |
2010-04-29 |
Dan Gohman | llc no longer requires the -f option to overwrite files. |
tree | commitdiff |
2010-04-29 |
Daniel Dunbar | Remove dead option. |
tree | commitdiff |
2010-04-27 |
Bill Wendling | r98363 deleted a '!' when cleaning up whitespace. This... |
tree | commitdiff |
2010-04-24 |
Sean Callanan | Fixed edis to tokenize instructions with no |
tree | commitdiff |
2010-04-23 |
Sean Callanan | Fixes to edis that mark x86 call targets as |
tree | commitdiff |
2010-04-23 |
Sean Callanan | Fixed EDOperand to use the operand type, not the |
tree | commitdiff |
2010-04-19 |
Mikhail Glushenkov | Support .a files directly (without -l). |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Fix more -Wcast-qual warnings. |
tree | commitdiff |
2010-04-16 |
Chris Lattner | introduce a new CallGraphSCC class, and pass it around |
tree | commitdiff |
2010-04-16 |
Nick Lewycky | Revert r64616 which worked around gcc.gnu.org/PR42757... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Create an exports file, so that the plugin only exports... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Make things static that don't need to be referenced... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Make the export files absolute paths, and change Makefi... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Generalize the EXPORTED_SYMBOL_FILE concept in the... |
tree | commitdiff |
2010-04-15 |
Benjamin Kramer | Simplify ".bc" detection. |
tree | commitdiff |
2010-04-15 |
Daniel Dunbar | Remove unnecessary uses of <iostream>. |
tree | commitdiff |
2010-04-15 |
Chris Lattner | fix a crash on "lli ex" or any other file whose name... |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Don't forget cmake! |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Remove accidentally committed cruft. |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Bugpoint no longer uses exceptions. |
tree | commitdiff |
2010-04-13 |
Douglas Gregor | Unbreak CMake build by improving the EnhancedDisassembl... |
tree | commitdiff |
2010-04-13 |
Sean Callanan | Fixed a nasty layering violation in the edis source |
tree | commitdiff |
2010-04-13 |
Ted Kremenek | Add CMake support for 'edis'. |
tree | commitdiff |
2010-04-13 |
Chris Lattner | Make the disassembler respect the assembler dialect... |
tree | commitdiff |
2010-04-12 |
Sean Callanan | Build system fix to make llvm-mc properly build |
tree | commitdiff |
2010-04-12 |
Sean Callanan | Build system fixes. llvm-mc depends on |
tree | commitdiff |
2010-04-12 |
Sean Callanan | Bug fix: made the enhanced disassembler's link |
tree | commitdiff |
2010-04-12 |
Sean Callanan | Second try at integrating the edis tester. This |
tree | commitdiff |
2010-04-12 |
Benjamin Kramer | Boolify. |
tree | commitdiff |
2010-04-12 |
Nick Lewycky | Remove use of exceptions from bugpoint. No deliberate... |
tree | commitdiff |
2010-04-10 |
Nick Lewycky | Remove dead argument and clean whitespace. No functiona... |
tree | commitdiff |
2010-04-10 |
Sean Callanan | Updated the edis build mechanism to allow for builds |
tree | commitdiff |
2010-04-09 |
Chris Lattner | revert r100842 which broke several of the build bots. |
tree | commitdiff |
2010-04-09 |
Sean Callanan | Added a tester for the enhanced disassembler, |
tree | commitdiff |
2010-04-09 |
Sean Callanan | Bugfixes for edis. Code to initialize instruction |
tree | commitdiff |
2010-04-08 |
Sean Callanan | Added support for ARM disassembly to edis. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | add .o file writing for inline asm in llc. Here's... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | tidy #includes. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
tree | commitdiff |
2010-04-04 |
Chris Lattner | fix an ugly wart in the MCInstPrinter api where the |
tree | commitdiff |
2010-04-03 |
Chris Lattner | remove some extraneous casts |
tree | commitdiff |
2010-04-03 |
Chris Lattner | Add special case bitcode support for DebugLoc. This... |
tree | commitdiff |
2010-04-03 |
Mikhail Glushenkov | Pass -shared to the linker. |
tree | commitdiff |
2010-04-03 |
Chris Lattner | add a couple missing enum names. |
tree | commitdiff |
2010-04-02 |
Sean Callanan | Updated the install location for EnhancedDisassembly |
tree | commitdiff |
2010-03-31 |
Mikhail Glushenkov | Pass -m32/-m64 to assembler. |
tree | commitdiff |
2010-03-30 |
Dan Gohman | Fix llvm-ld to clean up its output files in case of... |
tree | commitdiff |
2010-03-27 |
Chris Lattner | revert r99719 which is breaking the botz. |
tree | commitdiff |
2010-03-27 |
Dan Gohman | Make llvm-ld remove its output files in the event of... |
tree | commitdiff |
2010-03-27 |
Dan Gohman | No need to check the same condition twice. |
tree | commitdiff |
2010-03-25 |
Daniel Dunbar | llvm-mc: Add a -mc-relax-all option, which relaxes... |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-03-24 |
Dan Gohman | It's not necessary to call raw_ostream::close explicitl... |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | llvm-mc: Support -filetype=null, for timing purposes. |
tree | commitdiff |
2010-03-23 |
Bill Wendling | Remove if DISABLED not if not DISABLED... |
tree | commitdiff |
2010-03-23 |
Bill Wendling | Use "DISABLE_EDIS" to disable building "edis" explicitl... |
tree | commitdiff |
2010-03-23 |
Chris Lattner | make sure to delete the llvm module before calling... |
tree | commitdiff |
2010-03-22 |
Dan Gohman | llc doesn't need LinkAllVMCore. |
tree | commitdiff |
2010-03-22 |
Jeffrey Yasskin | Avoid leaking the FunctionPassManager from opt. |
tree | commitdiff |
2010-03-22 |
Jeffrey Yasskin | Free all Constants in ~LLVMConstantImpl. We avoid... |
tree | commitdiff |
next |