Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
675e0ac0bfd6fb78423d9fbee9f50c1dec62c111
/
utils
675e0ac
Avoid using PathV1.h in Program.h.
by Rafael Espindola
· 11 years ago
6585b38
Have sys::FindProgramByName return a std::string.
by Rafael Espindola
· 11 years ago
9f1d9fd
Remove the program class.
by Rafael Espindola
· 11 years ago
aca93cf
tblgen: Assert that InstRWs doesn't grows when we don't expect it.
by Benjamin Kramer
· 11 years ago
068ecc1
tblgen: always lookup values from the original vector as it could be grown under our feet.
by Benjamin Kramer
· 11 years ago
ab5ad9f
Add a script to help us create source tar balls for the release.
by Bill Wendling
· 11 years ago
451ee21
Use proper exit code.
by Bill Wendling
· 11 years ago
0efc782
CodeGenSchedule: Use resize instead of copying a vector
by Arnold Schwaighofer
· 11 years ago
45dc032
CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerous
by Arnold Schwaighofer
· 11 years ago
239f8a4
Remove unimplemented definition. Found using [-Wunused-member-function].
by Jakub Staszak
· 11 years ago
fcce70a
SubtargetEmitter fix
by Arnold Schwaighofer
· 11 years ago
d7aad34
Fix a tblgen subtargetemitter bug, for future Swift support.
by Andrew Trick
· 11 years ago
8a22708
Revert series of sched model patches until I figure out what is going on.
by Arnold Schwaighofer
· 11 years ago
54d63cc
SubtargetEmitter fix
by Arnold Schwaighofer
· 11 years ago
23ed37a
Make SubRegIndex size mandatory, following r183020.
by Ahmed Bougacha
· 11 years ago
bed2308
Add a way to define the bit range covered by a SubRegIndex.
by Ahmed Bougacha
· 11 years ago
d5ae2c3
Fixed bug when tests in executable partially used absolute paths.
by Galina Kistanova
· 11 years ago
2275cfd
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
by Chad Rosier
· 11 years ago
c1a0806
Revert r182715 and r182758
by Alexey Samsonov
· 11 years ago
1f41986
Fixup for r182715: provide correct arg to --gtest-filter
by Alexey Samsonov
· 11 years ago
f0c74bd
Fixed bug when tests in executable partially used absolute paths.
by Galina Kistanova
· 11 years ago
d35da50
Recognize ValueType operands in source patterns for fast-isel.
by Bill Schmidt
· 11 years ago
997fa62
Add TargetRegisterInfo::getCoveringLanes().
by Jakob Stoklund Olesen
· 11 years ago
30042c5
Use proper syntax.
by Bill Wendling
· 11 years ago
769b71a
Add lldb and polly to the projects to tag.
by Bill Wendling
· 11 years ago
95ab326
Add 'CHECK-DAG' support
by Michael Liao
· 11 years ago
7efbbd6
Refactor string checking. No functionality change.
by Michael Liao
· 11 years ago
8305acb
Get the unittests compiling when building with cmake and the setting
by Duncan Sands
· 11 years ago
77bf866
Add libcxx and clang-tools-extra to the testing thing.
by Bill Wendling
· 12 years ago
7193427
Add clang-tools-extra to the list of things to tag for the release.
by Bill Wendling
· 12 years ago
5812cdb
Add the libc++ project to those we tag.
by Bill Wendling
· 12 years ago
2a83943
Try to fix ProgramTest on FreeBSD
by Reid Kleckner
· 12 years ago
d999062
by Ulrich Weigand
· 12 years ago
276b854
Use 'git svn find-rev' in git-svnrevert instead of shell script fu.
by Michael Gottesman
· 12 years ago
19c3735
Added the scripts git-svnup/git-svnrevert to utils/git-svn.
by Michael Gottesman
· 12 years ago
0fc7137
Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.
by Michael Liao
· 12 years ago
c16f8c5
Remove tailing whitespaces
by Michael Liao
· 12 years ago
a809c8d
Machine model: Generate table entries for super-resources.
by Andrew Trick
· 12 years ago
e30f32a
Machine model: verify well-formed processor resource groups.
by Andrew Trick
· 12 years ago
6982bdd
Machine model: rewrite a tablegen loop to avoid comparing record pointers.
by Andrew Trick
· 12 years ago
88eb89b
[asm parser] Add support for predicating MnemonicAlias based on the assembler
by Chad Rosier
· 12 years ago
406ef44
lit: Fix infinite recursion when an out-of-tree test root is located inside the source test root.
by Daniel Dunbar
· 12 years ago
f2c2b20
lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).
by Daniel Dunbar
· 12 years ago
02d2e61
Add CLAC/STAC instruction encoding/decoding support
by Michael Liao
· 12 years ago
aa3a85e
lit: Don't descend into .git directories during test discovery.
by Daniel Dunbar
· 12 years ago
e94bd36
lit: Shorten a metavar to make --help look nicer.
by Daniel Dunbar
· 12 years ago
6be0ae5
lit: Add a test for discovery when exact test names are given.
by Daniel Dunbar
· 12 years ago
2b570ce
lit: Add a trivial test of the basic progress bar.
by Daniel Dunbar
· 12 years ago
3455b32
Move yaml2obj to tools too.
by Rafael Espindola
· 12 years ago
2bce4cc
Use ScalarBitSetTraits.
by Rafael Espindola
· 12 years ago
46af067
Move obj2yaml to tools to sort out make's dependencies.
by Rafael Espindola
· 12 years ago
a3b62eb
Build obj2yaml with configure+make.
by Rafael Espindola
· 12 years ago
5152e4f
Add back parsing of header charactestics.
by Rafael Espindola
· 12 years ago
a964ad5
Remove anonymous namespace.
by Rafael Espindola
· 12 years ago
8ec018c
Use yaml::IO in yaml2obj.cpp.
by Rafael Espindola
· 12 years ago
bc4de7c
Fix TableGen subtarget-emitter to handle A9/Swift.
by Andrew Trick
· 12 years ago
1cbd401
Revert r178166. According to Howard, this code is actually ok.
by Dan Gohman
· 12 years ago
dcdc0fa
Avoid undefined behavior from passing a std::vector's own contents
by Dan Gohman
· 12 years ago
82e7c4f
TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.
by Andrew Trick
· 12 years ago
9b39399
x86 -- add the XTEST instruction
by Dave Zarzycki
· 12 years ago
8e3cb3e
Allow types to be omitted in output patterns.
by Jakob Stoklund Olesen
· 12 years ago
1920996
Allow direct value types to be used in instruction 'set' patterns.
by Jakob Stoklund Olesen
· 12 years ago
f0a804d
Allow direct value types in pattern definitions.
by Jakob Stoklund Olesen
· 12 years ago
7a42fb3
Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.
by Jakob Stoklund Olesen
· 12 years ago
7cdba15
Plug a memory leak in FileCheck when the input file is empty.
by Benjamin Kramer
· 12 years ago
426db65
Add TableGen ctags(1) emitter and helper script.
by Sean Silva
· 12 years ago
8755ae8
[lit] Avoid CRLFs in bash scripts on Windows
by Reid Kleckner
· 12 years ago
ec8d1a5
Extend TableGen instruction selection matcher to improve handling
by Ulrich Weigand
· 12 years ago
02fec34
TableGen fix for the new machine model.
by Andrew Trick
· 12 years ago
4c16916
Extract a method.
by Jakob Stoklund Olesen
· 12 years ago
26369a9
Use ArrayRef<MVT::SimpleValueType> when possible.
by Jakob Stoklund Olesen
· 12 years ago
1ab961f
Machine model. Allow mixed itinerary classes and SchedRW lists.
by Andrew Trick
· 12 years ago
64110ff
Add SchedRW as an Instruction field.
by Jakob Stoklund Olesen
· 12 years ago
157c6c4
Fix r177112: Add ProcResGroup.
by Andrew Trick
· 12 years ago
1754aca
MachineModel: Add a ProcResGroup class.
by Andrew Trick
· 12 years ago
816281f
lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were ignored.
by NAKAMURA Takumi
· 12 years ago
12dccae
Fixes disassembler crashes on 2013 Haswell RTM instructions.
by Kevin Enderby
· 12 years ago
c812110
MIsched machine model: tablegen subtarget emitter improvement.
by Andrew Trick
· 12 years ago
9bf3e39
Enable syntax highlighting for reStructuredText files.
by Bill Wendling
· 12 years ago
f15fe81
[TableGen] Fix ICE on MSVC 2012 Release builds.
by Michael J. Spencer
· 12 years ago
8eec41f
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
by Kostya Serebryany
· 12 years ago
50e75bf
'Hexadecimal' has two 'a's and only one 'i'.
by Matt Beaumont-Gay
· 12 years ago
1912c76
Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp.
by Jyotsna Verma
· 12 years ago
af7c042
PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
by David Peixotto
· 12 years ago
87d0b9e
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
by Guy Benyei
· 12 years ago
6c3daab
Added 0x0D to 2-byte opcode extension table for prefetch* variants
by Kay Tiong Khoo
· 12 years ago
ab39afa
[tsan/msan] adding thread_safety and uninitialized_checks attributes
by Kostya Serebryany
· 12 years ago
83a4cb5
[lit] Add a display function for lit.Test.TestResult.
by Daniel Dunbar
· 12 years ago
4cc74fc
Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.
by Guy Benyei
· 12 years ago
fa05def
Allow targets to add custom asm operand matching logic.
by Jim Grosbach
· 12 years ago
0dfa8a6
Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983>
by Bob Wilson
· 12 years ago
cdb0a58
Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>
by Bob Wilson
· 12 years ago
d07c2a5
Fix comments
by Eli Bendersky
· 12 years ago
37ef65b
This patch that sets the EmitAlias flag in td files
by Jack Carter
· 12 years ago
d9a4f0c
MachineModel: Inconsequential TableGen SubtargetEmitter fix.
by Andrew Trick
· 12 years ago
ac1b2e5
[lit] Add a test for internal shell execution behaviors.
by Daniel Dunbar
· 12 years ago
a80ae9c
[lit] Change to raise InternalShellError for all command execution issues.
by Daniel Dunbar
· 12 years ago
b62fb4b
[lit] Fix bug where InternalShellError messages were discarded.
by Daniel Dunbar
· 12 years ago
63a08e0
[lit] Fix a shell parsing bug with ';' not separated by whitespace.
by Daniel Dunbar
· 12 years ago
86aa95f
[lit] Add a test for the various ShTest format features.
by Daniel Dunbar
· 12 years ago
Next »