aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-214-1/+52
* Removed scaleNumbering method declaration from LiveInterval (not defined, not...Lang Hames2010-05-211-4/+0
* Fix i64->f64 conversion, x86-64, -no-sse. A bitDale Johannesen2010-05-213-0/+45
* Change ARM scheduling default to list-hybrid if the target supports floating ...Evan Cheng2010-05-219-15/+18
* Rename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid.Evan Cheng2010-05-211-1/+1
* Remove dead option.Daniel Dunbar2010-05-211-3/+0
* Simplify.Devang Patel2010-05-211-16/+8
* Fix __crashreport_info__ declaration.Daniel Dunbar2010-05-201-2/+2
* Allow targets more controls on what nodes are scheduled by reg pressure, what...Evan Cheng2010-05-208-16/+52
* DominatorTree.getNode can return null for unreachable blocks.Dan Gohman2010-05-201-1/+1
* Minor code cleanups.Dan Gohman2010-05-201-8/+7
* Print a space after the colon.Mikhail Glushenkov2010-05-201-2/+2
* Make Solve check its own post-condition, to reduce clutter in theDan Gohman2010-05-201-1/+2
* Add comments.Dan Gohman2010-05-201-0/+16
* MC/X86: Add movq alias for movabsq, to allow matching 64-bit immediates with ...Daniel Dunbar2010-05-202-0/+27
* Rename variable. add comment.Devang Patel2010-05-202-3/+6
* More code cleanups. Use iterators instead of indices when indicesDan Gohman2010-05-201-22/+24
* X86: Model i64i32imm properly, as a subclass of all immediates.Daniel Dunbar2010-05-203-2/+29
* X86: Fix immediate type of FOO64i32 operations.Daniel Dunbar2010-05-201-10/+10
* tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honorDaniel Dunbar2010-05-202-0/+7
* Fix OptimizeShadowIV to set Changed. Change OptimizeLoopTermCond to setDan Gohman2010-05-201-8/+7
* Add some comments.Dan Gohman2010-05-201-0/+6
* Simplify this code. Don't do a DomTreeNode lookup for each visited block.Dan Gohman2010-05-201-14/+5
* Refactor.Devang Patel2010-05-202-37/+76
* Grammar fix. This is a test commit.Matt Fleming2010-05-201-1/+1
* Minor code cleanups.Dan Gohman2010-05-201-20/+11
* When canonicalizing icmp operand order to put the loop invariantDan Gohman2010-05-203-230/+257
* llvmc: Make segfault detection work on Win32.Mikhail Glushenkov2010-05-201-21/+28
* Set Changed to true when canonicalizing ICmp operand order; even thoughDan Gohman2010-05-201-0/+1
* Handle Neon v2f64 and v2i64 vector shuffles as register copies.Bob Wilson2010-05-202-0/+25
* Remove dbg_value workaround and associated command line optionJim Grosbach2010-05-201-20/+0
* Delete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr, but it didn'tDan Gohman2010-05-201-3/+0
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-205-21/+24
* Strip llvm.dbg.lv also.Devang Patel2010-05-201-0/+6
* Rename a variable to avoid shadowing.Dan Gohman2010-05-201-2/+3
* Split DbgVariable. Eventually, variable info will be communicated through fra...Devang Patel2010-05-202-94/+111
* Minor code simplification.Dan Gohman2010-05-201-4/+4
* Fix assembly parsing and encoding of the pushf and popf family ofDan Gohman2010-05-207-10/+60
* Set neverHasSideEffects on 64-bit pushf and popf, for consistency withDan Gohman2010-05-201-2/+2
* Move the code for deleting BaseRegs and LSRUses into helper functions,Dan Gohman2010-05-201-5/+22
* Reduce string trashing.Benjamin Kramer2010-05-201-2/+2
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-208-31/+162
* Fix typo in comment.Nick Lewycky2010-05-201-2/+2
* Define the x86 pause instruction.Dan Gohman2010-05-203-0/+13
* Fix the sfence instruction to use MRM_F8 instead of MRM7r, since itDan Gohman2010-05-202-1/+5
* Fix build by actually declaring the variable.Eric Christopher2010-05-201-0/+4
* Partial code for emitting thread local bss data.Eric Christopher2010-05-204-0/+10
* Match "4" or "8" depending upon if it's 32- or 64-bit.Bill Wendling2010-05-201-2/+2
* Once more, with feeling.Eric Christopher2010-05-201-0/+1
* lit: Add another place to look for bash.Daniel Dunbar2010-05-191-1/+1