oota-llvm.git
2012-02-06 Peter CollingbourneUpdate ExceptionDemo to use ConstantDataArray.
2012-02-06 Benjamin KramerX86: Don't call malloc for 4 bits. No functionality...
2012-02-06 Benjamin KramerMake helper static.
2012-02-06 Benjamin KramerHexagon: Remove forbidden iostream includes (it introdu...
2012-02-06 Nick LewyckySplit part of EvaluateFunction into a new EvaluateBlock...
2012-02-06 Craig TopperMove some llvm_unreachable's from r149849 out of switch...
2012-02-06 Craig TopperAdd shuffle decoding support for 256-bit pshufd. Merge...
2012-02-06 Sebastian Popfix indentation
2012-02-06 Sebastian Popfix typo
2012-02-05 Benjamin KramerSmallVector's construct_range is the same thing as...
2012-02-05 Benjamin KramerSimplify code. No functionality change.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 TalinEfficient Constant Uniquing.
2012-02-05 Nick LewyckyTeach GlobalOpt to handle atomic accesses to globals.
2012-02-05 Evan ChengDefinesPredicate should only look for def operands...
2012-02-05 Nick LewyckyClean up some whitespace and comments. No functionality...
2012-02-05 Aaron BallmanFixing a warning in MSVC (this is also a test commit)
2012-02-05 Duncan SandsNeaten up this method. Check that if there is only one
2012-02-05 Duncan SandsRemove dead test: this was already checked and handled...
2012-02-05 Duncan SandsTestcase for commit 149833 (use of an uninitialized...
2012-02-05 Duncan SandsFix a thinko pointed out by Eli and the buildbots.
2012-02-05 Duncan SandsReduce the number of dom queries made by GVN's conditio...
2012-02-05 Duncan SandsReduce the number of non-trivial domtree queries by...
2012-02-05 Duncan SandsPersuade GCC that there is nothing worth warning about...
2012-02-05 Duncan SandsDon't initialize CV in terms of itself! Spotted by...
2012-02-05 Duncan SandsExplain to the compiler why TargetAddr is not used...
2012-02-05 Nadav RotemAdd additional documentation to the extract-and-trunc...
2012-02-05 Benjamin KramerTesting vector code without sse doesn't make much sense.
2012-02-05 Eli BenderskyFix typo and broken link
2012-02-05 Eli BenderskyAdd missing paren
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Chandler CarruthBegin fleshing out more convenience predicates in llvm...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 David BlaikieSimplify contains tests using 'count'.
2012-02-05 NAKAMURA TakumiBBVectorize.cpp: Get rid of comparision to bool to...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable in X86 Target...
2012-02-05 Craig TopperConvert some assert(0) in default of switch statements...
2012-02-05 Craig TopperAdd target specific node for PMULUDQ. Change patterns...
2012-02-05 Chris LattnerImprove the bitcode reader's handling of constant strin...
2012-02-05 Chris LattnerAdd a test for the miscompilation my recent ConstantDat...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-05 Craig TopperRemove most of the intrinsics for XOP VPCMOV instructio...
2012-02-04 Sean CallananModified the Enhanced Disassembler to create and
2012-02-04 Jakob Stoklund... Drop the REDEF_BY_EC VNInfo flag.
2012-02-04 Jakob Stoklund... Correctly terminate a physreg redefined by an early...
2012-02-04 Nick LewyckyFix a leak!
2012-02-04 Jakob Stoklund... Don't store COPY pointers in VNInfo.
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-04 Qirun Zhangremove the blank line from previous ci.
2012-02-04 Qirun Zhangtest commit.
2012-02-04 Dylan Noblesmithautoconf: put generated clang files in build dir
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-04 Andrew TrickMove TargetPassConfig implementation into Passes.cpp
2012-02-04 Andrew TrickMake TargetPassConfig an ImmutablePass so CodeGenPasses...
2012-02-04 Dylan Noblesmithcmake: update outdated CPack version info
2012-02-04 Dylan NoblesmithObject: avoid undefined behavior when bounds-checking
2012-02-04 Dylan Noblesmithautoconf: fix clang detection
2012-02-04 Devang PatelEmit new property tag.
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-04 Devang PatelIntroduce DIObjCProperty. This will be used to encode...
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-04 Bill WendlingUpdate to the new EH system...remove OLD EH code.
2012-02-04 Jakob Stoklund... Drop ZeroIndex and InvalidIndex.
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2012-02-03 Jakob Stoklund... Trim headers.
2012-02-03 Jakob Stoklund... Delete some dead code.
2012-02-03 Chad Rosier[fast-isel] Add support for URem.
2012-02-03 Jakob Stoklund... Handle register mask operands in setPhysRegsDeadExcept().
2012-02-03 Chad Rosier[fast-isel] Rename isZExt to isSigned. No functional...
2012-02-03 Brendon CahoonIncrement DFAStateEntryTable index for sentinel entry.
2012-02-03 Chad Rosier[fast-isel] Add support for UDIV.
2012-02-03 Jakob Stoklund... ArrayRef'ize MI::setPhysRegsDeadExcept().
2012-02-03 Jakob Stoklund... Handle all live physreg defs in the same place.
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Andrew TrickInitialize all common codegen passes before configurati...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-03 Duncan SandsSimplify some GEP checks in the verifier.
2012-02-03 Nadav RotemThe type-legalizer often scalarizes code. One of the...
2012-02-03 Craig TopperRemove getShuffleVPERMILPImmediate function, getShuffle...
2012-02-03 Cameron ZwarichAllow command-line overrides of the target triple with...
2012-02-03 Craig TopperRemove unnecessary qualification on 256-bit vector...
2012-02-03 Craig TopperAdd auto upgrade support for x86 pcmpgt/pcmpeq intrinic...
2012-02-03 Cameron ZwarichDo the same fix as r149667, but for the Mach-O disassem...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Andrew Trickwhitespace
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-03 Cameron ZwarichFix llvm-objdump disassembly for interesting Mach-O...
2012-02-03 Lang HamesIncorporate suggestions Chad, Jakob and Evan's suggesti...
2012-02-03 Dan GohmanFix SSAUpdaterImpl's RecordMatchingPHI to record exactl...
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-02-03 Jim GrosbachNarrow test further. Make bot and test happy.
2012-02-03 Jim GrosbachTidy up. Trailing whitespace.
2012-02-03 Jim GrosbachRestrict InstCombine from converting varargs to or...
2012-02-03 Jim GrosbachRevert "Disable InstCombine unsafe folding bitcasts...
2012-02-02 Jakob Stoklund... Require non-NULL register masks.
2012-02-02 Daniel Dunbarbuild/make: Ensure make clean removes the LLVMBuild...
2012-02-02 Daniel Dunbarbuild/Make: Add missing dependency, LLVMBuild makefile...
2012-02-02 Jakob Stoklund... Add pseudo-registers for pairs, triples, and quads...
2012-02-02 Matt Beaumont-GayUnix line endings
2012-02-02 Benjamin KramerBBVectorize: Simplify code, no functionality change.
next