summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-28
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-28
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-28
* misched: better alias analysis.Andrew Trick2012-11-28
* misched: Debug output fix. Use an always valid iterator.Andrew Trick2012-11-28
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-28
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-28
* Add comments.Eric Christopher2012-11-28
* Rearrange ordering of sections.Eric Christopher2012-11-28
* Move and comment accessor routines.Eric Christopher2012-11-28
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-28
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-28
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-28
* Some grammar fixesEli Bendersky2012-11-28
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-28
* lit: Bump the version to .3.Daniel Dunbar2012-11-28
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-27
* docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi2012-11-27
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-27
* Attempt to make the comments for dwarf debug look more likeEric Christopher2012-11-27
* Reapply section moving, make sure string section is output last.Eric Christopher2012-11-27
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-27
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-27
* Remove unused internal linkage variable.Richard Smith2012-11-27
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-27
* Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier2012-11-27
* Modifying lli to use the SectionMemoryManager.Andrew Kaylor2012-11-27
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-27
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-27
* Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor2012-11-27
* CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren2012-11-27
* instcombine: Don't replace all uses for instructions with no usesMeador Inge2012-11-27
* Remove duplicated #includes.Jakub Staszak2012-11-27
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-27
* X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren2012-11-27
* Test commit only modifying commentsPedro Artigas2012-11-27
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand2012-11-27
* Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge2012-11-27
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi2012-11-27
* llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi2012-11-27
* llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi2012-11-27
* Trailing linefeeds.NAKAMURA Takumi2012-11-27
* Revert accidental commit.Craig Topper2012-11-27
* Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper2012-11-27
* Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project....Craig Topper2012-11-27
* tsan: instrument atomic nand operationDmitry Vyukov2012-11-27
* Add test cases for r168417.Craig Topper2012-11-27