aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add error handling in getInt.Patrik Hägglund2012-11-282-40/+37
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-286-28/+31
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-287-0/+38
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-284-77/+377
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-283-2/+2
* misched: better alias analysis.Andrew Trick2012-11-282-2/+130
* misched: Debug output fix. Use an always valid iterator.Andrew Trick2012-11-281-1/+1
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-282-0/+25
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-282-0/+12
* Add comments.Eric Christopher2012-11-281-0/+4
* Rearrange ordering of sections.Eric Christopher2012-11-281-9/+10
* Move and comment accessor routines.Eric Christopher2012-11-281-12/+15
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-286-17/+14
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-284-793/+686
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-284-2/+2
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-283-1/+1
* Some grammar fixesEli Bendersky2012-11-281-4/+3
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-284-2/+4
* lit: Bump the version to .3.Daniel Dunbar2012-11-281-1/+1
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-272-0/+31
* docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi2012-11-271-1/+1
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-271-23/+21
* Attempt to make the comments for dwarf debug look more likeEric Christopher2012-11-272-274/+200
* Reapply section moving, make sure string section is output last.Eric Christopher2012-11-271-24/+54
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-271-9/+7
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-271-2/+4
* Remove unused internal linkage variable.Richard Smith2012-11-271-2/+0
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-271-5/+6
* Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier2012-11-274-6/+6
* Modifying lli to use the SectionMemoryManager.Andrew Kaylor2012-11-271-222/+10
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-276-14/+186
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-2716-361/+376
* Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor2012-11-273-63/+205
* CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren2012-11-272-2/+32
* instcombine: Don't replace all uses for instructions with no usesMeador Inge2012-11-272-1/+42
* Remove duplicated #includes.Jakub Staszak2012-11-271-4/+0
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-272-3/+58
* X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren2012-11-272-0/+54
* Test commit only modifying commentsPedro Artigas2012-11-271-3/+3
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-2718-12/+645
* Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand2012-11-273-5/+12
* Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge2012-11-272-48/+26
* Remove the dependent libraries feature.Bill Wendling2012-11-2720-158/+1
* llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi2012-11-273-6/+12
* llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi2012-11-271-2/+1
* llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi2012-11-273-3/+3
* Trailing linefeeds.NAKAMURA Takumi2012-11-272-2/+0
* Revert accidental commit.Craig Topper2012-11-271-0/+42
* Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper2012-11-272-43/+2
* Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project....Craig Topper2012-11-271-0/+9