aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-29Remove PointerTracking from cmakelists …Benjamin Kramer
2010-09-29GetSourceVersion: Strip off svninfo extra markers, which aren't really part o...Daniel Dunbar
2010-09-29Remove PointerTracking tests.Benjamin Kramer
2010-09-29Assign DW_ACCESS_public accessibility attribute to members by default.Devang Patel
2010-09-29Add specializations of addrmode2 that allow differentiating those formsJim Grosbach
2010-09-29Add parens to fix GCC warning:Nick Lewycky
2010-09-29remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner
2010-09-29implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner
2010-09-29Revert r114919, which caused some serious regressions on ARM.Owen Anderson
2010-09-29utils: Add GetRepositoryPath script, patch by Jonathan Mulder!Daniel Dunbar
2010-09-29Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.Bob Wilson
2010-09-29Undoing test commit blank space.Jason W Kim
2010-09-29Test commit -Jason W Kim
2010-09-29Add braces for legibility.Jim Grosbach
2010-09-29lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar
2010-09-29Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig.Oscar Fuentes
2010-09-29One Printer to rule them all, One Printer to find them,Jim Grosbach
2010-09-29Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola
2010-09-29Add a test that I forgot to add with a previous commit.Rafael Espindola
2010-09-29do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...Gabor Greif
2010-09-29improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...Gabor Greif
2010-09-29add some random notes.Chris Lattner
2010-09-29merge all the llvm-gcc pieces together. Recommend that people try dragonegg ...Chris Lattner
2010-09-29prepare for new content.Chris Lattner
2010-09-29fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'Chris Lattner
2010-09-29add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382Chris Lattner
2010-09-29MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer
2010-09-29make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the sameChris Lattner
2010-09-29implement support for 32-bit address operands in 64-bit mode, which Chris Lattner
2010-09-29MC-COFF: Fix symbol storage class for globalsMichael J. Spencer
2010-09-29add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner
2010-09-29add asmparser support for cvttpd2dq by removing some Int_ prefixes.Chris Lattner
2010-09-29implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes.Chris Lattner
2010-09-29implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner
2010-09-29change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner
2010-09-29Rework comparison handling to set a register on true/false. This avoidsEric Christopher
2010-09-29Remove unnecessary set ahead of time.Eric Christopher
2010-09-29Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn.Evan Cheng
2010-09-29Remove assert, add comment.Eric Christopher
2010-09-29Assign bitwise binary instructions different itinerary classes from ALU instr...Evan Cheng
2010-09-28Add support to model pipeline bypass / forwarding.Evan Cheng
2010-09-28 And remove r114997's test.Bill Wendling
2010-09-28Revert r114997. It was causing a failure on darwin10-selfhost.Bill Wendling
2010-09-2832-bit constant ints only for now.Eric Christopher
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-28Simplified LLVMConfig.Oscar Fuentes
2010-09-28Fix a FIXME. _foo.eh symbols are currently always exported so that the linkerBill Wendling
2010-09-28When an MDNode changes to become identical to another MDNode,Dan Gohman
2010-09-28Add a subtarget hook for reporting the misprediction penalty. Use this to pro...Owen Anderson
2010-09-28Integer materialization needed the same thinko change.Eric Christopher