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
2015-04-24
[TableGen] Don't leak Expanders and Operators in SetTheory.
Craig Topper
2
-3
/
+3
2015-04-22
[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the si...
Craig Topper
2
-2
/
+2
2015-04-21
AVX-512: Added VPMOVx2M instructions for SKX,
Elena Demikhovsky
1
-0
/
+6
2015-04-21
AVX-512: Added VPTESTM and VPTESTNM instructions for SKX
Elena Demikhovsky
1
-0
/
+7
2015-04-21
Enhanced vim support.
Matthias Braun
8
-27
/
+103
2015-04-17
Add support for v1i128 type.
Kit Barton
1
-0
/
+1
2015-04-15
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
1
-1
/
+1
2015-04-14
Add ladder graph utility
Daniel Berlin
1
-0
/
+43
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
11
-89
/
+94
2015-04-10
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
1
-1
/
+1
2015-04-09
Use SmallVector instead of std::vector for uniquing X86 disassembler operand ...
Craig Topper
1
-1
/
+2
2015-04-09
Simplify some printing code by combining new lines onto previous strings. Don...
Craig Topper
1
-9
/
+3
2015-04-09
Don't convert enum to strings just to put them in the uniquing map. Use the e...
Craig Topper
1
-15
/
+12
2015-04-08
Revert r234389. It really was needed but really should have been cstring inst...
Craig Topper
1
-0
/
+1
2015-04-08
Remove unnecessary include. NFC
Craig Topper
1
-1
/
+0
2015-04-07
Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.
Pete Cooper
1
-1
/
+1
2015-04-07
[lit] Allow disabling an entire gtest suite, as is done in tsan
Reid Kleckner
1
-1
/
+2
2015-04-07
[TableGen] Prevent invalid code generation when emitting AssemblerPredicate c...
Toma Tabacu
1
-1
/
+3
2015-04-06
[lit] Skip gtest names starting with DISABLED_
Reid Kleckner
1
-0
/
+4
2015-04-06
[lit] Fix running gtest type-parameterized tests on Windows
Reid Kleckner
1
-4
/
+11
2015-04-01
TableGen: Generate more const goodness
Matthias Braun
1
-2
/
+2
2015-03-31
Fix AllocationPriority not getting set for derived register classes.
Matthias Braun
1
-1
/
+3
2015-03-31
RegAllocGreedy: Allow target to specify register class ordering.
Matthias Braun
3
-0
/
+6
2015-03-27
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
3
-12
/
+36
2015-03-24
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
4
-41
/
+46
2015-03-24
Use std::bitset for SubtargetFeatures
Michael Kuperstein
4
-46
/
+41
2015-03-23
Another set of missing raw_ostream.h. Still no functional change.
Benjamin Kramer
1
-0
/
+1
2015-03-23
More missing includes only visible to MSVC.
Benjamin Kramer
1
-0
/
+1
2015-03-20
[Tablegen] Attempt to add support for patterns containing nodes with multiple...
Craig Topper
1
-22
/
+27
2015-03-19
Do not track subregister liveness when it brings no benefits
Matthias Braun
3
-1
/
+17
2015-03-18
TableGen: Fix register class lane masks being too conservative.
Matthias Braun
1
-1
/
+1
2015-03-18
Remove many superfluous SmallString::str() calls.
Yaron Keren
1
-1
/
+1
2015-03-13
Use the variable names from the TargetInstrInfo source when we
Eric Christopher
1
-5
/
+7
2015-03-13
Add a return after the llvm namespace code for a little extra
Eric Christopher
1
-3
/
+3
2015-03-12
Fix FileCheck: substr() expect the length of the string as 2nd arg
Mehdi Amini
1
-2
/
+1
2015-03-11
Have getRegPressureSetLimit take a MachineFunction so that a
Eric Christopher
1
-2
/
+3
2015-03-11
Fix a grammar issue I introduced.
Chandler Carruth
1
-1
/
+1
2015-03-11
Inspired by r231891, use gender neutral pronouns in the places I've
Chandler Carruth
2
-2
/
+2
2015-03-10
Teach raw_ostream to accept SmallString.
Yaron Keren
2
-3
/
+3
2015-03-10
Improve and simplify EnforceSmallerThan for vector types.
Craig Topper
1
-54
/
+28
2015-03-10
Remove extra indentation of entire function body. NFC.
Craig Topper
1
-140
/
+140
2015-03-09
TableGen: Use 'enum : uint64_t' for feature flags to fix -Wmicrosoft
Reid Kleckner
1
-29
/
+16
2015-03-05
TableGen: Initialize ErrorInfo to ~0ULL in the MatchInstructionImpl
Tom Stellard
1
-1
/
+1
2015-03-05
Revert "[TableGen] Implement at least some support for multiple explicit resu...
Craig Topper
1
-10
/
+10
2015-03-05
[TableGen] Implement at least some support for multiple explicit results in a...
Craig Topper
1
-10
/
+10
2015-03-05
[TableGen] Add support constraining a vector type in a pattern to have a spec...
Craig Topper
2
-1
/
+126
2015-03-04
Add a FIXME for PR22796, broken ordering of ClassInfo in TableGen
David Blaikie
1
-0
/
+5
2015-03-04
[Tablegen] Use correct result number variables with the pattern nodes they go...
Craig Topper
1
-2
/
+2
2015-03-03
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
1
-2
/
+0
2015-03-03
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
1
-0
/
+2
[next]