index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2011-06-12
Tweak hash function and compress hash tables.
Jakob Stoklund Olesen
2011-06-12
Remove now dead code.
Jakob Stoklund Olesen
2011-06-12
Extract the generateHashTable function.
Jakob Stoklund Olesen
2011-06-12
Compute lists of sub-regs, super-regs, and overlapping regs.
Jakob Stoklund Olesen
2011-06-11
Move the list of registers into CodeGenRegBank.
Jakob Stoklund Olesen
2011-06-10
Move some sub-register index calculations to CodeGenRegisters.cpp
Jakob Stoklund Olesen
2011-06-09
Move TableGen's register bank classes to their own source file.
Jakob Stoklund Olesen
2011-06-09
Add special-case range checking for VCVT_N intrinsic immediate operands.
Bob Wilson
2011-06-07
Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.
Chad Rosier
2011-06-04
Drop a RecordKeeper reference that wasn't necessary.
Jakob Stoklund Olesen
2011-06-04
Silence compiler warnings.
Jakob Stoklund Olesen
2011-06-04
Teach TableGen to evaluate DAG expressions as set operations.
Jakob Stoklund Olesen
2011-06-03
Rework the logic to not rely on undefined behaviour (1LL << 64). Also simplify.
Nick Lewycky
2011-06-02
Make it possible to have unallocatable register classes.
Jakob Stoklund Olesen
2011-06-01
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-05-31
Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value
Bruno Cardoso Lopes
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
Introduce the DwarfRegAlias class for declaring that two registers have the
Rafael Espindola
2011-05-28
Change how tblgen generates attributes for intrinsics to use a single
John McCall
2011-05-28
Fix the root cause of the bootstrap failure:
Rafael Espindola
2011-05-25
[tablegen] A couple of changes to ClangDiagnosticEmmitter.
Argyrios Kyrtzidis
2011-05-23
Use a more efficient data structure for the "operand map". The number of
Bill Wendling
2011-05-19
Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than
Cameron Zwarich
2011-05-10
Downgrade a tablegen warning to an error.
Jakob Stoklund Olesen
2011-05-09
Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...
Mon P Wang
2011-05-07
Teach TableGen to automatically generate missing SubRegIndex instances.
Jakob Stoklund Olesen
2011-05-06
Improve diagnostics for some parse errors. Not asserting when a user input
Jim Grosbach
2011-05-06
ParseFile() may throw, so extend the try/catch to handle that.
Jim Grosbach
2011-05-05
llvmc: Make it possible to provide an argument to (join).
Mikhail Glushenkov
2011-05-03
Tidy up. Add missing newline to generated file.
Jim Grosbach
2011-04-29
Filter out pattterns from the FastISel emitter which it doesn't actually know...
Eli Friedman
2011-04-28
Fix a bug in tblgen that caused incorrect encodings on instructions that spec...
Owen Anderson
2011-04-24
Add a TODO.
Mikhail Glushenkov
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-22
Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...
Johnny Chen
2011-04-22
Define Neon load/store intrinsics for Clang as macros instead of functions.
Bob Wilson
2011-04-21
Don't allow per-register spill size and alignment.
Jakob Stoklund Olesen
2011-04-20
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-18
Invert the meaning of printAliasInstr's return value. It now returns
Eric Christopher
2011-04-18
Enhance the fixed-length disassembler to support the callbacks necessary for ...
Owen Anderson
2011-04-18
Add a new bit that ImmLeaf's can opt into, which allows them to duck out of
Chris Lattner
2011-04-18
Implement major new fastisel functionality: the matcher can now handle immedi...
Chris Lattner
2011-04-17
introduce a new OpKind abstraction which wraps up operand flavors in a tidy l...
Chris Lattner
2011-04-17
change OperandsSignature to use SmallVector<char> instead of std::vector<string>
Chris Lattner
2011-04-17
since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m...
Chris Lattner
2011-04-17
now that predicates have a decent abstraction layer on them, introduce a new
Chris Lattner
2011-04-17
Rework our internal representation of node predicates to expose more
Chris Lattner
2011-04-17
remove some debugging code I added.
Chris Lattner
2011-04-17
1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll
Chris Lattner
2011-04-15
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
[prev]
[next]