summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Remove unused static.Eric Christopher2009-08-22
* Ease contention on this lock by noticing that all writes to the VTs array willOwen Anderson2009-08-22
* Revert r79563Chris Lattner2009-08-21
* revert r79562 + r79563Chris Lattner2009-08-21
* Fix typo.Anton Korobeynikov2009-08-21
* revert r79631Chris Lattner2009-08-21
* revert 79631Chris Lattner2009-08-21
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-21
* Rename ARM "lane_cst" operands to "nohash_imm" since they are used forBob Wilson2009-08-21
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-21
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-21
* Add fcopysign instructionsAnton Korobeynikov2009-08-21
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-21
* Expand few nodes until someone will be crazy enough to implement them nativel...Anton Korobeynikov2009-08-21
* Typo :(Anton Korobeynikov2009-08-21
* Correct instruction names for subtract-with-borrowAnton Korobeynikov2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21
* Don't assume that the operand of an inttoptr is an pointer-sized integer.Dan Gohman2009-08-21
* Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler.Bill Wendling2009-08-21
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-21
* Fix a problem noticed by gcc-4.4:Duncan Sands2009-08-21
* Change getelementptr folding to use APInt instead of uint64_t forDan Gohman2009-08-21
* Fix -Asserts warning.Daniel Dunbar2009-08-21
* Fix a typoAnton Korobeynikov2009-08-21
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-21
* More cpp backend fixes. Now for FP stuff.Anton Korobeynikov2009-08-21
* Fix some typos and use type-based isel for VZIP/VUZP/VTRNAnton Korobeynikov2009-08-21
* Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov2009-08-21
* Add nodes & dummy matchers for some v{zip,uzp,trn} instructionsAnton Korobeynikov2009-08-21
* Expand EXTRACT_SUBVECTORAnton Korobeynikov2009-08-21
* Provide vext.{16,32}Anton Korobeynikov2009-08-21
* Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas...Anton Korobeynikov2009-08-21
* Update CMakeLists.Benjamin Kramer2009-08-21
* bug 4530: Make debug information static to it is preservered during bitcode l...Richard Pennington2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* Remove #include <iostream>.Bill Wendling2009-08-21
* Clean up the APInt function getDigit.Erick Tryzelaar2009-08-21
* Update error messages for '+'. Fix grammar and make the twoEric Christopher2009-08-21
* Fix trailing whitespace and 80-col violation.Eric Christopher2009-08-21
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-21
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-21
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-21
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-20
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-20
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-20
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-20
* Attempt to comment this code more.Bill Wendling2009-08-20
* Suppress build warning in -AssertsDaniel Dunbar2009-08-20
* part of the previous commit for PIC16 ISR implementation.Sanjiv Gupta2009-08-20