aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier
2012-11-27This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt
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-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Modified depends() to recognize that when all levels are "=" andPreston Briggs
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-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-27Remove the dependent libraries feature.Bill Wendling
2012-11-27tsan: instrument atomic nand operationDmitry Vyukov
2012-11-27Revert rearrangement of debug info sections to unblock the botsEric Christopher
2012-11-27Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs
2012-11-27instcombine: Migrate sprintf optimizationsMeador Inge
2012-11-27Remove unneeded #include.Jakub Staszak
2012-11-27The section is .debug_line.Eric Christopher
2012-11-27Remove unneeded #include.Jakub Staszak
2012-11-27llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi
2012-11-27Code pretificationJoe Abbey
2012-11-27Remove unused forward declaration.Jakub Staszak
2012-11-27Remove unused MachineLoopRanges analysis.Jakub Staszak
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-27Fast-math optimization: fold multiply by zeroMichael Ilseman
2012-11-27Fast-math flags for the bitcodeMichael Ilseman