aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-12-02ARM tests for VLD1 single lane w/ writeback.Jim Grosbach
2011-12-02ARM VLD1 single lane assembly parsing.Jim Grosbach
2011-12-02ARM encoder method needs the physical register number, not the enum.Jim Grosbach
2011-12-02TargetMachine: document unnamed bool argumentDylan Noblesmith
2011-12-02unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith
2011-12-02[arm-fast-isel] After promoting a function parameter be sure to update theChad Rosier
2011-12-02specify cpu for test to fix failure on some darwin systems with a g4+ cpuHal Finkel
2011-12-02Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.Jim Grosbach
2011-12-02Fix quadratic behavior in InlineFunction by fetching the personality function...Benjamin Kramer
2011-12-02Check for error after InstantiateMultclassDef.Jim Grosbach
2011-12-02Add XOP feature flag.Jan Sjödin
2011-12-02Reduce duplicate code in isHorizontalBinOp and add some asserts to protect as...Craig Topper
2011-12-02Add instruction selection support for horizontal add/sub of 256-bit floating ...Craig Topper
2011-12-02remove unneeded FIXME commentHal Finkel
2011-12-02adjust the instruction ordering in some PPC tests: changes due to postRA haz....Hal Finkel
2011-12-02make sure ScheduleDAGInstrs::EmitSchedule does not crash when the first instr...Hal Finkel
2011-12-02update PPC 940 hazard rec. to function in postRA modeHal Finkel
2011-12-02Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier
2011-12-02ARM start parsing VLD1 single lane instructions.Jim Grosbach
2011-12-01Abuse of mass replace isn't warranted even when the build is failing. ThanksChad Rosier
2011-12-01Fix build by not assuming TLI is guaranteed. Will have to track down cases whereChad Rosier
2011-12-01Prevent library calls from being folded if -fno-builtin has been specified.Chad Rosier
2011-12-01TableGen: fix CMake build s'moreDylan Noblesmith
2011-12-01CodeGen: fix CMake buildDylan Noblesmith
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith
2011-12-01Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta
2011-12-01Fix unreachable return & simplify some branches.David Blaikie
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-12-01llvm-config-2: Fix --cflags and --includedir which pointed at the wrongDaniel Dunbar
2011-12-01Dummy commit to check commit access.Sanjoy Das
2011-12-01Improved fix for abs(val) != 0 to check other similar case. Also fixed style...Pete Cooper
2011-12-01[asan] two minor fixes: use UnreachableInst after the neverreturn function ca...Kostya Serebryany
2011-12-01Add missing functions.Chad Rosier
2011-12-01Autodetect bulldozers.Benjamin Kramer
2011-12-01Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier
2011-12-01fix broken tagChris Lattner
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands
2011-12-01For 64-bit the rest of the general regs are ok for the q constraint. MakeEric Christopher
2011-12-01Add some missing anchors.David Blaikie
2011-12-01Pass AVX vectors which are arguments to varargs functions on the stack. <rdar...Eli Friedman
2011-12-01Removed use of grep from test and moved it to be with other icmp testsPete Cooper
2011-12-01Added instcombine pattern to spot comparing -val or val against 0.Pete Cooper
2011-12-01Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier
2011-12-01Make use of "getScalarType()". No functionality change.Nick Lewycky
2011-12-01Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...Eli Friedman
2011-11-30Replace an assert() with an actual diagnostic.Jim Grosbach
2011-11-30make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany
2011-11-30Support for encoding all FMA4 instructions and tablegen patterns for allJan Sjödin