oota-llvm.git
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 Eric ChristopherFix a "Bad fd number" error on some platforms due to...
2012-07-23 Nuno Lopesmake ConstantRange::zeroExtend() optimal
2012-07-23 Richard TrieuAdd operator== to APSInt. This will compare the signed...
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 Nadav RotemDoxygenify the comments of ISD nodes.
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-22 NAKAMURA Takumiautoconf: Re-introduce LLVM_HOSTTRIPLE since r143500...
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 Galina KistanovaFix few warnings.
2012-07-20 Jakob Stoklund... Avoid 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... Split 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 Daniel Dunbarlit: Use close_fds=True on UNIX, to avoid file descript...
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-20 Owen AndersonMake RegisterOperand a subclass of DAGOperand so that...
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 Preston GurdFix remaining lit tests which were failing when run...
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 NAKAMURA Takumitest/DebugInfo/dwarfdump-test.test: Tweak expressions...
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 Chad RosierTweak prose.
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 Bill WendlingRemove tabs.
2012-07-18 Richard TrieuMove around some enum elements so that lastMRM corrects...
2012-07-18 Jim GrosbachTblGen: Tweak to pretty-print DAGISel.inc a bit better.
2012-07-18 Jordan RoseAllow PointerIntPairs to be created from const void *.
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 Andrew TrickAdded unit test for PR13361: LSR + SCEV "hangs" on...
2012-07-18 Victor Oliveiratest commit
2012-07-18 Simon AtanasyanAdd some missed ELF constants definitions:
2012-07-18 NAKAMURA TakumiUpdate config.h.cmake corresponding to config.h.in.
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 Andrew TrickSCEVTraversal: Add a visited set.
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 Nuno LopesApparently it's possible to do an 'invoke asm'.
2012-07-17 Akira HatanakaClean up Mips16InstrFormats.td and Mips16InstrInfo.td.
2012-07-17 Evan ChengAdd test case for r160387
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-17 Jim GrosbachTableGen: Pattern<> references to null_frag are a nop.
2012-07-17 Jakob Stoklund... Fix broken ipo_ext_iterator constructors.
2012-07-17 Jakob Stoklund... Add some trace output to TwoAddressInstructionPass.
next