oota-llvm.git
2014-03-05 Reid KlecknerChange x86mmx -> x86_mmx in LangRef.rst
2014-03-05 Reid KlecknerC API: Add functions to get or set a GlobalValue's...
2014-03-05 Reid KlecknerLangRef: Remove stale docs on LLVM types in module...
2014-03-05 Eric ChristopherMake the DIEValue constructor even more explicit.
2014-03-05 Raul E. SilveraTrivial test commit.
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-03-05 Eric ChristopherUse a bool for whether or not an abbreviation has child...
2014-03-05 Eric ChristopherUse dwarf::Attribute instead of a bare uint16_t.
2014-03-05 Eric ChristopherExpand slightly on comment.
2014-03-05 Eric ChristopherUnindent namespace.
2014-03-05 Eric ChristopherUpdate comment.
2014-03-05 Rui UeyamaPartially roll back r202915.
2014-03-05 Rui UeyamaFix endianness bug.
2014-03-05 Matt ArsenaultAllow constant folding of fma and fmuladd
2014-03-05 Matt ArsenaultFix duplicate code in ConstantFolding
2014-03-04 Adam Nemet[DAGCombiner] Factor out distributeTruncateThroughAnd
2014-03-04 Evan ChengRemove a special character in comment that accidentiall...
2014-03-04 Richard SmithRemove dependence on std::function.
2014-03-04 Richard SmithAdd support for arbitrary functors to CrashRecoveryContext.
2014-03-04 Benjamin KramerAPFloat: Add a move ctor and operator=
2014-03-04 Rui Ueyamallvm-objdump: Indent unwind info contents.
2014-03-04 Rui Ueyamallvm-objdump: Fix typo in output.
2014-03-04 Reid KlecknerMS asm: Attempt to parse variables followed by a bracke...
2014-03-04 Saleem AbdulrasoolX86: 80-column
2014-03-04 NAKAMURA Takumi[CMake] add_llvm_target(): No need to include TABLEGEN_...
2014-03-04 Will Schmidt[PowerPC] support powerpc64le as syntax-checking target...
2014-03-04 Richard Osborne[XCore] Fix call of absolute address.
2014-03-04 NAKAMURA Takumi[CMake] check-llvm: Include "bugpoint" in dependent...
2014-03-04 NAKAMURA TakumiRemove out-of-date comment in llvm/tools/CMakeLists...
2014-03-04 Daniel Sanders[mips][msa] Correct the behaviour of the COPY_FW pseudo...
2014-03-04 Chandler CarruthHey, we can stop depending on the IR library from the...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[cleanup] Fix a typo in the path.
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Stop including CFG.h from GenericDomTree...
2014-03-04 Chandler Carruth[Modules] Move the PredIteratorCache into the IR librar...
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move the ConstantFolder into the IR library...
2014-03-04 Chandler Carruth[Modules] Move the TargetFolder into the Analysis libra...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Delete DataFlow.h rather than move it to...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Timur IskhodzhanovRemove unused typedef
2014-03-04 Vladimir MedicThis patch implements .set mips32r2 directive and sets...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-04 Chandler Carruth[cleanup] Add a getOperandNo method to the Use class...
2014-03-04 Chandler Carruth[cleanup] Use early exit and simpler temporary variable...
2014-03-04 Patrik HagglundFix gcc -Wunused-but-set-variable warning.
2014-03-04 Chandler Carruth[cleanup] Run clang-format over the Use code. It was...
2014-03-04 Chandler Carruth[cleanup] Tidy up and modernize comments and the defini...
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: Prune @return in setNodeCosts, possibly...
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-04 Rui UeyamaFix typo.
2014-03-04 Rui UeyamaUse auto for readability.
2014-03-04 Rui Ueyamallvm-objdump: Print x64 unwind info in executable.
2014-03-04 Rui UeyamaMake a test for llvm-objdump a little bit more readable.
2014-03-04 Rui Ueyamallvm-objdump: Split printRuntimeFunction to two small...
2014-03-04 Kevin Qin[AArch64]Fix improper diagnostics about offset range...
2014-03-04 Reid KlecknerMC: Fix Intel assembly parser for [global + offset]
2014-03-04 Chad RosierRevert "[AArch64] This is a work in progress to provide...
2014-03-04 Rui Ueyamallvm-objdump: Split printCOFFUnwindInfo into small...
2014-03-04 Rui Ueyamallvm-objdump: Use range-based-for loop and fix format.
2014-03-03 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-03-03 Aaron BallmanAdding support for MSVC debugger visualization of the...
2014-03-03 Reid KlecknerAvoid std::function until PR19030 is fixed
2014-03-03 Benjamin KramerAdd missing include.
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-03 Peter CollingbourneDocument that std::initializer_list is not always avail...
2014-03-03 Benjamin Kramer[C++11] Remove a leftover std::function instance.
2014-03-03 Chandler Carruth[C++11] Remove the completely unnecessary requirement...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-03 Lang HamesRe-apply r202551, which introduced new PBQP solver.
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-03-03 Duncan P. N... C++11: Beware unnecessary copies with auto
2014-03-03 Duncan P. N... Clarify struct usage guidelines
2014-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-03-03 Richard OsborneDon't emit a blank line when running llvm-config -...
2014-03-03 Daniel Sanders[mips] Prevent %lo relocation being used on MSA loads...
2014-03-03 Ed Maste[mips] support FK_Data_2 and FK_Data_8 to fix big-endia...
2014-03-03 Vladimir Medic Fixing a build failure reported by certain buildbots...
2014-03-03 Benjamin KramerUnbreak the C++11 build.
2014-03-03 Evgeniy Stepanov[msan] Handle X86 SIMD bitshift intrinsics.
2014-03-03 Vladimir MedicThis patch implements jalx instruction for Mips archite...
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
2014-03-03 Chandler Carruth[C++11] MSVC 2012 can't handle list-initialization...
2014-03-03 Chandler Carruth[C++11] Add two range adaptor views to User: operands and
2014-03-03 Chandler Carruth[C++11] Add an iterator_range class template. This...
2014-03-03 Ahmed Charles[C++11] Pass unique_ptr by value instead of &&.
2014-03-03 Saleem AbdulrasoolAsmParser: add missed tests
2014-03-02 Venkatraman... [Sparc] Add trap on integer condition codes (Ticc)...
next