oota-llvm.git
2013-06-27 Michael Gottesman[APFloat] Added unittest for APFloat.divide that checks...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-27 Nadav RotemNo need to use a Set when a vector would do.
2013-06-27 Michael GottesmanRemoved two logging printf statements from the APFloat...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.multiply that...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.subtract that...
2013-06-26 Nadav RotemSLP: When searching for vectorization opportunities...
2013-06-26 Nadav RotemSLP: Dont erase instructions during vectorization becau...
2013-06-26 Michael GottesmanIn InstCombine{AddSub,MulDivRem} convert APFloat.isFini...
2013-06-26 Michael Gottesman[APFloat] Convert all references to fcNormal to referen...
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Reid KlecknerFix a crash bug in dumping options with groups
2013-06-26 Stephen LinClarify and doxygen-ify comments
2013-06-26 Chad Rosier[Mips Disassembler] Have the DecodeCCRRegisterClass...
2013-06-26 Stephen LinARM: Proactively ensure that the LowerCallResult hack...
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Stephen LinMinor formatting fix to ARMBaseRegisterInfo::getCalleeS...
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Akira Hatanaka[mips] Do not emit ".option pic0" if target is mips64.
2013-06-26 Akira Hatanaka[mips] Improve code generation for constant multiplicat...
2013-06-26 Michael Gottesman[APFloat] Removed debugging cruft that snuck in.
2013-06-26 Nadav RotemThe SLP Vectorizer works across basic blocks. Update...
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Nadav RotemErase all of the instructions that we RAUWed
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Nadav RotemDo not add cse-ed instructions into the visited map...
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-26 Joey GoulyRemove the 'generic' CPU from the ARM eabi attributes...
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaAdd a convenience functions that don't return if the...
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Ulrich Weigand[PowerPC] Accept 17-bit signed immediates for addis
2013-06-26 Ulrich Weigand[PowerPC] Support symbolic u16imm operands
2013-06-26 Amaury de la... ARM: operands should be explicit when disassembled
2013-06-26 Venkatraman... [Sparc]: Add memory operands for the frame references...
2013-06-26 Elena DemikhovskyFixed a comment.
2013-06-26 NAKAMURA TakumiSuppress llvm/test/Other/can-execute.txt on msys bash.
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-26 Kostya Serebryany[asan] workaround for PR16277: don't instrument AllocaI...
2013-06-26 Kostya Serebryany[asan] add option -asan-keep-uninstrumented-functions
2013-06-26 Andy GibbsProvide bootstrap support to build only llvm+clang...
2013-06-26 Andy GibbsSupport using "host" as a target in LLVM_TARGETS_TO_BUI...
2013-06-26 Rafael EspindolaRemove calls to Path in #ifdefs that don't seem to...
2013-06-26 Rafael EspindolaAdd a simpler version of remove_all.
2013-06-26 Rafael EspindolaFix the build when __APPLE__ is defined.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-26 Rafael EspindolaRemove PathWithStatus.
2013-06-26 Nick Lewyckydbgs() << Instruction doesn't print a newline on the...
2013-06-25 Adrian Prantls/C++0x/C++11/
2013-06-25 Jakob Stoklund... Merge isReachable into isBackedge.
2013-06-25 Nadav RotemSLPVectorizer: support slp-vectorization of PHINodes...
2013-06-25 Jakob Stoklund... Print block frequencies in decimal form.
2013-06-25 Tom StellardR600: Use new getNamedOperandIdx function generated...
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
2013-06-25 Bob WilsonFix SROA to avoid unnecessary scalar conversions for...
2013-06-25 Manman RenRemove unused code. No functionality change.
2013-06-25 Bill WendlingThe GCDA 402 format won't have a second checksum either.
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-25 Rafael EspindolaRemove sys::PathSeparator.
2013-06-25 Aaron WatryR600: Consolidate expansion of v2i32/v4i32 ops for...
2013-06-25 Aaron WatryR600: Add v2i32 test for vselect
2013-06-25 Aaron WatryR600/SI: Expand xor v2i32/v4i32
2013-06-25 Aaron WatryR600: Add v2i32 test for setcc on evergreen
2013-06-25 Aaron WatryR600/SI: Expand urem of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
2013-06-25 Aaron WatryR600/SI: Expand ashr of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand srl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand shl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand or of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand mul of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand and of v2i32/v4i32 for SI
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-25 Ulrich Weigand[PowerPC] Add extended rotate/shift mnemonics
2013-06-25 Ulrich Weigand[PowerPC] Add rldcr/rldic instructions
2013-06-25 Ulrich Weigand[PowerPC] Add extended subtract mnemonics
2013-06-25 Justin Holewinski[NVPTX] Default pointer type doesn't make sense for...
2013-06-25 Nadav RotemFix a typo in the code that collected the costs recursi...
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-25 Rafael EspindolaDon't assume ResultPath is null terminated.
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-25 Tom StellardR600/SI: Report unaligned memory accesses as legal...
2013-06-25 Tom StellardR600: Add support for i32 loads from the constant addre...
2013-06-25 Tom StellardR600/SI: Add support for v4i32 and v4f32 kernel args
2013-06-25 Tom StellardR600: Fix typo in R600Schedule.td
2013-06-25 NAKAMURA TakumiPPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocume...
2013-06-25 Eric ChristopherAdd an autoconf option for turning on -gsplit-dwarf...
2013-06-25 Rafael EspindolaCreate a replacement for sys::Path::PathSeparator.
2013-06-25 Rafael EspindolaCleanup in unique_file when we only want the name.
2013-06-25 Eric ChristopherAs far as I know no linker needs or wants the -g flag.
2013-06-24 Eric ChristopherRemove all non-linker oriented compile options from...
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-24 Eric ChristopherFormatting.
2013-06-24 Adrian Prantltypo.
2013-06-24 Eric ChristopherUse const references instead of pointers to references...
2013-06-24 Ulrich Weigand[PowerPC] Support some miscellaneous mnemonics in the...
2013-06-24 Rafael EspindolaAdd a simpler version of is_regular_file.
next