The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg".
[oota-llvm.git] / lib /
2009-09-19 Duncan SandsThe flag "--dot-cfg-only" is at the moment equivalent...
2009-09-19 Evan ChengFix funky comments.
2009-09-19 Benjamin KramerTry to speed up the slowest parts of the CommandLine...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Victor HernandezEnhance transform passes so that they apply the same...
2009-09-18 Bob WilsonFix a comment typo and some whitespace.
2009-09-18 Bob WilsonFix a typo in an assertion message.
2009-09-18 Bill WendlingFactor out label difference creation.
2009-09-18 Victor HernandezEnhance analysis passes so that they apply the same...
2009-09-18 Bill WendlingIt's inefficient to have place the exception tables...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-18 Shantonu SenFix cmake build, which has a different -I that
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-18 Chris Lattneradd a new hook to allow targets to splat stuff at the...
2009-09-18 Dale JohannesenModel the carry bit on ppc32. Without this we could
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-18 Sean CallananAdded RCL and RCR (rotate left and right with a
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-18 Victor HernandezUpdate malloc call creation code (AllocType is now...
2009-09-18 Chris Lattnerduncan points out the EH selector values are signed.
2009-09-18 Chris LattnerThis file can need access to the X86 instruction enums...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-18 Nick LewyckyStop using alloca.
2009-09-18 Evan ChengRevert r82214. It broke 403.gcc on x86_64 / Darwin.
2009-09-18 Evan ChengFix a bug in sdisel switch lowering code. When it updat...
2009-09-18 Nick LewyckyAdd newlines.
2009-09-17 Chris Lattnertolerate llvm.eh.selector.i64 on 32-bit systems and...
2009-09-17 Devang PatelFix parsing of optional metadata for 'load', 'store...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-17 Dan GohmanTeach ScalarEvolution how to reason about no-wrap flags...
2009-09-17 Jim Grosbachgrammar
2009-09-17 Benjamin KramerInitialize HasMetadata to zero.
2009-09-17 Evan ChengRemove simple regalloc. It has bit rotted.
2009-09-17 Chris Lattneradd a version of the APFloat constructor that initializ...
2009-09-17 Evan ChengFix PR4910: Broken logic in coalescer means when a...
2009-09-17 Daniel DunbarSome platforms may need malloc.h for alloca.
2009-09-17 Daniel DunbarUpdate CMake.
2009-09-16 Sean CallananAdded the LODS (load byte into register, usually
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-16 Sean CallananAdded the LAR (load segment access rights)
2009-09-16 Sean CallananAdded the LOOP family of instructions to the Intel
2009-09-16 Sean CallananAdded an alternate form of register-register CMP
2009-09-16 Devang PatelFix typo.
2009-09-16 Devang PatelAt iSel time, update DebugLoc based on debug info attac...
2009-09-16 Dan GohmanAdd a new pass for doing late hoisting of floating...
2009-09-16 Devang PatelPrint debug info attached with an instruction.
2009-09-16 Bob WilsonExpand vector floating-point conversions not supported...
2009-09-16 Devang PatelProvide a way to extract location info from DILocation.
2009-09-16 Devang PatelParse debug info attached with an instruction.
2009-09-16 Devang PatelAdd llvm::Metadata to manage metadata used in a context.
2009-09-16 Kevin EnderbyFix incorrect assert that should be a user error for...
2009-09-16 Dan GohmanChange FoldPHIArgBinOpIntoPHI to decline folding if...
2009-09-16 Benjamin KramerDon't sort the vector when it is empty. This should...
2009-09-16 Andreas NeustifterReapplied r81355 with the problems fixed.
2009-09-16 Xerxes Ranbyupdated lib/CodeGen/CMakeLists.txt to unbreak cmake...
2009-09-16 Andreas NeustifterPreserve ProfileInfo during CodeGenPrepare.
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattnerrevert a hunk of r82018 that wasn't supposed to go...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnerthe pointer MMI keeps will start out with object-file...
2009-09-16 Chris Lattnertidy up
2009-09-16 Chris Lattnerrearrange X86ATTAsmPrinter::doFinalization, making...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Shantonu Senfix cmake build
2009-09-16 Nate BegemanDo not try and sink a load whose chain result has more...
2009-09-16 Sean CallananAdded the ENTER instruction, which sets up a stack
2009-09-16 Sean CallananAdded the definitions for one-bit left shifts to
2009-09-16 Dan GohmanDon't sink gep operators through phi nodes if the resul...
2009-09-16 Sean CallananRemoved a few instructions that were already
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Chris Lattnerremove a dead variable.
2009-09-16 Chris Lattneradd a helper method for creating MCSymbol and MCSymbolR...
2009-09-16 Sean CallananAdded a variety of floating-point and SSE instructions.
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Bob WilsonExpand some more vector operations not supported by...
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Bob WilsonNeon does not support vector divide or remainder. ...
2009-09-16 Chris Lattnereliminate the PPC backend's implementation of EmitExter...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-16 Chris Lattnersimplify some code
2009-09-15 Bob WilsonExpand all v2f64 arithmetic operations for Neon.
2009-09-15 Sean CallananAdded far return instructions (that is, returns to
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-15 Chris Lattnerstrength reduce a call to PrintRelDirective(true).
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-09-15 Nate BegemanDo not add the SVOffset to the Node CSE ID. The same...
2009-09-15 Eric ChristopherExpand on comment.
2009-09-15 Sean CallananUpdated comments per Eli's suggestion.
2009-09-15 Sean CallananAdded register-to-register ADD instructions to the
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-15 Daniel DunbarFix -Asserts warning.
2009-09-15 Nate BegemanBetter solution for tracking both the original alignmen...
2009-09-15 Sean CallananAdded a new register class for segment registers
2009-09-15 Dale JohannesenChange the marker byte for stubs from 0xcd to 0xce...
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-09-15 Chris Lattneradd missing file
2009-09-15 Bob WilsonHandle AddrMode4 for Thumb2 in rewriteT2FrameIndex...
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-09-15 Dan GohmanTeach ValueTracking how to look through GlobalAliases...
next