aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system >Bill Wendling2009-07-292-10/+18
* Add a couple more tests for the ptest intrinsics to make sure we'reEric Christopher2009-07-291-0/+27
* Move comment to above method.Bill Wendling2009-07-291-21/+21
* Parse named metadata.Devang Patel2009-07-295-1/+56
* Add NamedMDNode.Devang Patel2009-07-293-4/+119
* - Temporarily unbreak the build by forcing the TType "absptr", which isn'tBill Wendling2009-07-292-50/+75
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-295-4/+74
* Remove another F_OK.Dan Gohman2009-07-291-1/+1
* Match X86 register names to number.Daniel Dunbar2009-07-296-12/+72
* Fix a few typos and add links.Andreas Bolka2009-07-291-15/+19
* Thumb-2: fix typo that caused incorrect stack elimination for VFP operations ...David Goodwin2009-07-281-1/+1
* Cleanup code to use iterators instead of ".size()".Bill Wendling2009-07-281-21/+25
* Slightly reformat LDA tests to ease grepping.Andreas Bolka2009-07-285-21/+21
* Improve performance of PadToColumn by eliminating flushes.David Greene2009-07-282-13/+18
* On "Unix", if Program::FindProgramByName is given a name containingDan Gohman2009-07-281-1/+1
* Add some protected interfaces to allow subclass access to the buffer.David Greene2009-07-281-0/+4
* Doxygenify comments.Bill Wendling2009-07-282-2/+4
* Split out large loop into it's very own method. No intended functionality cha...Bill Wendling2009-07-282-42/+62
* It isn't necessary to use F_OK when using R_OK or similar.Dan Gohman2009-07-281-2/+2
* Add a bugpoint flag to disable block extraction.David Goodwin2009-07-281-1/+5
* discourage else after "noreturn" statements.Chris Lattner2009-07-281-0/+84
* Update CMakeListsDaniel Dunbar2009-07-281-1/+0
* 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