projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[CodeGen] Combine concat_vector of trunc'd scalar to scalar_to_vector.
[oota-llvm.git]
/
utils
/
2015-04-09
Craig Topper
Use SmallVector instead of std::vector for uniquing...
tree
|
commitdiff
2015-04-09
Craig Topper
Simplify some printing code by combining new lines...
tree
|
commitdiff
2015-04-09
Craig Topper
Don't convert enum to strings just to put them in the...
tree
|
commitdiff
2015-04-08
Craig Topper
Revert r234389. It really was needed but really should...
tree
|
commitdiff
2015-04-08
Craig Topper
Remove unnecessary include. NFC
tree
|
commitdiff
2015-04-07
Pete Cooper
Add boolean to PrintStackTraceOnErrorSignal to disable...
tree
|
commitdiff
2015-04-07
Reid Kleckner
[lit] Allow disabling an entire gtest suite, as is...
tree
|
commitdiff
2015-04-07
Toma Tabacu
[TableGen] Prevent invalid code generation when emittin...
tree
|
commitdiff
2015-04-06
Reid Kleckner
[lit] Skip gtest names starting with DISABLED_
tree
|
commitdiff
2015-04-06
Reid Kleckner
[lit] Fix running gtest type-parameterized tests on...
tree
|
commitdiff
2015-04-01
Matthias Braun
TableGen: Generate more const goodness
tree
|
commitdiff
2015-03-31
Matthias Braun
Fix AllocationPriority not getting set for derived...
tree
|
commitdiff
2015-03-31
Matthias Braun
RegAllocGreedy: Allow target to specify register class...
tree
|
commitdiff
2015-03-27
Akira Hatanaka
[MCInstPrinter] Enable MCInstPrinter to change its...
tree
|
commitdiff
2015-03-24
Michael Kuperstein
Revert "Use std::bitset for SubtargetFeatures"
tree
|
commitdiff
2015-03-24
Michael Kuperstein
Use std::bitset for SubtargetFeatures
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Another set of missing raw_ostream.h. Still no function...
tree
|
commitdiff
2015-03-23
Benjamin Kramer
More missing includes only visible to MSVC.
tree
|
commitdiff
2015-03-20
Craig Topper
[Tablegen] Attempt to add support for patterns containi...
tree
|
commitdiff
2015-03-19
Matthias Braun
Do not track subregister liveness when it brings no...
tree
|
commitdiff
2015-03-18
Matthias Braun
TableGen: Fix register class lane masks being too conse...
tree
|
commitdiff
2015-03-18
Yaron Keren
Remove many superfluous SmallString::str() calls.
tree
|
commitdiff
2015-03-13
Eric Christopher
Use the variable names from the TargetInstrInfo source...
tree
|
commitdiff
2015-03-13
Eric Christopher
Add a return after the llvm namespace code for a little...
tree
|
commitdiff
2015-03-12
Mehdi Amini
Fix FileCheck: substr() expect the length of the string...
tree
|
commitdiff
2015-03-11
Eric Christopher
Have getRegPressureSetLimit take a MachineFunction...
tree
|
commitdiff
2015-03-11
Chandler Carruth
Fix a grammar issue I introduced.
tree
|
commitdiff
2015-03-11
Chandler Carruth
Inspired by r231891, use gender neutral pronouns in...
tree
|
commitdiff
2015-03-10
Yaron Keren
Teach raw_ostream to accept SmallString.
tree
|
commitdiff
2015-03-10
Craig Topper
Improve and simplify EnforceSmallerThan for vector...
tree
|
commitdiff
2015-03-10
Craig Topper
Remove extra indentation of entire function body. NFC.
tree
|
commitdiff
2015-03-09
Reid Kleckner
TableGen: Use 'enum : uint64_t' for feature flags to...
tree
|
commitdiff
2015-03-05
Tom Stellard
TableGen: Initialize ErrorInfo to ~0ULL in the MatchIns...
tree
|
commitdiff
2015-03-05
Craig Topper
Revert "[TableGen] Implement at least some support...
tree
|
commitdiff
2015-03-05
Craig Topper
[TableGen] Implement at least some support for multiple...
tree
|
commitdiff
2015-03-05
Craig Topper
[TableGen] Add support constraining a vector type in...
tree
|
commitdiff
2015-03-04
David Blaikie
Add a FIXME for PR22796, broken ordering of ClassInfo...
tree
|
commitdiff
2015-03-04
Craig Topper
[Tablegen] Use correct result number variables with...
tree
|
commitdiff
2015-03-03
David Blaikie
Revert "Remove the explicit SDNodeIterator::operator...
tree
|
commitdiff
2015-03-03
David Blaikie
Remove the explicit SDNodeIterator::operator= in favor...
tree
|
commitdiff
2015-03-03
David Blaikie
Avoid explicitly declaring the copy assignment operator...
tree
|
commitdiff
2015-03-03
Nick Lewycky
Switch up whitespace with better whitespace.
tree
|
commitdiff
2015-03-03
Nick Lewycky
Revert the non-cleanup part of r230769 because it intro...
tree
|
commitdiff
2015-03-02
Reid Kleckner
lit: Add 'cd' support to the internal shell and port...
tree
|
commitdiff
2015-03-02
Hans Wennborg
export.sh: Make sure umask is not too restrictive ...
tree
|
commitdiff
2015-03-02
Benjamin Kramer
TblGen: Remove copy of SmallVector::operator==. NFC...
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-03-01
Elena Demikhovsky
Reverted 230471 - gather scatter handling in table...
tree
|
commitdiff
2015-03-01
Elena Demikhovsky
AVX-512: Added mask and rounding mode for scalar arithm...
tree
|
commitdiff
2015-02-28
Yaron Keren
Silence variable set but not used warning in CodeGenReg...
tree
|
commitdiff
2015-02-28
Benjamin Kramer
Replace std::copy with a back inserter with vector...
tree
|
commitdiff
2015-02-27
Owen Anderson
Switch a std::map to a DenseMap in CodeGenRegisters.
tree
|
commitdiff
2015-02-26
Reid Kleckner
Re-instate the pragma optimize hack for MSVC, but not...
tree
|
commitdiff
2015-02-26
Reid Kleckner
Remove stale pragma hack for an unsupported MSVC version
tree
|
commitdiff
2015-02-26
Duncan P. N. Exon...
FileCheck: Add CHECK-SAME
tree
|
commitdiff
2015-02-26
Eric Christopher
Fix a couple of depedent->dependent typos.
tree
|
commitdiff
2015-02-25
Elena Demikhovsky
AVX-512: Gather and Scatter patterns
tree
|
commitdiff
2015-02-21
Tim Northover
CodeGen: convert CCState interface to using ArrayRefs
tree
|
commitdiff
2015-02-21
Duncan P. N. Exon...
AsmParser/Writer: Handle symbolic constants in DI ...
tree
|
commitdiff
2015-02-20
Justin Bogner
utils: Teach lldbDataFormatters about llvm::Optional
tree
|
commitdiff
2015-02-19
Michael Kuperstein
Reverting r229831 due to multiple ARM/PPC/MIPS build...
tree
|
commitdiff
2015-02-19
Michael Kuperstein
Use std::bitset for SubtargetFeatures
tree
|
commitdiff
2015-02-18
Chandler Carruth
[shuffles] Tweak my shufflevector fuzz test generation...
tree
|
commitdiff
2015-02-16
Aaron Ballman
MSVC 2013 does not ICE on this code in the same fashion...
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-15
NAKAMURA Takumi
Reapply r229185(cbieneman) -- Raising minimum required...
tree
|
commitdiff
2015-02-15
Craig Topper
[X86] Add the remaining 11 possible exact ModRM formats...
tree
|
commitdiff
2015-02-15
Chandler Carruth
[x86] Teach my test updating script about another quirk...
tree
|
commitdiff
2015-02-14
Chandler Carruth
Revert r229224: Make the 'llvm-lit' utility defend...
tree
|
commitdiff
2015-02-14
Chandler Carruth
[lit] Make the 'llvm-lit' utility defend against a...
tree
|
commitdiff
2015-02-14
NAKAMURA Takumi
Revert r229185, "Raising minimum required Visual Studio...
tree
|
commitdiff
2015-02-13
Chris Bieneman
Raising minimum required Visual Studio version to 2013.
tree
|
commitdiff
2015-02-13
Craig Topper
[X86] Add support for parsing and printing the mnemonic...
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDExpression
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
tree
|
commitdiff
2015-02-13
Duncan P. N. Exon...
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
tree
|
commitdiff
2015-02-12
Benjamin Kramer
MathExtras: Bring Count(Trailing|Leading)Ones and Count...
tree
|
commitdiff
2015-02-09
Ramkumar Ramachandra
[emacs] Get llvm-mode to font-lock "personality"
tree
|
commitdiff
2015-02-08
Elena Demikhovsky
Masked Gather and Scatter Intrinsics.
tree
|
commitdiff
2015-02-06
Rafael Espindola
Correcting keyword highlighting in llvm-mode.el.
tree
|
commitdiff
2015-02-04
Reid Kleckner
Don't warn or note if bash is missing
tree
|
commitdiff
2015-02-04
Chandler Carruth
[x86] Teach the test update script to strip trailing...
tree
|
commitdiff
2015-02-03
Duncan P. N. Exon...
AsmParser: Recognize DW_TAG_* constants
tree
|
commitdiff
2015-02-03
Chandler Carruth
[x86] Tweak my update script to use test case function...
tree
|
commitdiff
2015-02-02
David Blaikie
STLExtras: Provide less/equal functors with templated...
tree
|
commitdiff
2015-02-01
Sylvestre Ledru
Fix some bashims. More information on https://wiki...
tree
|
commitdiff
2015-01-31
Owen Anderson
Replace another std::set in the core of CodeGenRegister...
tree
|
commitdiff
2015-01-31
Owen Anderson
Change more of the guts of CodeGenRegister's RegUnit...
tree
|
commitdiff
2015-01-30
Owen Anderson
Change a very hot piece of code in TableGen's register...
tree
|
commitdiff
2015-01-28
Craig Topper
[X86] Teach disassembler to handle illegal immediates...
tree
|
commitdiff
2015-01-26
Eric Christopher
Move DataLayout back to the TargetMachine from TargetSu...
tree
|
commitdiff
2015-01-25
Craig Topper
[X86] Replace i32i8imm on SSE/AVX instructions with...
tree
|
commitdiff
2015-01-23
Ramkumar Ramachandra
[emacs] llvm-mode: fix parens, font-lock i*
tree
|
commitdiff
2015-01-22
Ramkumar Ramachandra
[emacs] Use c-mode-common-hook, derive from "gnu"
tree
|
commitdiff
2015-01-22
Ramkumar Ramachandra
Intrinsics: introduce llvm_any_ty aka ValueType Any
tree
|
commitdiff
2015-01-21
Eric Fiselier
[lit] Format JSONMetricValue strings better.
tree
|
commitdiff
2015-01-21
Craig Topper
[X86] Convert all the i8imm used by SSE and AVX instruc...
tree
|
commitdiff
2015-01-20
Rafael Espindola
Use -Wl,defs when linking.
tree
|
commitdiff
2015-01-15
Alexander Kornienko
Replace size method call of containers to empty method...
tree
|
commitdiff
next