aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-19GCC doesn't understand that OrigAliasResult having a value is correlated withDuncan Sands
2012-09-19Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt
2012-09-19SimplifyCFG: Don't generate invalid code for switch used to initializeHans Wennborg
2012-09-19Fix minor typo in IntervalPartition.hWill Dietz
2012-09-19Make MapVector a bit more expensive but harder to misuse. We now onlyRafael Espindola
2012-09-19InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...Benjamin Kramer
2012-09-19IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer
2012-09-19Remove unused and broken CloneFunction wrapper.Benjamin Kramer
2012-09-19Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg
2012-09-19rename testNadav Rotem
2012-09-19Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem
2012-09-19CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg
2012-09-19Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper
2012-09-19whitespace.Nadav Rotem
2012-09-19Add explicit VEX_L tags to all 256-bit instructions. This will allow us to re...Craig Topper
2012-09-19Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick
2012-09-19SchedMachineModel: compress the CPU's WriteLatencyTable.Andrew Trick
2012-09-19De-nest if's and fix mix-upSean Silva
2012-09-19Iterate deterministicaly over ClassInfo*'sSean Silva
2012-09-19Iterate deterministically over register classesSean Silva
2012-09-19Refactor Record* by-ID comparator to Record.hSean Silva
2012-09-19llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi
2012-09-18Tidy up. Minor formatting.Jim Grosbach
2012-09-18Tidy up. 80 columns.Jim Grosbach
2012-09-18comment typoAndrew Trick
2012-09-18Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth
2012-09-18Test commitSean Silva
2012-09-18New utility for expanding integer division for targets that don't support it.Michael Ilseman
2012-09-18MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648Evan Cheng
2012-09-18FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer
2012-09-18Add test for r164155 and remove two tests superseded by ppc64-calls.ll.Roman Divacky
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin
2012-09-18Add a MapVector class. It provides a regular set iteration, butRafael Espindola
2012-09-18Fix the isLocalCall() by checking for linker weakness as well.Roman Divacky
2012-09-18TargetSchedule: cleanup computeOperandLatency logic & diagnostics.Andrew Trick
2012-09-18misched: Make ScheduleDAGInstrs use the TargetSchedule interface.Andrew Trick
2012-09-18Revert r164051.Akira Hatanaka
2012-09-18LSR critical edge splitting fix for PR13756.Andrew Trick
2012-09-18Fix getCommonType in a different way from the way I fixed it whenChandler Carruth
2012-09-18Fix build for compilers that don't understand injected class names properly.Benjamin Kramer
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...Benjamin Kramer
2012-09-18On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky
2012-09-18Optimize local func calls to not emit nop for TOC restoration.Roman Divacky
2012-09-18Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky
2012-09-18SROA: Replace the member function template contraption for recursively splitt...Benjamin Kramer
2012-09-18Add test for r164132.Roman Divacky
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-18SROA.cpp: Appease msvc.NAKAMURA Takumi
2012-09-18llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...NAKAMURA Takumi