oota-llvm.git
2011-09-28 Bill WendlingDon't conditionalize execution of the SjLj EH prepare...
2011-09-28 Andrew TrickTest case for r140670: indvars should hoist sext.
2011-09-28 Andrew Trickindvars should hoist [sz]ext because licm is not rerun.
2011-09-28 Eli FriedmanPR10628: Fix getModRefInfo so it queries the underlying...
2011-09-28 Jakob Stoklund... Rename class and clean up source.
2011-09-28 Jakob Stoklund... Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
2011-09-27 Akira HatanakaRemove MipsFPRound. Mips1 is no longer supported.
2011-09-27 Jakob Stoklund... Remove X86-dependent stuff from SSEDomainFix.
2011-09-27 Ted KremenekUnbreak CMake build.
2011-09-27 Jakob Stoklund... Implement TII::get/setExecutionDomain() for ARM.
2011-09-27 Jakob Stoklund... Promote the X86 Get/SetSSEDomain functions to TargetIns...
2011-09-27 Jim GrosbachARM Thumb2 asm parsing [SU]XT[BH] without rotate but...
2011-09-27 Bill WendlingThis is the start of the new SjLj EH preparation pass...
2011-09-27 Akira HatanakaEmbed patterns in definitions of MFC1 and MTC1 instead...
2011-09-27 Cameron ZwarichRemove an invalid assert that is really just asserting...
2011-09-27 NAKAMURA Takumitest/CMakeLists.txt: Depend on llvm-objdump. "make...
2011-09-27 Jim GrosbachRename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-27 Bill WendlingRemove incorrect passage.
2011-09-27 Chad RosierThese symbols appear to be visible by SearchForAddressO...
2011-09-27 Michael J.... Add binary archive support to llvm-nm.
2011-09-27 Michael J.... Object: Add archive support.
2011-09-27 Duncan SandsCheck that catch clauses have pointer type.
2011-09-27 Justin HolewinskiPTX: Fix case where printed alignment could be 0
2011-09-27 Michael J.... Unbreak tests.
2011-09-27 Bill WendlingAdd FCA to the lexicon.
2011-09-27 Justin HolewinskiPTX: Use external symbols to keep track of params and...
2011-09-27 Jakob Stoklund... Use existing function.
2011-09-27 Akira HatanakaFix function MipsRegisterInfo::getRegisterNumbering.
2011-09-27 Akira HatanakaDo not add the pass that restores $gp if target is...
2011-09-27 Duncan SandsHave the verifier check that all landingpad operands...
2011-09-27 Nadav RotemCleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntR...
2011-09-27 Nadav RotemRevert r140463; The patch assumes that <4 x i1> is...
2011-09-27 Bill WendlingRemove some not-really-correct wording.
2011-09-27 Akira HatanakaMark MipsPseudo isPseudo.
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
2011-09-27 Bill WendlingSplit the landing pad basic block with the correct...
2011-09-27 Andrew TrickDisable LSR retry by default.
2011-09-27 Eli FriedmanLast batch of test conversions to new atomic instructions.
2011-09-26 Andrew TrickLSR, one of the new Cost::isLoser() checks did not...
2011-09-26 Eli FriedmanConvert a bunch more tests over to the new atomic instr...
2011-09-26 Owen AndersonRemove extraneous commit garbage.
2011-09-26 Andrew TrickLSR cost metric minor fix and verification.
2011-09-26 Owen AndersonFix an incorrect decoder test.
2011-09-26 Bob WilsonRemove old hack for compiling with gcc-4.0.
2011-09-26 Owen AndersonRemove incorrect testcases.
2011-09-26 Akira HatanakaSet register class of a register according to value...
2011-09-26 Akira HatanakaDefine variable HasMips64 in MipsTargetLowering.
2011-09-26 Akira HatanakaIn single float mode, double precision FP arguments...
2011-09-26 Eli FriedmanConvert more tests to new atomic instructions.
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-26 Bill WendlingFix grammar.
2011-09-26 Bill WendlingRemove dead table entry.
2011-09-26 Bill WendlingSome minor (and more involved) cleanups. No real contex...
2011-09-26 Owen AndersonASR #32 is not allowed on Thumb2 USAT and SSAT instruct...
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-26 Eli FriedmanUpgrade a couple more tests to the new atomic instructions.
2011-09-26 Eli FriedmanEnhance alias analysis for atomic instructions a bit...
2011-09-26 Justin HolewinskiPTX: Fix memcpy intrinsic to handle 64-bit pointers
2011-09-26 Eli FriedmanFix this test so it doesn't fail on Mac.
2011-09-26 Justin HolewinskiPTX: Implement PTXSelectionDAGInfo
2011-09-26 Justin HolewinskiPTX: Implement ISD::ANY_EXTEND
2011-09-26 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
2011-09-26 James MolloyFix emission of debug data for global variables. getCon...
2011-09-26 Justin HolewinskiPTX: Add .align tests to stack object test file
2011-09-26 Justin HolewinskiPTX: SM > 2.0 implies +double
2011-09-26 Justin HolewinskiPTX: Fix some lingering issues with stack allocation
2011-09-26 Justin HolewinskiPTX: Split up the TableGen instruction definitions...
2011-09-26 Justin HolewinskiPTX: Unify handling of loads/stores
2011-09-26 Justin HolewinskiPTX: Handle FrameIndex nodes
2011-09-26 David MeyerOnly run tests in test/CodeGen/CBackend/X86 when both...
2011-09-26 David MeyerPR11004: Inline memcpy to avoid generating nested call...
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
2011-09-25 Jakob Stoklund... Add target hook for pseudo instruction expansion.
2011-09-25 Nadav Rotem[vector-select] Address one of the issues in pr10902...
2011-09-25 Jakob Stoklund... Clean up code after renaming LowerSubregs -> ExpandPost...
2011-09-25 Jakob Stoklund... Rename LowerSubregs to ExpandPostRAPseudos.
2011-09-24 Benjamin KramerSort CMakeLists.txt.
2011-09-24 Nadav RotemImplement Duncan's suggestion to use the result of...
2011-09-24 Nadav Rotem[Vector-Select] Address one of the problems in 10902.
2011-09-24 Akira HatanakaAdd .td file.
2011-09-24 Akira HatanakaRevert change made in .gitignore.
2011-09-24 Akira HatanakaPreparation for adding simple Mips64 instructions.
2011-09-24 Jakob Stoklund... Only run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2011-09-23 Andrew TrickLSR minor bug fix in RateRegister.
2011-09-23 Chris LattnerDuncan owns dragonegg too, it's all his fault :)
2011-09-23 Jakob Stoklund... Verify that terminators follow non-terminators.
2011-09-23 Eli FriedmanPR10998: It is not legal to sink an instruction past...
2011-09-23 Owen AndersonTeach the Thumb2 AsmParser to accept pre-indexed loads...
2011-09-23 Jakob Stoklund... Also match negative offsets for addrmode3 and addrmode5.
2011-09-23 Owen AndersonFix incorrect disassembly test.
2011-09-23 Owen AndersonAdd more fixed bits to USAT16 encoding to filter out...
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-23 Owen AndersonReapply r140412 (Thumb2 reg-reg loads cannot target...
2011-09-23 Owen AndersonRevert r140412. This affects more instructions than...
2011-09-23 Owen AndersonThumb2 register-shifted-register loads cannot target...
2011-09-23 Anna ZaksAdd getTreeFactory() to ImmutableSet to allow construct...
2011-09-23 Akira HatanakaImplement N32/64 calling convention. Patch by Liu.
2011-09-23 Akira HatanakaMake FGR64RegisterClass available if target is Mips64.
next