projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update XCoreRegisterInfo::eliminateFrameIndex() to handle DBG_VALUE
2011-07-14
Eric Christopher
Add a testcase for r135123.
commit
|
commitdiff
|
tree
2011-07-14
Eric Christopher
Add a dag combine pattern for folding C2-(A+C1) ->...
commit
|
commitdiff
|
tree
2011-07-11
Eric Christopher
Revert r134921, 134917, 134908 and 134907. They're...
commit
|
commitdiff
|
tree
2011-07-08
Eric Christopher
Go ahead and emit the barrier on x86-64 even without...
commit
|
commitdiff
|
tree
2011-07-07
Eric Christopher
Handle fpcr register.
commit
|
commitdiff
|
tree
2011-07-07
Eric Christopher
Add support for the X86 'l' constraint.
commit
|
commitdiff
|
tree
2011-07-07
Eric Christopher
Remove a FIXME. All of the standard ones are in the...
commit
|
commitdiff
|
tree
2011-07-06
Eric Christopher
Grammar and 80-col.
commit
|
commitdiff
|
tree
2011-07-02
Eric Christopher
Be less specific about register allocation ordering.
commit
|
commitdiff
|
tree
2011-07-02
Eric Christopher
Remove the confusing getDarwinNumber() api and friends.
commit
|
commitdiff
|
tree
2011-07-01
Eric Christopher
TargetConstant immediates won't be placed into registers...
commit
|
commitdiff
|
tree
2011-07-01
Eric Christopher
Add support for the 'j' immediate constraint. This...
commit
|
commitdiff
|
tree
2011-07-01
Eric Christopher
Add support for the ARM 't' register constraint. And...
commit
|
commitdiff
|
tree
2011-07-01
Eric Christopher
We'll return a null RC by default if we can't match.
commit
|
commitdiff
|
tree
2011-07-01
Eric Christopher
Add support for the 'x' constraint.
commit
|
commitdiff
|
tree
2011-06-30
Eric Christopher
Capitalize the unsigned part of the initializer.
commit
|
commitdiff
|
tree
2011-06-30
Eric Christopher
Rename Pair to RCPair lacking any better naming ideas.
commit
|
commitdiff
|
tree
2011-06-30
Eric Christopher
Add support for the 'h' constraint.
commit
|
commitdiff
|
tree
2011-06-30
Eric Christopher
Add a convenience typedef for std::pair<unsigned, const...
commit
|
commitdiff
|
tree
2011-06-30
Eric Christopher
Remove getRegClassForInlineAsmConstraint and all dependencies.
commit
|
commitdiff
|
tree
2011-06-30
Eric Christopher
Make sure we use the correct register class here since...
commit
|
commitdiff
|
tree
2011-06-30
Eric Christopher
Fix a small thinko for constant i64 lock/orq optimization...
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Remove getRegClassForInlineAsmConstraint from the ARM...
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Remove todo.
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Add a TODO for the Alpha port inline asm constraints.
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Move Alpha from getRegClassForInlineAsmConstraint to
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Update comment for getRegForInlineAsmConstraint for...
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Move the Blackfin port away from getRegClassForInlineAsmCons...
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Remove getRegClassForInlineAsmConstraint from MBlaze...
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Remove getRegClassForInlineAsmConstraint for Mips.
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Remove getRegClassForInlineAsmConstraint from sparc.
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Move XCore from getRegClassForInlineAsmConstraint to
commit
|
commitdiff
|
tree
2011-06-29
Eric Christopher
Use getRegForInlineAsmConstraint instead of custom...
commit
|
commitdiff
|
tree
2011-06-27
Eric Christopher
Fix this test to actually check something and be able...
commit
|
commitdiff
|
tree
2011-06-27
Eric Christopher
Allow lr in the register options here.
commit
|
commitdiff
|
tree
2011-06-23
Eric Christopher
Revert r133513:
commit
|
commitdiff
|
tree
2011-06-21
Eric Christopher
Handle the memory-ness of all U+ ARM constraints.
commit
|
commitdiff
|
tree
2011-06-18
Eric Christopher
Fix UMULO support for 2x register width to allow the...
commit
|
commitdiff
|
tree
2011-06-17
Eric Christopher
Fix comment.
commit
|
commitdiff
|
tree
2011-06-17
Eric Christopher
Lower multiply with overflow checking to __mulo<mode>
commit
|
commitdiff
|
tree
2011-06-10
Eric Christopher
80-col cleanups.
commit
|
commitdiff
|
tree
2011-06-09
Eric Christopher
Speculatively revert 132758 and 132768 to try to fix...
commit
|
commitdiff
|
tree
2011-06-09
Eric Christopher
Recommit r132764 since it didn't cause the windows...
commit
|
commitdiff
|
tree
2011-06-09
Eric Christopher
Temporarily revert 132764 to see if it fixes the Windows...
commit
|
commitdiff
|
tree
2011-06-09
Eric Christopher
Have the JIT tutorial use IRBuilder for the IR.
commit
|
commitdiff
|
tree
2011-06-09
Eric Christopher
If the alignment of the byval argument is greater than...
commit
|
commitdiff
|
tree
2011-06-08
Eric Christopher
Add a parameter to CCState so that it can access the...
commit
|
commitdiff
|
tree
2011-06-07
Eric Christopher
Create a new ARM directory for FrontendC tests and...
commit
|
commitdiff
|
tree
2011-06-03
Eric Christopher
Another possible bug. Stopgap until we can autogenerate...
commit
|
commitdiff
|
tree
2011-06-03
Eric Christopher
Testcase for llvm-gcc commit r132591.
commit
|
commitdiff
|
tree
2011-06-03
Eric Christopher
Fix an off by one error.
commit
|
commitdiff
|
tree
2011-06-03
Eric Christopher
Make the Uv constraint a memory operand. This doesn...
commit
|
commitdiff
|
tree
2011-06-03
Eric Christopher
Add a TODO about memory operands.
commit
|
commitdiff
|
tree
2011-06-02
Eric Christopher
Have LowerOperandForConstraint handle multiple character...
commit
|
commitdiff
|
tree
2011-06-02
Eric Christopher
Add a new parse hint for multi-letter constraints in...
commit
|
commitdiff
|
tree
2011-06-01
Eric Christopher
Allow bitcasts between valid types of the same size...
commit
|
commitdiff
|
tree
2011-06-01
Eric Christopher
Add a testcase, enabled only on arm, for llvm-gcc r132366.
commit
|
commitdiff
|
tree
2011-05-28
Eric Christopher
This actually starts at offset 0, not 1.
commit
|
commitdiff
|
tree
2011-05-28
Eric Christopher
Implement the 'M' output modifier for arm inline asm...
commit
|
commitdiff
|
tree
2011-05-27
Eric Christopher
Make the branch encoding for tBcc more obvious that...
commit
|
commitdiff
|
tree
2011-05-27
Eric Christopher
Fix comment.
commit
|
commitdiff
|
tree
2011-05-26
Eric Christopher
Comment cleanup.
commit
|
commitdiff
|
tree
2011-05-26
Eric Christopher
Reorganize these slightly according to operand type.
commit
|
commitdiff
|
tree
2011-05-25
Eric Christopher
Clean up comment a bit.
commit
|
commitdiff
|
tree
2011-05-25
Eric Christopher
Implement the 'm' modifier. Note that it only works...
commit
|
commitdiff
|
tree
2011-05-24
Eric Christopher
Implement the arm 'L' asm modifier.
commit
|
commitdiff
|
tree
2011-05-24
Eric Christopher
Implement the immediate part of the 'B' modifier.
commit
|
commitdiff
|
tree
2011-05-24
Eric Christopher
Add more unimplemented asm modifiers and some documentation...
commit
|
commitdiff
|
tree
2011-05-24
Eric Christopher
Add support for the arm 'y' asm modifier.
commit
|
commitdiff
|
tree
2011-05-19
Eric Christopher
Oddly people want to use the 'r' constraint for fp...
commit
|
commitdiff
|
tree
2011-05-17
Eric Christopher
Update comment.
commit
|
commitdiff
|
tree
2011-05-17
Eric Christopher
Support XOR and AND optimization with no return value.
commit
|
commitdiff
|
tree
2011-05-17
Eric Christopher
Couple less magic numbers.
commit
|
commitdiff
|
tree
2011-05-17
Eric Christopher
Make this code a little less magic number laden.
commit
|
commitdiff
|
tree
2011-05-11
Eric Christopher
Turn this into a table, this will make more sense shortly.
commit
|
commitdiff
|
tree
2011-05-10
Eric Christopher
Optimize atomic lock or that doesn't use the result...
commit
|
commitdiff
|
tree
2011-05-10
Eric Christopher
Refactor lock versions of binary operators to be a...
commit
|
commitdiff
|
tree
2011-05-09
Eric Christopher
Look through struct wrapped types for inline asm statments.
commit
|
commitdiff
|
tree
2011-05-09
Eric Christopher
Fix td file comments for Mips.
commit
|
commitdiff
|
tree
2011-05-07
Eric Christopher
Fix the non-MC encoding of pkhbt and pkhtb.
commit
|
commitdiff
|
tree
2011-05-04
Eric Christopher
Remove some random comments that snuck in from somewhere.
commit
|
commitdiff
|
tree
2011-05-03
Eric Christopher
xmm0 is an implicit parameter in this and so shouldn...
commit
|
commitdiff
|
tree
2011-05-02
Eric Christopher
Apparently the check for direct calls is unnecessary.
commit
|
commitdiff
|
tree
2011-04-29
Eric Christopher
80-col.
commit
|
commitdiff
|
tree
2011-04-29
Eric Christopher
Add FastEmitInst_ii for the arm fast isel generator...
commit
|
commitdiff
|
tree
2011-04-29
Eric Christopher
Some cleanup and optimize fallthrough more.
commit
|
commitdiff
|
tree
2011-04-29
Eric Christopher
Add trunc->branch support, this won't help with clang...
commit
|
commitdiff
|
tree
2011-04-29
Eric Christopher
Update comments and checks to match reality.
commit
|
commitdiff
|
tree
2011-04-29
Eric Christopher
Whitespace.
commit
|
commitdiff
|
tree
2011-04-28
Eric Christopher
Be more layout aware here and swap the successor and...
commit
|
commitdiff
|
tree
2011-04-28
Eric Christopher
Let the immediate leaf pattern take transforms and...
commit
|
commitdiff
|
tree
2011-04-25
Eric Christopher
Make this test disable fast isel as it's not needed.
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
Fix comment.
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
Use enums for constant values.
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
Make the file format strings a little prettier for...
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
Add MachOObjectFile.cpp to cmake.
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
Hook in mach-o object files into Object interface.
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
Add support for 64-bit object files to Path.
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
Add an ObjectFile implementation for mach-o.
commit
|
commitdiff
|
tree
2011-04-22
Eric Christopher
80-col fix.
commit
|
commitdiff
|
tree
next