aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-28Define signed const-ext immediate operands and their predicates.Jyotsna Verma
2012-11-28ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-11-28MCJIT depends on JIT.Benjamin Kramer
2012-11-28Fix initial frame state on powerpc64.Ulrich Weigand
2012-11-28Fix warning. [-Wunused-variable]Patrik Hägglund
2012-11-28Add error handling in getInt.Patrik Hägglund
2012-11-28[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling
2012-11-28misched: Analysis that partitions the DAG into subtrees.Andrew Trick
2012-11-28misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick
2012-11-28misched: better alias analysis.Andrew Trick
2012-11-28misched: Debug output fix. Use an always valid iterator.Andrew Trick
2012-11-28BBVectorize: Correctly merge SubclassOptionalDataHal Finkel
2012-11-28Add brief support for the fission .debug_info.dwo section forEric Christopher
2012-11-28Add comments.Eric Christopher
2012-11-28Rearrange ordering of sections.Eric Christopher
2012-11-28Move and comment accessor routines.Eric Christopher
2012-11-28Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen
2012-11-28Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen
2012-11-28Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen
2012-11-28Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor
2012-11-28Some grammar fixesEli Bendersky
2012-11-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier
2012-11-28lit: Bump the version to .3.Daniel Dunbar
2012-11-27This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt
2012-11-27docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi
2012-11-27Fix comment formatting in RuntimeDyld.hAndrew Kaylor
2012-11-27Attempt to make the comments for dwarf debug look more likeEric Christopher
2012-11-27Reapply section moving, make sure string section is output last.Eric Christopher
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Remove unused internal linkage variable.Richard Smith
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier
2012-11-27Modifying lli to use the SectionMemoryManager.Andrew Kaylor
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-27Modified depends() to recognize that when all levels are "=" andPreston Briggs
2012-11-27Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor
2012-11-27CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren
2012-11-27instcombine: Don't replace all uses for instructions with no usesMeador Inge
2012-11-27Remove duplicated #includes.Jakub Staszak
2012-11-27SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer
2012-11-27X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren
2012-11-27Test commit only modifying commentsPedro Artigas
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-27Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge