aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-131-1/+1
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-132-0/+19
* Added a fixme for platform specific GetDirSeparator().Sanjiv Gupta2009-07-131-0/+2
* allow mcc16 users to specify --save-temps even though it is hidden by mcc16.Sanjiv Gupta2009-07-132-2/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-135-5/+7
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* silence vc++ warning.Chris Lattner2009-07-111-1/+1
* Fix unused function warning.Daniel Dunbar2009-07-111-0/+2
* Update documentation.Mikhail Glushenkov2009-07-111-2/+4
* Erase the temp dir before starting.Sanjiv Gupta2009-07-111-0/+7
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-102-1/+95
* Support remote execute for ARM.David Goodwin2009-07-104-7/+37
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-101-0/+1
* Link std.lib (.bc code) with llvm-ld.Sanjiv Gupta2009-07-101-2/+2
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-2/+2
* Documentation update.Mikhail Glushenkov2009-07-091-0/+3
* We don't need to set SaveTemps here.Mikhail Glushenkov2009-07-091-1/+0
* Adjust comment.Mikhail Glushenkov2009-07-091-2/+2
* By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc...Sanjiv Gupta2009-07-091-1/+2
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-092-12/+15
* Added few more options to individual tools.Sanjiv Gupta2009-07-091-2/+2
* Return dir separator as per platform.Sanjiv Gupta2009-07-091-0/+4
* Don't create undefined symbols for aliases.Nick Lewycky2009-07-091-2/+5
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-082-10/+9
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-082-4/+8
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-071-3/+6
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-072-0/+61
* Fix lli to print an error and exit when EE returns null but no string. PatchChris Lattner2009-07-071-2/+5
* Documentation update.Mikhail Glushenkov2009-07-071-1/+2
* Show how to modify built-in options.Mikhail Glushenkov2009-07-071-2/+19
* Documentation update.Mikhail Glushenkov2009-07-071-0/+6
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-062-8/+9
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-041-2/+2
* Add newline at end of file.Duncan Sands2009-07-031-1/+1
* Fix typo: intepreter->interpreter.Torok Edwin2009-07-031-1/+1
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-022-4/+6
* implement error recovery in the llvm-mc parser. Feel the power!Chris Lattner2009-07-021-4/+11
* Prefix bin dir to executables.Sanjiv Gupta2009-07-021-5/+5
* Fixed handling of -c option.wqSanjiv Gupta2009-07-022-8/+26
* llvm-mc/x86: Fix various nit-picky bugs in displacement parsing.Daniel Dunbar2009-07-021-13/+36
* llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by meDaniel Dunbar2009-07-023-1/+24
* llvm-mc/x86: Factor out ParseX86Register.Daniel Dunbar2009-07-022-13/+33
* llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistentDaniel Dunbar2009-07-021-6/+6
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-025-23/+14
* Fix a bunch of other places that used operator[] to test whetherDan Gohman2009-07-021-2/+4
* fix ld error with -no-undefined switch, which is undefined on darwin8John Mosby2009-07-021-2/+2
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-019-19/+19
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-0123-43/+48
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-2/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-0127-59/+114