aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Benjamin Kramer2011-09-091-8/+0
* Fix release build:Nick Lewycky2011-09-091-3/+1
* gold plugin: report errors occured in lto_module_create_from_*Ivan Krasin2011-09-091-1/+6
* 80 columns.Akira Hatanaka2011-09-093-3/+3
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-085-32/+94
* All conditional branches are disallowed in IT blocks, not just CBZ/CBNZ.Owen Anderson2011-09-081-2/+3
* Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.Owen Anderson2011-09-082-12/+26
* Formatting and typo.Eric Christopher2011-09-081-2/+3
* Dix the 80-columns and remove unsupported v8i16 type from the list of legal v...Nadav Rotem2011-09-081-9/+12
* Thumb2 assembly parsing and encoding for LDRD(immediate).Jim Grosbach2011-09-088-26/+244
* Add a AVX version of a simple i64 -> f64 bitcast. This could beBruno Cardoso Lopes2011-09-082-7/+31
* Reapply testcase from r139309!Bruno Cardoso Lopes2011-09-081-0/+47
* Make sure to handle the case where emitPredicateMatch returns false. Noticed...Eli Friedman2011-09-081-1/+2
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-082-0/+68
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-085-34/+606
* * Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE flag into aBruno Cardoso Lopes2011-09-082-643/+653
* Remove this crashing test, until I figure out what's going wrong hereBruno Cardoso Lopes2011-09-081-47/+0
* Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes2011-09-085-15/+69
* Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes2011-09-082-4/+39
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-083-0/+43
* Add tests for Thumb2 LDRB indexed addressing w/ writeback.Jim Grosbach2011-09-081-0/+12
* This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.llNadav Rotem2011-09-081-15/+0
* add a testcase for the previous patchNadav Rotem2011-09-081-0/+47
* Fix warning on windows; use of comparison with bool argument.James Molloy2011-09-081-1/+1
* Add X86-SSE4 codegen support for vector-select.Nadav Rotem2011-09-085-5/+52
* lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin2011-09-081-0/+2
* lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2011-09-082-6/+13
* Adding myself to test my new commit powers.David Blaikie2011-09-081-0/+4
* Fix a use of freed string contents.Andrew Trick2011-09-081-4/+4
* whitespaceAndrew Trick2011-09-081-2/+2
* A couple minor corrections to r139276.Eli Friedman2011-09-081-14/+14
* Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman2011-09-082-33/+65
* Thumb2 assembly parsing and encoding for LDR post-indexed.Jim Grosbach2011-09-083-27/+33
* Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.Jim Grosbach2011-09-084-59/+118
* Remove the "common" set of instructions shared between ARM and Thumb2 modes. ...Owen Anderson2011-09-082-20/+0
* Thumb2 assembly parsing and encoding for LDRBT.Jim Grosbach2011-09-074-13/+45
* Thumb2 assembly parsing and encoding for LDRB(register).Jim Grosbach2011-09-071-0/+18
* Thumb2 assembly parsing and encoding for LDR(register).Jim Grosbach2011-09-073-1/+43
* Add two notes for correlated-expression optimizations.Benjamin Kramer2011-09-071-0/+10
* Revert r139247 "Cache intermediate results during traceSiblingValue."Jakob Stoklund Olesen2011-09-071-221/+82
* Thumb2 assembly parsing and encoding for LDRB(immediate).Jim Grosbach2011-09-072-3/+23
* Thumb2 assembly parsing and encoding for LDR(literal).Jim Grosbach2011-09-071-0/+9
* Create Thumb2 versions of STC/LDC, and reenable the relevant tests.Owen Anderson2011-09-073-5/+134
* Add tests for Thumb2 LDR(immediate) from r139254.Jim Grosbach2011-09-071-0/+16
* Thumb2 parsing and encoding for LDR(immediate).Jim Grosbach2011-09-073-42/+97
* Thumb2 parsing and encoding for LDMDB.Jim Grosbach2011-09-072-0/+15
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-0717-37/+99
* Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-071-82/+221
* Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman2011-09-073-15/+39
* Update test for 139243Jim Grosbach2011-09-071-1/+1