oota-llvm.git
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-07-13 Chris Lattnerstop leaking all named struct types with an empty name...
2011-07-13 Evan ChengAdd an entry.
2011-07-13 Bruno Cardoso... AVX Codegen support for 256-bit versions of vandps...
2011-07-13 Bill WendlingDon't emit the FDE end label if the last thing emitted...
2011-07-13 Eli FriedmanAdd an assert (which should never trigger) that trigger...
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-13 Bill WendlingAssign variable before we test it.
2011-07-13 Bill WendlingFix obvious think-o.
2011-07-13 Bill WendlingClean up the handling of an EBP/RBP unwind frame pointe...
2011-07-12 Bill WendlingThere is a cyclic dependency between MC and Target...
2011-07-12 Francois PichetRemove the const from Type after of Jay deconstify...
2011-07-12 Benjamin KramerDelete StructType bodies when destroying a StructType.
2011-07-12 Jim GrosbachAdd check for predicate w/o S bit.
2011-07-12 Jim GrosbachImprove test cases from r134746.
2011-07-12 Garrison VennReverted 134901 because of 134959. Did not use svn...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Tobias GrosserVectorType is also a SequentialType
2011-07-12 Tobias GrosserRemove IntegerType constness from TargetData
2011-07-12 Francois PichetFix the BrainF build.
2011-07-12 Chris Lattnersimplify assertions to not be completely redundant.
2011-07-12 Chris Lattnermake the IRBuilder type methods return non-const types.
2011-07-12 Andrew TrickComment correction.
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-12 Nick LewyckyTypeMap had a destructor that destroyed the types it...
2011-07-12 Andrew Trickindvars: Code reorganization in preparation for
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 John Wiegleyfix some examples
2011-07-11 Cameron ZwarichFix LTO after the recent MC subtarget refactoring.
2011-07-11 Evan ChengMost MCCodeEmitter's don't meed MCContext.
2011-07-11 David GreeneUse get(0 Instead of Create()
2011-07-11 Evan ChengDisassembler doesn't need TargetMachine anymore.
2011-07-11 Evan Chengstruct Init -> class Init.
2011-07-11 David GreeneFix Build
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-11 Shantonu SenResynchronize EDInfo.h and EDEmitter.cpp.
2011-07-11 Jim GrosbachFix recognition of ARM 'adcs' mnemonic.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-11 Garrison VennModified demo to work with non const Type parameters...
2011-07-11 NAKAMURA Takumitest/CodeGen/PowerPC/vector.ll: Tweak redirection ...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Cameron ZwarichAdd a missing test for r134882.
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.
next