oota-llvm.git
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Evan ChengThis test should be in MC. It breaks with changes to...
2011-04-26 Chris Lattnermake a couple of changes to the standard pass pipeline:
2011-04-26 Chris LattnerTransform: "icmp eq (trunc (lshr(X, cst1)), cst" to...
2011-04-26 Chris Lattnersome random cleanups, no functionality change.
2011-04-26 Chris Lattneradd an m_ConstantInt matching predicate that binds...
2011-04-26 Jim GrosbachARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX...
2011-04-26 Rafael EspindolaPrint the label if we will use it in debug_frame.
2011-04-26 Devang PatelRefactor code. Keep dwarf register operation selection...
2011-04-26 Jakob Stoklund... Use the new TRI->getLargestLegalSuperClass hook to...
2011-04-26 Jakob Stoklund... Add a TRI::getLargestLegalSuperClass hook to provide...
2011-04-26 Benjamin KramerForce a triple on this test to unbreak windows buildbots.
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-26 Chris LattnerImprove the bail-out predicate to really only kick...
2011-04-26 Dan GohmanFast-isel support for simple inline asms.
2011-04-26 Oscar FuentesHonor LLVM_BUILD_RUNTIME.
2011-04-26 Rafael EspindolaAdd test for PR9743.
2011-04-26 Duncan SandsAnother example of a static table that wasn't marked...
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-26 Nick LewyckyAdd cmakefiles to build profile_rt.so!
2011-04-26 Evan ChengFix typo
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-26 Nick LewyckyRename everything to follow LLVM style ... I think.
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-25 Devang PatelRename a local variable.
2011-04-25 Devang PatelRename a method to match what it really does.
2011-04-25 Devang PatelDo not drop a variable's complex address if it is not...
2011-04-25 Dan GohmanFix an iterator invalidation bug.
2011-04-25 Eric ChristopherMake this test disable fast isel as it's not needed.
2011-04-25 Chris Lattnermark a large static table static. Pointed out by Micha...
2011-04-25 Chris LattnerImprove adherence to general style, use "foo_t &x"...
2011-04-25 Chris Lattnerallow adding a FoldingSetNodeID to a FastFoldingSetNode...
2011-04-25 Chris Lattneradd a missed bitfield instcombine.
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
2011-04-25 Devang PatelA dbg.declare may not be in entry block, even if it...
2011-04-25 Benjamin KramerMake tests more useful.
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-25 Duncan SandsFix comment typo. Noticed by Liu.
2011-04-24 Rafael EspindolaSimplify the logic. Noticed by aKor.
2011-04-24 Rafael EspindolaSynchronize the conditions for producing a .cfi_startpr...
2011-04-24 Sebastian RedlFix Target/ARM/Thumb1FrameLowering.h header guard.
2011-04-24 Sebastian RedlGive MC/MCDisassembler/Disassembler.h a header guard.
2011-04-24 Sebastian RedlGive SplitKit.h a header guard.
2011-04-24 Sebastian RedlGive ImmutableIntervalMap.h an include guard.
2011-04-24 Jay FoadFix an assert to check exactly what it says.
2011-04-24 Mikhail GlushenkovAdd a TODO.
2011-04-24 Mikhail GlushenkovRegenerate.
2011-04-24 Mikhail GlushenkovRemove all references to plugins from the LLVMC docs.
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-23 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-23 Benjamin KramerSilence an overzealous uninitialized variable warning...
2011-04-23 Andrew TrickAccidental function name mangling.
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2011-04-23 Andrew TrickComment edit.
2011-04-23 Andrew Trickwhitespace
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-23 NAKAMURA Takumitest/CodeGen/X86/shrink-compare.ll: Relax expressions...
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-22 Eric ChristopherFix comment.
2011-04-22 Jakob Stoklund... Always compare the cost of region splitting with the...
2011-04-22 Mikhail GlushenkovThe .inc file is auto-generated and must not be edited...
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-22 Johnny ChenDisassembly of A8.6.59 LDR (literal) Encoding T1 (16...
2011-04-22 Benjamin KramerDAGCombine: fold "(zext x) == C" into "x == (trunc...
2011-04-22 Devang PatelDo not leak argument's DbgVariables.
2011-04-22 Devang PatelAdd asserts.
2011-04-22 Benjamin KramerX86: Try to use a smaller encoding by transforming...
2011-04-22 Frits van BommelComment out some unused parameter names to silence...
2011-04-22 Eric ChristopherUse enums for constant values.
2011-04-22 Eric ChristopherMake the file format strings a little prettier for...
2011-04-22 Eric ChristopherAdd MachOObjectFile.cpp to cmake.
2011-04-22 Eric ChristopherHook in mach-o object files into Object interface.
2011-04-22 Eric ChristopherAdd support for 64-bit object files to Path.
2011-04-22 Eric ChristopherAdd an ObjectFile implementation for mach-o.
2011-04-22 Eric Christopher80-col fix.
2011-04-22 NAKAMURA Takumiinclude/llvm/Target/TargetAsmInfo.h: Fix a warning.
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-04-22 Evan ChengTypo
2011-04-22 Chandler CarruthDelete the other unused variable in this function....
2011-04-22 Chandler CarruthRemove an unused variable from a function. This is...
2011-04-22 Bill WendlingBranch folding is folding a landing pad into a regular BB.
2011-04-22 Bob WilsonDefine Neon load/store intrinsics for Clang as macros...
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Rafael EspindolaDon't pass address spaces to EmitULEB128IntValue.
2011-04-21 Devang PatelFix DWARF description of Q registers.
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-21 Devang PatelRefactor.
2011-04-21 Devang PatelTest case for r129922
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Matt Beaumont-GayDon't recycle loop variables.
2011-04-21 Jakob Stoklund... Allow allocatable ranges from global live range splitti...
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-21 Devang PatelAs per ARM docs, register Dx is described as DW_OP_regx...
2011-04-21 Devang PatelAdd comment in output stream.
next