Do not install llvm-config-host for cross-builds of clang. rdar://11317847
[oota-llvm.git] / lib /
2012-05-08 Dan GohmanMiscellaneous accumulated cleanups.
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-08 Dan GohmanFix objc_storeStrong pattern matching to catch a potent...
2012-05-08 Jakob Stoklund OlesenUse a shared function for a common operation.
2012-05-08 Eric ChristopherFix thinko in conditional.
2012-05-08 Jim GrosbachDAGCombiner should not change the type of an extract_ve...
2012-05-08 Eric ChristopherRemove excess semi-colons to quiet warnings.
2012-05-08 Daniel Dunbar[Support] Fix sys::GetRandomNumber() to always use...
2012-05-08 Sirish PandeUpdate load/store instruction patterns in Hexagon V4.
2012-05-08 Akira HatanakaFormatting fixes.
2012-05-08 Akira HatanakaDefine mips16 instruction formats.
2012-05-08 Eric ChristopherHandle OpDeref in case it comes in as a register operand.
2012-05-08 Nuno Lopesremove autoupgrade code for old function attributes...
2012-05-08 Nuno Lopesremove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
2012-05-08 Jakob Stoklund Olesens/CSR_Ghc/CSR_NoRegs/
2012-05-08 NAKAMURA TakumiWindows/PathV2.inc: Retry rename() for (maximum) 2...
2012-05-08 Duncan SandsCalling ReassociateExpression recursively is extremely...
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 OlesenExtract methods for joining physregs.
2012-05-07 Jakob Stoklund OlesenNaming convention and whitespace. No functional change.
2012-05-07 Jakob Stoklund OlesenCoalesce subreg-subreg copies.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-07 Jakob Stoklund OlesenFix 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 Jakob Stoklund OlesenAdd 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 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-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 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 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 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 OlesenMake sure findRepresentativeClass picks the widest...
2012-05-04 Jakob Stoklund OlesenRemove 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 OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-05-04 Jakob Stoklund OlesenUse SuperRegClassIterator for findRepresentativeClass().
2012-05-04 Jakob Stoklund OlesenInitialize SparcInstrInfo before SparcTargetLowering.
2012-05-04 Jakob Stoklund OlesenAdd a SuperRegClassIterator class.
2012-05-04 Chandler CarruthA pile of long over-due refactorings here. There are...
2012-05-03 Jakob Stoklund OlesenUse a shared implementation of getMatchingSuperRegClass().
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...
next