projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AVX-512: Fixed a bug in emitting compare for MVT:i1 type.
[oota-llvm.git]
/
utils
/
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
2014-06-18
Craig Topper
Replace some assert(0)'s with llvm_unreachable.
tree
|
commitdiff
2014-06-17
Hans Wennborg
lit: simplify population of the actual_inputs array
tree
|
commitdiff
2014-06-17
James Molloy
Move SetTheory from utils/TableGen into lib/TableGen...
tree
|
commitdiff
2014-06-16
Hans Wennborg
Revert "lit: warn when passed invalid pathname" (r210597)
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove broken include.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Fix KillTheDoctor after r210725.
tree
|
commitdiff
2014-06-13
NAKAMURA Takumi
[Win32] Let utils/not aware of abort(), aka llvm_unreac...
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove the last uses of 'using std::error_code'
tree
|
commitdiff
2014-06-12
Rafael Espindola
Fix the build of KillTheDoctor.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Remove windows_error.
tree
|
commitdiff
2014-06-10
Hans Wennborg
lit: warn when passed invalid pathname
tree
|
commitdiff
2014-06-10
Alexander Potapenko
Add detection of OS X relocatable SDK to compiler-rt...
tree
|
commitdiff
2014-06-10
Artyom Skrobov
Condition codes AL and NV are invalid in the aliases...
tree
|
commitdiff
2014-06-10
Artyom Skrobov
Refactoring in AsmWriterEmitter::EmitPrintAliasInstruct...
tree
|
commitdiff
2014-06-08
Craig Topper
[C++11] Use 'nullptr'.
tree
|
commitdiff
2014-06-08
David Blaikie
AsmMatchers: Use unique_ptr to manage ownership of...
tree
|
commitdiff
2014-05-31
Rafael Espindola
really fix the windows build.
tree
|
commitdiff
2014-05-28
Justin Bogner
utils: Teach lldbDataFormatters to load automatically
tree
|
commitdiff
2014-05-23
Aaron Ballman
Teach the table generated emitPseudoExpansionLowering...
tree
|
commitdiff
2014-05-22
Tim Northover
ARM64: separate load/store operands to simplify assembler
tree
|
commitdiff
2014-05-21
Daniel Sanders
[asm matcher] Fix incorrect assertion when there are...
tree
|
commitdiff
2014-05-21
Richard Smith
[modules] Add module maps for LLVM. These are not quite...
tree
|
commitdiff
2014-05-20
Eric Christopher
Clean up language and grammar.
tree
|
commitdiff
2014-05-20
Tim Northover
TableGen: permit non-leaf ComplexPattern uses
tree
|
commitdiff
2014-05-20
Tim Northover
TableGen: convert InstAlias's Emit bit to an int.
tree
|
commitdiff
2014-05-19
Eric Christopher
Fix typos.
tree
|
commitdiff
2014-05-16
Tim Northover
TableGen: fix operand counting for aliases
tree
|
commitdiff
2014-05-15
Tim Northover
TableGen: use correct MIOperand when printing aliases
tree
|
commitdiff
2014-05-15
Tim Northover
TableGen/ARM64: print aliases even if they have syntax...
tree
|
commitdiff
2014-05-15
Alp Toker
Fix typos
tree
|
commitdiff
2014-05-13
Aaron Ballman
Teach the table generator to not generate switch statem...
tree
|
commitdiff
2014-05-13
Tim Northover
TableGen: strengthen assert
tree
|
commitdiff
2014-05-13
Jay Foad
Fix gcc -Wparentheses warning.
tree
|
commitdiff
2014-05-12
Tim Northover
TableGen: use PrintMethods to print more aliases
tree
|
commitdiff
2014-05-08
Hal Finkel
Move late partial-unrolling thresholds into the process...
tree
|
commitdiff
2014-05-07
Eric Christopher
Debug.h already includes raw_ostream.h, no need to...
tree
|
commitdiff
next