Initialize CurSection in constructor.
[oota-llvm.git] / utils /
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
2009-05-08 Chris LattnerChange 'make install' to install tblgen, for better...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-05-06 Mikhail GlushenkovA better error message.
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-05-05 David GreeneAllow multiclass def names to contain "#NAME"" where...
2009-05-05 Mikhail GlushenkovFix incorrect code generation with ENV.
2009-05-04 Mike StumpRestore minor deletion.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-30 Jakob Stoklund OlesenSlightly change TableGen's definition of a register...
2009-04-30 Bob WilsonRename the CurMultiClass formal parameter of TGParser...
2009-04-30 Bob WilsonRemove unnecessary "class" keywords.
2009-04-30 Bob WilsonChange forward declaration of MultiClass to use the...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bob WilsonFix trailing whitespace and 80-col. violations in recen...
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 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 David GreeneFix multiclass inheritance to limit value resolution...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 David GreeneImplement multiclass inheritance.
2009-04-21 Anton Korobeynikov'The "or die" is intended to catch the case where nm...
2009-04-20 Evan ChengOne Mac OS X, just build with -O3 but without -fstrict...
2009-04-19 Mikhail GlushenkovAdd some assertions.
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-16 Bob WilsonFix PR3994: LLVMMatchType arguments do not refer to...
2009-04-16 Chris Lattnerprove diagnostic -> group mapping information.
2009-04-16 Chris Lattnerencode subgroups into the clang .inc file. -Wall now...
2009-04-16 Chris Lattnerstart producing subgroup info.
2009-04-15 Chris Lattnermake sure that empty diag groups get known by clang.
2009-04-15 Chris Lattnerimplement support for writing out diagnostic group...
2009-04-15 Chris Lattneruse UppercaseString instead of EmitAllCaps
2009-04-15 Chris Lattneruse escape string.
2009-04-15 Chris Lattnerrename -gen-clang-diags-options -> -gen-clang-diag...
2009-04-15 Chris Lattnerdon't infer diag class from parenting relations, make...
2009-04-15 Chris Lattnerinclude the default mapping in the clang diagnostic...
2009-04-15 Chris Lattnerminor cleanups
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2009-04-13 Dan GohmanGeneralize getRegisterClassForRegister to handle registers
2009-04-10 Bill WendlingDon't install the libLLVMHello.dylib example.
2009-04-10 Bill WendlingDon't run "dsymutils" on .a files.
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
next