oota-llvm.git
2009-09-19 Duncan SandsThe flag "--dot-cfg-only" is at the moment equivalent...
2009-09-19 Evan ChengFix funky comments.
2009-09-19 Evan ChengUpdate 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 Chris Lattnerremove an extraneous mem2reg pass early in the pipe...
2009-09-18 Chris Lattnerreduce indentation by using an early exit, and add...
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 Dan GohmanDelete the label names from this test to make it less...
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 Lattnerconvert some stuff to StringRef to avoid temporary...
2009-09-18 Chris Lattneradd a comment.
2009-09-18 Chris LattnerThis file can need access to the X86 instruction enums...
2009-09-18 Daniel DunbarFix a few more conversion warnings on 4.0
2009-09-18 Mike StumpUpdate to latest versions of config.guess and config...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-18 Nick LewyckyStop using alloca.
2009-09-18 Xerxes RanbyRevert r82214 completely to fix build.
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 Lattnermake this testcase check darwin32 also
2009-09-17 Chris Lattnerrename test
2009-09-17 Chris Lattnertolerate llvm.eh.selector.i64 on 32-bit systems and...
2009-09-17 Chris Lattnerconvert to filecheck
2009-09-17 Chris Lattnerrename file
2009-09-17 Julien LerougeUse __attribute__((__used__)) if GCC >= 3.1 (seems...
2009-09-17 Devang PatelA testcase!
2009-09-17 Devang PatelFix parsing of optional metadata for 'load', 'store...
2009-09-17 John McCallFix a few places where PointerIntPair was using Pointer...
2009-09-17 Dan GohmanAdd an svn:ignore.
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 Jim Grosbachgrammar
2009-09-17 Daniel DunbarAnother try at fixing compile warnings on 4.0
2009-09-17 Benjamin KramerInitialize HasMetadata to zero.
2009-09-17 Daniel DunbarRemove test cases using -regalloc=simple.
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 Dan GohmanNow that llc can read .ll files directly, teach it...
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 an interface to attach debugging information with...
2009-09-16 Devang PatelAdd llvm::Metadata to manage metadata used in a context.
2009-09-16 Kevin EnderbyFixed some problems with the logic of parsing line...
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 Dan GohmanFix the comment in this test.
2009-09-16 Xerxes RanbyMake cmake generated llvm-config output correct JIT...
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 Lattnerapparently russians are really hard to sort or something!
2009-09-16 Chris LattnerI can sort, no really.
2009-09-16 Chris Lattnermake more clear since it is sorted by last name now.
2009-09-16 Chris LattnerDoug is now the code owner for most of the Clang frontend.
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 LattnerTed is christened as the owner of the clang static...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Shantonu Senfix cmake build
2009-09-16 Chris Lattneruse an accessor to simplify code.
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
next