projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert r219354. It seems to break some buildbots.
[oota-llvm.git]
/
utils
/
2014-10-08
Renato Golin
Update git-svnrevert to accept git and svn revisions
tree
|
commitdiff
2014-10-01
Bob Wilson
PR21101: tablegen's FastISel emitter should filter...
tree
|
commitdiff
2014-10-01
Adam Nemet
[X86 disasm tblegen backend] Clean up numPhysicalOperan...
tree
|
commitdiff
2014-09-30
Robert Khasanov
[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
tree
|
commitdiff
2014-09-27
Craig Topper
Reduce code duplication a bit.
tree
|
commitdiff
2014-09-27
Craig Topper
Fix TableGen -gen-disassembler output for bit fields...
tree
|
commitdiff
2014-09-25
Daniel Sanders
[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
valgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin...
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
valgrind/x86_64-pc-linux-gnu.supp: Tweak /bin/sed to...
tree
|
commitdiff
2014-09-23
NAKAMURA Takumi
valgrind/x86_64-pc-linux-gnu.supp: We don't care if...
tree
|
commitdiff
2014-09-12
Jordan Rose
[lit] Parse all strings as UTF-8 rather than ASCII.
tree
|
commitdiff
2014-09-11
Justin Bogner
utils: Teach lldbDataFormatters how to format ArrayRefs
tree
|
commitdiff
2014-09-06
Chandler Carruth
[x86] Fix a pretty horrible bug and inconsistency in...
tree
|
commitdiff
2014-09-04
Craig Topper
Use vector constructor instead of a for loop to initial...
tree
|
commitdiff
2014-09-03
Juergen Ributzka
[FastISel][tblgen] Rename tblgen generated FastISel...
tree
|
commitdiff
2014-09-03
Yaron Keren
Fix ambiguous call to make_unique and clang-format.
tree
|
commitdiff
2014-09-03
Craig Topper
Recommit "Use unique_ptr to manager FilterChooser owner...
tree
|
commitdiff
2014-09-03
Craig Topper
Revert "Use unique_ptr to manager FilterChooser ownership."
tree
|
commitdiff
2014-09-03
Craig Topper
Use unique_ptr to manager FilterChooser ownership.
tree
|
commitdiff
2014-09-03
Craig Topper
Implement move constructor and remove copy constructor...
tree
|
commitdiff
2014-09-02
Pete Cooper
Tablegen scheduling models don't reference empty itiner...
tree
|
commitdiff
2014-09-02
Eric Christopher
Reinstate "Nuke the old JIT."
tree
|
commitdiff
2014-09-02
Pete Cooper
Change MCSchedModel to be a struct of statically initia...
tree
|
commitdiff
2014-08-29
Robin Morisset
Fix typos in comments, NFC
tree
|
commitdiff
2014-08-27
Rafael Espindola
Return a std::unique_ptr when creating a new MemoryBuffer.
tree
|
commitdiff
2014-08-27
Craig Topper
Simplify creation of a bunch of ArrayRefs by using...
tree
|
commitdiff
2014-08-27
Craig Topper
Fix some cases were ArrayRefs were being passed by...
tree
|
commitdiff
2014-08-26
Bill Wendling
Use 'xz' compression instead of 'gz'.
tree
|
commitdiff
2014-08-25
Robert Khasanov
[SKX] avx512_icmp_packed multiclass extension
tree
|
commitdiff
2014-08-24
Craig Topper
Use range based for loops to avoid needing to re-mentio...
tree
|
commitdiff
2014-08-24
Dylan Noblesmith
TableGen: unique_ptr-ify RecordKeeper
tree
|
commitdiff
2014-08-24
Dylan Noblesmith
TableGen: use auto and for-range
tree
|
commitdiff
2014-08-21
David Blaikie
Explicitly pass ownership of the MemoryBuffer to AddNew...
tree
|
commitdiff
2014-08-21
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-20
Quentin Colombet
Add isInsertSubreg property.
tree
|
commitdiff
2014-08-20
Quentin Colombet
Add isExtractSubreg property.
tree
|
commitdiff
2014-08-20
Bill Wendling
Update projects lists.
tree
|
commitdiff
2014-08-20
Bill Wendling
Add libcxxabi to the projects.
tree
|
commitdiff
2014-08-19
Duncan P. N. Exon...
IR: Implement uselistorder assembly directives
tree
|
commitdiff
2014-08-18
Tim Northover
TableGen: allow use of uint64_t for available features...
tree
|
commitdiff
2014-08-18
Craig Topper
Revert "Repace SmallPtrSet with SmallPtrSetImpl in...
tree
|
commitdiff
2014-08-17
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-17
Chandler Carruth
[shuffle] Teach the shufflevector fuzzer to support...
tree
|
commitdiff
2014-08-16
Eric Fiselier
[LIT] Move display of unsupported and xfail tests to...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-13
Chandler Carruth
[shuffle] Stand back! I'm about to (try to) do math!
tree
|
commitdiff
2014-08-13
Chandler Carruth
[shuffle] Make the seed an optional component and add...
tree
|
commitdiff
2014-08-13
Chandler Carruth
[shuffle] Teach the shuffle fuzzer to fuzz blends,...
tree
|
commitdiff
2014-08-13
Chandler Carruth
[shuffle] Tweak the shuffle fuzzer to support bigger...
tree
|
commitdiff
2014-08-11
Quentin Colombet
Add isRegSequence property.
tree
|
commitdiff
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
tree
|
commitdiff
2014-08-07
Justin Bogner
FileCheck: Add a flag to allow checking empty input
tree
|
commitdiff
2014-08-07
Rafael Espindola
Nuke the old JIT.
tree
|
commitdiff
2014-08-07
Pete Cooper
Change BitsInit to inherit from TypedInit.
tree
|
commitdiff
2014-08-07
Chandler Carruth
Add an option to the shuffle fuzzer that lets you fuzz...
tree
|
commitdiff
2014-08-07
Bill Wendling
Use the minor number for the revision numbers.
tree
|
commitdiff
2014-08-07
Chandler Carruth
Add a vector shuffle fuzzer.
tree
|
commitdiff
2014-08-06
Eric Christopher
Remove the target machine from CCState. Previously...
tree
|
commitdiff
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
tree
|
commitdiff
2014-08-04
Robert Khasanov
[SKX] Enabling load/store instructions: encoding
tree
|
commitdiff
2014-08-02
Michael Gottesman
Add a small utility called bisect that enables commandl...
tree
|
commitdiff
2014-08-02
Eric Fiselier
[lit] Add --show-xfail flag to LIT.
tree
|
commitdiff
2014-08-01
Matt Arsenault
Make getNamedOperandIdx readonly
tree
|
commitdiff
2014-08-01
Rafael Espindola
Remove some calls to std::move.
tree
|
commitdiff
2014-08-01
Rafael Espindola
Simplify the code a bit with std::unique_ptr.
tree
|
commitdiff
2014-08-01
Tom Stellard
TableGen: Allow AddedComplexity values to be negative
tree
|
commitdiff
2014-07-31
Kevin Enderby
Add support for the X86 secure guard extensions instruc...
tree
|
commitdiff
2014-07-29
Eli Bendersky
Fix FileCheck crash when empty prefix is passed.
tree
|
commitdiff
2014-07-28
Robert Khasanov
[SKX] Enabling mask logic instructions: encoding, lowering
tree
|
commitdiff
2014-07-25
Akira Hatanaka
[stack protector] Fix a potential security bug in stack...
tree
|
commitdiff
2014-07-23
Robert Khasanov
[SKX] Enabling mask instructions: encoding, lowering
tree
|
commitdiff
2014-07-22
Bill Wendling
Add openmp to the list of tagged things.
tree
|
commitdiff
2014-07-22
Richard Smith
Revert of r213521. This change introduced a non-hermeti...
tree
|
commitdiff
2014-07-21
Tom Stellard
test-release.sh: Add support for dot releases
tree
|
commitdiff
2014-07-21
Robert Khasanov
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
tree
|
commitdiff
2014-07-21
Tom Stellard
TableGen: Allow AddedComplexity values to be negative
tree
|
commitdiff
2014-07-19
David Blaikie
Remove uses of the redundant ".reset(nullptr)" of uniqu...
tree
|
commitdiff
2014-07-17
Reid Kleckner
TableGen: Add 'static' to a large array to avoid a...
tree
|
commitdiff
2014-07-17
Adam Nemet
[X86] AVX512: Add disassembler support for compressed...
tree
|
commitdiff
2014-07-17
Justin Holewinski
[TABLEGEN] Do not crash on intrinsics with names longer...
tree
|
commitdiff
2014-07-17
Eric Fiselier
[lit] Add --show-unsupported flag to LIT
tree
|
commitdiff
2014-07-15
Sanjay Patel
Move Post RA Scheduling flag bit into SchedMachineModel
tree
|
commitdiff
2014-07-12
Reid Kleckner
Option: Propagate flags from groups to options in each...
tree
|
commitdiff
2014-07-11
Alexander Kornienko
Add FileCheck -implicit-check-not option to allow stric...
tree
|
commitdiff
2014-07-09
Jim Grosbach
Change an assert() to a diagnostic.
tree
|
commitdiff
2014-07-09
Nikola Smiljanic
Use correct memeber when displaying StringMap's size.
tree
|
commitdiff
2014-07-07
Tim Northover
[testing]: lld generally lives in tools/, so fix llvm...
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-07-06
Alp Toker
SourceMgr: make valid buffer IDs start from one
tree
|
commitdiff
2014-07-04
Saleem Abdulrasool
TableGen: introduce support for MSBuiltin
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-06-25
Alp Toker
Use SourceMgr::getMemoryBuffer() in a couple of places
tree
|
commitdiff
2014-06-24
Adam Nemet
[Emacs] Use spaces rather than tabs for indentation...
tree
|
commitdiff
2014-06-23
Reid Kleckner
not: Only consider exit code 3 to be a crash with ...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Delete utils/FileUpdate.
tree
|
commitdiff
2014-06-19
David Greene
Remove bogus configure check
tree
|
commitdiff
2014-06-19
David Greene
Add option to keep flavor out of the install directory
tree
|
commitdiff
2014-06-19
David Greene
Turn of -Werror by default
tree
|
commitdiff
2014-06-19
Alp Toker
Remove OwningPtr.h and associated tests
tree
|
commitdiff
next