Fix braces.
[oota-llvm.git] / tools /
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...
2009-06-23 Chris Lattnerimplement a trivial binary expression parser, we can...
2009-06-23 Chris Lattnerget a definition of strull on windows, thanks to Howard Su.
2009-06-22 Bob WilsonRecognize and handle ARM v7 target triples for Darwin.
2009-06-22 Duncan SandsInclude cstdio to get EOF, needed with gcc-4.4.
2009-06-22 Chris Lattnerprocess memory operands with a parenthesized expression...
2009-06-22 Chris LattnerImplement full support for parsing primary expressions...
2009-06-22 Chris Lattnerimplement parser support for '*' operands, as in "call...
2009-06-22 Chris Lattnerimplement memory operand parsing.
2009-06-22 Chris Lattnerstart implementing some simple operand parsing.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnerset up the top-level parsing loop.
2009-06-21 Chris Lattnerstub out parser for asm files. Change invariant on...
2009-06-21 Chris Lattneradd string literals.
2009-06-21 Chris Lattnerhopefully fix the build on linux.
2009-06-21 Chris Lattnerimplement enough of a lexer to get through Olden/health...
2009-06-21 Chris Lattneroh yeah, cmake needs to be told explicitly about new...
2009-06-21 Chris Lattnersome baby steps.
2009-06-21 Chris Lattnerstart wiring up support for asm parsing.
2009-06-18 Chris Lattnerfix build problem pointed out by John Thompson!
2009-06-18 Chris Lattnerfix file header
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...
2009-06-17 Chris Lattnerswitch to using llvm/Target/TargetSelect.h
2009-06-17 Nick LewyckyFix libLTO by #include'ing the initializers for all...
2009-06-17 Mikhail GlushenkovAnother small documentation update.
2009-06-17 Chris LattnerUse Doug's new LLVM_NATIVE_ARCH macro in config.h to...
2009-06-16 Chris LattnerRemove support for building LLVM libraries into "relinked"
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Mikhail GlushenkovDocumentation update.
2009-06-15 Rafael EspindolaRemove the gcc= option. llvm-gcc uses only as=
2009-06-09 Rafael EspindolaBug fix:
2009-06-07 Mikhail GlushenkovA basic PIC16 toolchain driver.
2009-06-07 Nick LewyckyAdd option for specifying the path to assembler, "as...
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
next