aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-286-303/+271
* Clarify getName() comment.Devang Patel2009-07-281-4/+4
* Output the EH TType format and base offset only if there are types that we'reBill Wendling2009-07-281-6/+15
* Make expression parsing and error/warning reporting available through theDaniel Dunbar2009-07-282-24/+57
* Fix a fixme; don't take binaries from the working directory.Benjamin Kramer2009-07-281-3/+3
* Remove unused method.Devang Patel2009-07-282-18/+0
* Output the correct format for Darwin.Bill Wendling2009-07-281-5/+7
* fix unittestBenjamin Kramer2009-07-281-1/+1
* Use the preferred EH data format for the preferred EH data format.Bill Wendling2009-07-281-2/+2
* Darwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect | DW_EH_PE_sdata4) when we'reBill Wendling2009-07-281-2/+5
* Remove unused parameter name.Bill Wendling2009-07-281-1/+1
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-2821-55/+66
* Fix a typo.Evan Cheng2009-07-281-1/+1
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-2821-138/+122
* In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un...Evan Cheng2009-07-286-19/+8
* Remove support for ORN to workaround <rdar://problem/7096522>.David Goodwin2009-07-283-3/+7
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-284-36/+50
* Add DebugInfoEnumerator to collect debug info.Devang Patel2009-07-282-0/+170
* Simplify LDA-internal interface.Andreas Bolka2009-07-282-13/+9
* Add LDA statistics.Andreas Bolka2009-07-281-0/+14
* Minor factoring, naming and formatting cleanups.Andreas Bolka2009-07-281-24/+29
* Handle null and file symbol on doInitializationBruno Cardoso Lopes2009-07-282-9/+8
* more simplifications and cleanup. :)Chris Lattner2009-07-281-18/+17
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-2824-221/+177
* Switch X86 assembly parser to using the generic lexer interface.Daniel Dunbar2009-07-281-28/+28
* Add workaround for <rdar://problem/7098328>.David Goodwin2009-07-282-3/+4
* fix testcase for previous patch.Chris Lattner2009-07-281-1/+1
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-284-83/+101
* Fix PR4639, a ELF-TLS regression from some of my refactoring.Chris Lattner2009-07-282-1/+15
* the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner2009-07-285-9/+16
* Tweak LLVM emacs style to make default namespace indentation closer to styleDaniel Dunbar2009-07-281-2/+5
* Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.David Goodwin2009-07-282-1/+29
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-283-9/+6
* Add reload and remat backscheduling. This is disabled by default. UseDavid Greene2009-07-281-26/+150
* fix unused variable warningChris Lattner2009-07-281-1/+1
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-284-37/+34
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-285-210/+213
* Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.Stefanus Du Toit2009-07-282-12/+12
* tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.Evan Cheng2009-07-282-0/+31
* Remove memory corruption bug. string.c_str() was returning a temporary that wasNick Lewycky2009-07-281-2/+2
* Code clean up. No functionality changes.Evan Cheng2009-07-281-21/+32
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-2817-566/+635
* fix a casting problem on the llvm-x86_64-linux testerChris Lattner2009-07-281-1/+1
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-2864-1402/+1655
* don't copy TargetLowering.Chris Lattner2009-07-281-1/+1
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-282-83/+108
* Teach instcombine to respect and preserve inbounds. Add inboundsDan Gohman2009-07-285-32/+66
* Fix a small little typo.Mike Stump2009-07-281-1/+1
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.Daniel Dunbar2009-07-282-20/+4
* Replace dyn_castGetElementPtr with dyn_cast<GEPOperator>.Dan Gohman2009-07-281-15/+5