oota-llvm.git
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-06 Nick LewyckyExpose a switch for the new gcov format.
2011-12-06 Chad RosierProbably not a good idea to convert a single vector...
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Nick LewyckyAll these arguments are default anyways.
2011-12-06 Jim GrosbachTidy up. 80 columns.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-12-05 Jim GrosbachSimple branch relaxation for Thumb2 Bcc instructions.
2011-12-05 Jim GrosbachTidy up.
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-12-05 Chad RosierUpdate comment.
2011-12-05 Chad RosierMake the MemCpyOptimizer a bit more aggressive. I...
2011-12-05 Jim GrosbachTweak ADDrr fix. Bad check for explicit .w
2011-12-05 Jim GrosbachUpdate tests for r145860. Add a few new ones.
2011-12-05 Jim GrosbachThumb2 prefer ADD register encoding T2 to T3 when possible.
2011-12-05 Bill WendlingMove 'returns_twice' definition into alphabetical place.
2011-12-05 Akira HatanakaAdd definitions of 64-bit extract and insert instrucion...
2011-12-05 Akira HatanakaSplit ExtIns into two base classes and have instruction...
2011-12-05 Jim GrosbachThumb2 prefer encoding T3 to T4 for ADD/SUB immediate...
2011-12-05 Akira HatanakaHave LowerJumpTable support Mips64. Modify 2010-07...
2011-12-05 Jim GrosbachARM assembly parsing for the rest of the VMUL data...
2011-12-05 Jim GrosbachFix previous commit. Oops.
2011-12-05 Jim GrosbachTidy up. No functional change.
2011-12-05 Jim GrosbachARM assmebler parsing for two-operand VMUL instructions.
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-12-05 Hal FinkelAdd test case - this input used to crash because of...
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-05 Hal Finkeldon't include CR bit subregs in callee-saved list
2011-12-05 Hal Finkelremove wasted space for extra bit copies of CR2 subregs
2011-12-05 Hal Finkeladd register pressure for CR regs
2011-12-05 Benjamin KramerAdd a little heuristic to Value::isUsedInBasicBlock...
2011-12-05 NAKAMURA Takumitest/CodeGen/X86/pointer-vector.ll: Add explicit -mtrip...
2011-12-05 Craig TopperRemove some leftover remnants that once tried to create...
2011-12-05 Craig TopperClean up and optimizations to the X86 shuffle lowering...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-04 Jakub StaszakFix table of contents.
2011-12-04 Jakub StaszakAdd 'llvm.expect' intrinsic description.
2011-12-04 Eric ChristopherAdd inline subprogram names to the name lookup table...
2011-12-04 Bob WilsonFix 80-column issues.
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-12-03 Venkatraman... Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing...
2011-12-03 Benjamin KramerSimplify code. No functionality change.
2011-12-03 Benjamin KramerClear the new cache.
2011-12-03 Benjamin KramerAdd a "seen blocks" cache to LVI to avoid a linear...
2011-12-03 Sanjoy DasCheck for stack space more intelligently.
2011-12-03 Sanjoy DasFix a bug in the x86-32 code generated for segmented...
2011-12-03 Nick LewyckyCreating multiple JITs on X86 in multiple threads cause...
2011-12-03 Chad Rosier[arm-fast-isel] Unaligned stores of floats require...
2011-12-03 Pete CooperFixed deadstoreelimination bug where negative indices...
2011-12-03 Chad RosierAdd support for constant folding the pow intrinsic.
2011-12-02 Jim GrosbachARM NEON VEXT aliases for data type suffices.
2011-12-02 Jim GrosbachARM VEXT tighten up operand classes a bit.
2011-12-02 Jim GrosbachARM VST1 single lane assembly parsing.
2011-12-02 Akira HatanakaTest cases for 64-bit multiplication and division.
2011-12-02 Akira HatanakaFix test cases to use FileCheck.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-02 Jim GrosbachARM tests for VLD1 single lane w/ writeback.
2011-12-02 Jim GrosbachARM VLD1 single lane assembly parsing.
2011-12-02 Jim GrosbachARM encoder method needs the physical register number...
2011-12-02 Dylan NoblesmithTargetMachine: document unnamed bool argument
2011-12-02 Dylan Noblesmithunittests: add ErrorStr to ExecutionEngine test
2011-12-02 Chad Rosier[arm-fast-isel] After promoting a function parameter...
2011-12-02 Hal Finkelspecify cpu for test to fix failure on some darwin...
2011-12-02 Jim GrosbachClean up aliases for ARM VLD1 single-lane assembly...
2011-12-02 Benjamin KramerFix quadratic behavior in InlineFunction by fetching...
2011-12-02 Jim GrosbachCheck for error after InstantiateMultclassDef.
2011-12-02 Jan SjödinAdd XOP feature flag.
2011-12-02 Craig TopperReduce duplicate code in isHorizontalBinOp and add...
2011-12-02 Craig TopperAdd instruction selection support for horizontal add...
2011-12-02 Hal Finkelremove unneeded FIXME comment
2011-12-02 Hal Finkeladjust the instruction ordering in some PPC tests:...
2011-12-02 Hal Finkelmake sure ScheduleDAGInstrs::EmitSchedule does not...
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-12-02 Chad RosierFix a few more places where TargetData/TargetLibraryInf...
2011-12-02 Jim GrosbachARM start parsing VLD1 single lane instructions.
2011-12-01 Chad RosierAbuse of mass replace isn't warranted even when the...
2011-12-01 Chad RosierFix build by not assuming TLI is guaranteed. Will have...
2011-12-01 Chad RosierPrevent library calls from being folded if -fno-builtin...
2011-12-01 Dylan NoblesmithTableGen: fix CMake build s'more
2011-12-01 Dylan NoblesmithCodeGen: fix CMake build
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-12-01 Chad RosierLast bit of TargetLibraryInfo propagation. Also fixed...
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-12-01 David BlaikieFix unreachable return & simplify some branches.
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Daniel Dunbarllvm-config-2: Fix --cflags and --includedir which...
2011-12-01 Sanjoy DasDummy commit to check commit access.
2011-12-01 Pete CooperImproved fix for abs(val) != 0 to check other similar...
2011-12-01 Kostya Serebryany[asan] two minor fixes: use UnreachableInst after the...
2011-12-01 Chad RosierAdd missing functions.
2011-12-01 Benjamin KramerAutodetect bulldozers.
2011-12-01 Chad RosierAdd a few more functions to TargetLibraryInfo. More...
2011-12-01 Chris Lattnerfix broken tag
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-12-01 Eric ChristopherFor 64-bit the rest of the general regs are ok for...
2011-12-01 David BlaikieAdd some missing anchors.
2011-12-01 Eli FriedmanPass AVX vectors which are arguments to varargs functio...
2011-12-01 Pete CooperRemoved use of grep from test and moved it to be with...
2011-12-01 Pete CooperAdded instcombine pattern to spot comparing -val or...
next