aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test cases for 64-bit multiplication and division.Akira Hatanaka2011-12-021-0/+41
* Fix test cases to use FileCheck.Akira Hatanaka2011-12-029-81/+79
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-0262-602/+728
* ARM tests for VLD1 single lane w/ writeback.Jim Grosbach2011-12-021-0/+8
* ARM VLD1 single lane assembly parsing.Jim Grosbach2011-12-023-9/+124
* ARM encoder method needs the physical register number, not the enum.Jim Grosbach2011-12-021-1/+1
* TargetMachine: document unnamed bool argumentDylan Noblesmith2011-12-021-3/+3
* unittests: add ErrorStr to ExecutionEngine testDylan Noblesmith2011-12-021-3/+5
* [arm-fast-isel] After promoting a function parameter be sure to update theChad Rosier2011-12-022-2/+50
* specify cpu for test to fix failure on some darwin systems with a g4+ cpuHal Finkel2011-12-021-1/+1
* Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.Jim Grosbach2011-12-024-28/+135
* Fix quadratic behavior in InlineFunction by fetching the personality function...Benjamin Kramer2011-12-021-29/+33
* Check for error after InstantiateMultclassDef.Jim Grosbach2011-12-021-0/+2
* Add XOP feature flag.Jan Sjödin2011-12-023-2/+12
* Reduce duplicate code in isHorizontalBinOp and add some asserts to protect as...Craig Topper2011-12-021-32/+24
* Add instruction selection support for horizontal add/sub of 256-bit floating ...Craig Topper2011-12-023-2/+168
* remove unneeded FIXME commentHal Finkel2011-12-021-1/+0
* adjust the instruction ordering in some PPC tests: changes due to postRA haz....Hal Finkel2011-12-024-8/+23
* make sure ScheduleDAGInstrs::EmitSchedule does not crash when the first instr...Hal Finkel2011-12-021-5/+5
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-026-142/+93
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-0212-40/+79
* ARM start parsing VLD1 single lane instructions.Jim Grosbach2011-12-022-14/+115
* Abuse of mass replace isn't warranted even when the build is failing. ThanksChad Rosier2011-12-011-25/+29
* Fix build by not assuming TLI is guaranteed. Will have to track down cases whereChad Rosier2011-12-011-24/+23
* Prevent library calls from being folded if -fno-builtin has been specified.Chad Rosier2011-12-012-23/+103
* TableGen: fix CMake build s'moreDylan Noblesmith2011-12-011-0/+1
* CodeGen: fix CMake buildDylan Noblesmith2011-12-011-0/+1
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-014-8/+10
* Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier2011-12-017-39/+78
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-017-0/+756
* Fix unreachable return & simplify some branches.David Blaikie2011-12-011-9/+5
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-0117-1302/+425
* llvm-config-2: Fix --cflags and --includedir which pointed at the wrongDaniel Dunbar2011-12-011-2/+1
* Dummy commit to check commit access.Sanjoy Das2011-12-011-1/+1
* Improved fix for abs(val) != 0 to check other similar case. Also fixed style...Pete Cooper2011-12-012-8/+22
* [asan] two minor fixes: use UnreachableInst after the neverreturn function ca...Kostya Serebryany2011-12-011-2/+3
* Add missing functions.Chad Rosier2011-12-011-1/+4
* Autodetect bulldozers.Benjamin Kramer2011-12-011-0/+2
* Add a few more functions to TargetLibraryInfo. More of rdar://10500969.Chad Rosier2011-12-012-1/+52
* fix broken tagChris Lattner2011-12-011-1/+1
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-0117-426/+1303
* For 64-bit the rest of the general regs are ok for the q constraint. MakeEric Christopher2011-12-012-1/+24
* Add some missing anchors.David Blaikie2011-12-016-0/+15
* Pass AVX vectors which are arguments to varargs functions on the stack. <rdar...Eli Friedman2011-12-012-4/+24
* Removed use of grep from test and moved it to be with other icmp testsPete Cooper2011-12-012-10/+11
* Added instcombine pattern to spot comparing -val or val against 0.Pete Cooper2011-12-012-0/+24
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-0117-279/+456
* Make use of "getScalarType()". No functionality change.Nick Lewycky2011-12-011-8/+3
* Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...Eli Friedman2011-12-011-1/+1
* Replace an assert() with an actual diagnostic.Jim Grosbach2011-11-301-1/+3