eliminate extra space.
[oota-llvm.git] / tools /
2009-07-14 Daniel DunbarMove main llvm-prof functionality into a ModulePass.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Dan Gohman#include "llvm/Assembly/Writer.h" to get the declaratio...
2009-07-13 Owen AndersonFix the build.
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-13 Sanjiv GuptaAdded a fixme for platform specific GetDirSeparator().
2009-07-13 Sanjiv Guptaallow mcc16 users to specify --save-temps even though...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-11 Chris Lattnersilence vc++ warning.
2009-07-11 Daniel DunbarFix unused function warning.
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-11 Sanjiv GuptaErase the temp dir before starting.
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-10 Sanjiv GuptaLink std.lib (.bc code) with llvm-ld.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-07-09 Mikhail GlushenkovWe don't need to set SaveTemps here.
2009-07-09 Mikhail GlushenkovAdjust comment.
2009-07-09 Sanjiv GuptaBy default -t is always on for mcc16 and it uses ....
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-09 Sanjiv GuptaAdded few more options to individual tools.
2009-07-09 Sanjiv GuptaReturn dir separator as per platform.
2009-07-09 Nick LewyckyDon't create undefined symbols for aliases.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-07 Jeffrey YasskinFix llvm.org/PR4481: Make llvm-config print the right...
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-07 Chris LattnerFix lli to print an error and exit when EE returns...
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-07 Mikhail GlushenkovShow how to modify built-in options.
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-04 Mikhail GlushenkovLLVMC doesn't need ENABLE_PIC to build now.
2009-07-03 Duncan SandsAdd newline at end of file.
2009-07-03 Torok EdwinFix typo: intepreter->interpreter.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-02 Chris Lattnerimplement error recovery in the llvm-mc parser. Feel...
2009-07-02 Sanjiv GuptaPrefix bin dir to executables.
2009-07-02 Sanjiv GuptaFixed handling of -c option.wq
2009-07-02 Daniel Dunbarllvm-mc/x86: Fix various nit-picky bugs in displacement...
2009-07-02 Daniel Dunbarllvm-mc/x86: Fix bug in disambiguation of displacement...
2009-07-02 Daniel Dunbarllvm-mc/x86: Factor out ParseX86Register.
2009-07-02 Daniel Dunbarllvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-02 John Mosbyfix ld error with -no-undefined switch, which is undefi...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-07-01 Sanjiv GuptaExecutables will be at InstallDir/bin directory. Std...
2009-07-01 Daniel Dunbarllvm-mc: Add some more doxyments.
2009-07-01 Daniel Dunbarllvm-mc: Fill in the rest of tokens for 'as-lex' mode.
2009-07-01 Daniel DunbarRename MCValue::isConstant to isAbsolute.
2009-07-01 Chris Lattneradd some of the new tokens, others are still missing.
2009-07-01 Daniel Dunbarllvm-mc: Emit parsed instructions to the MCStreamer.
2009-06-30 Daniel Dunbarllvm-mc: Introduce method to match a parsed x86 instruc...
2009-06-30 Daniel Dunbarllvm-mc: Accept relocatable expressions when parsing...
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 Daniel DunbarSuppress may-be-used-uninitialized warning.
2009-06-30 Douglas GregorFix CMake build
2009-06-30 Daniel Dunbarllvm-mc: Accept relocatable expressions for .org, assig...
2009-06-30 Daniel Dunbarllvm-mc: Rewrite binary subtraction for relocatable...
2009-06-30 Daniel Dunbarllvm-mc: Evaluation for relocatable expressions.
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-30 Daniel Dunbarllvm-mc: Parse symbol attribute directives.
2009-06-30 Mikhail GlushenkovClang is now production quality (at least for C).
2009-06-30 Mikhail GlushenkovAdd a way to access argv[0] in hooks.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 Daniel Dunbarllvm-mc: Diagnose misuse (mix) of defined symbols and...
2009-06-29 Daniel Dunbarllvm-mc: Recognize C++ style comments.
2009-06-29 Daniel Dunbarllvm-mc: Recognize C++ style comments.
2009-06-29 Daniel DunbarFix uninitialized variable warning.
2009-06-29 Daniel DunbarDon't build LLVMC when configured with --disable-pic...
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-26 Evan ChengIndentation.
2009-06-25 Daniel DunbarMC: Parse .org directives.
2009-06-25 Daniel DunbarMC: Parse .set and assignments.
2009-06-25 Mikhail GlushenkovUpdate documentation.
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-25 Mikhail GlushenkovRemove duplication.
2009-06-24 Daniel DunbarBasic .s parsing for .asci[iz], .fill, .space, {.byte...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-06-24 Chris Lattnerimplement a bunch of synonyms for section switching.
2009-06-24 Chris Lattneradd support for parsing and emitting .section directive...
2009-06-24 Chris Lattneradd trivial support for passing label definitions throu...
2009-06-24 Chris Lattnercreate an MCStreamer and provide it to AsmParser.
2009-06-24 Chris Lattnermake the lexer unique strings it lexes instead of passi...
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Mikhail GlushenkovTemporary copy-pasto to make examples compile.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Chris Lattnerrefactor a bunch of X86 specific stuff out to its own...
2009-06-23 Douglas GregorCMake: remove support for llvm-config-generated depende...
next