aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher2009-08-211-1/+2
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-212-19/+21
* Kill trailing whitespace.Eric Christopher2009-08-211-25/+25
* remove the directory tooChris Lattner2009-08-210-0/+0
* Revert r79563Chris Lattner2009-08-212-177/+0
* revert r79562 + r79563Chris Lattner2009-08-2110-533/+280
* Make MSVC happy.Daniel Dunbar2009-08-211-0/+1
* Fix typo.Anton Korobeynikov2009-08-211-1/+1
* revert r79631Chris Lattner2009-08-212-0/+0
* revert 79631Chris Lattner2009-08-2110-197/+8
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-214-38/+113
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-211-3/+4
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-212-3/+85
* Rename ARM "lane_cst" operands to "nohash_imm" since they are used forBob Wilson2009-08-215-18/+20
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-214-35/+40
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-215-9/+331
* Add fcopysign instructionsAnton Korobeynikov2009-08-212-0/+29
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-212-48/+22
* Expand few nodes until someone will be crazy enough to implement them nativel...Anton Korobeynikov2009-08-211-2/+6
* Typo :(Anton Korobeynikov2009-08-211-2/+2
* Correct instruction names for subtract-with-borrowAnton Korobeynikov2009-08-211-2/+2
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-214-37/+446
* Don't assume that the operand of an inttoptr is an pointer-sized integer.Dan Gohman2009-08-211-1/+3
* Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler.Bill Wendling2009-08-211-1/+1
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-213-0/+148
* Fix a comment.Bob Wilson2009-08-211-1/+1
* Fix a problem noticed by gcc-4.4:Duncan Sands2009-08-211-1/+1
* Change getelementptr folding to use APInt instead of uint64_t forDan Gohman2009-08-212-14/+34
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-211-0/+19
* Fix -Asserts warning.Daniel Dunbar2009-08-211-2/+2
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-212-2/+7
* Fix a typoAnton Korobeynikov2009-08-211-1/+1
* Removed profiling test, lli not available on all platforms.Andreas Neustifter2009-08-214-330/+0
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-2110-8/+202
* Fix build on platforms where stdint.h is not implicitly included in the stand...Benjamin Kramer2009-08-211-0/+1
* More cpp backend fixes. Now for FP stuff.Anton Korobeynikov2009-08-211-3/+3
* Fix some typos and use type-based isel for VZIP/VUZP/VTRNAnton Korobeynikov2009-08-214-56/+56
* Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov2009-08-214-11/+6793
* Add simple cost model to perfect shuffle. Currently we're doing just greedy s...Anton Korobeynikov2009-08-211-6/+9
* Add nodes & dummy matchers for some v{zip,uzp,trn} instructionsAnton Korobeynikov2009-08-213-0/+51
* Expand EXTRACT_SUBVECTORAnton Korobeynikov2009-08-211-0/+1
* Provide vext.{16,32}Anton Korobeynikov2009-08-212-13/+23
* Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas...Anton Korobeynikov2009-08-212-15/+34
* Whitespace cleanupAnton Korobeynikov2009-08-211-37/+37
* Update CMakeLists.Benjamin Kramer2009-08-211-0/+3
* bug 4530: Make debug information static to it is preservered during bitcode l...Richard Pennington2009-08-211-2/+2
* Added tests for Profiling Infrastructure.Andreas Neustifter2009-08-214-0/+330
* Make for 32-bit only.Bill Wendling2009-08-211-1/+1
* Tweak svn:ignoreDaniel Dunbar2009-08-210-0/+0
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-217-4/+1255