aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-07-11silence vc++ warning.Chris Lattner
2009-07-11Fix unused function warning.Daniel Dunbar
2009-07-11Update documentation.Mikhail Glushenkov
2009-07-11Erase the temp dir before starting.Sanjiv Gupta
2009-07-10add support for .zerofill, patch by Kevin Enderby!Chris Lattner
2009-07-10Support remote execute for ARM.David Goodwin
2009-07-10Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin
2009-07-10Link std.lib (.bc code) with llvm-ld.Sanjiv Gupta
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-09Documentation update.Mikhail Glushenkov
2009-07-09We don't need to set SaveTemps here.Mikhail Glushenkov
2009-07-09Adjust comment.Mikhail Glushenkov
2009-07-09By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc...Sanjiv Gupta
2009-07-09add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner
2009-07-09Added few more options to individual tools.Sanjiv Gupta
2009-07-09Return dir separator as per platform.Sanjiv Gupta
2009-07-09Don't create undefined symbols for aliases.Nick Lewycky
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-07Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin
2009-07-07Implement parsing support for the .comm directive. Patch byChris Lattner
2009-07-07Fix lli to print an error and exit when EE returns null but no string. PatchChris Lattner
2009-07-07Documentation update.Mikhail Glushenkov
2009-07-07Show how to modify built-in options.Mikhail Glushenkov
2009-07-07Documentation update.Mikhail Glushenkov
2009-07-06Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes
2009-07-04LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov
2009-07-03Add newline at end of file.Duncan Sands
2009-07-03Fix typo: intepreter->interpreter.Torok Edwin
2009-07-02switch the .ll parser into SMDiagnostic.Chris Lattner
2009-07-02implement error recovery in the llvm-mc parser. Feel the power!Chris Lattner
2009-07-02Prefix bin dir to executables.Sanjiv Gupta
2009-07-02Fixed handling of -c option.wqSanjiv Gupta
2009-07-02llvm-mc/x86: Fix various nit-picky bugs in displacement parsing.Daniel Dunbar
2009-07-02llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by meDaniel Dunbar
2009-07-02llvm-mc/x86: Factor out ParseX86Register.Daniel Dunbar
2009-07-02llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistentDaniel Dunbar
2009-07-02Maintain the old LTO API, by using the global context.Owen Anderson
2009-07-02Fix a bunch of other places that used operator[] to test whetherDan Gohman
2009-07-02fix ld error with -no-undefined switch, which is undefined on darwin8John Mosby
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-07-01Executables will be at InstallDir/bin directory. Std header files will be at ...Sanjiv Gupta
2009-07-01llvm-mc: Add some more doxyments.Daniel Dunbar
2009-07-01llvm-mc: Fill in the rest of tokens for 'as-lex' mode.Daniel Dunbar
2009-07-01Rename MCValue::isConstant to isAbsolute.Daniel Dunbar
2009-07-01add some of the new tokens, others are still missing.Chris Lattner
2009-07-01llvm-mc: Emit parsed instructions to the MCStreamer.Daniel Dunbar