Fix typos. Thanks to Matt Beaumont-Gay for noticing it.
[oota-llvm.git] / lib /
2012-07-25 Rafael EspindolaFix typos. Thanks to Matt Beaumont-Gay for noticing it.
2012-07-25 Rafael EspindolaWhen a return struct pointer is passed in registers...
2012-07-25 Rafael EspindolaFactor a long list of conditions into a predicate funct...
2012-07-25 Duncan SandsWhen folding a load from a global constant, if the...
2012-07-25 Akira HatanakaEliminate the stack slot used to save the global base...
2012-07-24 Kevin EnderbyFix a bug in the x86 disassembler's symbolic disassembl...
2012-07-24 Nick LewyckyDon't delete one more instruction than we're allowed...
2012-07-24 Nuno Lopesadd a few more functions to TargetLibraryInfo:
2012-07-24 David ChisnallELF does not imply GNU/Linux. Do not assume GNU conven...
2012-07-24 Nuno LopesTargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-24 Nadav RotemClean whitespaces.
2012-07-24 Nick LewyckyTeach globalopt to not nuke all stores to globals....
2012-07-24 Craig TopperChange llvm_unreachable in SplitVectorOperand to report...
2012-07-24 Akira HatanakaFix function MipsCodeEmitter::emitExternalSymbolAddress...
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-23 Nuno Lopesmake ConstantRange::zeroExtend() optimal
2012-07-23 Dan GohmanAn objc_retain can serve as a may-use for a different...
2012-07-23 Akira HatanakaAdd comment for relocations MO_HIGHER and HIGHEST in...
2012-07-23 Micah VillmowTest revert of test changes.
2012-07-23 Micah VillmowTest commit.
2012-07-23 Nadav RotemSuppress a warning.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-23 Nadav RotemFixed DAGCombine optimizations which generate select_cc...
2012-07-23 Craig TopperTidy up. Fix indentation and remove trailing whitespace.
2012-07-23 Craig TopperChange llvm_unreachable in SplitVectorResult to report_...
2012-07-22 Chandler CarruthMove the initialization of the bounds checking pass...
2012-07-22 NAKAMURA TakumiExecutionEngine/TargetSelect.cpp: Override default...
2012-07-21 Nick LewyckyRevert r160602.
2012-07-21 Nick LewyckyTeach globalopt to play nice with leak checkers. This...
2012-07-21 Akira HatanakaFix Mips long branch pass.
2012-07-21 Akira HatanakaAdd HIGHER and HIGHEST relocations to Mips backend.
2012-07-21 Akira HatanakaRevert accidental commit.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-20 Nuno Lopesbaby steps toward fixing some problems with inbound...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-07-20 Jakob Stoklund OlesenAvoid folding loads that are unsafe to move.
2012-07-20 Chandler CarruthFix a dangling StringRef bug in the auto upgrader....
2012-07-20 Jakob Stoklund OlesenSplit loop exiting edges more aggressively.
2012-07-20 Benjamin KramerTry to unbreak the windows build.
2012-07-20 Daniel DunbarSourceMgr: Use has_colors() instead of just is_displaye...
2012-07-20 Daniel Dunbarraw_ostream: Add a has_colors() method.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-20 Richard OsborneFix assertion in jump threading (PR13405).
2012-07-20 Kostya Serebryany[asan] make sure that the crash callbacks do not get...
2012-07-20 Craig TopperDon't use implicit register operands to calculate L...
2012-07-19 Nick LewyckyRevert r160529 due to crashes.
2012-07-19 Pete CooperFix crash in machine verifier when trying to print...
2012-07-19 Nick LewyckyDon't wipe out global variables that are probably stori...
2012-07-19 Galina KistanovaReverting r 160419.
2012-07-19 Preston GurdAdds the family codes for the Midview Atom processors...
2012-07-19 Sebastian Popdefault to use -mv4 when no version of Hexagon has...
2012-07-19 Nuno Lopesreimplement truncate() to make it optimal.
2012-07-19 Benjamin KramerPull the simple parts of DenseMapInfo<DebugLoc> inline...
2012-07-19 Benjamin KramerReplace some explicit compare loops with std::equal.
2012-07-19 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-19 Galina KistanovaFixed few warnings.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Manman RenX86: remove redundant cmp against zero.
2012-07-18 Preston GurdThis patch fixes 8 out of 20 unexpected failures in...
2012-07-18 Victor OliveiraAdding some debug information to PassManager
2012-07-18 Chad RosierWhitespace.
2012-07-18 Chandler CarruthFix a somewhat nasty crasher in PR13378. This crashes...
2012-07-18 Andrew TrickFix ARMTargetLowering::isLegalAddImmediate to consider...
2012-07-18 Andrew Trickwhitespace
2012-07-18 Nadav RotemThe vbroadcast family of instructions has 'fallback...
2012-07-18 Jack CarterMips specific inline asm operand modifier 'M':
2012-07-18 Craig TopperRemove tab characters.
2012-07-18 Craig TopperFix typo in error message and remove some tab characters.
2012-07-18 Andrew Trickindvars: drive by heuristics fix.
2012-07-18 Andrew Trickindvars: Linear function test replace should avoid...
2012-07-18 Craig TopperMake x86 asm parser to check for xmm vs ymm for index...
2012-07-18 Galina KistanovaFixed few warnings.
2012-07-18 Nuno Lopesignore 'invoke @llvm.donothing', but still keep the...
2012-07-18 Joel JonesMore replacing of target-dependent intrinsics with...
2012-07-17 Akira HatanakaClean up Mips16InstrFormats.td and Mips16InstrInfo.td.
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-17 Jakob Stoklund OlesenAdd some trace output to TwoAddressInstructionPass.
2012-07-17 Benjamin KramerRemove unused variable.
2012-07-17 Nuno Lopessimplify getSetSize() per Duncan's comments
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-17 Kostya Serebryany[asan] more code to merge crash callbacks. Doesn't...
2012-07-17 Nadav RotemFix a crash in the legalization of large vectors.
2012-07-17 Evan ChengImplement r160312 as target indepedenet dag combine.
2012-07-17 Evan ChengMake sure constant bitwidth is <= 64 bit before calling...
2012-07-17 Evan ChengThis is another case where instcombine demanded bits...
2012-07-17 Andrew TrickReapply r160340. LSR: Limit CollectSubexprs.
2012-07-17 Andrew TrickRevert "LSR: try not to blow up solving combinatorial...
2012-07-17 Andrew TrickLSR: try not to blow up solving combinatorial problems...
2012-07-16 Nuno Lopesfix PR13339 (remove the predecessor from the unwind...
2012-07-16 Nuno Lopesteach ConstantRange that zero times X is always zero
2012-07-16 Evan ChengFor something like
2012-07-16 Nadav RotemMinor cleanup and docs.
2012-07-16 Nadav RotemMake ComputeDemandedBits return a deterministic result...
next