- fc2271f Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. by Viktor Kutuzov · 15 years ago
- 4dc3136 Switch lli back to using allocate-gvs-with-code behavior. by Daniel Dunbar · 15 years ago
- 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
- 867aadf llvm-mc: Default -triple to LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
- b4b53e5 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 15 years ago
- f8bd844 Reenable asmparser dependency generation, now with improved Perl foo. by Daniel Dunbar · 15 years ago
- e02fae8 Disable llvm-config magic for AsmParser, it is isn't right & is breaking the build. by Daniel Dunbar · 15 years ago
- 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
- d8aa9fc Fix a crash in SROA. The FunctionPass::doInitialization method was never by Bob Wilson · 15 years ago
- adc8288 opt: Add -std-link-opts argument, matches llvm-ld's optimizations. by Daniel Dunbar · 15 years ago
- f96db46 Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic by Kevin Enderby · 15 years ago
- 358ab1d Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad by Kevin Enderby · 15 years ago
- ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
- 8e25e2d implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 15 years ago
- ff9834a Kill off last uses of TargetMachineRegistry class. by Daniel Dunbar · 15 years ago
- 1d92921 Switch llc and createJIT to use simpler command line parsing for -march. by Daniel Dunbar · 15 years ago
- 494d663 Make sure targets are initialized before we do anything, even command line by Daniel Dunbar · 15 years ago
- e017fd1 Fix this comment to mention outs() rather than cout. by Dan Gohman · 15 years ago
- 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
- 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
- a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
- 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
- 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
- 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 15 years ago
- 54785e6 Migrate llc and the JIT to using the TargetRegistry for lookups. by Daniel Dunbar · 15 years ago
- dec9803 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 15 years ago
- 8cca8f9 Teach Makefiles & CMake to link in the <TARGET>Info library when linking the by Daniel Dunbar · 15 years ago
- 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
- f975e01 control reaches end of non-void function. by Evan Cheng · 15 years ago
- 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 15 years ago
- 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
- 7114824 Added llvm-mc support for parsing the .lsym directive. by Kevin Enderby · 15 years ago
- 7184781 by David Greene · 15 years ago
- 699220b Fix for bugpoint -remote-client by Viktor Kutuzov · 15 years ago
- b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
- 95cf30c Added llvm-mc support for parsing the .desc directive. by Kevin Enderby · 15 years ago
- 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
- 314fa8e Move main llvm-prof functionality into a ModulePass. by Daniel Dunbar · 15 years ago
- b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
- 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 15 years ago
- e860dcb #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. by Dan Gohman · 15 years ago
- db1cd5e Fix the build. by Owen Anderson · 15 years ago
- 1ca29d3 As Chris pointed out, this doesn't actually need an LLVMContext to operate. by Owen Anderson · 15 years ago
- a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 15 years ago
- b134bc3 Added a fixme for platform specific GetDirSeparator(). by Sanjiv Gupta · 15 years ago
- f935dcc allow mcc16 users to specify --save-temps even though it is hidden by mcc16. by Sanjiv Gupta · 15 years ago
- 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
- deb052a Match declaration to definition. by Daniel Dunbar · 15 years ago
- 3975025 silence vc++ warning. by Chris Lattner · 15 years ago
- 84f9abe Fix unused function warning. by Daniel Dunbar · 15 years ago
- 09826e3 Update documentation. by Mikhail Glushenkov · 15 years ago
- 4c3fa43 Erase the temp dir before starting. by Sanjiv Gupta · 15 years ago
- 9be3fee add support for .zerofill, patch by Kevin Enderby! by Chris Lattner · 15 years ago
- 80becf1 Support remote execute for ARM. by David Goodwin · 15 years ago
- 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 15 years ago
- fd12da4 Link std.lib (.bc code) with llvm-ld. by Sanjiv Gupta · 15 years ago
- 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
- 792f182 Documentation update. by Mikhail Glushenkov · 15 years ago
- be8d735 We don't need to set SaveTemps here. by Mikhail Glushenkov · 15 years ago
- 1c0ffa4 Adjust comment. by Mikhail Glushenkov · 15 years ago
- 23bb1e2 By default -t is always on for mcc16 and it uses ./tmp-objs as the temp directory. by Sanjiv Gupta · 15 years ago
- 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 15 years ago
- 549882d Added few more options to individual tools. by Sanjiv Gupta · 15 years ago
- 44a382f Return dir separator as per platform. by Sanjiv Gupta · 15 years ago
- 485ded0 Don't create undefined symbols for aliases. by Nick Lewycky · 15 years ago
- e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
- 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
- 9a3b13f Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when by Jeffrey Yasskin · 15 years ago
- 4e4db7a Implement parsing support for the .comm directive. Patch by Kevin Enderby! by Chris Lattner · 15 years ago
- fd15bee Fix lli to print an error and exit when EE returns null but no string. Patch by Chris Lattner · 15 years ago
- bb41b2d Documentation update. by Mikhail Glushenkov · 15 years ago
- 091ca1c Show how to modify built-in options. by Mikhail Glushenkov · 15 years ago
- dad7820 Documentation update. by Mikhail Glushenkov · 15 years ago
- ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 15 years ago
- 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
- d44d4bf Add newline at end of file. by Duncan Sands · 15 years ago
- db9c028 Fix typo: intepreter->interpreter. by Torok Edwin · 15 years ago
- 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
- b717fb0 implement error recovery in the llvm-mc parser. Feel the power! by Chris Lattner · 15 years ago
- 7c07f3a Prefix bin dir to executables. by Sanjiv Gupta · 15 years ago
- 31b7981 Fixed handling of -c option.wq by Sanjiv Gupta · 15 years ago
- 5470e12 llvm-mc/x86: Fix various nit-picky bugs in displacement parsing. by Daniel Dunbar · 15 years ago
- 2c3f00c llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me by Daniel Dunbar · 15 years ago
- 46b6c52 llvm-mc/x86: Factor out ParseX86Register. by Daniel Dunbar · 15 years ago
- 55a3c6c llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistent by Daniel Dunbar · 15 years ago
- 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
- f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 15 years ago
- 1bc1e64 fix ld error with -no-undefined switch, which is undefined on darwin8 by John Mosby · 15 years ago
- 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
- 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
- ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
- 81d0c2a Executables will be at InstallDir/bin directory. Std header files will be at InstallDir/include, libs will be at InstallDir/lib. Define hooks for these and use them in the options for various tools. by Sanjiv Gupta · 15 years ago
- 1aa14aa llvm-mc: Add some more doxyments. by Daniel Dunbar · 15 years ago
- 165e834 llvm-mc: Fill in the rest of tokens for 'as-lex' mode. by Daniel Dunbar · 15 years ago
- 80f62d0 Rename MCValue::isConstant to isAbsolute. by Daniel Dunbar · 15 years ago
- 87380cb add some of the new tokens, others are still missing. by Chris Lattner · 15 years ago
- 0eebb05 llvm-mc: Emit parsed instructions to the MCStreamer. by Daniel Dunbar · 15 years ago
- d9627e1 llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. by Daniel Dunbar · 15 years ago
- d870b28 llvm-mc: Accept relocatable expressions when parsing displacements and by Daniel Dunbar · 15 years ago