aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Complete listing of ARM/MC/ELF relocation enumsJason W Kim2010-11-081-3/+134
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-089-83/+85
* Delete getIntrinsicModRefBehavior. Clients can just use the normalDan Gohman2010-11-082-12/+0
* Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman2010-11-082-19/+34
* Teach BasicAliasAnalysis::getModRefBehavior(const Function *F)Dan Gohman2010-11-081-3/+11
* Add comments.Dan Gohman2010-11-081-5/+9
* svn:ignoreBenjamin Kramer2010-11-080-0/+0
* Add generating function declaration for PTXChe-Liang Chiou2010-11-082-11/+129
* Add physical register counting functionsChe-Liang Chiou2010-11-086-0/+176
* Add a dummy PTXMCAsmStreamer classChe-Liang Chiou2010-11-084-0/+588
* Set default flags for .rodata.Rafael Espindola2010-11-082-3/+18
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-083-8/+59
* Make RegList an ASM operand so that TableGen will generate code for it. This isBill Wendling2010-11-081-2/+7
* Revert.Bill Wendling2010-11-081-1/+1
* Add simplification of floating point comparisons with the resultDuncan Sands2010-11-072-0/+28
* Fix a README item: when doing a comparison with the resultDuncan Sands2010-11-073-14/+31
* Speed up AddSectionToTheEnd. It was walking all fragments in all sections.Rafael Espindola2010-11-071-19/+4
* typosRafael Espindola2010-11-071-4/+4
* In this context, a reglist is a reg.Bill Wendling2010-11-071-1/+1
* Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o...Ted Kremenek2010-11-071-5/+6
* Testcase for llvm-gcc 118368. 8629268.Dale Johannesen2010-11-071-0/+17
* Add method for checking if a path is a symbolic link.Rafael Espindola2010-11-073-0/+20
* Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola2010-11-073-14/+40
* implement aliases for div/idiv that have an explicit A register operand,Chris Lattner2010-11-062-0/+37
* Add support for parsing register lists. We can't use a bitfield to keep track ofBill Wendling2010-11-061-22/+64
* add aliases for movs between seg registers and mem. There are multipleChris Lattner2010-11-062-0/+12
* move the "sh[lr]d op,op" -> "shld $1, op,op" aliases to the .td file.Chris Lattner2010-11-062-10/+18
* Return the base register of a register list for the "getReg()" method. This isBill Wendling2010-11-061-3/+8
* pass literals like $$1 through to the asm matcher. This isn't right yet, but...Chris Lattner2010-11-061-9/+10
* work-in-progressChris Lattner2010-11-061-7/+6
* General cleanup:Bill Wendling2010-11-061-36/+21
* go to great lengths to work around a GAS bug my previous patchChris Lattner2010-11-065-21/+20
* rework the rotate-by-1 instructions to be defined like theChris Lattner2010-11-064-30/+54
* change the fp comparison instructions to not have %st0 explicitlyChris Lattner2010-11-065-31/+28
* move the plethora of fp stack aliases to the .td file.Chris Lattner2010-11-062-39/+48
* add (and document) the ability for alias results to haveChris Lattner2010-11-067-26/+101
* Add a RegList (register list) object to ARMOperand. It will be used soon to holdBill Wendling2010-11-061-1/+38
* generalize alias support to allow the result of an alias toChris Lattner2010-11-066-43/+100
* move fnstsw aliases to .td file, fix typoChris Lattner2010-11-062-36/+6
* move in/out aliases to the .td files.Chris Lattner2010-11-062-16/+16
* move sldt, imul, and movabsq aliases from c++ to .td file.Chris Lattner2010-11-062-29/+18
* correct suffix matching to search for s/l/t suffixes on Chris Lattner2010-11-062-38/+31
* Prune includes.Benjamin Kramer2010-11-065-15/+10
* Fix grammar.Bill Wendling2010-11-061-1/+1
* Fix grammar.Bill Wendling2010-11-061-3/+3
* MatchRegisterName() returns 0 if it can't match the register.Bill Wendling2010-11-061-2/+2
* Use TryParseRegister() instead of MatchRegisterName(). The former returns -1Bill Wendling2010-11-061-5/+2
* Add a note.Benjamin Kramer2010-11-061-0/+12
* document instalias.Chris Lattner2010-11-061-0/+49
* fix a bug where we had an implicit assumption that theChris Lattner2010-11-065-29/+40