Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
[oota-llvm.git] / include /
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Owen AndersonAttempt to fix the Linux build.
2010-09-13 Owen AndersonMinimize #includes in a top-level header.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-09-12 Dale JohannesenFix comment typo.
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Gabor Greiftypoes
2010-09-10 Dale JohannesenAdd missing X86 MMX declarations. Hopefully fixes...
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-10 Dale Johannesenx86mmx is 64 bits.
2010-09-10 Jim Grosbachadd a comment explicitly calling out that allocation...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Dan GohmanExtend the getDependence query with support for PHI...
2010-09-09 Dan GohmanAdd a getPointerOperand() helper function to VAArgInst...
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-09 Dan GohmanFix this comment.
2010-09-09 Roman DivackyMake ELF OS ABI dependent on the OS from target triple.
2010-09-09 Owen AndersonRefactor code-size reduction estimation methods out...
2010-09-08 Jakob Stoklund OlesenRearrange for better alignment and less padding
2010-09-08 Jakob Stoklund OlesenRemove dead code and data.
2010-09-08 Jakob Stoklund OlesenRemove dead code.
2010-09-08 Owen AndersonMove private member functions to the end of the class...
2010-09-08 Owen AndersonMake module ownership methods on LLVMContext private...
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-09-08 Dan GohmanAdd a new experimental generalized dependence query...
2010-09-07 Bill WendlingRemove untrue comments.
2010-09-07 Owen AndersonRemove dead code. ManagedCleanup is unused, and contai...
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
2010-09-07 Dan GohmanTidy up the getModRefInfo declarations.
2010-09-07 Owen AndersonProperly initialize the pImpl member of PassRegistry...
2010-09-07 Owen AndersonAdd doxygen comments for PassRegistry.
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-09-07 Dale JohannesenAdd patterns for MMX that use the new intrinsics.
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-06 Chris Lattnerpull a simple method out of LICM into a new
2010-09-05 Chris Lattnerfix inconsistent formatting.
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-04 Jakob Stoklund OlesenRemove dead code.
2010-09-04 Chris Lattnerfix this to work with allocators that have reference...
2010-09-03 Eric ChristopherReapply this increase to the number of virtual register...
2010-09-03 Jim GrosbachAdd 'const' to getter function.
2010-09-03 Owen AndersonRe-enable CorrelatedValuePropagation. I've tested...
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris LattnerAsmPrinter has a formatted stream, pass it down through...
2010-09-02 Bill WendlingRevert int_x86_mmx_palignr_b intrinsic to match llvm...
2010-09-02 Bill Wendling- Change __builtin_ia32_palignr intrinsic type to match...
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-09-02 John McCallAfter some discussion with djg, teach SmallVector to...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-09-02 Dan GohmanAdd a comment.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-09-02 Duncan SandsReapply commit 112699, speculatively reverted by echris...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-09-01 Dan GohmanReword this comment. Don't mention outs(), as that...
2010-09-01 Dale JohannesenRecommit with changes. Comment out palignr for the
2010-09-01 Dale JohannesenRevert 112740, it broke some clang tests somehow...
2010-09-01 Dale JohannesenAdd a few more missing MMX operations. This should...
2010-09-01 Owen AndersonDisable CorrelatedValuePropagation while I track down...
2010-09-01 Owen AndersonTentatively add correlated value propagation to the...
2010-09-01 Eric ChristopherSpeculatively revert 112699 and 112702, they seem to...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-09-01 Dan GohmanAdd an interface for unregistering a file from the...
2010-09-01 Michael J. SpencerCOFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few...
2010-09-01 Dan GohmanMake the iterator form of erase return void, since...
2010-09-01 Duncan SandsDefine LLVM_GLOBAL_VISIBILITY to be __declspec(dllexpor...
2010-09-01 Duncan SandsIf PrototypeValue is erased in the middle of using...
2010-09-01 Duncan SandsAdd convenience class for working with eh.exception...
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-09-01 Dale JohannesenAdd some MMX intrinsics that duplicate functionality
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Benjamin KramerRemove noisy semicolon.
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Dale JohannesenComment typo.
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Duncan SandsStop using the dom frontier in DwarfEHPrepare by not...
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Michael J. SpencerFix spelling/typo.
2010-08-31 Bruno Cardoso Lopeszap unused method. x86 is the only user and already...
2010-08-30 Dan GohmanUpdate the descriptions of NoModRef and ModRef to be...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
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...
next