summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Thumb2 should use the register scavenger.Evan Cheng2009-07-241-2/+1
* Fix whitespace.Dan Gohman2009-07-241-1/+1
* Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags.Dan Gohman2009-07-241-0/+9
* Give the SCEV class a SubclassData field.Dan Gohman2009-07-241-2/+9
* Fix whitespace.Dan Gohman2009-07-241-8/+8
* FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi...Evan Cheng2009-07-246-67/+29
* Add tests for handling of globals and tls on the XCore. These currently failRichard Osborne2009-07-242-0/+58
* Privatize the ConstantVector tables.Owen Anderson2009-07-246-62/+72
* Update insertps handling based on feedback. Move to a v4f32 styleEric Christopher2009-07-242-18/+15
* Remove the IA-64 backend.Dan Gohman2009-07-2453-4544/+13
* Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...David Goodwin2009-07-2416-211/+370
* Added a 2+-byte NOP instruction to the Intel tables,Sean Callanan2009-07-231-1/+4
* Privatize the ConstantStruct table.Owen Anderson2009-07-236-97/+133
* Write space padding as one string to speed up comment printing.David Greene2009-07-232-4/+21
* Thumb2 does not allow the use of "pc" register as part of the load / store ad...Evan Cheng2009-07-233-23/+37
* Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .Reid Kleckner2009-07-231-4/+4
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-238-125/+661
* "fix" PR4612, which is a crash on:Chris Lattner2009-07-231-1/+5
* Fix PR4614: the Intel C compiler defines _GNUC__Duncan Sands2009-07-231-2/+2
* Revert r75581: it causes massive breakage in the AdaDuncan Sands2009-07-231-0/+23
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-234-33/+12
* Add llvm::Value::getNameRef, for help in API migration.Daniel Dunbar2009-07-232-2/+8
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-233-110/+320
* Fix up ARM constant island pass for Thumb2.Evan Cheng2009-07-232-125/+151
* Since we have moved unified assembly, switch to ADR instruction instead of a ...Evan Cheng2009-07-232-28/+8
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-2312-128/+91
* Fix frame index elimination to correctly handle thumb-2 addressing modes that...David Goodwin2009-07-2310-18/+124
* FileCheck'ize and expand LDA testcases.Andreas Bolka2009-07-2310-137/+292
* emit simple node was using different labels for fields than the rest of the g...Andrew Lenharth2009-07-231-1/+1
* Cache dependence computation using FoldingSet.Andreas Bolka2009-07-232-27/+105
* 80 col violation.Evan Cheng2009-07-231-2/+4
* enhance DepthFirstIterator to support more robust operations in the faceChris Lattner2009-07-231-23/+49
* testcase for PR4590Chris Lattner2009-07-231-0/+34
* refactor a blob of code out to a new 'FoldOrOfFCmps' function andChris Lattner2009-07-231-67/+70
* For real this time: PHI Def & Kill tracking added to PHIElimination.Lang Hames2009-07-231-3/+5
* merge vector-casts-0.ll into vector-casts.llChris Lattner2009-07-232-55/+56
* Make some existing optimizations that would only trigger on scalarsChris Lattner2009-07-232-4/+51
* convert a test to filecheck format. This fixes an endemic problemChris Lattner2009-07-231-5/+12
* rename testChris Lattner2009-07-231-0/+0
* refactor a bunch of code out into a helper function,Chris Lattner2009-07-231-63/+73
* remove a really old and dead headerChris Lattner2009-07-231-62/+0
* merge one more sse41 test into sse41.llChris Lattner2009-07-232-19/+44
* merge another sse41 test into sse41.llChris Lattner2009-07-232-12/+23
* merge sse41-pmovx.ll into sse41.llChris Lattner2009-07-232-54/+69
* Added PHI Def & Kill tracking to PHIElimination pass.Lang Hames2009-07-232-4/+56
* change a test to run in filecheck style. Rename it to be a generalChris Lattner2009-07-232-12/+23
* Support insertps via the intrinsic and add a couple of simpleEric Christopher2009-07-232-2/+27
* Do not call getMangledName on Intrinsics.Sanjiv Gupta2009-07-231-4/+3
* MDStringDevang Patel2009-07-2310-28/+30
* Add test for pinsrd and pinsrb instructions.Eric Christopher2009-07-231-0/+12
OpenPOWER on IntegriCloud