Remove an instance where the 'unwind' instruction was created.
[oota-llvm.git] / include /
2011-08-09 Devang PatelProvide method to print variable's extended name which...
2011-08-09 Jakob Stoklund OlesenRefer to the RegisterCoalescer pass by ID.
2011-08-08 Jakob Stoklund OlesenHoist hasLoadFromStackSlot and hasStoreToStackSlot.
2011-08-08 Benjamin KramerPacify virtual dtor warnings and cmake buildbots.
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-05 Chandler CarruthTemporarily revert r135528 which distinguishes between...
2011-08-04 Duncan SandsFix a place that was clearly forgotten when the type...
2011-08-04 Andrew TrickReverting r136884 updateUnloop, which crashed a linux...
2011-08-03 Andrew TrickAn algorithm for incrementally updating LoopInfo within a
2011-08-03 Andrew Trickwhitespace
2011-08-03 Andrew TrickAn interface for iterating over a loop's blocks in...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Owen AndersonAdd accessors for manipulating an MCInst's operands.
2011-08-03 Jakub StaszakAdd more constantness in BlockFrequencyInfo.
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-08-03 Bill WendlingRemove CreateUnwind from the IRBuillder.
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-08-03 Jay FoadUse cast<> instead of a C-style cast to get some free...
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-08-02 Andrew TrickUse consistent terminology for loop exit/exiting blocks...
2011-08-02 Eli FriedmanFix a couple silly typos in IRBuilder in the new atomic...
2011-08-01 Owen AndersonAdd a clear() operation to MCInst, to drop all of its...
2011-08-01 Jakub StaszakAdd BlockFrequency::getEntryFrequency()
2011-08-01 Jay FoadThe operands of a GlobalAlias are always Constants...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Jakob Stoklund OlesenAdd an isSSA() flag to MachineRegisterInfo.
2011-07-29 Jakub StaszakAdd more constantness in BranchProbabilityInfo.
2011-07-29 David GreeneAdd a std::string Wrapper for TableGen
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-28 Bill WendlingAdd the AddLandingPadInfo function.
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Jakub StaszakIf run with -debug give more information about Cyclic...
2011-07-28 Bill WendlingUse ArrayRef instead of requiring an std::vector.
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Jakub StaszakFix stupid mistake from commit 136381.
2011-07-28 Jakub StaszakSpeed up BlockFrequencyInfo a little bit.
2011-07-28 Duncan SandsThis file was moved from Support to ADT. Correct a...
2011-07-28 Nick LewyckyIn DenseMapInfo<pair<T, U>> tombstone key, use the...
2011-07-28 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-28 Bill WendlingAdd a couple of convenience functions:
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-27 Jakub StaszakUse BlockFrequency instead of uint32_t in BlockFrequenc...
2011-07-27 Bill WendlingKeep enums stable. Append EH stuff to the end.
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Eli FriedmanThe numbering of LLVMOpcode is supposed to be stable...
2011-07-27 Ted KremenekAdd a generic 'capacity_in_bytes' function to allow...
2011-07-27 Jakub StaszakMove static methods to the anonymous namespace.
2011-07-27 Jakub StaszakEdge to itself is backedge as well.
2011-07-27 Eli FriedmanMisc mid-level changes for new 'fence' instruction.
2011-07-27 Eli FriedmanFix AliasSetTracker so that it doesn't make any assumpt...
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Eli FriedmanFix a couple minor mistakes pointed out by Bill in...
2011-07-26 Andrew TrickSCEV: Added a data structure for storing not-taken...
2011-07-26 Duncan SandsStrip trailing whitespace.
2011-07-26 Duncan SandsTeach the Triple class about kfreebsd (FreeBSD kernel...
2011-07-26 Rafael EspindolaAdd LLVMAddAlwaysInlinerPass to the C API.
2011-07-26 Rafael EspindolaLLVM 3.0 is here, remove old do nothing method.
2011-07-26 Jay FoadFix typo in comment.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Evan ChengFix include guards.
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-07-25 Jakub StaszakAdd BlockFrequency class.
2011-07-25 Rafael EspindolaAdd LLVMAddTargetLibraryInfo to the C API.
2011-07-25 Rafael EspindolaAdd LLVMAddLowerExpectIntrinsicPass to the C API.
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-25 Jakub StaszakFix class description.
2011-07-25 Jakub StaszakFix #include guard directive.
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-07-25 Jay FoadRemove uses of std::vector from TypeBuilder.
2011-07-25 Jay FoadUse ArrayRef in the (protected) constructors of Constan...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-24 Chris Lattnerswitch Triple to take twines instead of stringrefs.
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-24 Frits van BommelOmit explicit length here, now that I've had a chance...
2011-07-23 Benjamin KramerFix a silly off by one.
2011-07-23 Benjamin KramerAdd more constness.
2011-07-23 Benjamin KramerTurn the DenseSet in MCRegisterClass into a tblgenerate...
2011-07-23 Benjamin KramerGive TargetRegisterClass a pointer to the MCRegisterCla...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 NAKAMURA TakumiCMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
2011-07-23 NAKAMURA Takumiconfig.h.cmake: Reorder along config.h.in.
2011-07-23 Andrew TrickMove trip count discovery outside of the generic LoopUn...
2011-07-22 Oscar FuentesTeach cmake configured headers about LLVM_NATIVE_TARGETMC
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Bill WendlingAdd a method to set the compact unwind info.
2011-07-22 Bill WendlingAdd a method to get the list of FrameInfos.
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-22 Chandler CarruthMove the logic for printing the registered targets...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-07-22 Jakub StaszakAllow getBlockFreq to return 0.
2011-07-22 Benjamin KramerTeach tblgen to emit MCRegisterClasses.
next