Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
0bfd526b6b5b3173bfabf6fd5a5b02369fb8b132
0bfd526
[C++11] Add 'override' keywords to tablegen code.
by Craig Topper
· 12 years ago
8a25ef9
[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
by Peter Zotov
· 12 years ago
c75dc74
Remove unnecessary variables.
by Ahmed Charles
· 12 years ago
a9b2552
Fix unused variable in FunctionLoweringInfo.cpp
by Hans Wennborg
· 12 years ago
2f471c8
Check for dynamic allocas and inline asm that clobbers sp before building
by Hans Wennborg
· 12 years ago
3b9afd3
Change x86mmx -> x86_mmx in LangRef.rst
by Reid Kleckner
· 12 years ago
1372b78
C API: Add functions to get or set a GlobalValue's DLLStorageClass
by Reid Kleckner
· 12 years ago
d6e0bca
LangRef: Remove stale docs on LLVM types in module structure
by Reid Kleckner
· 12 years ago
e6d0bed
Make the DIEValue constructor even more explicit.
by Eric Christopher
· 12 years ago
7e8a540
Trivial test commit.
by Raul E. Silvera
· 12 years ago
d1fe495
[C++11] Sink the iterator over a Value's users into the Value type
by Chandler Carruth
· 12 years ago
8b3fad9
Use a bool for whether or not an abbreviation has children rather than
by Eric Christopher
· 12 years ago
33a9132
Use dwarf::Attribute instead of a bare uint16_t.
by Eric Christopher
· 12 years ago
d3190ef
Expand slightly on comment.
by Eric Christopher
· 12 years ago
9ad8924
Unindent namespace.
by Eric Christopher
· 12 years ago
64da21d
Update comment.
by Eric Christopher
· 12 years ago
da96b2e
Partially roll back r202915.
by Rui Ueyama
· 12 years ago
e553a3b
Fix endianness bug.
by Rui Ueyama
· 12 years ago
34fae3a
Allow constant folding of fma and fmuladd
by Matt Arsenault
· 12 years ago
175c634
Fix duplicate code in ConstantFolding
by Matt Arsenault
· 12 years ago
f48dbd8
[DAGCombiner] Factor out distributeTruncateThroughAnd
by Adam Nemet
· 12 years ago
bc03027
Remove a special character in comment that accidentially got committed.
by Evan Cheng
· 12 years ago
6e5887e
Remove dependence on std::function.
by Richard Smith
· 12 years ago
943d1fd
Add support for arbitrary functors to CrashRecoveryContext.
by Richard Smith
· 12 years ago
f0a0ceb
APFloat: Add a move ctor and operator=
by Benjamin Kramer
· 12 years ago
afee151
llvm-objdump: Indent unwind info contents.
by Rui Ueyama
· 12 years ago
1d8f551
llvm-objdump: Fix typo in output.
by Rui Ueyama
· 12 years ago
a9a43d0
MS asm: Attempt to parse variables followed by a bracketed displacement
by Reid Kleckner
· 12 years ago
86e85c1
X86: 80-column
by Saleem Abdulrasool
· 12 years ago
230036c
[CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.
by NAKAMURA Takumi
· 12 years ago
db09f82
[PowerPC] support powerpc64le as syntax-checking target (pass2)
by Will Schmidt
· 12 years ago
f41c05c
[XCore] Fix call of absolute address.
by Richard Osborne
· 12 years ago
ba920ab
[CMake] check-llvm: Include "bugpoint" in dependent list.
by NAKAMURA Takumi
· 12 years ago
8954b14
Remove out-of-date comment in llvm/tools/CMakeLists.txt.
by NAKAMURA Takumi
· 12 years ago
e06bec4
[mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.
by Daniel Sanders
· 12 years ago
80a59df
Hey, we can stop depending on the IR library from the Support unittests
by Chandler Carruth
· 12 years ago
8f124fe
[Modules] Move the LeakDetector header into the IR library where the
by Chandler Carruth
· 12 years ago
11d95df
[cleanup] Fix a typo in the path.
by Chandler Carruth
· 12 years ago
f7591dd
[Modules] Move the PassNameParser to the IR library as it deals in the
by Chandler Carruth
· 12 years ago
19d764f
[Modules] Move the ConstantRange class into the IR library. This is
by Chandler Carruth
· 12 years ago
a2e3265
[Modules] Stop including CFG.h from GenericDomTree.h. This used to be
by Chandler Carruth
· 12 years ago
5b74a01
[Modules] Move the PredIteratorCache into the IR library -- it is
by Chandler Carruth
· 12 years ago
ff956e7
[Modules] Move the NoFolder into the IR library as it creates instructions.
by Chandler Carruth
· 12 years ago
9234e06
[Modules] Move the ConstantFolder into the IR library where it can
by Chandler Carruth
· 12 years ago
d90488f
[Modules] Move the TargetFolder into the Analysis library. Historically,
by Chandler Carruth
· 12 years ago
03e36d7
[Modules] Move CFG.h to the IR library as it defines graph traits over IR types.
by Chandler Carruth
· 12 years ago
1fd02bc
[Modules] Delete DataFlow.h rather than move it to the IR library. No
by Chandler Carruth
· 12 years ago
7225e27
[Modules] Move ValueMap to the IR library. While this class does not
by Chandler Carruth
· 12 years ago
eb3d76d
[Modules] Move ValueHandle into the IR library where Value itself lives.
by Chandler Carruth
· 12 years ago
df3d8e8
[Modules] Move the LLVM IR pattern match header into the IR library, it
by Chandler Carruth
· 12 years ago
4bbfbdf
[Modules] Move CallSite into the IR library where it belogs. It is
by Chandler Carruth
· 12 years ago
bd7cba0
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
by Chandler Carruth
· 12 years ago
876ac60
[Modules] Move InstIterator out of the Support library, where it had no
by Chandler Carruth
· 12 years ago
1decd56
[cleanup] Re-sort all the includes with utils/sort_includes.py.
by Chandler Carruth
· 12 years ago
efba32f
Remove unused typedef
by Timur Iskhodzhanov
· 12 years ago
7650bc0
This patch implements .set mips32r2 directive and sets appropriate feature bits. It also introduces helper functions that are used to set and clear feature bits as necessary. This directive is a counterpart of -mips32r2 command line options with the exception that it does not influence elf header flags. The usage example is gives in test file.
by Vladimir Medic
· 12 years ago
b62b44c
Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
by Yaron Keren
· 12 years ago
13f0d30
[cleanup] Add a getOperandNo method to the Use class and implement it
by Chandler Carruth
· 12 years ago
775581c
[cleanup] Use early exit and simpler temporary variables to clarify the
by Chandler Carruth
· 12 years ago
4f6b2a2
Fix gcc -Wunused-but-set-variable warning.
by Patrik Hagglund
· 12 years ago
2bfe24c
[cleanup] Run clang-format over the Use code. It was *really*
by Chandler Carruth
· 12 years ago
0a605711
[cleanup] Tidy up and modernize comments and the definition order for
by Chandler Carruth
· 12 years ago
d186c93
PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation]
by NAKAMURA Takumi
· 12 years ago
e93f18e
PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
by NAKAMURA Takumi
· 12 years ago
4a655e7
[C+11] Add 'override' keyword to methods in the support library.
by Craig Topper
· 12 years ago
cfb73ab
Fix typo.
by Rui Ueyama
· 12 years ago
80f2397
Use auto for readability.
by Rui Ueyama
· 12 years ago
3ab0ce0
llvm-objdump: Print x64 unwind info in executable.
by Rui Ueyama
· 12 years ago
7ef591d
Make a test for llvm-objdump a little bit more readable.
by Rui Ueyama
· 12 years ago
b1347c6
llvm-objdump: Split printRuntimeFunction to two small functions.
by Rui Ueyama
· 12 years ago
5dee350
[AArch64]Fix improper diagnostics about offset range of load/store instructions.
by Kevin Qin
· 12 years ago
4e43e1e
MC: Fix Intel assembly parser for [global + offset]
by Reid Kleckner
· 12 years ago
168a1af
Revert "[AArch64] This is a work in progress to provide a machine description"
by Chad Rosier
· 12 years ago
d1a0a58
llvm-objdump: Split printCOFFUnwindInfo into small functions.
by Rui Ueyama
· 12 years ago
839b3c7
llvm-objdump: Use range-based-for loop and fix format.
by Rui Ueyama
· 12 years ago
824dfb1
[AArch64] This is a work in progress to provide a machine description
by Chad Rosier
· 12 years ago
288da8c
Adding support for MSVC debugger visualization of the Optional datatype.
by Aaron Ballman
· 12 years ago
739dd52
Avoid std::function until PR19030 is fixed
by Reid Kleckner
· 12 years ago
a2e96a9
Add missing include.
by Benjamin Kramer
· 12 years ago
f05b45f
Pass to emit DWARF path discriminators.
by Diego Novillo
· 12 years ago
9efaf2f
[C++11] Use std::tie to simplify compare operators.
by Benjamin Kramer
· 12 years ago
c3835cc
Document that std::initializer_list is not always available.
by Peter Collingbourne
· 12 years ago
dcf23dd
[C++11] Remove a leftover std::function instance.
by Benjamin Kramer
· 12 years ago
0550e93
[C++11] Remove the completely unnecessary requirement on SetVector's
by Chandler Carruth
· 12 years ago
6f8c0c0
Add DWARF discriminator support to DILexicalBlocks.
by Diego Novillo
· 12 years ago
98b5aae
Re-apply r202551, which introduced new PBQP solver.
by Lang Hames
· 12 years ago
7515c71
Revert "[C++11] Replace LLVM atomics with std::atomic."
by Benjamin Kramer
· 12 years ago
4721e55
[C++11] Replace LLVM atomics with std::atomic.
by Benjamin Kramer
· 12 years ago
59a4517
C++11: Beware unnecessary copies with auto
by Duncan P. N. Exon Smith
· 12 years ago
653638b
Clarify struct usage guidelines
by Duncan P. N. Exon Smith
· 12 years ago
db3064e
Add patch level to llvm version in CMake and Autoconf
by Tom Stellard
· 12 years ago
7bc65d0
Don't emit a blank line when running llvm-config --system-libs.
by Richard Osborne
· 12 years ago
fc210ac
[mips] Prevent %lo relocation being used on MSA loads and stores.
by Daniel Sanders
· 12 years ago
c1e634d
[mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug data
by Ed Maste
· 12 years ago
6e983f3
Fixing a build failure reported by certain buildbots. This will disable jalx instruction for micromips target.
by Vladimir Medic
· 12 years ago
a0fb580
Unbreak the C++11 build.
by Benjamin Kramer
· 12 years ago
8b77d95
[msan] Handle X86 SIMD bitshift intrinsics.
by Evgeniy Stepanov
· 12 years ago
afa6150
This patch implements jalx instruction for Mips architecture.This instruction executes a procedure call within the current 256 MB-aligned region and change the ISA Mode from MIPS32 to microMIPS32 or MIPS16e. Usage samples for assembler and dissasembler are provided as well.
by Vladimir Medic
· 12 years ago
75c86c9
[C++11] Add a basic block range view for RegionInfo
by Tobias Grosser
· 12 years ago
8959996
[C++11] MSVC 2012 can't handle list-initialization that calls
by Chandler Carruth
· 12 years ago
Next »