oota-llvm.git
2013-03-01 Eli BenderskyRemove duplicate line and move another closer to its...
2013-03-01 Andrew TrickMIsched machine model: tablegen subtarget emitter impro...
2013-03-01 Argyrios KyrtzidisIn llvm::MemoryBuffer::getFile() remove an unnecessary...
2013-03-01 Stefanus Du... Fix my email address in CREDITS.TXT.
2013-03-01 Akira Hatanaka[mips] Fix inefficient code generation.
2013-03-01 Jean-Luc DupratRemoved extraneous #include "LLVMContextImpl.h" from...
2013-03-01 Eli BenderskyRewrite a test to count emitted instructions without...
2013-03-01 Akira HatanakaFix indentation.
2013-03-01 Akira HatanakaSet properties for f128 type.
2013-03-01 Eli BenderskyRewrite a test to check actual output rather than inter...
2013-03-01 Edwin VaneNo need to force-create clang-tools-extra lit.site.cfg
2013-03-01 Michael LiaoAdd regression tests (WORKSFORME)
2013-03-01 Chad RosierGenerate an error message instead of asserting or segfa...
2013-03-01 Benjamin KramerLoopVectorize: Don't hang forever if a PHI only has...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-03-01 Michael LiaoFix PR10475
2013-03-01 Chad RosierAdd support for using non-pic code for arm and thumb1...
2013-03-01 Christian KonigR600/SI: fix sampler tests after fixing wait insertions
2013-03-01 Jyotsna VermaHexagon: Add constant extender support framework.
2013-03-01 Peng Chengtest commit to use consistent comment notation.
2013-03-01 Yiannis TsiourisGCInfoDeleter code cleanup after r175528
2013-03-01 Christian KonigR600/SI: handle all registers in copyPhysReg v2
2013-03-01 Christian KonigR600/SI: remove S_MOV immediate patterns
2013-03-01 Christian KonigR600/SI: remove GPR*AlignEncode
2013-03-01 Christian KonigR600/SI: fix warning about overloaded virtual
2013-03-01 Christian KonigR600/SI: fix inserting waits for unordered defines
2013-03-01 Duncan SandsGCC thinks that this variable might be used uninitializ...
2013-03-01 Alexey SamsonovDocs for llvm-symbolizer command-line tool
2013-03-01 Michael LiaoMinor coding style fix
2013-03-01 Akira Hatanaka[mips] Remove unused option. Fix 80-column violations.
2013-03-01 Akira Hatanaka[mips] Add the capability to search delay slot filling...
2013-03-01 Akira Hatanaka[mips] Do not add SecondLastInst to list BranchInstrs...
2013-03-01 Akira Hatanaka[mips] Define an overloaded version of function MipsIns...
2013-03-01 Akira Hatanaka[mips] Add options to disable searching backward and...
2013-03-01 Akira Hatanaka[mips] Add capability to search in the forward directio...
2013-03-01 Akira Hatanaka[mips] Define helper function searchRange
2013-03-01 Akira Hatanaka[mips] Rename function findDelayInstr to searchBackward.
2013-03-01 Andrew TrickScheduler diagnostics. Print the register name.
2013-03-01 Andrew TrickFix incorrect ScheduleDAG comment and formalize Weak...
2013-03-01 Andrew TrickInstructions schedulers should report correct height...
2013-03-01 Akira Hatanaka[mips] Define class MemDefsUses.
2013-02-28 Daniel MaleaConnect LLVM CMake build scripts to LLDB's CMake scripts:
2013-02-28 Eli BenderskyA small refactoring + adding comments.
2013-02-28 Bill WendlingDon't add the 'Value' string if there isn't one.
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-28 Eric ChristopherMove an assert earlier in a file and check that the...
2013-02-28 Benjamin KramerBrag about function call vectorization in the docs.
2013-02-28 Bill WendlingDon't add an attribute that already exists and don...
2013-02-28 Chad RosierTidy up; no functional change.
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-28 Chad RosierStyle; no functional change.
2013-02-28 Eli BenderskyPut some per-instruction statistics of fast isel under...
2013-02-28 Yiannis TsiourisRe-format comments (and check commit access)
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
2013-02-28 Tim NorthoverAArch64: be more careful resorting to inefficient addre...
2013-02-28 Tim NorthoverAArch64: don't drop GlobalAddress offset when handling...
2013-02-28 Bill WendlingAdd the -disable-opt option to LTO. This adds:
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-28 Evgeniy Stepanov[msan] Implement sanitize_memory attribute.
2013-02-28 Renato GolinCorrections for XFAIL armv5 tests
2013-02-28 Evgeniy StepanovRemove unused leftover declarations.
2013-02-28 Bill WendlingEnable syntax highlighting for reStructuredText files.
2013-02-28 Michael J.... [Support][ErrorOr] Add support for implicit conversion...
2013-02-28 Argyrios Kyrtzidis[PathV2] In llvm::sys::fs::unique_file, make sure it...
2013-02-28 Shuxin YangFix a problem in alias analysis. It is about the misint...
2013-02-27 Eric ChristopherRemove unnecessary check against isGlobalVariable....
2013-02-27 Eric ChristopherRework comment slightly and fix a few typos.
2013-02-27 Eric ChristopherRemove unnecessary cast to void.
2013-02-27 Manman RenDebug Info: for static member variables, always put...
2013-02-27 Nadav RotemSilence the unused variable warning.
2013-02-27 Nadav RotemThe FastISEL should be fast. But when we record statist...
2013-02-27 David BlaikieCopy missing member in DataLayout copy ctor.
2013-02-27 Jim GrosbachARM: FMA is legal only if VFP4 is available.
2013-02-27 Chad RosierRemove this instance of dl as it's defined in a previou...
2013-02-27 Michael IlsemanReverted: r176136 - Have a way for a target to opt...
2013-02-27 Sean Silva[docs] Discuss manpage output.
2013-02-27 Aaron BallmanSwitching -1ULL to UINT64_MAX to fix MSVC warnings...
2013-02-27 Sean Silva[docs] Provide pointer for building Sphinx docs.
2013-02-27 Aaron BallmanSuppressing MSVC warnings; patch thanks to Peng Cheng!
2013-02-27 Shankar Easwaranprint TLS segment
2013-02-27 Tim NorthoverARM: permit full range of valid ADR immediates.
2013-02-27 Benjamin KramerLoopVectorize: Vectorize math builtin calls.
2013-02-27 Nick LewyckyForgot that this file needs to be C89 not C99 thanks...
2013-02-27 Nick LewyckyIn GCC 4.7, function names are now forbidden from ...
2013-02-27 Nick LewyckyDoh, fix behaviour change introduced in r176168 which...
2013-02-27 Nadav RotemRevert r176166 because it broke one of the lit tests.
2013-02-27 Nadav RotemFor each function that we optimize we initialize a...
2013-02-27 Nick LewyckyIRBuilder has grown all sorts of useful utility functio...
2013-02-27 Nadav Rotemstd::string to StringRef.
2013-02-27 Reed KotlerFix cut/paste error in a comment.
2013-02-27 Reed KotlerAdd the skeleton for the Mips constant island pass.
2013-02-27 Meador IngeIR: Don't constant fold GEP bitcasts between different...
2013-02-27 Manman RenSelectionDAG: If llvm.donothing has a landingpad, we...
2013-02-27 Manman RenDebug Info: for static member variables, add AT_MIPS_li...
2013-02-26 Pedro ArtigasEnhance integer division emulation support to handle...
2013-02-26 Michael IlsemanHave a way for a target to opt-out of target-independen...
2013-02-26 Eli BenderskyTry to get rid of a -wunitialized warning: explicitly...
2013-02-26 Michael IlsemanConstant fold vector bitcasts of halves similarly to...
2013-02-26 Roman DivackyAdd support for autodetection of ADM bdver2.
2013-02-26 Manman RenRevert r176120 as it caused a failure at static-member.cpp
next