Give ParseInstructionMetadata access to the PerFunctionState object.
[oota-llvm.git] / lib /
2010-08-24 Dan GohmanGive ParseInstructionMetadata access to the PerFunction...
2010-08-24 Dan GohmanSimplify this code. NamedMDNode operands are MDNodes.
2010-08-24 Bruno Cardoso LopesUse pshufhw and pshuflw in more cases and fix getTarget...
2010-08-24 Bill WendlingAdd comments for what the condition code symbols mean.
2010-08-24 Eric ChristopherUpdate comment.
2010-08-24 Eric ChristopherFix the opcode and the operands for the load instruction.
2010-08-24 Eric ChristopherAdd register class hack that needs to go away, but...
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-08-24 Eric ChristopherAdd some more debugging code, make it more obvious...
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-23 Eric ChristopherDon't need the extra register here.
2010-08-23 Devang PatelLet FE use derived types for DW_TAG_friend.
2010-08-23 Eric ChristopherAdd some more "get address into register" code and...
2010-08-23 Eric ChristopherAdd an ARMFunctionInfo member and use it.
2010-08-23 Dan GohmanVerify that a non-uniqued non-temporary MDNode is not...
2010-08-23 Eric ChristopherStart getting ARM loads/address computation going.
2010-08-23 Benjamin KramerFix thinko. Having no tests is great ...
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-23 Benjamin KramerReduce code duplication.
2010-08-23 Benjamin KramerELFObjectWriter: Run ComputeSymbolTable before recordin...
2010-08-23 Bruno Cardoso LopesStart using target speficic nodes for shuffles: pshufhw...
2010-08-23 Jim GrosbachBetter handling of local offsets for downwards growing...
2010-08-23 Gabor Greiftyops
2010-08-23 Owen AndersonTurn LVI back off, I have a testcase now.
2010-08-23 Chris LattnerAdd a new llvm.x86.int intrinsic, allowing access to the
2010-08-23 Mikhail GlushenkovAdd a TODO.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-23 Benjamin KramerAdd the symbol offset to the relocation value when...
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-23 Benjamin KramerUse the proper relocation section + cleanup, from Roman...
2010-08-23 Benjamin KramerAvoid O(n*m) complexity in StringRef::find_first(_not...
2010-08-23 Owen AndersonRe-enable LazyValueInfo. Monitoring for failures.
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-23 Chris Lattnerrandom improvement for variable shift codegen.
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-23 Anton KorobeynikovRevert invalid r111792. Jump tables are not broken...
2010-08-23 Michael J. SpencerRevert part of my last commit. the mingw32 build bot...
2010-08-23 Michael J. SpencerWorkaround broken jump tables on x86-64 COFF.
2010-08-23 Chris Lattnerremove some dead code.
2010-08-22 Nick LewyckyVerify the predicates on icmp/fcmp. Suggested by Jeff...
2010-08-21 Eli FriedmanDelete dead comment.
2010-08-21 Anton KorobeynikovUse rip-rel addressing on win64 by default. For this...
2010-08-21 Benjamin KramerUse MDNode::destroy(). Fixes a delete/free mismatch.
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-21 Dan GohmanAdd an assert to MDNode::deleteTemporary check that...
2010-08-21 Dan GohmanFix x86 fast-isel's cmp+branch folding to avoid folding...
2010-08-21 Bruno Cardoso LopesPrepare LowerVECTOR_SHUFFLEv8i16 to use x86 target...
2010-08-20 Bruno Cardoso LopesThis is the first step towards refactoring the x86...
2010-08-20 Dan GohmanCreateTemporaryType doesn't needs its Context argument.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-20 Daniel DunbarFix --disable-threads build, PR7949.
2010-08-20 Jim GrosbachDownwards growing stack allocation order reverses relat...
2010-08-20 Jim GrosbachAdd more dbg output
2010-08-20 Benjamin KramerUpdate CMake build.
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
2010-08-20 Jim Grosbachproperly check for whether base regs were inserted
2010-08-20 Dan GohmanMake outs() close its file when its stream is destructe...
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-08-20 Eric ChristopherFix loop conditionals (MO.isDef() asserts that it's...
2010-08-20 Eric ChristopherAdd a couple of random comments.
2010-08-19 Bob WilsonIf the target says that an extending load is not legal...
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Daniel DunbarCrashRecovery/Darwin: On Darwin, raise sends a signal...
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengProperly update MachineDominators when splitting critic...
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-19 Owen AndersonDisable LVI while I evaluate a failure.
2010-08-19 Owen AndersonTentatively enabled LVI by default. I'll be monitoring...
2010-08-19 Bill WendlingCorrect header.
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Michael J. SpencerFix the msvc 2010 build.
2010-08-19 Dale JohannesenDo not assert when reading an exponent out of range.
2010-08-19 Jim GrosbachAdd Thumb1 support for virtual frame indices.
2010-08-19 Evan ChengRemove disabled assertion.
2010-08-19 Evan ChengTeach machine-sink to break critical edges when appropr...
2010-08-19 Eric ChristopherSilence warning.
2010-08-19 Benjamin KramerMCELF: Count the section orders properly. Patch by...
2010-08-19 Jim GrosbachUpdate local stack block allocation to let PEI do the...
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-19 Chris Lattnerfix PR7465, mishandling of lcall and ljmp: intersegment...
2010-08-19 Dan GohmanProcess the step before the start, because it's usually...
2010-08-19 Chris Lattnerminor progress towards fixing PR7465
2010-08-19 Eric ChristopherAdd an AddOptionalDefs method and use it.
2010-08-19 Bill WendlingAdd the "isCompare" attribute to the defm instead of...
2010-08-18 Jakob Stoklund OlesenDon't call Predicate_* in Mips.
2010-08-18 Eric ChristopherRemove extra header.
2010-08-18 Jim GrosbachAdd a newline to debug output
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Evan ChengIf any def of a machine-sink candidate has local uses...
2010-08-18 Chris LattnerGetLinearExpression is only called when TD is non-null...
2010-08-18 Chris Lattnerrework GEP decomposition to make a new VariableGEPIndex...
next