oota-llvm.git
2013-02-09 Chris LattnerFix a nasty off-by one error that only manifests with...
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-09 Chris Lattnerrecommit r173072 (preparing bitstream reader to read...
2013-02-09 Jakub StaszakRemove trailing spaces.
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-02-09 Andrew TrickLSR IVChain improvement.
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
2013-02-09 Jakob Stoklund... Remove the old liveness algorithm.
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-02-08 Jakob Stoklund... Turn on -new-live-intervals by default.
2013-02-08 Jordan RoseCMake: Use check_symbol_exists instead of check_cxx_sym...
2013-02-08 Richard Smithconfigure: when performing a compiler feature test...
2013-02-08 Tom StellardReleaseNotes: Add section for R600 backend
2013-02-08 Tom StellardR600: Dump the function name when TargetLowering::Lower...
2013-02-08 Tom StellardR600: rework flow creation in the structurizer v2
2013-02-08 Tom StellardR600: fix loop analyses in the structurizer
2013-02-08 Tom StellardR600: fix PHI value adding in the structurizer
2013-02-08 Dan GohmanMinor cleanup.
2013-02-08 Sean Silva[docs] Tweaks for clarity, readability, and correctness.
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-08 Reed KotlerAdd the 16 bit version of addiu. To the assembler,...
2013-02-08 Hal FinkelDAGCombiner: Constant folding around pre-increment...
2013-02-08 Hal FinkelBBVectorize: Use TTI->getAddressComputationCost
2013-02-08 Bill SchmidtMore modifications to PowerPC doc links
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-02-08 Hal FinkelUpdate PowerPC links in CompilerWriterInfo.rst
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-08 Chad Rosier[SimplifyLibCalls] Library call simplification doen...
2013-02-08 Jakob Stoklund... Typos.
2013-02-08 David TweedThe patch to fix some issues in r174543 fixed the lines...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-08 Alexey SamsonovUpdate tests for DWARF parser: store sources next to...
2013-02-08 Michael KupersteinTest Commit
2013-02-08 Bill WendlingParse the attribute group reference on a function.
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-08 Michael J.... [readobj] Fix memory leak.
2013-02-08 Bill WendlingUse ParseFnAttributeValuePairs instead of ParseOptional...
2013-02-07 Michael J.... [Object][ELF] Add a way to get the dynamic symbol table...
2013-02-07 Michael J.... [Object][ELF] Add {begin,end}_elf_dynamic_symbols to...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-02-07 Nadav Rotemfix 80-col violation and fix the docs.
2013-02-07 Daniel Dunbar[lit] Add a display function for lit.Test.TestResult.
2013-02-07 Akira Hatanaka[mips] Make Filler a class and reduce indentation.
2013-02-07 Eric ChristopherFormatting.
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-07 Will Schmidt[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
2013-02-07 Bill SchmidtConstrain PowerPC autovectorization to fix bug 15041.
2013-02-07 Akira Hatanaka[mips] Add definition of JALR instruction which has...
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Handle VGPR64 destination in copyPhysReg().
2013-02-07 Tom StellardR600/SI: Add pattern for mul.
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-02-07 Tom StellardR600/SI: add proper 64bit immediate support v2
2013-02-07 Tom StellardR600: Add an explicit default processor
2013-02-07 Michael IlsemanIdentify and simplify idempotent intrinsics. Test case...
2013-02-07 Arnold SchwaighoferLoop Vectorizer: Refactor Memory Cost Computation
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-02-07 Michael J.... [Object][ELF] Fix crash on no dynamic section.
2013-02-07 Tom StellardR600/SI: Use proper instructions for array/shadow samplers.
2013-02-07 Tom StellardR600/SI: Make sample intrinsic address parameter type...
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-07 Arnold SchwaighoferARM cost model: Add costs for vector selects
2013-02-07 Michel DanzerR600/SI: Add pattern for flog2
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 Tom StellardR600: Consolidate sub register indices.
2013-02-07 Tom StellardR600: Add support for SET*_DX10 instructions
2013-02-07 Tom StellardR600: Add tests for unsupported condition codes.
2013-02-07 Tom StellardR600: Fix assembly name for SETGT_INT
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 Owen AndersonRemove this testcase until I can figure out how to...
2013-02-07 Owen AndersonAnother attempt at getting the XFAIL line right for...
2013-02-07 Sean Silva[ReleaseNotes] tidy up organization and formatting
2013-02-07 Nadav RotemUpdate Release notes regarding TTI.
2013-02-07 Nadav RotemDocument the loop vectorizer changes.
2013-02-07 Reed KotlerMake sure we call externals from libraries properly...
2013-02-07 Sean Silvatblgen: Diagnose duplicate includes.
2013-02-07 Michael GottesmanMoved some comments due to the recent refactoring of...
2013-02-07 Reed KotlerEnable jumps when in -static mode.
2013-02-07 NAKAMURA TakumiDWARFDebugFrame.cpp: Fix formatting on i686 hosts.
2013-02-07 Michael J.... 80-col
2013-02-07 Michael IlsemanPreserve fast-math flags after reassociation and commut...
2013-02-07 Michael Ilsemanwhitespace
2013-02-07 Michael J.... [Object][ELF] Do the actual devirtualization.
2013-02-07 Michael J.... [Object][ELF] Devirtualize and simplify dynamic table...
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
2013-02-06 Owen AndersonSignficantly generalize our ability to constant fold...
2013-02-06 Eli BenderskyFix typo
2013-02-06 Michael J.... [Support][ErrorOr] Add support for convertable types.
2013-02-06 Eli BenderskyAdd a comment to the test that points to the source...
2013-02-06 Joe AbbeyCode Custodian (trivial whitespace cleanup)
2013-02-06 Eric ChristopherClean up multiple skeleton compile units if we have...
2013-02-06 Eric ChristopherRemove some dead code.
2013-02-06 Akira Hatanaka[mips] Make NOP a pseudo instruction and expand it...
2013-02-06 Eli BenderskyAdd a test for checking the current .debug_frame dumpin...
2013-02-06 Eli BenderskyThis is a follow-up on r174446, now taking Atom process...
2013-02-06 Guy BenyeiCanonicalize line endings to Linux style also when...
2013-02-06 Bill WendlingImprove comment.
next