aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick
2011-05-11Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling
2011-05-11Fix comment.Bill Wendling
2011-05-10Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky
2011-05-10Add support for plugins add passes to the default set of passes. The standar...David Chisnall
2011-05-10Rename DwarfRequiresRelocationForStmtList toRafael Espindola
2011-05-10Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola
2011-05-10Add support for producing .deubg_frame sections.Rafael Espindola
2011-05-10Factor some code into a new EmitFrames method.Rafael Espindola
2011-05-10Parsing and plumbing for .cfi_sections.Rafael Espindola
2011-05-09Change a few std::maps to DenseMaps.Dan Gohman
2011-05-08Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola
2011-05-08PR9869: Add explicit destructor declarations to Operator subclasses, to allowEli Friedman
2011-05-07Fix comments per Duncan's review.Eli Friedman
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06Switch Darwin to the generic CIE/FDE printer.Rafael Espindola
2011-05-06ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-05-06Make the logic for determining function alignment more explicit. No function...Eli Friedman
2011-05-06Yet more dead code.Rafael Espindola
2011-05-06Update comments.Rafael Espindola
2011-05-06More dead code elimination.Rafael Espindola
2011-05-06Dead code elimination.Rafael Espindola
2011-05-05Remove the DwarfTable enum.Rafael Espindola
2011-05-05Fix typo. No functional change.Nick Lewycky
2011-05-05Allow FastISel of three-register-operand instructions.Owen Anderson
2011-05-05Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng
2011-05-05Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling
2011-05-05llvmc: Make 'true' and 'false' instances of a 'Bool' class.Mikhail Glushenkov
2011-05-04Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.Ted Kremenek
2011-05-04If builder is initialized using an instruction as insertion point, then use t...Devang Patel
2011-05-04Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola
2011-05-04Remove dead intrinsics.Bill Wendling
2011-05-03Implement some basic simplifications involving min/max, for exampleDuncan Sands
2011-05-03Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes
2011-05-03Fix a comment.Bob Wilson
2011-05-03Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman
2011-05-02Forgot to commit the changes to this file.Duncan Sands
2011-05-02Remove an unused variable in NDEBUG (found with -Wunused-variable).Chandler Carruth
2011-05-02Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...Jakob Stoklund Olesen
2011-05-01enhance memcpyopt to obey -fno-builtin and friends. This addresses aChris Lattner
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola
2011-04-30Avoid using stale entries form the sibling value map.Jakob Stoklund Olesen
2011-04-30Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola
2011-04-30Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola
2011-04-29Assing line number info to new PHIs created by SSA updater.Devang Patel
2011-04-29MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar
2011-04-29Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola