Add freed memory poisoning in !NDEBUG mode for DenseMap.
[oota-llvm.git] / utils /
2009-07-21 Ted KremenekUse string comparison instead of numeric comparison...
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-17 Daniel Dunbartblgen/AsmMatcher: Emit simple matcher for register...
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-17 Dan GohmanAdd the private keyword to the polygen grammar.
2009-07-17 Dan GohmanAdd the private keyword to the VIM syntax highlighting.
2009-07-16 Bill WendlingAdd new flags '-test-cflags' and '-test-cxxflags' to...
2009-07-16 Stuart HastingsIn an Apple-style build, compile with llvm-gcc/llvm...
2009-07-16 Daniel DunbarUpdate llvm{do,grep} to also search cmake / .cmake...
2009-07-15 Ted KremenekAdd script 'UpdateCMakeLists.pl'. This script can be...
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-14 Viktor KutuzovHelper script to use bugpoint with a remote target.
2009-07-14 Evan ChengUse http instead https for anonymous readonly check...
2009-07-14 Bob WilsonRevert 75308.
2009-07-13 Daniel DunbarNewNightlyTest.pl - Add -configure-args option.
2009-07-13 Daniel DunbarNewNightlyTest.pl - Add -noremoveatend option.
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-11 Daniel DunbarTweak comment.
2009-07-11 Daniel DunbarUpdate CMakeLists.txt
2009-07-11 Daniel DunbarStub out assembly matcher (.s -> MCInst) tblgen backend.
2009-07-11 Chris Lattnerimprove filecheck's "scanning from here" caret position.
2009-07-11 Chris Lattnermake filecheck default to canonicalizing horizontal...
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-10 Bob WilsonRefactor TableGen's llvm::getName to share code with...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Misha Brukman* Install crosstool in /usr/local/crosstool
2009-07-09 Chris Lattnerstop on the first file mismatch.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Chris LattnerAdd a new little "FileCheck" utility for regression...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Mikhail GlushenkovAdd an 'init' option property.
2009-07-07 Mikhail GlushenkovRefactoring.
2009-07-07 Mikhail GlushenkovComment fix.
2009-07-06 Devang PatelAdd new ValueType for metadata.
2009-07-06 Misha Brukman* Allow skipping parts of the installation to be able...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-07-01 Daniel DunbarNewNightlyTest: Include minutes/seconds in log file...
2009-07-01 Misha BrukmanAdded step-by-step directions on how to use the script...
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-29 David GreeneRemove commented code.
2009-06-29 David GreeneImplement !cast<string>.
2009-06-29 David GreeneImprove TableGen error reporting.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-26 Daniel DunbarNewNightlyTest.pl: Support -submit-aux with -no-submit...
2009-06-26 Evan ChengFix a CodeGenDAGPatterns bug. Check if top level predic...
2009-06-26 Daniel DunbarNewNightlyTest: Pull most VERBOSE handling into RunLogg...
2009-06-26 Daniel DunbarNewNightlyTest: Factor out LLVM{Src,Obj,Test} variables.
2009-06-25 Mikhail GlushenkovBetter error message.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Mikhail GlushenkovA little bit nicer formatting.
2009-06-23 Mikhail GlushenkovTypo.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnersimplify some error recovery stuff.
2009-06-21 Chris Lattnerprune #include, fix warning.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.
2009-06-19 Chris Lattnerallow clients of the asmprinter to opt-out of the boile...
2009-06-19 Bob WilsonClean up nightly tester to use Perl's File::Find.
2009-06-18 Evan ChengAllow user to specify separate SVN url for llvm and...
2009-06-17 Nick LewyckyFix grammaro, and bad indentation.
2009-06-14 Douglas GregorAdd output of the SFINAE bit for Clang's diagnostics
2009-06-12 Duncan SandsTweak GenLibDeps.pl so it works on solaris.
2009-06-12 Duncan SandsAdd clang support to the nightly test script.
2009-06-12 Misha BrukmanUpdate script to tell the user where to get the CodeSou...
2009-06-12 Misha BrukmanAdded two scripts to aid with building Linux/x86 -...
2009-06-09 Bill WendlingI'm going to assume that this was meant to be an assign...
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-08 David GreeneMake !if short-circuit when possible.
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-02 Daniel DunbarNightlyTest: Stop running a separate Olden pass during...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-05-28 Daniel DunbarNewNightlyTest.pl: Add a -parallel-jobs argument (set...
2009-05-28 Daniel DunbarNightlyTest: Write "sentdata.txt" files and run the...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-22 Oscar FuentesCMake: Use libpthread in tblgen when needed. Updated...
2009-05-21 Dale JohannesenTableGen for fast isel seems to assume an 'imm'
2009-05-18 Daniel DunbarAdd -submit-aux option to NewNightlyTest.pl
2009-05-15 Nick LewyckyFix warning.
2009-05-15 Nick LewyckyAdd extra parenthesis around || statements to pacify...
2009-05-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 David GreeneGraduate LLVM to the big leagues by embedding a LISP...
2009-05-14 David GreeneImplement a !foreach operator analogous to GNU make...
2009-05-14 David GreeneImplement a !subst operation simmilar to $(subst) in...
2009-05-14 David GreeneImplement !cast.
2009-05-14 David GreeneOperation Enhancements
2009-05-14 David GreeneFix PR4207.
2009-05-12 Dale JohannesenSlightly improve generated code in a degenerate case.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
next