oota-llvm.git
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... Emit 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... Iterate backwards over debug locations when splitting...
2011-05-06 Jim GrosbachImprove diagnostics for some parse errors. Not assertin...
2011-05-06 Jim GrosbachParseFile() may throw, so extend the try/catch to handl...
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.
2011-05-06 Andrew TrickTypo: Reviewed by Alistair.
2011-05-06 Rafael EspindolaPass -disable-cfi to llc.
2011-05-06 Jakob Stoklund... Update LiveDebugVariables after live range splitting.
2011-05-06 Jakob Stoklund... Use TargetMachine hooks to properly print debug variabl...
2011-05-06 Jakob Stoklund... Also count identity copies.
2011-05-06 Rafael EspindolaPass -disable-cfi.
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 Nick LewyckyFix typo. No functional change.
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 Galina KistanovaMany LLVM tests relies on standard output stream be...
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... Add some statistics to the splitting and spilling frame...
2011-05-05 Eli FriedmanAvoid extra vreg copies for arguments passed in registe...
2011-05-05 Jakob Stoklund... Fix test to be less sensitive to coalescing.
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 Mikhail Glushenkovllvmc: Make 'true' and 'false' instances of a 'Bool...
2011-05-05 Mikhail Glushenkovllvmc: Make it possible to provide an argument to ...
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... Disable 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...
2011-05-04 Jakob Stoklund... Prepare remaining tests for -join-physreg going away.
2011-05-04 Jakob Stoklund... Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8...
2011-05-04 Jakob Stoklund... Fix a batch of x86 tests to be coalescer independent.
2011-05-04 Bill WendlingDocument the automatic alias printing of InstAliases.
2011-05-04 Ted KremenekAdd explicit 'unregister' method to CrashRecoveryConext...
2011-05-04 Dan GohmanGive this test an explicit register allocator, so that...
2011-05-04 Bill WendlingSjLj EH could produce a machine basic block that legiti...
2011-05-04 Devang PatelPreserve line number information while threading jumps.
2011-05-04 Nick LewyckyCreate the parent directories to place the .gcda files...
2011-05-04 Eli FriedmanRe-commit r130862 with a minor change to avoid an itera...
2011-05-04 Devang PatelPreserve line number info.
2011-05-04 Galina KistanovaThis test fails on ARM. The test shouldn't explicitly...
2011-05-04 Devang PatelIf builder is initialized using an instruction as inser...
2011-05-04 Devang Patelpreserve line number info.
2011-05-04 Eli FriedmanBack out r130862; it appears to be breaking bootstrap.
2011-05-04 Eli FriedmanTeach MachineCSE how to do simple cross-block CSE invol...
2011-05-04 Duncan SandsRemove an unused variable.
2011-05-04 Jakob Stoklund... Fix more register and coalescing dependencies.
2011-05-04 Jakob Stoklund... Explicitly request physreg coalesing for a bunch of...
2011-05-04 Jakob Stoklund... Implement SystemZRegisterInfo::getMatchingSuperRegClass...
2011-05-04 Jakob Stoklund... FileCheckize and break dependence on coalescing order.
2011-05-04 Jakob Stoklund... Explicitly request -join-physregs for some tests that...
2011-05-04 Devang PatelDo not emit location expression size twice.
2011-05-04 Rafael EspindolaFix cmake build.
2011-05-04 Akira HatanakaRemove LLVM IR metadata in test case committed in r130847.
2011-05-04 Akira HatanakaPrevent instructions using $gp from being placed betwee...
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-04 Jakob Stoklund... Rename -disable-physical-join to -join-physregs and...
2011-05-04 Devang PatelTighten up check for empty (i.e. no meaningful debug...
2011-05-04 Duncan SandsAdd variations on: max(x,y) >= min(x,z) folds to true...
2011-05-04 Nick LewyckyEmit gcov data files to the directory specified in...
2011-05-04 Nick LewyckyFix crash when not setting GCOV_PREFIX.
2011-05-04 Bill WendlingRemove dead intrinsics.
2011-05-04 Andrew Trickindvars: Added DisableIVRewrite and WidenIVs.
2011-05-04 Nick LewyckyThe system suppression file should catch these, but...
2011-05-04 Jakob Stoklund... Don't depend on the physreg coalescing order.
2011-05-04 Jakob Stoklund... Don't run this test through -regalloc=basic.
2011-05-04 Jakob Stoklund... Fix register-dependent XCore tests
2011-05-04 Jakob Stoklund... Fix register-dependent test in MSP430.
next