oota-llvm.git
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Jay FoadRemove mentions of type planes.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-11 Rafael EspindolaDon't duplicate the work done by a gep into a "bitcast...
2011-07-11 Cameron ZwarichFix <rdar://problem/9751331>.
2011-07-10 Chandler CarruthSilence -Wunused-variable in release builds.
2011-07-10 Chandler CarruthMake the destructor virtual to silence GCC's -Wnon...
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-07-10 Jakub StaszakDon't analyze block if it's not considered for ifcvt...
2011-07-10 Chris Lattnerfinish a thought.
2011-07-09 Rafael EspindolaMove the loads after the calls so that the fix for
2011-07-09 Rafael EspindolaUse CHECK-NEXT.
2011-07-09 Nick LewyckyRemove tests for APIs that were removed.
2011-07-09 Nick LewyckyUpdate OCaml bindings. Opaque types are gone, type...
2011-07-09 Chris Lattnerthe various ConstantExpr::get*Ty methods existed to...
2011-07-09 Chris Lattnerdon't load element before checking to see if it is...
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-07-09 Chris Lattnerstop using WriteTypeSymbolic.
2011-07-09 Chris Lattnerremove the DerivedType which isn't adding value anymore.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattneradd a #include
2011-07-09 Chris Lattnerfix a really bad bug that would cause nested cursors...
2011-07-09 Chris Lattnermore tests not making the jump into the brave new world.
2011-07-09 Chris Lattnerremove some crufy old tests that aren't adding much...
2011-07-09 Chris Lattnerremove a test that doesn't make sense in the new world.
2011-07-09 NAKAMURA Takumitest/CodeGen/X86/vector.ll: Tweak temporary output...
2011-07-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: Fix trivial warnings. Thank...
2011-07-09 NAKAMURA Takumilit/LitConfig.py: Demote Win32 message "Unable to find...
2011-07-09 Evan ChengRevert accidental commit.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-09 Jakob Stoklund... Oops, didn't mean to commit that.
2011-07-09 Lang HamesAdded test cases for GVN signed intrinsics recognition...
2011-07-09 Lang HamesAdded recognition for signed add/sub/mul with overflow...
2011-07-09 Jakob Stoklund... Hoist spills within a basic block.
2011-07-08 Eli FriedmanReally force on 64bit for 64-bit targets. Should fix...
2011-07-08 Eli FriedmanRevert earlier unnecessary hack. Make sure we correctl...
2011-07-08 Evan ChengFix indentation.
2011-07-08 Evan ChengFix comment.
2011-07-08 Cameron ZwarichAdd an fma TableGen node.
2011-07-08 Evan ChengAdd support for ARM / Thumb mode switching with .code...
2011-07-08 Bob WilsonUpdate comments for SandyBridge CPU identifiers.
2011-07-08 Jim GrosbachMark tBRIND as predicable.
2011-07-08 Evan ChengRestore old behavior. Always auto-detect features unles...
2011-07-08 Evan ChengFix broken x86_64 tests which specify non-64-bit cpu's.
2011-07-08 Jim GrosbachPseudo-ize tBRIND.
2011-07-08 Eli FriedmanDefault 64-bit target features and SSE2 on when a tripl...
2011-07-08 Cameron ZwarichUse add instead of accumulate.
2011-07-08 Bob WilsonRecognize Intel CPUs with Family=6 and Model=44.
2011-07-08 Bob WilsonReapply a fixed version of r133285.
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-08 Julien LerougeAdd _allrem, _aullrem and _allmul to the runtime for...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Evan ChengFor non-x86 host, used generic as CPU name.
2011-07-08 Jim GrosbachPseudo-ize tBX_RET and tBX_RET_vararg.
2011-07-08 Benjamin KramerPlug a leak by giving the AsmParser ownership of the...
2011-07-08 Jim GrosbachShuffle productions around a bit.
2011-07-08 Jakob Stoklund... Be more aggressive about following hints.
2011-07-08 Jim GrosbachUse tPseudoExpand for tTAILJMPrND and tTAILJMPr.
2011-07-08 Jim GrosbachUse tPseudoExpand for tTAILJMPd and tTAILJMPdND.
2011-07-08 Benjamin KramerSilence compiler warning.
2011-07-08 Jim GrosbachAdd more info to FIXME.
2011-07-08 Jim GrosbachMove Thumb tail call pseudos to Thumb.td file.
2011-07-08 Eli FriedmanFix dangling pointer.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Benjamin KramerRemove unused copy of UpdateInlinedAtInfo.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for ARM tail calls.
2011-07-08 Jim GrosbachShuffle productions around a bit.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and...
2011-07-08 Evan ChengFix a dangling reference. Patch by Dave Abrahams. pr10311
2011-07-08 Devang PatelRefactor. It is inliner's responsibility to update...
2011-07-08 Chandler CarruthAdd CMake support for the new TableGen file introduced...
2011-07-08 Jim GrosbachUse TableGen'erated pseudo lowering for ARM.
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-07-08 Devang PatelRefactor.
2011-07-08 Devang PatelMake provision to have floating point constants in...
2011-07-08 Benjamin KramerApparently we can't expect a BinaryOperator here.
2011-07-08 NAKAMURA Takumicmake/modules/LLVMLibDeps.cmake: Update to appease...
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-08 Lang HamesMake GVN look through extractvalues for recognised...
2011-07-08 Akira HatanakaRaise assertion when MachineOperand has unexpected...
2011-07-08 Akira HatanakaMake sure variable Kind is assigned a value to suppress...
2011-07-08 Jakob Stoklund... Fix more register allocation sensitive tests.
2011-07-08 Jakob Stoklund... Remove a test that no longer makes sense.
2011-07-08 Nick LewyckyLet the inline asm 'q' constraint match float, and...
2011-07-08 Eric ChristopherGo ahead and emit the barrier on x86-64 even without...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Chandler CarruthFix CMake build's library dependencies.
2011-07-07 Eric ChristopherHandle fpcr register.
2011-07-07 Eric ChristopherAdd support for the X86 'l' constraint.
2011-07-07 Eric ChristopherRemove a FIXME. All of the standard ones are in the...
2011-07-07 Akira HatanakaRemove unnecessary newline.
2011-07-07 Devang PatelAdd DEBUG message.
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-07 Bill WendlingMove a function out-of-line.
2011-07-07 Akira HatanakaRather than having printMemOperand change the way memor...
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-07-07 Akira HatanakaDefine class MipsMCInstLower.
2011-07-07 Akira HatanakaChange visibility of MipsAsmPrinter.
next