oota-llvm.git
2013-01-20 Sean SilvaReleaseNotes: note Sphinx migration.
2013-01-20 Sean Silvadocs: Nuke the old release notes.
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-20 Sean Silvadocs: Use proper markup.
2013-01-20 Sean Silvadocs: Inline documentation structure into homepage.
2013-01-20 Chris Lattnerconvert the bitstream reader itself and the IR .bc...
2013-01-20 Chris Lattneradd an option to not auto-process abbreviations in...
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Craig TopperMake some helper methods static.
2013-01-20 Craig TopperRemove DebugLoc argument from static function. It can...
2013-01-20 Craig TopperUse MVT instead of EVT in more instruction lowering...
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Craig TopperUse MVT instead of EVT in more of the shuffle lowering...
2013-01-19 Chris Lattneradd some optional flags to affect the way advance works.
2013-01-19 Craig TopperCapitalize LowerVectorIntExtend to be consistent with...
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-19 Chris Lattnerfix method name.
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Dmitri GribenkoDocumentation: remove more mentions of Tcl
2013-01-19 Dmitri GribenkoDocumentation: replace some non-ASCII characters by...
2013-01-19 Jakub StaszakInclude Support/ELF.h instead of Object/ELF.h. It is...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-19 Benjamin KramerLoopVectorizer: Emit memory checks into their own basic...
2013-01-19 Nadav RotemOn Sandybridge split unaligned 256bit stores into two...
2013-01-19 Craig TopperUse MVT instead of EVT when computing shuffle immediate...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-19 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-19 Renato GolinFix 80-col and early exit in cost model
2013-01-19 Jakob Stoklund... Remove some register allocation order dependencies.
2013-01-18 Andrew KaylorFixing behavior of ELFObjectFile::getSymbolFileOffset().
2013-01-18 David GreenePass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags
2013-01-18 Nadav RotemOn Sandybridge loading unaligned 256bits using two...
2013-01-18 Jordan RoseUse hexDigitValue in LLLexer.
2013-01-18 Michael GottesmanImproved comment.
2013-01-18 Michael GottesmanFixed typo in comment.
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-18 Bill WendlingIf the attributes don't exist, just bail for now.
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingRemove unused parameter. Also use the AttributeSet...
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Tom StellardR600: Proper insert S_WAITCNT instructions
2013-01-18 Tom StellardR600: Optimize and cleanup KILL on SI
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Daniel Dunbar[Linker] Zap a dead typedef.
2013-01-18 Benjamin KramerSilence GCC warning about dropping off a non-void function.
2013-01-18 Daniel Dunbar[Linker] Kill Linker::LoadObject which is dead, and...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-18 Dmitri GribenkoDocumentation: remove all mentions of DejaGNU and Tcl
2013-01-18 Eli BenderskyStreamline the mentions of grep and FileCheck in Testin...
2013-01-18 Benjamin KramerThe IR linker still depends on the bitcode reader.
2013-01-18 NAKAMURA Takumillvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd...
2013-01-18 Alexey Samsonov80 columns
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-18 Manuel KlimekAdd basic command line parsing to TestMain.
2013-01-18 Craig TopperCalculate vector element size more directly for VINSERT...
2013-01-18 Craig TopperMinor formatting fix. No functional change.
2013-01-18 Dmitri GribenkoRemove support for Tcl test format since nobody uses it
2013-01-18 Craig TopperSpelling fix: extened->extended. Trailing whitespace...
2013-01-18 Craig TopperMake more use of is128BitVector/is256BitVector in place...
2013-01-18 Craig TopperCheck for less than 0 in shuffle mask instead of -1...
2013-01-18 Craig TopperRemove trailing whitespace. Remove new lines between...
2013-01-18 Michael GottesmanFixed 80+ violation.
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-18 Daniel Dunbar[MC] Expose ParseEscapedString to target AsmParser...
2013-01-18 Daniel Dunbar[MC] Fix 80-col violas.
2013-01-18 Chad Rosier[ms-inline asm] Make the error message more generic...
2013-01-17 Daniel Dunbar[Linker] Drop some now-dead component dependencies.
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using the...
2013-01-17 Daniel Dunbar[Linker] Drop support for IR-level extended linking...
2013-01-17 Bill SchmidtRestore reverted test case, this time with REQUIRES...
2013-01-17 Bill SchmidtRemove bad test case
2013-01-17 Bill SchmidtThis patch fixes PR13626 by providing i128 support...
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-17 Daniel Dunbar[docs] Get rid of some UTF8 characters (non-breaking...
2013-01-17 Daniel Dunbar[utils] Update find-rev utility to take a branch argume...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2013-01-17 Michael GottesmanAdded missing const from my last commit.
2013-01-17 Michael Gottesman[ObjCARC] Implemented operator<< for InstructionClass...
2013-01-17 Aaron BallmanReverting back to the fallback instead of using popcnt...
2013-01-17 Bill SchmidtThis patch fixes the PPC calling convention to handle...
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-17 Craig TopperCombine AVX and SSE forms of MOVSS and MOVSD into the...
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
2013-01-17 Jakob Stoklund... Move MachineTraceMetrics.h into include/llvm/CodeGen.
2013-01-17 Jakob Stoklund... Provide a place for targets to insert ILP optimization...
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-17 Daniel Dunbar[IR] Reserve/define the purpose for the "Linker Options...
2013-01-17 Lang HamesUpdate the description of the llvm.fmuladd.* intrinsics...
2013-01-16 Dmitri GribenkoDocumentation: fix a typo 'IEE754'
2013-01-16 Aaron BallmanWrapping __popcnt64 for MSVC so that it's only used...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Renato GolinChange CostTable model to be global to all targets
next