oota-llvm.git
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-05-08 Andrew TrickAllow NULL LoopPassManager argument in UnrollLoop....
2012-05-08 Jakob Stoklund... Extract methods for joining physregs.
2012-05-07 Jakob Stoklund... Naming convention and whitespace. No functional change.
2012-05-07 Jakob Stoklund... Coalesce subreg-subreg copies.
2012-05-07 Pete CooperRemove C Backend from the bugpoint docs
2012-05-07 Jakob Stoklund... Add an MF argument to TRI::getPointerRegClass() and...
2012-05-07 Jakob Stoklund... Fix bug in TRI::getCommonSuperRegClass().
2012-05-07 Owen AndersonTeach DAG combine to fold x-x to 0.0 when unsafe FP...
2012-05-07 Owen AndersonTeach reassociate to commute FMul's and FAdd's in order...
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-05-07 Jordy RoseConstify (trivially) ImmutableSet::iterator::getVisitSt...
2012-05-07 Jakob Stoklund... Add TRI::getCommonSuperRegClass().
2012-05-07 Chad RosierFix a regression from r147481. This combine should...
2012-05-07 Matt Beaumont-GayDon't assume size_t is unsigned long long.
2012-05-07 Manman RenX86: optimization for -(x != 0)
2012-05-07 Eric ChristopherAdd support for the 'x' constraint.
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 John McCallFix trivial typo in llvm_move.
2012-05-07 Craig TopperFix some issues in the f16c instructions.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-07 Eric ChristopherAllow 64 bit integer values in gpu registers if arch...
2012-05-07 Eric ChristopherWhen using inline asm constraints representing
2012-05-07 Jim GrosbachTidy up. Whitespace.
2012-05-06 Craig TopperUse MVT instead of EVT as the argument to all the shuff...
2012-05-06 Craig TopperAdd VPERMQ/VPERMPD to the list of target specific shuff...
2012-05-06 Craig TopperAdd shuffle decode support for VPERMQ/VPERMPD.
2012-05-06 Jim GrosbachTableGen: AsmMatcher diagnostic when missing instructio...
2012-05-06 Chris Lattnermake SourceMgr tolerate empty SMLoc()'s better.
2012-05-06 Benjamin KramerSwitch the select to branch transformation on by default.
2012-05-06 Jakub StaszakRemove trailing spaces.
2012-05-06 NAKAMURA TakumiUnix/Process.inc: Give more useful random seed to srand...
2012-05-06 NAKAMURA TakumiSupport/Process: Move llvm::sys::Process::GetRandomNumb...
2012-05-05 Chris Lattnerreapply my patch, with a fix for an off-by-one error...
2012-05-05 Chris Lattnerrevert my patches, which are causing problems.
2012-05-05 Chris Lattneradd missing header <shame>
2012-05-05 Chris Lattnerrefactor some code to expose column numbers more and...
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-05-05 Daniel Dunbar[Support] Add missing include.
2012-05-05 Daniel Dunbar[Support] Fix up comments.
2012-05-05 Daniel Dunbar[Support] Rewrite sys::fs::unique_file to not be stupid...
2012-05-05 Daniel Dunbar[Support] Add sys::Process::GetRandomNumber().
2012-05-05 Daniel Dunbar[build] Add build check for ::arc4random().
2012-05-05 Benjamin KramerUpdate all outdated autoconf files in the sample project.
2012-05-05 Benjamin KramerCodeGenPrepare: Add a transform to turn selects into...
2012-05-05 Benjamin KramerAdd a new target hook "predictableSelectIsExpensive".
2012-05-05 Benjamin KramerNVPTX: Initialize the UseF32FTZ flag.
2012-05-05 Stepan DyatkovskiySmall fix in InstCombineCasts.cpp. Restored "alloca...
2012-05-05 Eric ChristopherTypo.
2012-05-04 Jakob Stoklund... Order register classes by spill size first, members...
2012-05-04 Jakob Stoklund... Make sure findRepresentativeClass picks the widest...
2012-05-04 Jakob Stoklund... Remove extra comma in debug output.
2012-05-04 David BlaikieFix warnings in release build.
2012-05-04 Kevin EnderbyTweak to the fix in r156212, as with the change in...
2012-05-04 Kevin EnderbyFix a bug in the ARM disassembler for wide branch condi...
2012-05-04 Chandler CarruthFix a Clang warning in the new NVPTX backend:
2012-05-04 Chandler CarruthTeach the code extractor how to extract a sequence...
2012-05-04 Chandler CarruthRename the Region::block_iterator to Region::block_node...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-05-04 Sebastian PopAdded missing CMN case in Thumb2SizeReduction pass...
2012-05-04 Preston GurdAdds Intel Atom scheduling latencies to X86InstrSystem.td.
2012-05-04 Matt Beaumont-GayPacify GCC's -Wreturn-type
2012-05-04 Chandler CarruthFactor the computation of input and output sets into...
2012-05-04 Chandler CarruthRather than trying to gracefully handle input sequences...
2012-05-04 Chandler CarruthFix a goof with my previous commit by completely return...
2012-05-04 Chandler CarruthHoist a safety assert from the extraction method into...
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-04 Hans WennborgMake ARM and Mips use TargetMachine::getTLSModel()
2012-05-04 Craig TopperFix some loops to match coding standards. No functional...
2012-05-04 Craig TopperFix up some spacing. No functional change.
2012-05-04 Craig TopperSimplify broadcast lowering code. No functional change...
2012-05-04 Craig TopperAllow v16i16 and v32i8 shuffles to be rewritten as...
2012-05-04 Bill WendlingAdd 'landingpad' instructions to the list of instructio...
2012-05-04 Craig TopperSimplify shuffle narrowing code a bit. No functional...
2012-05-04 Jakob Stoklund... Remove the SubRegClasses field from RegisterClass descr...
2012-05-04 Jakob Stoklund... Remove TargetRegisterClass::SuperRegClasses.
2012-05-04 Rafael EspindolaPass -fcolor-diagnostics when it is supported. This...
2012-05-04 Jakob Stoklund... Use SuperRegClassIterator for findRepresentativeClass().
2012-05-04 Jakob Stoklund... Initialize SparcInstrInfo before SparcTargetLowering.
2012-05-04 Jakob Stoklund... Add a SuperRegClassIterator class.
2012-05-04 Chandler CarruthA pile of long over-due refactorings here. There are...
2012-05-03 Chandler CarruthAdd a FoldingSetVector datastructure which is analogous...
2012-05-03 Pete CooperPR12729: Change 'llvm-objdump' to display the available...
2012-05-03 Jakob Stoklund... Remove accidentally added file.
2012-05-03 Jakob Stoklund... Use a shared implementation of getMatchingSuperRegClass().
2012-05-03 Jakob Stoklund... Add TargetRegisterClass::getSuperRegIndices().
2012-05-03 Jakob Stoklund... Emit SuperRegMasks as part of the existing SubClassMask...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-03 Chandler CarruthFactor the logic for testing whether a basic block...
2012-05-03 Nuno Lopesremove calls to calloc if the allocated memory is not...
next