Remove unnecessary includes.
[oota-llvm.git] / tools /
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-07 Andrew Lenharthonly extract main if the user didn't specify anything...
2008-03-07 Andrew Lenharthmake error message reflect default search function...
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...
2008-03-03 Tanya LattnerRenable lto2 build.
2008-03-02 Nick Kledziksuppress extra -install_name on Tiger. The 10.4 tools...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Nick LewyckyAlso handle "getresult".
2008-03-01 Tanya LattnerDisable lto because its broken on tiger.
2008-02-29 Nick Kledzikstop building lto on all platforms. Start building...
2008-02-29 Nick Kledzikalso pass -compatibility_version when linking shared...
2008-02-28 Andrew LenharthMake llvm-ar behave like ar, if you create an empty...
2008-02-27 Nick Kledzikfixes from review of first commit
2008-02-27 Nick Kledzikuse PROJ_SRC_DIR so this builds with Apple style builds
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...
2008-02-26 Bill WendlingDetabify.
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-21 Devang PatelAdd -disable-output option.
2008-02-20 Anton KorobeynikovGet rid of hash_map in llvmc
2008-02-20 Anton KorobeynikovAnd final pack of warnings silencing
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-18 Dan GohmanFix a missing space in the description of the find...
2008-02-14 Nick LewyckyPR2027, Fix bugpoint's -find-bugs option, clean up...
2008-02-07 Devang PatelBegin setting features for target based on target tripl...
2008-02-04 Devang PatelDo not set time out, lets assume assembler will do...
2008-02-02 Devang PatelDo not strip symbols when EH is ON.
2008-01-30 Devang PatelSupply appropriate arch info to darwin assembler.
2008-01-30 Devang PatelEnable exception handling if it is supported.
2008-01-27 Chris LattnerAdd support for frameworks. Patch by Shantonu Sen!
2008-01-15 Devang Patel- Introduces versioning macro LLVM_LTO_VERSION
2008-01-09 Chris LattnerFix llvm-ld -Xlinker, patch by Daniel Teske!
2008-01-08 Chris LattnerFix PR1797
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerregenerate
2007-12-29 Chris Lattnerremove attributions
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-25 Gordon HenriksenFixing several transforms which would drop the collecto...
2007-12-25 Seo SanghyeonActually parse q operation in llvm-ar
2007-12-20 Devang PatelRevert my previous check-in.
2007-12-20 Devang PatelAdd lto version check mechanism.
2007-12-17 Christopher Lambregenerate.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-09 Chris LattnerFix accidental commit by Bill.
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Ted KremenekAdded quotes around $(NM_PATH) argument to GenLibDeps...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-14 Nick LewyckyAllow the block extractor take to take a list of basic...
2007-11-13 Chris LattnerMake llvm2cpp better, patch for PR1794, contributed...
2007-11-05 Gordon HenriksenDeleting redundant copy of block extractor pass. See...
2007-10-24 Chris LattnerFix PR1739.
2007-10-22 Chris Lattneradd a 'don't use me' marker.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-15 Dan GohmanFix a typo in a comment.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-09-28 Dale Johannesenminor long double related changes
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-08 Owen AndersonTurn GVN on by default.
2007-09-07 Dale JohannesenApply feedback from previous patch.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-04 Devang PatelEnable loop index split pass.
2007-09-04 David GreeneUpdate generated files.
2007-09-04 David GreeneRevert this because the interface hasn't been updated...
2007-09-04 David GreeneFix typo.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-15 David GreeneUpdate .cvs file
2007-08-13 Reid SpencerDon't build llvm-stub twice.
2007-08-08 Reid SpencerSeparate program name from error message with a :
2007-08-08 Reid SpencerTerminate an error message with a newline.
2007-08-07 David GreeneMake this code more efficient
2007-08-04 Chandler CarruthRegenerating.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Reid SpencerAdjust for new CallInst constructor interface.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-08-01 David GreeneUpdate generated files.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-30 Dan GohmanRemove a FIXME comment that wasn't removed when the...
2007-07-23 Reid SpencerRemove dead option.
2007-07-18 Reid SpencerFix a sys::Path API error caught by a gcc 4.2 warning.
2007-07-17 Owen AndersonTurn on FastDSE by default.
2007-07-17 Evan ChengChange sroa threshold back.
2007-07-17 Evan ChengTemporarily set SROA threshold to 512.
2007-07-11 Anton KorobeynikovEmit correct linkage. Patch by Roman Samoilov.
2007-07-10 Reid SpencerSimplify the handling of the --*flags options. The...
2007-07-10 Reid SpencerMakesure the -cppflags also uses the CPP.BaseFlags...
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Chris Lattnerupdate the .cvs files.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Devang PatelFix PR1539. Add LoopPassPrinter.
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-28 Devang PatelFix PR 1526.
next