aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-294-19/+24
* UnreachableBlockElim could incorrectly return false when it had not modified ...Owen Anderson2010-09-291-1/+4
* Fix PR8247: JumpThreading can cause a block to become unreachable while still...Owen Anderson2010-09-292-4/+31
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-2910-16/+16
* Remove PointerTracking from cmakelists …Benjamin Kramer2010-09-291-1/+0
* GetSourceVersion: Strip off svninfo extra markers, which aren't really part o...Daniel Dunbar2010-09-291-1/+1
* Remove PointerTracking tests.Benjamin Kramer2010-09-292-89/+0
* Assign DW_ACCESS_public accessibility attribute to members by default.Devang Patel2010-09-291-1/+10
* Add specializations of addrmode2 that allow differentiating those formsJim Grosbach2010-09-292-11/+49
* Add parens to fix GCC warning:Nick Lewycky2010-09-291-2/+2
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-293-450/+0
* implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner2010-09-292-2/+12
* Revert r114919, which caused some serious regressions on ARM.Owen Anderson2010-09-291-6/+1
* utils: Add GetRepositoryPath script, patch by Jonathan Mulder!Daniel Dunbar2010-09-292-10/+37
* Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.Bob Wilson2010-09-293-5/+5
* Undoing test commit blank space.Jason W Kim2010-09-291-1/+0
* Test commit -Jason W Kim2010-09-291-0/+1
* Add braces for legibility.Jim Grosbach2010-09-291-1/+2
* lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar2010-09-291-4/+7
* Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig.Oscar Fuentes2010-09-291-0/+2
* One Printer to rule them all, One Printer to find them,Jim Grosbach2010-09-291-102/+1
* Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola2010-09-292-9/+50
* Add a test that I forgot to add with a previous commit.Rafael Espindola2010-09-291-0/+13
* do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...Gabor Greif2010-09-291-3/+3
* improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...Gabor Greif2010-09-292-16/+32
* add some random notes.Chris Lattner2010-09-291-2/+30
* merge all the llvm-gcc pieces together. Recommend that people try dragonegg ...Chris Lattner2010-09-291-28/+18
* prepare for new content.Chris Lattner2010-09-291-52/+46
* fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'Chris Lattner2010-09-292-2/+11
* add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382Chris Lattner2010-09-292-4/+9
* MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer2010-09-291-1/+1
* make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the sameChris Lattner2010-09-292-4/+9
* implement support for 32-bit address operands in 64-bit mode, which Chris Lattner2010-09-292-6/+32
* MC-COFF: Fix symbol storage class for globalsMichael J. Spencer2010-09-291-1/+1
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-295-20/+33
* add asmparser support for cvttpd2dq by removing some Int_ prefixes.Chris Lattner2010-09-293-22/+21
* implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes.Chris Lattner2010-09-293-8/+16
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-294-8/+27
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-294-29/+29
* Rework comparison handling to set a register on true/false. This avoidsEric Christopher2010-09-291-18/+28
* Remove unnecessary set ahead of time.Eric Christopher2010-09-291-2/+1
* Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn.Evan Cheng2010-09-297-26/+86
* Remove assert, add comment.Eric Christopher2010-09-291-1/+1
* Assign bitwise binary instructions different itinerary classes from ALU instr...Evan Cheng2010-09-297-39/+87
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-2815-16/+77
* And remove r114997's test.Bill Wendling2010-09-281-26/+0
* Revert r114997. It was causing a failure on darwin10-selfhost.Bill Wendling2010-09-282-5/+15
* 32-bit constant ints only for now.Eric Christopher2010-09-281-5/+8
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-2820-39/+4
* Simplified LLVMConfig.Oscar Fuentes2010-09-281-32/+43