oota-llvm.git
2011-10-26 Bill WendlingAdd LanguageKit and Pragmatic Smalltalk to the External...
2011-10-26 Owen AndersonThe order of the two symbol listings in a Macho x86_64...
2011-10-26 Jim GrosbachThumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
2011-10-26 Owen AndersonInclude the full 64 bits of relocation data in the...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-26 Owen AndersonImprove pretty printing of GOT relocations in MachO...
2011-10-26 Duncan SandsMy super-optimizer noticed that we weren't folding...
2011-10-26 Duncan SandsSimplify SplitVecRes_UnaryOp by removing all the code...
2011-10-26 Bill WendlingAdd ThreadSanitizer to the External Projects list.
2011-10-26 James MolloyRevert r142530 at least temporarily while a discussion...
2011-10-26 Bill WendlingAdd ZooLib to the External Projects list.
2011-10-26 Bill WendlingAdd the Stupid D Compiler to the External Projects...
2011-10-26 Bill WendlingUse a worklist to prevent the iterator from becoming...
2011-10-26 Bill WendlingFix grammar.
2011-10-26 Eric ChristopherRemove unused variable.
2011-10-26 Charles DavisRevert 142997. It doesn't work on Mac OS or the BSDs...
2011-10-26 Jakob Stoklund... Don't use floating point to do an integer's job.
2011-10-26 Evan ChengDisable LICM speculation in high register pressure...
2011-10-26 Evan ChengRevert part of r142530. The patch potentially hurts...
2011-10-26 Bill WendlingReapply r142920 with fix:
2011-10-26 Eli FriedmanAdd a note about the removal of the atomic intrinsics...
2011-10-26 Eric ChristopherSearch for and use the strip program and pass it to...
2011-10-26 Eric ChristopherHandle newer cases for freebsd which is approaching...
2011-10-26 Eli FriedmanRemove dead atomic intrinsics from LangRef.
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-26 Bill WendlingAdd mention of AddressSanitizer to external OS projects.
2011-10-26 Bill WendlingAdd mention of Mono to external OS projects.
2011-10-26 Bill WendlingAdd mention of ClamAV to external OS projects.
2011-10-26 Bill WendlingAdd mention of Renderscript to external OS projects.
2011-10-26 Bill WendlingAdd mention of GHC to external OS projects.
2011-10-25 Michael J.... llvm-nm: Use correct format string. Patch by Stepan...
2011-10-25 Michael J.... Object/Archive: Cleanup anon namespace.
2011-10-25 Michael J.... Object: change test to create archive.
2011-10-25 Michael J.... Object/Archive: Add BSD style long file name support...
2011-10-25 Owen AndersonRemove extraneous printing of "-PC".
2011-10-25 Bill WendlingAdd mention of SAFECode to external OS projects.
2011-10-25 Bill WendlingAdd mention of Pure to external OS projects.
2011-10-25 Bill WendlingAdd mention of Portable OpenCL to external OS projects.
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Bill WendlingAdd mention of gwScript to external OS projects.
2011-10-25 Eli FriedmanRemove a couple redundant checks.
2011-10-25 Chad RosierAdd a few test cases to ensure the bitcode reader is...
2011-10-25 Jim GrosbachMake assert() message more informative.
2011-10-25 Bill WendlingAdd mention of Tart to external OS projects.
2011-10-25 Bill WendlingAdd TTA-based Co-design Environment to external OS...
2011-10-25 Owen AndersonFix off-by-one error when printing relocations inline...
2011-10-25 Bruno Cardoso... According to Mips folks, the backend is now generally...
2011-10-25 Chad RosierSimplify tests by not piping them through llvm-dis.
2011-10-25 Owen AndersonTeach the MachO relocation pretty-printer to interpret...
2011-10-25 Bruno Cardoso... This is the first of several patches for Mips direct...
2011-10-25 Bruno Cardoso... Corrects previously incorrect $sp change in MipsCompila...
2011-10-25 Duncan SandsRevert commit 142891. Takumi bisected the tablegen...
2011-10-25 Duncan SandsRestore commits 142790 and 142843 - they weren't breaki...
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-10-25 Duncan SandsSpeculatively revert commits 142790 and 142843 to see...
2011-10-25 Nick LewyckyRemove dead enum value. There is no DIESectionOffset.
2011-10-25 Chad RosierFix these test cases to not use .bc files. Otherwise...
2011-10-25 Bill WendlingComment out external projects so that they can be refre...
2011-10-25 Eric ChristopherRemove unused forward decl.
2011-10-25 Bill WendlingAn MBB which branches to an EH landing pad shouldn...
2011-10-25 Dan GohmanReally remove Blackfin from the configure script.
2011-10-25 Jim GrosbachARM assembly parsing and encoding for VLD1 with writeback.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Jim GrosbachNuke dead code. Nothing generates the VLD1d64QPseudo_UP...
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Owen AndersonMore fixes and improvements to MachO relocation pretty...
2011-10-24 Eli FriedmanDon't crash on variable insertelement on ARM. PR10258.
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-10-24 Evan ChengARMConstantPoolMBB::print should print BB number.
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Chad RosierAdd options to enable each individual level for the...
2011-10-24 Jim GrosbachARM refactor am6offset usage for VLD1.
2011-10-24 Owen AndersonGet relocation parsing/dumping to a mostly-working...
2011-10-24 Nick LewyckyNow that we look at all the header PHIs, we need to...
2011-10-24 Eli FriedmanAdd support to the old JIT for acquire/release loads...
2011-10-24 Owen AndersonStub out some of the MachO relocation decoding hooks.
2011-10-24 Douglas GregorReally unbreak CMake build
2011-10-24 Douglas GregorUnbreak CMake build
2011-10-24 Owen AndersonFix a NEON disassembly case that was broken in the...
2011-10-24 Dan GohmanDelete the top-down "Latency" scheduler. Top-down sched...
2011-10-24 Dan GohmanDelete the Latency scheduling preference.
2011-10-24 Dan GohmanChange this overloaded use of Sched::Latency to be...
2011-10-24 Dan GohmanRemove the explicit request for "Latency" scheduling...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-24 Jim GrosbachUpdate test for r142801.
2011-10-24 Benjamin KramerXFAIL test on leak checkers.
2011-10-24 Jim GrosbachThumb2 LDM instructions can target PC. Make sure to...
2011-10-24 Bill WendlingCleanup. Get rid of the old SjLj EH lowering code....
2011-10-24 Chandler CarruthSink an otherwise unused variable's initializer into...
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 NAKAMURA TakumiRevert "Test commit"
2011-10-24 NAKAMURA TakumiTest commit
2011-10-24 Nick LewyckyReapply r142781 with fix. Original message:
2011-10-24 Chandler CarruthDoxygen-ify the comments on the public interface for...
2011-10-24 Nick LewyckyPHI nodes not in the loop header aren't part of the...
2011-10-24 Nick LewyckyA dead malloc, a free(NULL) and a free(undef) are all...
2011-10-24 Nick LewyckySpeculatively revert r142781. Bots are showing
2011-10-24 NAKAMURA TakumiWindows/Path.inc: [PR8460] Get rid of ScopedNullTermina...
next