Handle gcc-compatible compilers (such as clang) the same way we handle
[oota-llvm.git] / lib /
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Bill WendlingGive the 'eh.sjlj.dispatchsetup' intrinsic call the...
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2011-05-10 Eric ChristopherOptimize atomic lock or that doesn't use the result...
2011-05-10 Rafael EspindolaFix cmake again.
2011-05-10 Nick LewyckyRemove empty file.
2011-05-10 Rafael EspindolaAvoid a gcc warning.
2011-05-10 Rafael EspindolaFix cmake build.
2011-05-10 Nick LewyckyRevert r131155 for now. It makes VMCore depend on Analy...
2011-05-10 Rafael EspindolaInitialize moveTypeModule.
2011-05-10 Eli FriedmanDisable my little CopyToReg argument hack with fast...
2011-05-10 David ChisnallAdd support for plugins add passes to the default set...
2011-05-10 Stuart HastingsCorrectly walk through nested and adjacent CALLSEQ_STAR...
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-10 Rafael EspindolaThe EH symbols are only needed in eh_frame, not debug_f...
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-10 Eric ChristopherRefactor lock versions of binary operators to be a...
2011-05-10 Jason W KimFirst cut at getting debugging support for ARM/MC/ELF/.o
2011-05-10 Jakob Stoklund OlesenFix PR9883. Make sure all caches are invalidated when...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Rafael EspindolaAdd CFIStartSections to the asm printer. Add an assert...
2011-05-10 Justin HolewinskiPTX: add PTX 2.3 setting in PTX sub-target.
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-10 Rafael EspindolaSmall cleanups.
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-10 Rafael EspindolaRemove unused argument.
2011-05-10 Rafael EspindolaParsing and plumbing for .cfi_sections.
2011-05-10 Devang PatelPreserve line number information.
2011-05-09 Devang PatelDo not ignore InlinedAt while walking up scope chain...
2011-05-09 Eric ChristopherLook through struct wrapped types for inline asm statments.
2011-05-09 Dan GohmanChange a few std::maps to DenseMaps.
2011-05-09 Eric ChristopherFix td file comments for Mips.
2011-05-09 Mon P WangFixed MC encoding for index_align for VLD1/VST1 (single...
2011-05-09 Duncan SandsIndent properly, no functionality change.
2011-05-08 NAKAMURA TakumiEliminate an unused line to fix a warning.
2011-05-08 Jakob Stoklund OlesenRemove an assertion to fix PR9872.
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-08 Rafael EspindolaDon't force relaxation of AdvanceLoc instructions on...
2011-05-07 Jakob Stoklund OlesenEliminate the ARM sub-register indexes that are not...
2011-05-07 Duncan SandsThe comparision "max(x,y)==x" is equivalent to "x>...
2011-05-07 Eric ChristopherFix the non-MC encoding of pkhbt and pkhtb.
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: delete duplicated files
2011-05-06 Dylan NoblesmithExecutionEngine: add missing file
2011-05-06 Akira Hatanaka1. Keep lines in 80 columns.
2011-05-06 Dylan NoblesmithExecutionEngine: move createJIT() definition
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-05-06 Jakob Stoklund OlesenEmit a proper error message when register allocators...
2011-05-06 Andrew TrickAdded an assertion, and updated a comment.
2011-05-06 Nick LewyckyIt's valid to take the blockaddress of a different...
2011-05-06 Evan Cheng80 col violations.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-06 Eli FriedmanUse array_lengthof. No functional change.
2011-05-06 Jakob Stoklund OlesenIterate backwards over debug locations when splitting...
2011-05-06 Andrew TrickTypo: Reviewed by Alistair.
2011-05-06 Jakob Stoklund OlesenUpdate LiveDebugVariables after live range splitting.
2011-05-06 Jakob Stoklund OlesenUse TargetMachine hooks to properly print debug variabl...
2011-05-06 Jakob Stoklund OlesenAlso count identity copies.
2011-05-06 Andrew TrickPost-RA scheduler compile time fix. Quadratic computati...
2011-05-06 Devang PatelMove CompileUnit::getOrCreateNameSpace() and CompileUni...
2011-05-06 Rafael EspindolaNothing else uses this label.
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-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-05-06 Duncan SandsFix PR9820: a read-only call differs from a load in...
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-05 Nick LewyckyThe computation of string length is not that complicate...
2011-05-05 Rafael EspindolaRemove DwarfTableException.
2011-05-05 Rafael EspindolaRemove the DwarfTable enum.
2011-05-05 Devang PatelIn debug output, clearly list new instructions without...
2011-05-05 Devang PatelRemove little used statistical counter.
2011-05-05 Eli FriedmanPR9838: Fix transform introduced in r127064 to not...
2011-05-05 Rafael EspindolaMove PPC Linux to CFI.
2011-05-05 Rafael EspindolaImplement a really simple DwarfSjLjException.
2011-05-05 Rafael EspindolaList all exception types in a switch.
2011-05-05 Andrew TrickARM post RA scheduler compile time fix.
2011-05-05 Andrew Trickwhitespace
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
2011-05-05 Owen AndersonAllow FastISel of three-register-operand instructions.
2011-05-05 Devang PatelIf debug info for inlined function is missing then...
2011-05-05 Eli FriedmanPR9848: pandn is not commutative.
2011-05-05 Jakob Stoklund OlesenAdd some statistics to the splitting and spilling frame...
2011-05-05 Eli FriedmanAvoid extra vreg copies for arguments passed in registe...
2011-05-05 Eli FriedmanSmall syntax cleanup; we don't need to #define constant...
2011-05-05 Eli FriedmanMinor correction to r130877; fixes PR9846 and hopefully...
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 Nick LewyckyUpdate the gcov version used slightly, to make it stop...
2011-05-05 Nick LewyckyRemove dead function.
2011-05-05 Nick LewyckyWhen the path wasn't emitted by the frontend, discard...
2011-05-04 Jakob Stoklund OlesenDisable physical register coalescing by default.
2011-05-04 Devang PatelSet debug loc for new instructions.
2011-05-04 Devang PatelSet debug location for new PHI nodes created in exit...
next