Free the constants that have no uses in ~LLVMContext.
[oota-llvm.git] / utils /
2009-08-29 Bob WilsonPR4795: Remove EEVT::isFP, isInt and isVec types used...
2009-08-28 Bob WilsonDisable optional bindings for Apple-style builds.
2009-08-28 Bob WilsonRevert 76080. This broke some powerpc cross compiles.
2009-08-27 Daniel DunbarDon't build runtime libraries in an Apple style build.
2009-08-26 Bob WilsonFix bad length argument to substr calls. Apparently...
2009-08-26 Bill WendlingDon't submit test directory.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-24 Chris Lattnersearch unittests.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Benjamin KramerTry to fix MSVC build after r79846.
2009-08-23 Daniel DunbarFix non-determinism in DAGISel emitter.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Douglas GregorDon't install FileCheck or FileUpdate
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-21 Anton KorobeynikovAdd lowering of ARM 4-element shuffles to multiple...
2009-08-21 Anton KorobeynikovAdd simple cost model to perfect shuffle. Currently...
2009-08-21 Anton KorobeynikovWhitespace cleanup
2009-08-18 Evan ChengEven more Apple style build horribleness.
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-16 Chris Lattnerwhen emitting errors about CHECK-NEXT directives, show...
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Chris Lattnersimplify some code.
2009-08-15 Chris Lattnerrewrite FindStringInBuffer to use an explicit loop...
2009-08-15 Chris LattnerInstead of using an std::pair, use a custom struct.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Bob WilsonAdd a new "SDTCisVec" SDTypeConstraint. This complemen...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Match hard coded registers (e.g...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Daniel Dunbarllvm-mc/AsmMatcher: Fix two thinkos in determining...
2009-08-11 Bob WilsonFix a few more places in TableGen that need to handle...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Implement automatic classification...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Remove some code which has been...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Fix thinko in ClassInfo::operator<.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Add hack to ignore Int_* and *_Int...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Separate instruction ordering for...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Sketch infrastructure for ordering...
2009-08-08 Chris Lattnerfix edito
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher (missed a...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Chris Lattneradd a little function to do arbitrary string pattern...
2009-08-08 Chris Lattneradd another const
2009-08-08 Chris Lattnerremove a useless anon-ns, make table const.
2009-08-08 Benjamin KramerMSVC doesn't like member variables with the same name...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch to a unified function to...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-07 Benjamin KramerUnbreak build.
2009-08-07 Chris Lattnerfix the column output stuff in the asmwriter from being...
2009-08-07 Chris Lattnerstrength reduce anonymous namespace to static.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move emit for register -> enum...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Daniel DunbarSuppress compiler warning.
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-05 Dan GohmanAdd new function attribute keywords to the vim syntax.
2009-08-04 Daniel DunbarTableGen / AsmMatcher: Tweaks to avoid generating compl...
2009-08-04 Misha Brukman* Use "svn export" instead of "svn co" and avoid cleani...
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-03 Daniel DunbarAdd FileUpdate tool, conditionally updates its output...
2009-08-02 Daniel DunbarFix an ENABLE_EXPENSIVE_CHECKS error.
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-30 Daniel DunbarRemove unintended changes.
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-29 David GreeneRe-enable comment and operand padding.
2009-07-29 Bob WilsonFix the verifier to handle intrinsics with LLVMMatchTyp...
2009-07-29 Evan ChengRevert AsmWriterEmitter.cpp to 74742. The recent change...
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-28 Daniel DunbarTweak LLVM emacs style to make default namespace indent...
2009-07-27 Dan GohmanAdd inbounds to the polygen grammar.
2009-07-27 Dan Gohmanvim syntax highlighting for inbounds keyword.
2009-07-27 Benjamin KramerRemove trailing slashes from include paths. Some versio...
2009-07-22 Dan GohmanAdd new keywords to the vim syntax highlighting.
next