aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime.NAKAMURA Takumi2011-02-091-0/+2
* tools/llvm-ld: Cygwin can handle #!shbang.NAKAMURA Takumi2011-02-091-1/+1
* Evict a lighter single interference before attempting to split a live range.Jakob Stoklund Olesen2011-02-093-36/+64
* Set an allocation hint when rematting before a COPY.Jakob Stoklund Olesen2011-02-091-0/+4
* Fix one more case of splitting after the last split point.Jakob Stoklund Olesen2011-02-081-8/+10
* Reorganize interference code to check LastSplitPoint first.Jakob Stoklund Olesen2011-02-081-29/+43
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-088-21/+58
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-089-129/+87
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-083-1/+89
* Also handle the situation where an indirect branch is the first (and last)Jakob Stoklund Olesen2011-02-081-6/+8
* Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...Jakob Stoklund Olesen2011-02-083-0/+28
* Trim debug spewJakob Stoklund Olesen2011-02-081-1/+0
* Avoid folding a load instruction into an instruction that redefines the regis...Jakob Stoklund Olesen2011-02-081-1/+5
* [AVX] Implement BUILD_VECTOR lowering for 256-bit vectors. ForDavid Greene2011-02-081-3/+64
* Add SplitEditor::overlapIntv() to create small ranges where both registers ar...Jakob Stoklund Olesen2011-02-083-2/+53
* Add assertion.Jakob Stoklund Olesen2011-02-081-3/+4
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-083-30/+133
* whitespaceAndrew Trick2011-02-082-12/+12
* PostRA antidependence breaker unit test for PR8986.Andrew Trick2011-02-081-0/+89
* PostRA antidependence breaker unit test for rdar://8959122.Andrew Trick2011-02-081-0/+128
* Fix PostRA antidependence breaker.Andrew Trick2011-02-082-11/+49
* Temporary workaround for a bad bug introduced by r121082 which replacedEvan Cheng2011-02-082-8/+19
* Don't split any loop backedges, including backedges of loops other thanDan Gohman2011-02-081-15/+17
* Add LiveIntervals::shrinkToUses().Jakob Stoklund Olesen2011-02-084-23/+141
* SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ...Benjamin Kramer2011-02-074-17/+52
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-075-9/+148
* Remove comment about an argument that was removed couple of years ago.Devang Patel2011-02-071-1/+0
* Remove the MCR asm parser hack and start using the custom target specific asmBruno Cardoso Lopes2011-02-072-31/+106
* fix comment change.Chris Lattner2011-02-071-1/+1
* Implement support for custom target specific asm parsing of operands.Bruno Cardoso Lopes2011-02-072-3/+268
* [AVX] Insert/extract subvector lowering support. This includes aDavid Greene2011-02-071-2/+101
* ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .oJason W Kim2011-02-071-3/+3
* Fix an obvious typo which caused an isel assertion. rdar://8964854.Evan Cheng2011-02-072-1/+18
* Reduce test case, smaller is better.Devang Patel2011-02-071-789/+33
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-0714-145/+927
* Change VLD3/4 and VST3/4 for quad registers to not update the address register.Bob Wilson2011-02-073-65/+89
* Fix some NEON instruction itineraries.Bob Wilson2011-02-071-12/+16
* Fix a comment: addrmode6 no longer includes the optional writeback flag.Bob Wilson2011-02-071-1/+1
* Remove inaccurate comments: so_imm and t2_so_imm operands are not encodedBob Wilson2011-02-072-8/+2
* Move code for OffsetCompare struct closer to where it is used.Bob Wilson2011-02-071-11/+11
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-078-211/+239
* Add an m_Div pattern for matching either a udiv or an sdiv and use itDuncan Sands2011-02-072-4/+36
* Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands2011-02-076-1/+37
* Install only *.cmake files. Don't install .svn directory.Oscar Fuentes2011-02-071-1/+2
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-074-3/+265
* Rework some .ARM.attribute work for improved gcc compatibility.Jason W Kim2011-02-074-30/+119
* teach instsimplify to transform (X / Y) * Y to XChris Lattner2011-02-062-3/+25
* rename test.Chris Lattner2011-02-061-0/+0
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-0614-32/+110
* Remove premature optimization that avoided calculating argument weightsEric Christopher2011-02-061-5/+0