index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
14
-26
/
+30
2014-08-13
[shuffle] Stand back! I'm about to (try to) do math!
Chandler Carruth
1
-2
/
+39
2014-08-13
[shuffle] Make the seed an optional component and add support for
Chandler Carruth
1
-2
/
+3
2014-08-13
[shuffle] Teach the shuffle fuzzer to fuzz blends, including forming
Chandler Carruth
1
-39
/
+67
2014-08-13
[shuffle] Tweak the shuffle fuzzer to support bigger seeds. I'm
Chandler Carruth
1
-6
/
+6
2014-08-11
Add isRegSequence property.
Quentin Colombet
3
-0
/
+3
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2
-7
/
+21
2014-08-07
FileCheck: Add a flag to allow checking empty input
Justin Bogner
1
-1
/
+6
2014-08-07
Nuke the old JIT.
Rafael Espindola
2
-21
/
+7
2014-08-07
Change BitsInit to inherit from TypedInit.
Pete Cooper
1
-0
/
+15
2014-08-07
Add an option to the shuffle fuzzer that lets you fuzz exclusively
Chandler Carruth
1
-2
/
+16
2014-08-07
Use the minor number for the revision numbers.
Bill Wendling
1
-12
/
+13
2014-08-07
Add a vector shuffle fuzzer.
Chandler Carruth
1
-0
/
+170
2014-08-06
Remove the target machine from CCState. Previously it was only used
Eric Christopher
1
-2
/
+2
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-4
/
+8
2014-08-04
[SKX] Enabling load/store instructions: encoding
Robert Khasanov
1
-0
/
+11
2014-08-02
Add a small utility called bisect that enables commandline bisecting on a cou...
Michael Gottesman
1
-0
/
+37
2014-08-02
[lit] Add --show-xfail flag to LIT.
Eric Fiselier
1
-0
/
+4
2014-08-01
Make getNamedOperandIdx readonly
Matt Arsenault
1
-0
/
+1
2014-08-01
Remove some calls to std::move.
Rafael Espindola
2
-4
/
+4
2014-08-01
Simplify the code a bit with std::unique_ptr.
Rafael Espindola
1
-9
/
+5
2014-08-01
TableGen: Allow AddedComplexity values to be negative
Tom Stellard
3
-7
/
+7
2014-07-31
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
1
-56
/
+59
2014-07-29
Fix FileCheck crash when empty prefix is passed.
Eli Bendersky
1
-0
/
+4
2014-07-28
[SKX] Enabling mask logic instructions: encoding, lowering
Robert Khasanov
1
-0
/
+2
2014-07-25
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
1
-1
/
+2
2014-07-23
[SKX] Enabling mask instructions: encoding, lowering
Robert Khasanov
1
-0
/
+4
2014-07-22
Add openmp to the list of tagged things.
Bill Wendling
1
-1
/
+1
2014-07-22
Revert of r213521. This change introduced a non-hermetic test (depending on a
Richard Smith
3
-7
/
+7
2014-07-21
test-release.sh: Add support for dot releases
Tom Stellard
1
-1
/
+1
2014-07-21
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.
Robert Khasanov
1
-0
/
+14
2014-07-21
TableGen: Allow AddedComplexity values to be negative
Tom Stellard
3
-7
/
+7
2014-07-19
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
1
-1
/
+1
2014-07-17
TableGen: Add 'static' to a large array to avoid a huge stack allocation
Reid Kleckner
1
-1
/
+1
2014-07-17
[X86] AVX512: Add disassembler support for compressed displacement
Adam Nemet
2
-2
/
+20
2014-07-17
[TABLEGEN] Do not crash on intrinsics with names longer than 40 characters
Justin Holewinski
1
-2
/
+3
2014-07-17
[lit] Add --show-unsupported flag to LIT
Eric Fiselier
2
-4
/
+7
2014-07-15
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
1
-0
/
+4
2014-07-12
Option: Propagate flags from groups to options in each group
Reid Kleckner
1
-11
/
+15
2014-07-11
Add FileCheck -implicit-check-not option to allow stricter tests without addi...
Alexander Kornienko
1
-1
/
+28
2014-07-09
Change an assert() to a diagnostic.
Jim Grosbach
1
-3
/
+5
2014-07-09
Use correct memeber when displaying StringMap's size.
Nikola Smiljanic
1
-2
/
+2
2014-07-07
[testing]: lld generally lives in tools/, so fix llvm-lit.
Tim Northover
1
-1
/
+1
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2
-12
/
+17
2014-07-06
SourceMgr: make valid buffer IDs start from one
Alp Toker
1
-2
/
+2
2014-07-04
TableGen: introduce support for MSBuiltin
Saleem Abdulrasool
3
-0
/
+57
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
3
-15
/
+19
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
3
-19
/
+15
2014-06-25
Use SourceMgr::getMemoryBuffer() in a couple of places
Alp Toker
1
-1
/
+1
2014-06-24
[Emacs] Use spaces rather than tabs for indentation in tablegen-mode
Adam Nemet
1
-0
/
+1
[next]