oota-llvm.git
2013-10-30 Simon Atanasyan[Mips] Add more SHF_MIPS_xxx ELF section flags.
2013-10-30 Will DietzAdd DebugInfo testcase for high_pc encoded as constant...
2013-10-30 Matt ArsenaultFix GVN creating bitcast between address spaces
2013-10-30 Tom RoederThis commit adds some (but not all) of the x86-64 reloc...
2013-10-30 Rui UeyamaAdd {start,end}with_lower methods to StringRef.
2013-10-30 Artyom Skrobov[ARM] NEON instructions were erroneously decoded from...
2013-10-30 Tom StellardR600: Custom lower f32 = uint_to_fp i64
2013-10-30 David BlaikieDwarfDebug: Change Abbreviations member from pointer...
2013-10-30 Benjamin Kramerfix RST reference in Writing an LLVM Pass
2013-10-30 Hans WennborgAdd #include of raw_ostream.h to MipsSEISelLowering.cpp
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Nuno Lopesmake ConstantRange::signExtend() optimal
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-30 Cameron McInallyRefactor the AVX512 intrinsics. Cluster the intrinsics...
2013-10-30 Howard HinnantRehash but don't grow when full of tombstones.
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Daniel Sanders[mips][msa] Combine binsri-like DAG of AND and OR into...
2013-10-30 Daniel Sanders[mips] MipsSETargetLowering now reports DAGCombiner...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching splat.[bhw]...
2013-10-30 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-10-30 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-10-30 Bill WendlingReformat Makefile. No other changes.
2013-10-30 Akira Hatanaka[mips] Compute stack alignment on the fly.
2013-10-30 Josh MageeReformat code with clang-format.
2013-10-30 NAKAMURA TakumiStackProtector.h: Fix trailing comments for doxygen...
2013-10-30 NAKAMURA TakumiTrailing whitespace in a comment line.
2013-10-29 Manman RenDebug Info: code clean up.
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenStruct byval cleanup: add helper functions to reduce...
2013-10-29 Josh Magee[stackprotector] Update the StackProtector pass to...
2013-10-29 Matt ArsenaultUpdate comment
2013-10-29 Matt ArsenaultWorkaround MSVC 32-bit miscompile of getCondCodeAction.
2013-10-29 Aaron BallmanRemoving a switch statement that contains only a defaul...
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for mfp64.
2013-10-29 Rafael EspindolaRemove declared but not implemented function.
2013-10-29 Benjamin KramerFix common typos in the docs.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Manman RenDebug Info: clean up testing case.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Weiming Zhaoadd test cases for frameaddr and returnaddr for aarch64
2013-10-29 Weiming Zhao[AArch64] Implement FrameAddr and ReturnAddr
2013-10-29 Amara Emerson[ARM] Make sure HasCRC is initialized to false in Subta...
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-29 Tom StellardR600/SI: Add compute support for CI v2
2013-10-29 Tom StellardR600: Expand vector FSQRT ops
2013-10-29 Alexey SamsonovDWARF parser: propery handle DW_FORM_ref_sig8 and fix...
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Use it.
2013-10-29 Rafael EspindolaThe AsmPrinter has a Mangler. Use it.
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Don't keep a second...
2013-10-29 Rafael EspindolaSupport names like llvm-ar-3.4 and llvm-ranlib-3.4.
2013-10-29 Bernard OgdenTest cleanup for v8 instructions
2013-10-29 Rafael EspindolaClarify that GlobalVariables definitions must have...
2013-10-29 Timur IskhodzhanovQuick-fix DebugInfo build on Windows
2013-10-29 Bernard OgdenARM: Add subtarget feature for CRC
2013-10-29 Anders WaldenborgFix misapplied patch in r193597
2013-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-29 Tim NorthoverAArch64: add 'a' inline asm operand modifier
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 NAKAMURA TakumiAdd llvm/test/Transforms/SLPVectorizer/ARM/lit.local...
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Richard SmithClean up.
2013-10-29 NAKAMURA TakumiDWARFFormValue.cpp: Appease gcc to give explicit constr...
2013-10-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
2013-10-29 Arnold SchwaighoferARM cost model: Account for zero cost scalar SROA instr...
2013-10-29 Arnold SchwaighoferSLPVectorizer: Use vector type for vectorized memory...
2013-10-29 Andrew KaylorCleaning up comments in lli
2013-10-29 Andrew KaylorAdding a workaround for __main linking with remote...
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-10-29 Manman RenDebug Info: use createAndAddDIE to wrap around "new...
2013-10-29 Manman RenDebug Info: use createAndAddDIE for newly-created Subpr...
2013-10-29 Manman RenDebug Info: add a helper function createAndAddDIE.
2013-10-28 Alexey SamsonovMerge DWARFDIE::extractFast and DWARFDIE::extract into...
2013-10-28 Andrew KaylorRenaming MCJIT .ir files to .ll and moving them to...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alp Tokerlit: add missing substitutions for recently added tools
2013-10-28 Alp TokerQuote potential shell expansions found in tests
2013-10-28 Alexey SamsonovDWARF parser: since DWARF4, DW_AT_high_pc may be a...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-28 Alp TokerFix the lli --extra-module value_desc
2013-10-28 Rui UeyamaAdd a few tests for StringRef::{start,end}with.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Andrew KaylorStandardizing lli's extra module command line option
2013-10-28 Bill WendlingRemove stray '_'.
2013-10-28 Bill WendlingUse the correct reference. Spotted by Sean Silva.
2013-10-28 Bill WendlingRemove 2.4 from the list of supported Python versions.
2013-10-28 Akira Hatanaka[mips] Simplify LowerFormalArguments using getRegClassFor.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Lang HamesReturn early from getUnconditionalBranchTargetOpValue...
2013-10-28 Rafael EspindolaConvert a llc -filetype=obj test into a llvm-mc test.
2013-10-28 Ahmed BougachaTableGen: remove unused variable.
2013-10-28 Ahmed BougachaTableGen: Refactor DAG patterns to enable parsing one...
2013-10-28 Ahmed BougachaTableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
next