aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-244-14/+28
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-243-10/+53
* We can't return SSE/MMX vectors if SSE is disabled.Dale Johannesen2010-09-241-3/+5
* Revert 114678 and 114667 to see ifRafael Espindola2010-09-242-37/+2
* Attach a DebugLoc to a GC point in order to get precise information in the JI...Nicolas Geoffray2010-09-242-9/+14
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-242-1/+4
* Fix line endings from my last commit.Michael J. Spencer2010-09-241-3/+3
* unittests: Support Windows.Michael J. Spencer2010-09-242-1/+28
* Test unittests built with CMake.Michael J. Spencer2010-09-241-3/+9
* CMake: Build unittests.Michael J. Spencer2010-09-245-3/+146
* Fix whitespace.Michael J. Spencer2010-09-243-6/+6
* Fix a potential null dereference bug.Evan Cheng2010-09-241-4/+12
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-242-0/+68
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-243-5/+30
* MC: Add missing ')' in diagnostic.Daniel Dunbar2010-09-241-1/+1
* Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson2010-09-2310-21/+10
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-236-56/+86
* ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansionJim Grosbach2010-09-231-0/+77
* #+4 --> #4 for consistency with other asm outputJim Grosbach2010-09-231-2/+2
* Fix formatting of output .s codeJim Grosbach2010-09-231-1/+1
* Add isConditionalMove bits to X86 and ARM instructions.Owen Anderson2010-09-235-10/+10
* Add an TargetInstrDesc bit to indicate that a given instruction is a conditio...Owen Anderson2010-09-235-0/+11
* remove an obsolete sectionChris Lattner2010-09-231-16/+0
* Set alignment operand for NEON VLD instructions.Bob Wilson2010-09-235-36/+69
* Fix Getting Started docs.Andrew Trick2010-09-232-24/+26
* Correctly handle weak undefined symbols. Before we would get a invalid bindingRafael Espindola2010-09-232-5/+34
* never mind. I can't read, apparentlyJim Grosbach2010-09-231-1/+1
* Fix r114632. Return if the only terminator is an unconditional branch after t...Evan Cheng2010-09-231-3/+5
* Fix opcode value for the 'trap' instruction, keeping the type suffix on theJim Grosbach2010-09-231-1/+1
* explicit 'unsigned long' on constant value. Hopefully make bots happier.Jim Grosbach2010-09-231-1/+1
* Unbreak build. Jim, please review.Benjamin Kramer2010-09-231-4/+4
* Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou...Evan Cheng2010-09-231-4/+6
* trailing whitespaceJim Grosbach2010-09-231-28/+28
* Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don'tJim Grosbach2010-09-233-6/+36
* Correctly compute the offset of the symbol. Forgot these bits from theRafael Espindola2010-09-231-1/+4
* nuke unused varJim Grosbach2010-09-231-1/+0
* rewrite the copyright section to match reality: llvm does't have aChris Lattner2010-09-231-14/+18
* add lldb and libc++ code owners.Chris Lattner2010-09-231-1/+5
* Represent relocations against local symbols as relocations against the sectionRafael Espindola2010-09-232-1/+33
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-232-17/+20
* Avoid warnings about conversions to `bool' in MS compilers.Oscar Fuentes2010-09-232-2/+2
* Fix VS 2010 build.Oscar Fuentes2010-09-231-4/+4
* Revert r114596, it's breaking a few tests.Nate Begeman2010-09-231-22/+5
* Bump LLVM in CMake makefiles to 2.9Douglas Gregor2010-09-231-1/+1
* Fix the FIXME.Rafael Espindola2010-09-231-1/+1
* Follow up to r114630. Do not optimize away unconditional branch following a c...Evan Cheng2010-09-231-6/+4
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-2311-25/+28
* If there are multiple unconditional branches terminating a block, eliminate allEvan Cheng2010-09-231-1/+17
* Don't sink insert_subreg, subreg_to_reg, reg_sequence. They are meant to beEvan Cheng2010-09-231-1/+10
* SDISel should not optimize a unconditional branch following a conditional branchEvan Cheng2010-09-231-4/+5