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
*
[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
*
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-04-15
3
-3
/
+74
*
Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...
Evan Cheng
2011-04-15
1
-6
/
+12
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
13
-22
/
+22
*
Add an option to not print the alias of an instruction. It defaults to "print
Bill Wendling
2011-04-13
1
-0
/
+2
*
Thumb disassembler was erroneously rejecting "blx sp" instruction.
Johnny Chen
2011-04-11
1
-0
/
+4
*
TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector may...
NAKAMURA Takumi
2011-04-11
1
-4
/
+7
*
build: Add support for a SHOW_DIAGNOSTICS build variable.
Daniel Dunbar
2011-04-11
1
-0
/
+52
*
fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, which
Chris Lattner
2011-04-09
1
-0
/
+8
*
various cleanups, no functionality change.
Chris Lattner
2011-04-09
1
-10
/
+6
*
Only emit the AvailableFeatures variable if it's used.
Bill Wendling
2011-04-08
1
-4
/
+7
*
Replace the old algorithm that emitted the "print the alias for an instruction"
Bill Wendling
2011-04-07
1
-146
/
+59
*
Add support for the VIA PadLock instructions.
Joerg Sonnenberger
2011-04-04
4
-10
/
+31
*
Use array_lengthof
Joerg Sonnenberger
2011-04-04
1
-2
/
+3
*
Change loops to derive the number of tables automatically
Joerg Sonnenberger
2011-04-04
1
-2
/
+2
*
tlbgen/MC: StringRef's to temporary objects considered harmful.
Daniel Dunbar
2011-04-01
1
-3
/
+3
*
Add annotations to tablegen-generated processor itineraries, or replace them ...
Andrew Trick
2011-04-01
2
-16
/
+21
*
whitespace
Andrew Trick
2011-04-01
2
-68
/
+68
[next]