projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Ensure bitcode encoding of calling conventions stays stable. Patch by Boaz Ouriel.
[oota-llvm.git]
/
utils
/
2013-12-20
NAKAMURA Takumi
Install three utils, "FileCheck", "count", and "not...
tree
|
commitdiff
2013-12-20
Eric Christopher
[x86] Rename In32BitMode predicate to Not64BitMode
tree
|
commitdiff
2013-12-19
Hal Finkel
Add support for positionally-encoded operands to FixedL...
tree
|
commitdiff
2013-12-19
Hal Finkel
Add support for PointerLikeRegClass to FixedLenDecoderE...
tree
|
commitdiff
2013-12-17
Hal Finkel
Support little-endian encodings in the FixedLenDecoderE...
tree
|
commitdiff
2013-12-17
NAKAMURA Takumi
Tweak lit/TestingConfig.py Py3-compatible. has_key...
tree
|
commitdiff
2013-12-17
Reid Kleckner
Add missing trailing comma in llvm-lit.in
tree
|
commitdiff
2013-12-17
Reid Kleckner
Add the lit site config for unittests to bin/llvm-lit
tree
|
commitdiff
2013-12-16
Elena Demikhovsky
AVX-512: Added legal type MVT::i1 and VK1 register...
tree
|
commitdiff
2013-12-12
Hans Wennborg
Expose FileCheck's AddFixedStringToRegEx as Regex:...
tree
|
commitdiff
2013-12-05
Alp Toker
Correct word hyphenations
tree
|
commitdiff
2013-12-03
NAKAMURA Takumi
utils/llvm-lit: Generate "llvm-lit.py" rather than...
tree
|
commitdiff
2013-12-03
Bill Wendling
Remove superfluous label.
tree
|
commitdiff
2013-12-02
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2013-11-24
Bill Wendling
Default to a better compression algorithm.
tree
|
commitdiff
2013-11-20
Daniel Sanders
FileCheck: fix a bug with multiple --check-prefix optio...
tree
|
commitdiff
2013-11-20
Bill Wendling
Add -triple option.
tree
|
commitdiff
2013-11-19
Bill Wendling
Add lld to projects to tag.
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Place class definitions into anonymous...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Arnaud A. de Grand...
test-release.sh: tweak RPATH for the binary packages.
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Unbreak the build after r194997
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-17
Ahmed Bougacha
TableGen: Generate an enum for all named Operand types...
tree
|
commitdiff
2013-11-16
NAKAMURA Takumi
gtest-death-test.cc: Move ~DeathTestFactory() to unbrea...
tree
|
commitdiff
2013-11-16
Owen Anderson
Small improvement to InstrinsicEmitter::EmitAttributes...
tree
|
commitdiff
2013-11-15
Juergen Ributzka
Fix previous commit (r194865)
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-15
Chandler Carruth
Move all of the GoogleTest files back to the same locat...
tree
|
commitdiff
2013-11-15
Matt Arsenault
Add addrspacecast instruction.
tree
|
commitdiff
2013-11-14
Matt Arsenault
Update emacs llvm mode.
tree
|
commitdiff
2013-11-13
Alexey Samsonov
FileCheck: fix matching of one check-prefix is a prefix...
tree
|
commitdiff
2013-11-13
Alexey Samsonov
FileCheck: fix a bug with multiple --check-prefix options.
tree
|
commitdiff
2013-11-10
Matt Arsenault
Allow multiple check prefixes in FileCheck.
tree
|
commitdiff
2013-11-03
Elena Demikhovsky
AVX-512: added VPCONFLICT instruction and intrinsics,
tree
|
commitdiff
2013-11-03
Bob Wilson
Configure with --enable-terminfo=no for Apple's llvmCor...
tree
|
commitdiff
2013-11-01
Rafael Espindola
Remove linkonce_odr_auto_hide.
tree
|
commitdiff
2013-10-31
Andrew Trick
Lower stackmap intrinsics directly to their target...
tree
|
commitdiff
2013-10-31
Andrew Trick
Enable variable arguments support for intrinsics.
tree
|
commitdiff
2013-10-31
Andrew Trick
whitespace
tree
|
commitdiff
2013-10-28
Ahmed Bougacha
TableGen: remove unused variable.
tree
|
commitdiff
2013-10-28
Ahmed Bougacha
TableGen: Refactor DAG patterns to enable parsing one...
tree
|
commitdiff
2013-10-28
Ahmed Bougacha
TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.
tree
|
commitdiff
2013-10-28
Alp Toker
lit: multiprocessing platform fix attempt
tree
|
commitdiff
2013-10-27
Alp Toker
Clarify the comment about BSD versions in r193465
tree
|
commitdiff
2013-10-26
Joerg Sonnenberger
self.path may be empty or otherwise miss the normal...
tree
|
commitdiff
2013-10-26
Alp Toker
lit: Issue a note when multiprocessing fails to load
tree
|
commitdiff
2013-10-26
Alp Toker
Fix a referenced before assignment in r193463
tree
|
commitdiff
2013-10-26
Alp Toker
lit: handle late multiprocessing errors gracefully
tree
|
commitdiff
2013-10-26
Alp Toker
Attempt to fix the FreeBSD build, disable multiprocessing
tree
|
commitdiff
2013-10-25
Rafael Espindola
Try to fix the openbsd bot.
tree
|
commitdiff
2013-10-23
Rafael Espindola
Actually switch the default to use multiprocessing
tree
|
commitdiff
2013-10-23
Daniel Dunbar
[lit] Stop hacking the GIL check interval.
tree
|
commitdiff
2013-10-23
Daniel Dunbar
[lit] Use multiprocessing based parallelism by default...
tree
|
commitdiff
2013-10-20
Peter Collingbourne
Typo.
tree
|
commitdiff
2013-10-18
NAKAMURA Takumi
YAMLBench.cpp: Use llvm_move instead of std::move also...
tree
|
commitdiff
2013-10-18
Michael J. Spencer
[Support][YAML] Add support for accessing tags and...
tree
|
commitdiff
2013-10-17
NAKAMURA Takumi
Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.
tree
|
commitdiff
2013-10-17
NAKAMURA Takumi
Lit: Introduce an environment variable, $LIT_PRESERVES_...
tree
|
commitdiff
2013-10-14
Rafael Espindola
Remove utils/profile.pl.
tree
|
commitdiff
2013-10-14
Craig Topper
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
tree
|
commitdiff
2013-10-12
Craig Topper
Remove more filters from the disassembler. Mark some...
tree
|
commitdiff
2013-10-12
Craig Topper
Mark some more instructions as CodeGenOnly. Remove...
tree
|
commitdiff
2013-10-12
Will Dietz
Add missing #include's to cctype when using isdigit...
tree
|
commitdiff
2013-10-11
Stephen Lin
Really fix CHECK-LABEL and CHECK-DAG interaction. This...
tree
|
commitdiff
2013-10-11
Rafael Espindola
Fix handling of CHECK-DAG inside of CHECK-LABEL.
tree
|
commitdiff
2013-10-11
Craig Topper
Remove another unnecessary filter from the disassembler.
tree
|
commitdiff
2013-10-10
Craig Topper
Fix so CRC32r64r8 isn't accidentally filtered from...
tree
|
commitdiff
2013-10-09
Craig Topper
More x86 disassembler filtering cleanup.
tree
|
commitdiff
2013-10-09
Craig Topper
Remove some old filters from the x86 disassembler table...
tree
|
commitdiff
2013-10-08
Craig Topper
Remove unneeded MMX instruction definition by moving...
tree
|
commitdiff
2013-10-08
Craig Topper
Remove some instructions that existed to provide aliase...
tree
|
commitdiff
2013-10-07
Craig Topper
Remove some instructions that seem to only exist to...
tree
|
commitdiff
2013-10-07
Craig Topper
Add disassembler support for long encodings for INC...
tree
|
commitdiff
2013-10-07
David Majnemer
Revert "Revert "Windows: Add support for unicode comman...
tree
|
commitdiff
2013-10-06
David Majnemer
Revert "Windows: Add support for unicode command lines"
tree
|
commitdiff
2013-10-06
David Majnemer
Windows: Add support for unicode command lines
tree
|
commitdiff
2013-10-05
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
tree
|
commitdiff
2013-10-04
Craig Topper
Revert r191940 to see if it fixes the build bots.
tree
|
commitdiff
2013-10-04
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
tree
|
commitdiff
2013-10-03
Craig Topper
Add XOP disassembler support. Fixes PR13933.
tree
|
commitdiff
2013-10-03
Pete Cooper
Add v4f16 to supported value types.
tree
|
commitdiff
2013-10-01
Rafael Espindola
Remove several unused variables.
tree
|
commitdiff
2013-10-01
Richard Sandiford
Fix pattern sort in DAGISelEmitter.cpp
tree
|
commitdiff
2013-09-30
Craig Topper
Filter out repeated sections from the X86 disassembler...
tree
|
commitdiff
2013-09-30
Craig Topper
Various x86 disassembler fixes.
tree
|
commitdiff
2013-09-25
Andrew Trick
Mark the x86 machine model as incomplete. PR17367.
tree
|
commitdiff
2013-09-25
Craig Topper
Fix doxygen comments to use correct function name.
tree
|
commitdiff
2013-09-25
Craig Topper
Replace EVT with MVT in CodeGenDAGAPatterns.cpp.
tree
|
commitdiff
2013-09-24
Stepan Dyatkovskiy
Patch that forces MergeFunctions pass for clang.
tree
|
commitdiff
2013-09-24
Craig Topper
Fix formatting to match coding standards.
tree
|
commitdiff
2013-09-24
Jiangning Liu
Initial support for Neon scalar instructions.
tree
|
commitdiff
2013-09-22
Craig Topper
Add missing index comments to the left side of the...
tree
|
commitdiff
2013-09-22
Benjamin Kramer
Provide basic type safety for array_pod_sort comparators.
tree
|
commitdiff
2013-09-17
Matt Arsenault
Missed using check type enum in one place
tree
|
commitdiff
2013-09-17
Matt Arsenault
Use function's argument instead of the global flag.
tree
|
commitdiff
2013-09-17
Matt Arsenault
FileCheck refactor: use enum instead of bunch of bools
tree
|
commitdiff
2013-09-16
Tim Northover
TableGen: fix constness of new comparison function.
tree
|
commitdiff
2013-09-16
Tim Northover
TableGen: give asm match classes deterministic order.
tree
|
commitdiff
2013-09-16
Tim Northover
AsmMatcher: emit subtarget feature enum in deterministi...
tree
|
commitdiff
next