index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute lists of sub-regs, super-regs, and overlapping regs.
Jakob Stoklund Olesen
2011-06-12
3
-57
/
+164
*
Move the list of registers into CodeGenRegBank.
Jakob Stoklund Olesen
2011-06-11
5
-207
/
+253
*
Move some sub-register index calculations to CodeGenRegisters.cpp
Jakob Stoklund Olesen
2011-06-10
5
-40
/
+76
*
Move TableGen's register bank classes to their own source file.
Jakob Stoklund Olesen
2011-06-09
3
-73
/
+102
*
Add special-case range checking for VCVT_N intrinsic immediate operands.
Bob Wilson
2011-06-09
1
-3
/
+8
*
Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.
Chad Rosier
2011-06-07
1
-7
/
+5
*
Drop a RecordKeeper reference that wasn't necessary.
Jakob Stoklund Olesen
2011-06-04
3
-10
/
+7
*
Silence compiler warnings.
Jakob Stoklund Olesen
2011-06-04
2
-6
/
+10
*
Teach TableGen to evaluate DAG expressions as set operations.
Jakob Stoklund Olesen
2011-06-04
4
-1
/
+426
*
Rework the logic to not rely on undefined behaviour (1LL << 64). Also simplify.
Nick Lewycky
2011-06-03
1
-8
/
+3
*
Make it possible to have unallocatable register classes.
Jakob Stoklund Olesen
2011-06-02
3
-13
/
+14
*
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-06-01
4
-30
/
+57
*
Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value
Bruno Cardoso Lopes
2011-05-31
1
-0
/
+1
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
1
-0
/
+29
*
Introduce the DwarfRegAlias class for declaring that two registers have the
Rafael Espindola
2011-05-30
1
-0
/
+11
*
Change how tblgen generates attributes for intrinsics to use a single
John McCall
2011-05-28
3
-59
/
+120
*
Fix the root cause of the bootstrap failure:
Rafael Espindola
2011-05-28
1
-7
/
+2
*
[tablegen] A couple of changes to ClangDiagnosticEmmitter.
Argyrios Kyrtzidis
2011-05-25
1
-2
/
+4
*
Use a more efficient data structure for the "operand map". The number of
Bill Wendling
2011-05-23
1
-7
/
+28
*
Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than
Cameron Zwarich
2011-05-19
1
-14
/
+48
*
In r131488 I misunderstood how VREV works. It splits the vector in half and s...
Tanya Lattner
2011-05-18
1
-1
/
+1
*
vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...
Tanya Lattner
2011-05-17
1
-1
/
+1
*
Downgrade a tablegen warning to an error.
Jakob Stoklund Olesen
2011-05-10
1
-3
/
+2
*
Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...
Mon P Wang
2011-05-09
1
-0
/
+1
*
Teach TableGen to automatically generate missing SubRegIndex instances.
Jakob Stoklund Olesen
2011-05-07
3
-22
/
+47
*
Improve diagnostics for some parse errors. Not asserting when a user input
Jim Grosbach
2011-05-06
1
-7
/
+3
*
ParseFile() may throw, so extend the try/catch to handle that.
Jim Grosbach
2011-05-06
1
-11
/
+11
*
llvmc: Make it possible to provide an argument to (join).
Mikhail Glushenkov
2011-05-05
1
-9
/
+36
*
The system suppression file should catch these, but since they *once again* are
Nick Lewycky
2011-05-04
2
-0
/
+14
*
Tidy up. Add missing newline to generated file.
Jim Grosbach
2011-05-03
1
-1
/
+1
*
Filter out pattterns from the FastISel emitter which it doesn't actually know...
Eli Friedman
2011-04-29
1
-31
/
+49
*
Rename profile_rt.so to libprofile_rt.so under configure+make (it already was
Nick Lewycky
2011-04-29
1
-1
/
+1
*
Fix a bug in tblgen that caused incorrect encodings on instructions that spec...
Owen Anderson
2011-04-28
1
-1
/
+5
*
Add a TODO.
Mikhail Glushenkov
2011-04-24
1
-0
/
+2
*
Remove unused STL header includes.
Jay Foad
2011-04-23
8
-10
/
+0
*
Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...
Johnny Chen
2011-04-22
1
-0
/
+5
*
Define Neon load/store intrinsics for Clang as macros instead of functions.
Bob Wilson
2011-04-22
1
-15
/
+51
*
Don't allow per-register spill size and alignment.
Jakob Stoklund Olesen
2011-04-21
2
-3
/
+0
*
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
3
-3
/
+6
*
Invert the meaning of printAliasInstr's return value. It now returns
Eric Christopher
2011-04-18
1
-4
/
+4
*
Enhance the fixed-length disassembler to support the callbacks necessary for ...
Owen Anderson
2011-04-18
1
-5
/
+10
*
Add a new bit that ImmLeaf's can opt into, which allows them to duck out of
Chris Lattner
2011-04-18
1
-2
/
+10
*
Implement major new fastisel functionality: the matcher can now handle immedi...
Chris Lattner
2011-04-18
2
-51
/
+233
*
introduce a new OpKind abstraction which wraps up operand flavors in a tidy l...
Chris Lattner
2011-04-17
1
-22
/
+48
*
change OperandsSignature to use SmallVector<char> instead of std::vector<string>
Chris Lattner
2011-04-17
2
-16
/
+17
*
since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m...
Chris Lattner
2011-04-17
1
-2
/
+0
*
now that predicates have a decent abstraction layer on them, introduce a new
Chris Lattner
2011-04-17
3
-3
/
+26
*
Rework our internal representation of node predicates to expose more
Chris Lattner
2011-04-17
5
-60
/
+139
*
remove some debugging code I added.
Chris Lattner
2011-04-17
1
-5
/
+0
*
1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll
Chris Lattner
2011-04-17
1
-9
/
+16
[next]