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
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix target specific intrinsic handling to adjust intrinsic number before doin...
Craig Topper
2012-04-13
1
-9
/
+15
*
Remove incorrect comment.
Jim Grosbach
2012-04-11
1
-1
/
+1
*
Tidy up. Remove hard tab characters.
Jim Grosbach
2012-04-11
1
-28
/
+28
*
Tidy up. Whitespace.
Jim Grosbach
2012-04-11
2
-5
/
+5
*
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
3
-27
/
+38
*
TableGen'd regpressure: register unit set pruning.
Andrew Trick
2012-04-11
1
-18
/
+14
*
Tablegen'd regpressure: emit the weighted pressure limit.
Andrew Trick
2012-04-11
1
-1
/
+7
*
Table-generated register pressure fixes.
Andrew Trick
2012-04-11
1
-24
/
+47
*
TableGen/reginfo potential bug: typo from previous checkin.
Andrew Trick
2012-04-10
1
-1
/
+1
*
Fix for register pressure tables.
Andrew Trick
2012-04-10
1
-13
/
+15
*
Use std::includes instead of my own implementation.
Andrew Trick
2012-04-10
1
-9
/
+2
*
Added register unit sets to the target description.
Andrew Trick
2012-04-10
4
-0
/
+292
*
Added register unit weights to the target description.
Andrew Trick
2012-04-10
2
-19
/
+352
*
Fix header comment
Andrew Trick
2012-04-10
1
-2
/
+2
*
Convert assert(false) followed by a return to llvm_unreachable
Craig Topper
2012-04-04
1
-2
/
+1
*
Tidy up spacing in some tablegen outputs.
Craig Topper
2012-04-03
2
-11
/
+9
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
2
-0
/
+3
*
Cleanup set_union usage. The same thing but a bit cleaner now.
Andrew Trick
2012-04-03
1
-1
/
+1
*
Use std::set_union instead of nasty custom code.
Andrew Trick
2012-04-03
1
-13
/
+3
*
Second part for the 153874 one
Silviu Baranga
2012-04-02
1
-3
/
+3
*
Emit the asm writer's mnemonic table with SequenceToOffsetTable.
Benjamin Kramer
2012-04-02
1
-6
/
+21
*
Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...
Craig Topper
2012-04-02
1
-24
/
+25
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
2
-50
/
+0
*
Use SequenceToOffsetTable to generate instruction name table for AsmWriter.
Craig Topper
2012-04-02
1
-25
/
+27
*
Use SequenceToOffsetTable to create instruction name table. Saves space parti...
Craig Topper
2012-04-01
1
-9
/
+16
*
Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...
Benjamin Kramer
2012-04-01
2
-43
/
+146
*
comment typo
Andrew Trick
2012-03-31
1
-1
/
+1
*
Introduce Register Units: Give each leaf register a number.
Andrew Trick
2012-03-31
2
-0
/
+60
*
Rip out emission of the regIsInRegClass function for the asm printer.
Benjamin Kramer
2012-03-30
2
-68
/
+3
*
Use SequenceToOffsetTable in emitRegisterNameString.
Jakob Stoklund Olesen
2012-03-30
2
-8
/
+28
*
Reapply 153764 and 153761 with a fix.
Jakob Stoklund Olesen
2012-03-30
2
-103
/
+80
*
Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions
Rafael Espindola
2012-03-30
2
-79
/
+103
*
Compress SimpleValueType lists by sharing.
Jakob Stoklund Olesen
2012-03-30
2
-22
/
+17
*
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
1
-81
/
+62
*
Add a SequenceToOffsetTable to TableGen.
Jakob Stoklund Olesen
2012-03-30
1
-0
/
+123
*
Add more constness to CodeGenRegisters.
Jakob Stoklund Olesen
2012-03-29
3
-7
/
+7
*
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
1
-0
/
+1
*
fix a failure path to print the right thing, part of PR12357
Chris Lattner
2012-03-26
1
-1
/
+1
*
TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...
Benjamin Kramer
2012-03-26
2
-21
/
+0
*
Include cstdio in a few place that depended on getting it transitively throug...
Benjamin Kramer
2012-03-23
2
-1
/
+3
*
Reserve number of MI operands to accom,odate complex patterns.
Evan Cheng
2012-03-20
1
-1
/
+4
*
More const-correcting of FixedLenDecoderEmitter.
Craig Topper
2012-03-16
1
-13
/
+17
*
Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...
Craig Topper
2012-03-16
2
-57
/
+62
*
Spacing fixes. Mostly aligning arguments that spilled onto next line with the...
Craig Topper
2012-03-16
1
-37
/
+36
*
Remove unused field NumVariable from Filter class. Even it was needed the sam...
Craig Topper
2012-03-16
1
-9
/
+3
*
Make MnemonicTable const again. That part of r152202 was OK.
Jakob Stoklund Olesen
2012-03-15
1
-4
/
+4
*
Don't assume all mnemonics fit in 64k.
Jakob Stoklund Olesen
2012-03-15
1
-2
/
+2
*
Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."
Jakob Stoklund Olesen
2012-03-15
4
-28
/
+16
*
Revert r152105: "Use uint16_t to store indices into string table"
Jakob Stoklund Olesen
2012-03-15
1
-5
/
+5
*
Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...
Craig Topper
2012-03-13
2
-5
/
+3
[next]