Add regular expression matching support, based on OpenBSD regexec()/regcomp()
[oota-llvm.git] / lib /
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-30 Chris Lattnergive instcombine a custom IRBuilder that adds new instr...
2009-08-30 Chris Lattneradd a new InstCombineWorklist::AddValue method that...
2009-08-30 Chris Lattnermove AddUsersToWorkList to the worklist processing...
2009-08-30 Chris Lattnerrename AddUsesToWorkList -> AddOperandsToWorkList....
2009-08-30 Daniel Dunbarllvm-mc/X86: Encode constant MCValue's correctly.
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-30 Chris Lattnerinline the trivial AddToWorkList/RemoveFromWorkList...
2009-08-30 Chris Lattnerfix a bug I introduced in r80478 found by the build...
2009-08-30 Chris Lattnerrefactor instcombine's worklist processing stuff out...
2009-08-30 Chris Lattnermore cleanups: remove some redundant code, and simplify...
2009-08-30 Chris Lattnereliminate the temporary SrcGEPOperands smallvector.
2009-08-30 Chris Lattnersimplify/detangle some control flow.
2009-08-30 Chris Lattnersimplify and cleanup some code, remove some code that...
2009-08-30 Chris Lattnerdefault count-aa to -print-all. The whole reason to...
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Dan GohmanRemove an unnecessary Context argument.
2009-08-29 Dan GohmanMinor logic simplification.
2009-08-29 Dan GohmanAdd some comments.
2009-08-29 Dan GohmanCleanup whitespace and indentation.
2009-08-29 Dan GohmanRemove some unused fields.
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-29 Benjamin KramerInline empty destructor.
2009-08-29 Bill WendlingFix warning about non-virtual destructor.
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-29 Bill WendlingAdd a form of EOL which emits the text version of a...
2009-08-29 Eric ChristopherMake the augmentation size and next set of bytes agree...
2009-08-29 Jeffrey YasskinFix OProfile support after r80406 changed the DebugInfo...
2009-08-29 David GoodwinAnother stab at fixing up register kill flags after...
2009-08-29 Anton KorobeynikovDo not assert on too wide splats we don't support.
2009-08-28 Anton KorobeynikovAdd missed extract_element pattern
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-28 Eric ChristopherNuke trailing whitespace.
2009-08-28 Anton KorobeynikovShort-term workaround for frame-related weirdness on...
2009-08-28 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-08-28 Daniel DunbarFix -Asserts warning, round two.
2009-08-28 Daniel Dunbarllvm-mc: .lsym is more unsupported than unimplemented...
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Evan ChengPrint a nl before pic labels so they start at a new...
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Tweak section alignment and size computation...
2009-08-28 Daniel Dunbarllvm-mc: Factor getSectionData out of SwitchSection.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Add const to EmitZeroFill section argument.
2009-08-28 Daniel Dunbarllvm-mc: Fix thinko in emitting values.
2009-08-28 Daniel DunbarFix -Asserts warning.
2009-08-28 Chris Lattnerfinish a half formed thought :)
2009-08-28 Chris LattnerMark Andersen's as experimental.
2009-08-28 Chris LattnerFix PR3913, patch by Jakub Staszak!
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-27 Devang PatelClosure is a very generic name. Use AppleBlock instead.
2009-08-27 Bruno Cardoso LopesRevert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso LopesRevamp our friend Mips :)
2009-08-27 Dan GohmanDon't mark CMOV_GR8 as two-address, or commutable,...
2009-08-27 Dan GohmanAdjust the MachineBasicBlock verifier rules to be more
2009-08-27 Eric ChristopherAdd FIXME for when we support more specific XMM registers.
2009-08-27 Eric ChristopherNuke trailing whitespace.
2009-08-27 Dan GohmanUse stripPointerCasts instead of doing the same manually.
2009-08-27 Dan GohmanTeach getUnderlyingObject and skipPointerCasts about...
2009-08-27 Dan GohmanGlobal Aliases are not identifiable objects.
2009-08-27 Dan GohmanHandle TargetData with const.
2009-08-27 Anton KorobeynikovHopefully the final missing part :(
2009-08-27 Anton KorobeynikovForgot about actual change :)
2009-08-27 Devang PatelRemove an entry from ValueMap before removing elements.
2009-08-27 Anton KorobeynikovTransform float scalar_to_vector into subreg accesses.
2009-08-27 Misha BrukmanSTRD and LDRD require ARMv5TE, not just ARMv5T.
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-27 Daniel Dunbarllvm-mc/X86: Implement single instruction encoding...
2009-08-27 Daniel Dunbarllvm-mc: Print encodings after the instruction, and...
2009-08-27 Daniel DunbarX86: Mark EH_RETURN as code-gen-only.
2009-08-27 Daniel DunbarAdd {MCInst,MCOperand}::{print,dump}
2009-08-27 Chris LattnerImplement a new optimization in the inliner: if inlinin...
2009-08-27 Chris Lattnerunbreak the build, yay for symlinks + makefiles. :(
2009-08-27 Chris Lattnerreduce header #include'age
2009-08-27 Chris Lattnerenhance InlineFunction to be able to optionally return
2009-08-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-08-27 Chris Lattnerremove CloneTrace, which appears to be dead since 2004.
2009-08-27 Chris Lattnerreduce inlining factor some stuff out to a static helpe...
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-27 Dan GohmanAdd some checks for MachineCFG consistency. Use Analyze...
2009-08-27 Daniel DunbarUpdate CMake
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Dan GohmanInitialize the PoisonMemory member before initializing
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-27 Daniel DunbarTry to make MSVC just a little happier.
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Daniel DunbarSimplify.
2009-08-26 Owen AndersonMake this into a static method.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Eric ChristopherRework getPersonalityIndex slightly - 0 is now a valid...
2009-08-26 Eric ChristopherIf we're emitting additional CIEs due to personality...
2009-08-26 Eric ChristopherNuke trailing whitespace.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Oscar FuentesCMake: Removed outdated TODO.
2009-08-26 Venkatraman Govind... Generate section for bss and enable weak symbols
2009-08-26 Dale JohannesenAlter 79292 to produce output that actually assembles.
next