Fix LLVM target initialization to deal with sociopathic outside projects
[oota-llvm.git] / include /
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-30 Eric ChristopherKill a couple of unused variables.
2010-08-30 Chris Lattnernuke dead ivar which was supposed to be committed with...
2010-08-29 Chris Lattnertwo changes: 1) make AliasSet hold the list of call...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-29 Dan GohmanDelete an unused declaration.
2010-08-29 Chris LattnerStop explicitly scheduling domfrontier before the loop...
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-29 Chris Lattnerimplement SSAUpdater::RewriteUseAfterInsertions, a...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerremove the ABCD and SSI passes. They don't have any...
2010-08-27 Owen AndersonAdd a prototype of a new peephole optimizing pass that...
2010-08-27 Eric ChristopherFix a couple of typos.
2010-08-27 Dan GohmanSwitch ScalarEvolution's main Value*->SCEV* map from...
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-26 Jim Grosbachtidy up a bit. no functional change.
2010-08-26 Chris Lattneradd m_BitCast for matching a bitcast.
2010-08-26 Bruno Cardoso Lopeszap the now unused MVT::getIntVectorWithNumElements
2010-08-26 Devang PatelFix prototypes.
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-26 John McCallSmallVector's growth policies don't like starting from...
2010-08-26 Dan GohmanRewrite ExtractGV, removing a bunch of stuff that didn...
2010-08-25 John McCallProvide an explicit specialization of SmallVector at...
2010-08-25 Chris Lattneradd a specialization for the MVT form of getTypeAction...
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Chris Lattnertidy up
2010-08-25 Eric ChristopherFix header define to reflect the name of the file.
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
2010-08-25 Eric ChristopherRegenerate.
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-24 Dan GohmanUse MapValue in the Linker instead of having a private...
2010-08-24 Dan GohmanMDNode, MDString, and NamedMDNode are not meant to...
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-23 Chris LattnerAdd a new llvm.x86.int intrinsic, allowing access to the
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-23 Mikhail GlushenkovTrailing whitespace.
2010-08-23 Dan Gohmanformatted_tool_output_file::close needs to flush its...
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-23 Benjamin KramerAvoid O(n*m) complexity in StringRef::find_first(_not...
2010-08-23 Benjamin KramerStringRef tweaks:
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
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 Dan GohmanReword NamedMDNode's comment.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Mikhail GlushenkovAdd include guards to Support/Regex.h.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Jim GrosbachAdd explicit initializer for UseLocalStackAllocationBlo...
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanAdd an inspirational quote.
2010-08-20 Dan GohmanAdd a comment.
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Dan GohmanExport error-handling functions in formatted_tool_outpu...
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-20 Mikhail GlushenkovDisambiguate calls to WriteGraph() to disable ADL.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
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-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Bob WilsonUpdate comment to remove special case for vector extend...
2010-08-19 Eric ChristopherRe-re-revert this patch. It seems to be causing perfor...
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 Eric ChristopherReapply the virtual register patch from 109102. The...
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-08-18 Dan GohmanMake raw_fd_ostream consider itself the owner of STDOUT...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Dan GohmanIntroduce a ScopedFatalErrorHandler class to make it...
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAdd df_iterator::getPathLength and getPath as a way...
2010-08-18 Daniel DunbarRevert r111375, "move gep decomposition out of ValueTra...
2010-08-18 Owen AndersonInform LazyValueInfo whenever a block is deleted, to...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Jim GrosbachAdd hook for re-using virtual base registers for local...
2010-08-18 Chris Lattnerdon't emit zero bit fields with Emit, fixing undefined...
2010-08-18 Chris LattnerDon't pass in a null pointer to std::string's ctor...
2010-08-17 Jim GrosbachAdd materialization of virtual base registers for frame...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-08-17 Anton KorobeynikovAdd some win64 coff goodness.
2010-08-17 Benjamin KramerSketch i386 relocations handling, from Roman Divacky.
2010-08-17 Jim GrosbachAdd hook to examine an instruction referencing a frame...
2010-08-17 Benjamin KramerRevert r111230, we have to find a better place for...
2010-08-17 Benjamin KramerMicro-optimize MCObjectWriter to do a byteswap if neces...
2010-08-17 Benjamin KramerThere is this new "LLVM" compiler that supports __built...
2010-08-16 Dan GohmanMake dumpPassStructure be a PMDataManager abstraction...
2010-08-16 Jim GrosbachBetter handle alignment requirements for local objects...
2010-08-16 Dan GohmanMake some of PMTopLevelManager's members non-public...
2010-08-16 Dan GohmanEliminate the TopLevelManagerType enum; instead, just...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
next