oota-llvm.git
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-13 Chandler Carruth[cleanup] Add a missing include exposed by resorting...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-13 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Put...
2014-01-13 NAKAMURA Takumi[CMake] Move BUG_REPORT_URL from clang to llvm.
2014-01-13 Chandler Carruth[PM] Wire up support for printing assembly output from...
2014-01-13 Chandler Carruth[PM] Add an enum for describing the desired output...
2014-01-13 Kevin Qin[AArch64 NEON] Add missing patterns for bitcast from...
2014-01-13 Kevin Qin[AArch64 NEON] Add more scenarios to use perm instructi...
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-12 Jakob Stoklund... Handle bundled terminators in isBlockOnlyReachableByFal...
2014-01-12 NAKAMURA Takumi[CMake] Add a comment to tablegen's copy_if_different...
2014-01-12 NAKAMURA Takumiraw_fd_ostream: Don't change STDERR to O_BINARY, or...
2014-01-12 Nico RieckMake test independent of scheduling
2014-01-12 NAKAMURA Takumiraw_stream formatter: [Win32] Use std::signbit() if...
2014-01-12 NAKAMURA Takumillvm/test/CodeGen/X86/shl_undef.ll: Tweak to satisfy...
2014-01-12 Nico RieckFix non-deterministic SDNodeOrder-dependent codegen
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Revert an accidental commit of total BS code....
2014-01-12 Chandler Carruth[PM] Simplify the IR printing passes significantly...
2014-01-12 Chandler Carruth[PM] Update one user of the printing pass API that...
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Run clang-format and remove redundant or obvious...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-12 Chandler Carruth[PM] Un-indent this file-level namespace. It's far...
2014-01-12 Chandler Carruth[PM] Fix a bunch of bugs I spotted by inspection when...
2014-01-12 Chandler Carruth[PM] Add support for parsing function passes and functi...
2014-01-12 Saleem AbdulrasoolARM IAS: fix diagnostics of improper qualification
2014-01-12 Venkatraman... [Sparc] Add support for parsing floating point instruct...
2014-01-12 Saleem AbdulrasoolARM: change implicit immediate forms of {ld,st}r{,b...
2014-01-12 Venkatraman... [Sparc] Replace (unsigned)-1 with ~OU as suggested...
2014-01-12 Jakob Stoklund... The SPARCv9 ABI returns a float in %f0.
2014-01-12 Joerg SonnenbergerTypo
2014-01-12 Joerg SonnenbergerAdd missing mul aliases for armv4 support. Add checks...
2014-01-12 Hans WennborgSwitch-to-lookup tables: Don't require a result for...
2014-01-11 Venkatraman... [Sparc] Add missing processor types: v7 and niagara
2014-01-11 Saleem AbdulrasoolARM IAS: support emitting constant values in target...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-11 Arnold SchwaighoferLoopVectorizer: Enable strided memory accesses versioni...
2014-01-11 Venkatraman... [Sparc] Bundle instruction with delay slow and its...
2014-01-11 Alp Tokerlit: Provide source locations in cfg files with older...
2014-01-11 Alp TokerFix 'ned' typo in doc comment
2014-01-11 Alp Tokerlit: execfile() isn't present in Python 3.3
2014-01-11 Chandler Carruth[PM] Actually nest pass managers correctly when parsing...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2014-01-11 Chandler Carruth[PM] Somehow I missed the header guards on this file...
2014-01-11 NAKAMURA TakumiLoopVectorize.cpp: Appease MSC16.
2014-01-11 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Eliminate...
2014-01-11 NAKAMURA Takumillvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtripl...
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...
2014-01-11 Juergen Ributzka[anyregcc] Fix callee-save mask for anyregcc
2014-01-11 Eric ChristopherRevert r198979 - accidental commit.
2014-01-11 Eric ChristopherReformat.
2014-01-11 Eric ChristopherUpdate function name and add some helpful comments.
2014-01-11 Eric ChristopherFix odd whitespace.
2014-01-10 Diego NovilloExtend and simplify the sample profile input file.
2014-01-10 Diego NovilloPropagation of profile samples through the CFG.
2014-01-10 Tom RoederSpace formatting fix for r198966.
2014-01-10 Roman DivackyConstant propagate MachineInstrClassName.
2014-01-10 Tom RoederFixing build break: should be in the if statement,...
2014-01-10 Tom RoederRestore the library dependency of LLVMgold on LTO;...
2014-01-10 Rafael EspindolaAdd a note about the old asm printer being removed.
2014-01-10 Rafael EspindolaAll backends use MC now.
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2014-01-10 Duncan P. N... LTO: whitespace changes
2014-01-10 Arnold SchwaighoferLoopVectorizer: Handle strided memory accesses by versi...
2014-01-10 Arnold SchwaighoferSCEVRewriter: Optionally interpret constants in value...
2014-01-10 Artyom SkrobovAmending test/MC/ARM/thumb2-mclass.s to match its appar...
2014-01-10 Artyom SkrobovMust not produce Tag_CPU_arch_profile for pre-ARMv7...
2014-01-10 Saleem AbdulrasoolARM: fix regression caused by r198914
2014-01-10 Kristof BeylsSilence unused variable warning for non-asserting build...
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-10 Kristof BeylsMake sure -use-init-array has intended effect on all...
2014-01-10 NAKAMURA TakumiWhitespace.
2014-01-10 NAKAMURA TakumiSink add_llvm_library(gtest_main) to UnitTestMain/CMake...
2014-01-10 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remov...
2014-01-10 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add...
2014-01-10 NAKAMURA Takumilli: Tweak CacheName not to contain DOS driveletter.
2014-01-10 NAKAMURA Takumilli: LLIObjectCache: Use llvm::sys::path to get dirname.
2014-01-10 NAKAMURA TakumiWhitespace.
2014-01-10 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix...
2014-01-10 Kostya Serebryanyreapply r198858: Disable LeakSanitizer in TableGen...
2014-01-10 Saleem AbdulrasoolARM IAS: support #:{lower,upper}16: for GNU compatibility
2014-01-10 Saleem AbdulrasoolARM IAS: support GNU extension for ldrd, strd
2014-01-10 Saleem AbdulrasoolARM IAS: support implicit immediate 0s for {LD,ST}R...
2014-01-10 Venkatraman... [Sparc] Emit retl/ret instead of jmp instruction. It...
2014-01-10 Venkatraman... [Sparc] Add support for parsing jmpl instruction and...
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-10 Kevin EnderbyFix a bug with the ARM thumb2 CBNZ and CBNZ instruction...
2014-01-10 Chandler CarruthUpdate the developer policy to more clearly spell out...
2014-01-09 Justin BognerBitcode: Fix a typo in an assert
2014-01-09 Venkatraman... [Sparc] Multiclass for loads/stores. No functionality...
2014-01-09 Evan ChengClean up an inconsistency in v7s feature default.
2014-01-09 Rafael EspindolaAdd a unit test for the copy constructor.
2014-01-09 Alp TokerRevert "Disable LeakSanitizer in TableGen binaries...
2014-01-09 Nadav RotemRe-remove dead code.
2014-01-09 Rafael EspindolaUpdate example to be more idiomatic.
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
next