Revert ExecutionEngine patches, they either failed to build or broke unit tests.
[oota-llvm.git] / include /
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Rafael EspindolaSwitch Darwin to the generic CIE/FDE printer.
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Rafael EspindolaRemove the DwarfTable enum.
2011-05-05 Nick LewyckyFix typo. No functional change.
2011-05-05 Owen AndersonAllow FastISel of three-register-operand instructions.
2011-05-05 Hongbin ZhengMinor change: Fix the typo in RegionPass.h and RegionPa...
2011-05-05 Bill WendlingRemove a flag that would set the ".eh" symbol as .globl...
2011-05-05 Mikhail Glushenkovllvmc: Make 'true' and 'false' instances of a 'Bool...
2011-05-04 Ted KremenekAdd explicit 'unregister' method to CrashRecoveryConext...
2011-05-04 Devang PatelIf builder is initialized using an instruction as inser...
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-04 Bill WendlingRemove dead intrinsics.
2011-05-03 Duncan SandsImplement some basic simplifications involving min...
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-05-03 Bob WilsonFix a comment.
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-05-02 Duncan SandsForgot to commit the changes to this file.
2011-05-02 Chandler CarruthRemove an unused variable in NDEBUG (found with -Wunuse...
2011-05-02 Jakob Stoklund OlesenAdd a SlotIndexes::insertMachineInstrInMaps to insert...
2011-05-01 Chris Lattnerenhance memcpyopt to obey -fno-builtin and friends...
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Jakob Stoklund OlesenAvoid using stale entries form the sibling value map.
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-29 Devang PatelAssing line number info to new PHIs created by SSA...
2011-04-29 Daniel DunbarMCExpr: Add FindAssociatedSection, which attempts to...
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-29 Chris Lattneradd a missing operator that caused us to have to use...
2011-04-29 Rafael EspindolaAdd an alternative implementation of CIE and FDE emissi...
2011-04-28 Rafael EspindolaAdd the getExprForFDESymbol method that responsible...
2011-04-28 Ted KremenekAdd MemoryBuffer::getBufferKind() to report whether...
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-04-28 Jay FoadFix typos in comments.
2011-04-28 Chandler CarruthFix more -Wnon-pod-memset warnings.
2011-04-28 Chris Lattnerteach GVN to widen integer loads when they are overalig...
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-28 Ted KremenekAdd utility method to DenseMap to return the amount...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-28 Rafael EspindolaForward isFunctionEHFrameSymbolPrivate. If it is false...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-28 Chris Lattnersilence some -Wnon-pod-memset warnings, since std:...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Eli FriedmanRemove unused function.
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Chris Lattnermake a couple of changes to the standard pass pipeline:
2011-04-26 Chris Lattneradd an m_ConstantInt matching predicate that binds...
2011-04-26 Jakob Stoklund OlesenUse the new TRI->getLargestLegalSuperClass hook to...
2011-04-26 Jakob Stoklund OlesenAdd a TRI::getLargestLegalSuperClass hook to provide...
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-25 Chris LattnerImprove adherence to general style, use "foo_t &x"...
2011-04-25 Chris Lattnerallow adding a FoldingSetNodeID to a FastFoldingSetNode...
2011-04-24 Sebastian RedlGive ImmutableIntervalMap.h an include guard.
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-22 Eric ChristopherFix comment.
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-22 Frits van BommelComment out some unused parameter names to silence...
2011-04-22 NAKAMURA Takumiinclude/llvm/Target/TargetAsmInfo.h: Fix a warning.
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-21 Devang PatelRefactor.
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-21 Jakob Stoklund OlesenDon't allow per-register spill size and alignment.
2011-04-21 Nick LewyckyAdd independent controls for whether GCOV profiling...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Chris Lattneradd a helper method.
2011-04-19 Daniel DunbarADT/Triple: Add helper function for OS X version checks.
2011-04-19 Daniel DunbarADT/Triple: Add isOSVersionLT helper function.
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
next