summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-24
* We can't return SSE/MMX vectors if SSE is disabled.Dale Johannesen2010-09-24
* Revert 114678 and 114667 to see ifRafael Espindola2010-09-24
* Attach a DebugLoc to a GC point in order to get precise information in the JI...Nicolas Geoffray2010-09-24
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-24
* Fix a potential null dereference bug.Evan Cheng2010-09-24
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-24
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* MC: Add missing ')' in diagnostic.Daniel Dunbar2010-09-24
* Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson2010-09-23
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-23
* ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansionJim Grosbach2010-09-23
* #+4 --> #4 for consistency with other asm outputJim Grosbach2010-09-23
* Fix formatting of output .s codeJim Grosbach2010-09-23
* Add isConditionalMove bits to X86 and ARM instructions.Owen Anderson2010-09-23
* Set alignment operand for NEON VLD instructions.Bob Wilson2010-09-23
* Correctly handle weak undefined symbols. Before we would get a invalid bindingRafael Espindola2010-09-23
* never mind. I can't read, apparentlyJim Grosbach2010-09-23
* Fix r114632. Return if the only terminator is an unconditional branch after t...Evan Cheng2010-09-23
* Fix opcode value for the 'trap' instruction, keeping the type suffix on theJim Grosbach2010-09-23
* explicit 'unsigned long' on constant value. Hopefully make bots happier.Jim Grosbach2010-09-23
* Unbreak build. Jim, please review.Benjamin Kramer2010-09-23
* Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou...Evan Cheng2010-09-23
* Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don'tJim Grosbach2010-09-23
* Correctly compute the offset of the symbol. Forgot these bits from theRafael Espindola2010-09-23
* nuke unused varJim Grosbach2010-09-23
* Represent relocations against local symbols as relocations against the sectionRafael Espindola2010-09-23
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-23
* Fix VS 2010 build.Oscar Fuentes2010-09-23
* Fix the FIXME.Rafael Espindola2010-09-23
* Follow up to r114630. Do not optimize away unconditional branch following a c...Evan Cheng2010-09-23
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-23
* If there are multiple unconditional branches terminating a block, eliminate allEvan Cheng2010-09-23
* Don't sink insert_subreg, subreg_to_reg, reg_sequence. They are meant to beEvan Cheng2010-09-23
* SDISel should not optimize a unconditional branch following a conditional branchEvan Cheng2010-09-23
* Moved the PBQP allocator class out of the header and back in to the cpp file ...Lang Hames2010-09-23
* Fixed a crash in the enhanced disassembler whereSean Callanan2010-09-23
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-22
* Enable a few additional asserts in MC instruction lowering.Jim Grosbach2010-09-22
* A select between a constant and zero, when fed by a bit test, can be efficientlyOwen Anderson2010-09-22
* Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.Cameron Esfahani2010-09-22
* Change VDUPLANE DAG combiner to just return the result instead of callingBob Wilson2010-09-22
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner2010-09-22
* Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing oneBob Wilson2010-09-22
* Teach memdep about TBAA tags.Dan Gohman2010-09-22
* Use DW_OP_fbreg when offset is based on frame register.Devang Patel2010-09-22
* add FIXMEJim Grosbach2010-09-22
* Temporarily work around new address lowering while I figure out whatEric Christopher2010-09-22
* Remove a few commented out bitsJim Grosbach2010-09-22