advertise new syntax for unnamed instructions
[oota-llvm.git] / lib /
2009-10-28 Owen AndersonTreat lifetime begin/end markers as allocations/frees...
2009-10-28 Nick LewyckyAdd ABCD, a generalized implementation of the Eliminati...
2009-10-28 Evan ChengGive ARMISD::EH_SJLJ_LONGJMP and EH_SJLJ_SETJMP names.
2009-10-28 Owen AndersonBe more careful about invariance reasoning on "store...
2009-10-28 Evan ChengX86 palignr intrinsics immediate field is in bits....
2009-10-28 Owen AndersonAdd trivial support for the invariance intrinsics to...
2009-10-28 Chris Lattneradd bitcode reader support for blockaddress. We can...
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Chris Lattner'static const void *X = &&y' can only be put in the
2009-10-28 Dan GohmanRewrite SelectionDAG::isPredecessorOf to be iterative...
2009-10-28 Chris Lattnerfull asmparser support for blockaddress. We can now do:
2009-10-28 Chris Lattnerasmprinter support for BlockAddress.
2009-10-28 Chris Lattnerwhen we tear down a module, we need to be careful to
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-28 Dan GohmanUpdate SystemZ to use PSW following the way x86 uses...
2009-10-28 Bob WilsonAdd an indirect branch pattern for ARM. Testcase will...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-28 Chris LattnerIR support for the new BlockAddress constant kind....
2009-10-27 Bob WilsonRecord CodeGen optimization level in the BranchFolding...
2009-10-27 Jeffrey YasskinRename lib/VMCore/ConstantsContext.h:ValueMap<> to...
2009-10-27 Bill WendlingAdd new note.
2009-10-27 Lang HamesFixed a bug in the coalescer where intervals were occas...
2009-10-27 Jim GrosbachEnable virtual register based frame index scavenging...
2009-10-27 Bill WendlingMove and clarify note.
2009-10-27 Jim GrosbachInfrastructure for dynamic stack realignment on ARM...
2009-10-27 Bill WendlingNote corrected.
2009-10-27 Bill WendlingModify note.
2009-10-27 Bill WendlingAdd a note.
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-27 Dan GohmanUpdate the MachineBasicBlock CFG for an indirect branch.
2009-10-27 Dan GohmanAdd CodeGen support for indirect branches.
2009-10-27 Chris Lattnermake the build build.
2009-10-27 Evan ChengAdd new APFloat methods that return sign, exp, and...
2009-10-27 Chris LattnerRandom updates to passes for indbr, I need blockaddress...
2009-10-27 Chris Lattnercppbackend support for indbr
2009-10-27 Chris LattnerCBE support for indbr.
2009-10-27 Johnny ChenSimilar to r85280, do not clear the "S" bit for RSBri...
2009-10-27 Devang PatelDo not held on to DenseMap slot accross map insertion...
2009-10-27 Johnny ChenSet condition code bits of BL and BLr9 to 0b1110 (ALway...
2009-10-27 Chris Lattnerdon't use stdio
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-10-27 Bob WilsonDo not clear the "S" bit for RSCri and RSCrs. They...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Johnny ChenExplicitly specify 0b00, i.e, zero rotation, as the...
2009-10-27 Sanjiv GuptaRemove unnecessary gotos to fall-thru successors.
2009-10-27 Johnny ChenTest commit. Added '.' to the comment line.
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-27 Chris Lattnerpseudosourcevalue is also still using getGlobalContext...
2009-10-27 Chris Lattnerapparently the X86 JIT isn't fully contextized, it...
2009-10-27 Rafael EspindolaCorrectly align double arguments in the stack.
2009-10-27 Chris LattnerFix a pretty serious misfeature of the inliner: if...
2009-10-27 Mike StumpVS build fix, patch by Marius Wachtler.
2009-10-27 Jeffrey YasskinFix OProfileJITEventListener after r85182.
2009-10-27 Eric ChristopherAdd objectsize intrinsic and hook it up through codegen...
2009-10-27 Evan ChengNow VFP instructions.
2009-10-27 Dan GohmanAdd braces to avoid ambiguous else.
2009-10-27 Evan ChengChange Thumb1 and Thumb2 instructions to separate opcod...
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Owen AndersonAdd a straight-forward implementation of SCCVN for...
2009-10-26 Evan ChengChange ARM asm strings to separate opcode from operands...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Bob WilsonTry to get ahead of Johnny Chen and pro-actively add...
2009-10-26 Bob WilsonFix ARM encoding typo: Opcod3 is not passed to ASuI...
2009-10-26 Bob WilsonAdd more ARM instruction encodings for 's' bit set...
2009-10-26 David GoodwinAllow the aggressive anti-dep breaker to process the...
2009-10-26 Dan GohmanSimplify this code. LoopDeletion doesn't need to explic...
2009-10-26 Dan GohmanCode that checks WillNotOverflowSignedAdd before creati...
2009-10-26 Ted KremenekUpdate CMake files.
2009-10-26 Dan GohmanTeach BasicAA how to analyze Select instructions, and...
2009-10-26 David GoodwinDefine virtual destructor in *.cpp file.
2009-10-26 David GoodwinAdd aggressive anti-dependence breaker. Currently it...
2009-10-26 Dan GohmanCheck in the experimental GEP splitter pass. This pass...
2009-10-26 Anton KorobeynikovRevert r85134, it breaks mingw build
2009-10-26 Dan GohmanWhen checking whether a def of an aliased register...
2009-10-26 Sanjiv GuptaMake PIC16 overlay a loadable pass.
2009-10-26 Devang PatelDo not use expensive sort().
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Devang PatelAdd support to encode type info using llvm::Constant.
2009-10-26 Dan GohmanFix a typo in a comment.
2009-10-26 Chris Lattnerreapply r85085 with a bugfix to avoid infinite looping.
2009-10-26 Dan GohmanMake LSR's OptimizeShadowIV ignore induction variables...
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-26 Evan ChengRevert 85085. It causes infinite looping during llvm...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-26 Chris LattnerImplement PR3266 & PR5276, folding:
2009-10-25 Chris Lattnerfix PR5295 where the .ll parser didn't reject a functio...
2009-10-25 Daniel DunbarSuppress -Asserts warning.
2009-10-25 Chris Lattnerfix PR5186: the JIT shouldn't try to codegen available_...
2009-10-25 Chandler CarruthRemove unused includes.
2009-10-25 Jim Grosbachof -> or
2009-10-25 Jim Grosbach80-column cleanup
next