Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry, I...
[oota-llvm.git] / include /
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-08-30 Benjamin KramerTeach macho-dump to dump the uleb128s referred to by...
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-30 Nicolas GeoffrayThe code model of JIT should default to JITDefault.
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-08-30 Rafael EspindolaCommand line option to enable support for segmented...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Benjamin KramerTeach macho-dump how to dump linkedit_data load commands.
2011-08-30 Benjamin KramerAdd load commands from Lion to Macho.h.
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Jim GrosbachTidy up. Whitespace.
2011-08-29 Jim GrosbachTidy up. 80 columns.
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-29 Tobias GrosserAdd AMDIL as valid target triple to LLVM.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-26 Andrew TrickLoopInfo::updateUnloop fix, and verify Block->Loop...
2011-08-25 Bill WendlingInitial check in that will auto-upgrade the old EH...
2011-08-25 David GreeneConstify Comparison
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Nate BegemanAdd some useful accessors to c++ api that appear to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-08-23 Ivan KrasinThis patch adds support of le32 pseudo-cpu that stands...
2011-08-22 Benjamin KramerAdd an MCInstrAnalysis version of isCall.
2011-08-22 Jay FoadRemove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-19 Jakob Stoklund OlesenAdd IntervalMap::const_iterator::atBegin().
2011-08-19 Benjamin KramerC API functions must be able to see their extern "C...
2011-08-19 Bill WendlingAdd SplitLandingPadPredecessors().
2011-08-18 Ivan KrasinAdd NativeClient operating system support.
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-18 Chris LattnerRip out the old StructType APIs as warned about on...
2011-08-18 Richard OsborneAdd intrinsics for SETEV, GETED, GETET.
2011-08-17 Bill WendlingAdd the support in code-gen for the landingpad instruct...
2011-08-17 Bill WendlingRemove unneeded sentence.
2011-08-17 Jordy Rose...and make sure DynamicLibrary builds by removing...
2011-08-17 Jordy RoseDon't use NULL to represent an invalid library; Cygwin...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-16 Devang PatelIncrement debug info version to accommodate upcoming...
2011-08-16 Bill WendlingAdd getFirstInsertionPt() method.
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-16 Jim GrosbachRemove unused forward declaration.
2011-08-16 Jim GrosbachTidy up. Trailing whitespace.
2011-08-16 David ChisnallAdd a mechanism for optimisation plugins to register...
2011-08-16 Rafael EspindolaRemove unimplemented method. Fixes PR10658.
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Devang PatelAdd a finalize() hook, that'll let DIBuilder construct...
2011-08-15 Jim GrosbachMove MatchResultTy enum into base class definition.
2011-08-15 Devang PatelRefactor. Global variables are part of compile unit...
2011-08-15 Jim GrosbachTidy up trailing whitespace.
2011-08-13 Nick LewyckyRemove the last improper use of getGlobalContext()...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Devang PatelConstify.
2011-08-12 Devang PatelUse ArrayRef.
2011-08-12 Chris Lattneradd ifdef's to let people easily remove these dead...
2011-08-12 Chris Lattneradd two missing function impls
2011-08-12 Chris Lattneradd new accessors to reflect new terminology in struct...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-12 Chris LattnerFix an obscure bug in PointerUnion that would bite...
2011-08-12 NAKAMURA Takumiinclude/llvm/Config/config.h.cmake: Reorder to follow...
2011-08-12 NAKAMURA TakumiCMake: Eliminate unused checks and #undef(s) as below;
2011-08-12 NAKAMURA Takumiinclude/llvm/Config/llvm-config.h: Reorder and reword...
2011-08-12 NAKAMURA Takumiconfigure: Update since r136721.
2011-08-12 Nick LewyckyA virtual destructor for the class with virtual methods!
2011-08-11 Andrew TrickAllow loop unrolling to get known trip counts from...
2011-08-11 NAKAMURA TakumiDataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats...
2011-08-11 Chad RosierTypo.
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Andrew TrickReapplying r136844.
2011-08-10 Andrew TrickCleanup. Remove an extraneous GraphTraits specialization.
2011-08-10 Devang PatelDistinguish between two copies of one inlined variable...
2011-08-10 Devang PatelProvide utility to extract and use lexical scoping...
2011-08-10 Andrew TrickCleanup. Make ScalarEvolution an explicit argument...
2011-08-10 Andrew TrickAdded a SimplifyIndVar utility to simplify induction...
2011-08-10 Andrew TrickCleanup. Added LoopBlocksDFS::perform for simple clients.
2011-08-10 Peter CollingbournePreserve the name for this variant of IRBuilder::CreateCall
2011-08-10 Andrew TrickCleanup. Avoid relying on specialization of std::distance.
2011-08-10 Andrew TrickFix the LoopUnroller to handle nontrivial loops and...
2011-08-09 Jakob Stoklund OlesenTrim an unneeded header.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-09 Rafael EspindolaAdd missing file.
2011-08-09 Jakob Stoklund OlesenMove CalculateRegClass to MRI::recomputeRegClass.
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...
next