oota-llvm.git
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
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Daniel Dunbarlit: Add a custom test format for use in clang.
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 Lattnerremove a dead bool.
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 Daniel DunbarPut back non-obsolete -f sections for 'opt'.
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 Bob WilsonConvert more tests to FileCheck.
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 DunbarRemove references to obsolete -f option.
2009-09-15 Daniel DunbarUpdate llc/opt PODs to clarify they support .ll input.
2009-09-15 Daniel DunbarFix -Asserts warning.
2009-09-15 Daniel Dunbarlit: When finding nested test suites, check first in...
2009-09-15 Nate BegemanBetter solution for tracking both the original alignmen...
2009-09-15 Jim GrosbachCorrect comment pasto
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...
next