Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes...
[oota-llvm.git] / tools /
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
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Douglas GregorCMake: Use explicit dependencies for Xcode (as well...
2009-06-04 Nick Kledzik<rdar://problem/6944342> libLTO for darwin should add...
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-06-03 Nick Kledzik<rdar://problem/6941517> C++ static constructors not...
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-06-03 Daniel DunbarSwitch opt to using StandardPasses.h
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-06-01 Nick Kledzikupdate comments about .objc_ symbols being generated
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-06-01 Nick LewyckyAdd missing codenames to the .bc analyzer.
2009-05-30 Evan ChengUntabify.
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-05-25 Nick LewyckyFix the crash debugger to actually bisect globals once...
2009-05-25 Nick LewyckyAdd a bisection step on the list of instructions before...
2009-05-24 Torok EdwinMake bugpoint emit a bugpoint-reduced-blocks.bc, becaus...
2009-05-24 Torok EdwinAdd -disable-global-remove option to bugpoint.
2009-05-16 Duncan SandsMake sure the CXXFLAGS setting is picked up by
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-05-05 Evan Chengbugpoint for jit should just ignore GCC arguments.
2009-05-04 Evan ChengDefault llc / lli optimization to "Default", which...
2009-05-01 Dan GohmanFix a compiler warning on hosts where uint64_t isn...
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2009-04-30 Bill WendlingRemove unused flags.
2009-04-29 Bill WendlingError out with bad optimization level specified.
2009-04-29 Bill WendlingRemove LTO optimization level.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingDon't use 'false' for 'fast isel' here.
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Chris Lattnergive bitstreamreader an API to ignore names for blocks...
2009-04-27 Chris LattnerPrint statistics for each record kind saying the number...
2009-04-27 Chris Lattnerclean up the output of llvm-bcanalyzer by using printf
2009-04-27 Dan GohmanImprove bugpoint's error messages when it runs out...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-04-25 Chris LattneraDd support for building a subset of the llvm tools...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2009-04-21 Mikhail GlushenkovSupport --with-llvmgccdir and friends in llvmc, take 2.
2009-04-20 Tanya LattnerRemove clang since its conditionally there already.
2009-04-20 Sanjiv GuptaEmit the auto variables of a function into a different...
2009-04-20 Dan GohmanUse .empty() instead of .size().
2009-04-18 Bill WendlingRevert 69474 and 69475. They are causing failures durin...
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc (reapply).
2009-04-18 Bill WendlingTemporarily revert r69438 and r69439. These were causin...
next