summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-07
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-07
* Fix lli to print an error and exit when EE returns null but no string. PatchChris Lattner2009-07-07
* Documentation update.Mikhail Glushenkov2009-07-07
* Show how to modify built-in options.Mikhail Glushenkov2009-07-07
* Documentation update.Mikhail Glushenkov2009-07-07
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-04
* Add newline at end of file.Duncan Sands2009-07-03
* Fix typo: intepreter->interpreter.Torok Edwin2009-07-03
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* implement error recovery in the llvm-mc parser. Feel the power!Chris Lattner2009-07-02
* Prefix bin dir to executables.Sanjiv Gupta2009-07-02
* Fixed handling of -c option.wqSanjiv Gupta2009-07-02
* llvm-mc/x86: Fix various nit-picky bugs in displacement parsing.Daniel Dunbar2009-07-02
* llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by meDaniel Dunbar2009-07-02
* llvm-mc/x86: Factor out ParseX86Register.Daniel Dunbar2009-07-02
* llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistentDaniel Dunbar2009-07-02
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-02
* Fix a bunch of other places that used operator[] to test whetherDan Gohman2009-07-02
* fix ld error with -no-undefined switch, which is undefined on darwin8John Mosby2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Executables will be at InstallDir/bin directory. Std header files will be at ...Sanjiv Gupta2009-07-01
* llvm-mc: Add some more doxyments.Daniel Dunbar2009-07-01
* llvm-mc: Fill in the rest of tokens for 'as-lex' mode.Daniel Dunbar2009-07-01
* Rename MCValue::isConstant to isAbsolute.Daniel Dunbar2009-07-01
* add some of the new tokens, others are still missing.Chris Lattner2009-07-01
* llvm-mc: Emit parsed instructions to the MCStreamer.Daniel Dunbar2009-07-01
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-30
* llvm-mc: Accept relocatable expressions when parsing displacements andDaniel Dunbar2009-06-30
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-30
* Suppress may-be-used-uninitialized warning.Daniel Dunbar2009-06-30
* Fix CMake buildDouglas Gregor2009-06-30
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-30
* llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't alwaysDaniel Dunbar2009-06-30
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-30
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-30
* Clang is now production quality (at least for C).Mikhail Glushenkov2009-06-30
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-30
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-29
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-29
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-29
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-29
* Fix uninitialized variable warning.Daniel Dunbar2009-06-29