oota-llvm.git
2009-04-04 Oscar FuentesCMake: Added notes pointing to the LLVM CMake documenta...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-04-04 Bill WendlingFix some HTML validation errors.
2009-04-04 Bill WendlingGeneral clean-up of the bitcode format documentation...
2009-04-04 Nick LewyckyTry SSE2?
2009-04-04 Nick LewyckyCloneModule stores the BasicBlock mapping in ValueMap...
2009-04-04 Nick LewyckyRemove bogus include.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-04 Nick LewyckyFix test on non-x86 platforms.
2009-04-03 Stefanus Du... Test commit access to LLVM with some minor narcissism.
2009-04-03 Bob WilsonWrap some lines to fix indentation problems.
2009-04-03 Bob WilsonFix some comments.
2009-04-03 Bill WendlingDuplicate entry.
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-04-03 Chris Lattner"Add documentation about the fix for missing x86
2009-04-03 Dan GohmanFix a TargetLowering optimization so that it doesn...
2009-04-03 Daniel DunbarAdd fast path for raw_ostream output of strings.
2009-04-03 Oscar FuentesCMake: tools/llvm-config/CMakeLists.txt: Use ! instead...
2009-04-03 Oscar FuentesCMake: removed IA64AsmPrinter.cpp from lib/Target/IA64...
2009-04-03 Anton KorobeynikovSeparate MIPS asmprinter
2009-04-03 Anton KorobeynikovFix target library name
2009-04-03 Anton KorobeynikovFix comment
2009-04-03 Anton KorobeynikovMove IA64 asmprinter to separate library
2009-04-03 Mon P WangAdded a x86 dag combine to increase the chances to...
2009-04-03 Chris Lattnerupdate some syntax
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-04-03 Chris Lattnercorrect patch
2009-04-03 Chris Lattneradd patch to go along with r68350
2009-04-03 Chris Lattneruse higher level APIs.
2009-04-02 Chris Lattneradd missing *
2009-04-02 Sanjiv GuptaFixed build warnings.
2009-04-02 Sanjiv GuptaTo convert the StopPoint insn into an assembler directi...
2009-04-02 Sanjiv GuptaParams are not being generated as static globals now...
2009-04-02 Chris Lattnerfix overflow checks in SmallVector:
2009-04-02 Mikhail GlushenkovFix build on Linux.
2009-04-01 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Bill WendlingMake the constants fit.
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-04-01 Chris Lattnersilence warning in release-asserts build.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Misha BrukmanFixed file header comment.
2009-04-01 Misha BrukmanAdded tests for math utility functions; fixed another...
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Devang PatelRemove dead code.
2009-04-01 Chris Lattneradd this to SVN to allow collaborative hacking.
2009-04-01 Chris LattnerAdd range insert method for DenseSet and define DenseMa...
2009-04-01 Evan ChengRecognize arm triplets.
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Ted KremenekConstify method to make VC++ happy. Patch by Brian...
2009-04-01 Dan GohmanUse LLVM type names instead of C type names in comments...
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Misha BrukmanFixed spelling.
2009-04-01 Ted KremenekCMake: Have generated Xcode projects also contain the...
2009-04-01 Nick LewyckyDetect that we're building from a git checkout like...
2009-04-01 Chris Lattnerhopefully fix an apparent build error on windows.
2009-04-01 Chris Lattnerfix a serious regression I introduced in my previous...
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-04-01 Misha Brukmaninclude Makefile.common before using $(BuildMode) to...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris Lattnerreimplement BitcodeReaderValueList in terms of WeakVH...
2009-03-31 Chris LattnerMake the key of ValueRankMap an AssertingVH, so that...
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-31 Chris Lattneradd some accessors so I can play games with DenseMaps.
2009-03-31 Evan ChengThrottle back "fold select into operand" transformation...
2009-03-31 Evan ChengFully general expansion of integer shift of any size.
2009-03-31 Evan Chengi128 shift libcalls are not available on x86.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Mikhail GlushenkovDo not pass '-relocation-model=pic' to llc.
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Dan GohmanAdd an explicit -asm-verbose to these tests, to make it
2009-03-31 Devang PatelUpdate call graph after inlining invoke.
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-31 Dan GohmanMinor top-level comment fix.
2009-03-31 Dan GohmanTidy up some comments.
2009-03-31 Dan GohmanAdd a comment.
2009-03-31 Rafael Espindolaremove unused arguments.
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Owen AndersonRemove the "fast" cases for spill and restore point...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-31 Chris Lattnershrink subclassid, liberating some bits for future...
2009-03-31 Dan GohmanFix live-out reg logic to not insert over-aggressive...
2009-03-31 Evan ChengX86 address mode isel tweak. If the base of the address...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Devang PatelLoop Index Split can eliminate a loop if it can determi...
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Evan ChengWhen optimzing a mul by immediate into two, the resulti...
2009-03-30 Evan ChengTurn a 2-address instruction into a 3-address one when...
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Bill WendlingBalance out quote in debug output.
2009-03-30 Bill WendlingFix grammar-o in comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-30 Chris Lattnerfix the PointerLikeTypeTraits specialization for Pointe...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
next