summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Adding the MicroBlaze backend.Wesley Peck2010-02-23
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-23
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-23
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-23
* Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov2010-02-23
* fix an off-by-one error.Chris Lattner2010-02-23
* switch the value# in OPC_CompleteMatch and OPC_EmitNode to use aChris Lattner2010-02-23
* add a new Push2 opcode for targets (like cellspu) which haveChris Lattner2010-02-22
* Updated version of r96634 (which was reverted due to failing 176.gcc andJim Grosbach2010-02-22
* expand my hack to work with nodes that have flags but no chains and the Chris Lattner2010-02-22
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-22
* add some debug hooks for tracking the behavior of the isel.Chris Lattner2010-02-22
* Fix various doxygen warnings.Dan Gohman2010-02-22
* Rename a variable to avoid a -Wshadow warning.Dan Gohman2010-02-22
* enhance my hack for flags handling, this allows us to passChris Lattner2010-02-22
* fix most of the failures in the x86 suite by handling multiple Chris Lattner2010-02-21
* MC: Sketch registry support for target specific assembler backends.Daniel Dunbar2010-02-21
* Formatting tweaks (trailing whitespace, ordering, comments).Daniel Dunbar2010-02-21
* fix an odd thinko in an assertion, all arm tests pass now.Chris Lattner2010-02-21
* It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov2010-02-21
* speculatively teach OPC_CheckValueType and OPC_EmitNode to handleChris Lattner2010-02-21
* teach OPC_CheckType to handle MVT::iPTR, down to 2 ppc failures.Chris Lattner2010-02-21
* make this check a bit more generous, it may be outliving its Chris Lattner2010-02-21
* Relax an assertion a bit. We allow replacing things likeChris Lattner2010-02-21
* when a match fails and we have to rollback, make sure to keep 'N' in Chris Lattner2010-02-21
* handle optional in flags that aren't present.Chris Lattner2010-02-21
* fix two bugs in OPC_EmitRegister, which makes ppc happier.Chris Lattner2010-02-21
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-21
* Reduce size of 'StackAlignment' field from 5 to 3 bits. Seriously, who needs aCharles Davis2010-02-21
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-21
* add a hook so that the new isel can run SDNodeXForms.Chris Lattner2010-02-21
* Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner2010-02-21
* Revert 96634. It causes assertion failures for 126.gcc and 176.gcc inBob Wilson2010-02-19
* Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson2010-02-19
* Correct LastPrimitiveTyID: MetadataType is a primitive type.Duncan Sands2010-02-19
* add emitter support for integer constants and simple physreg references.Chris Lattner2010-02-19
* recommit 96626, evidence that it broke things appearsDale Johannesen2010-02-19
* Revert 96626, which causes build failure on ppc Darwin.Dale Johannesen2010-02-19
* Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov2010-02-19
* Radar 7636153. In the presence of large call frames, it's not sufficientJim Grosbach2010-02-19
* Indvars needs to explicitly notify ScalarEvolution when it is replacingDan Gohman2010-02-18
* getSplatIndex assumes that the first element of the mask contains the splat i...Mon P Wang2010-02-18
* add support for referencing registers and immediates,Chris Lattner2010-02-18
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-18
* Fix comments.Devang Patel2010-02-18
* Destroy MDNodes gracefully while deleting llvm context.Devang Patel2010-02-18
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* Fix a few unused parameter warnings.Eric Christopher2010-02-17
* Make the non-temporal bit "significant" in MemSDNodes so they aren'tDavid Greene2010-02-17
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-17