index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
ARM tests for VLD1 single lane w/ writeback.
Jim Grosbach
2011-12-02
ARM VLD1 single lane assembly parsing.
Jim Grosbach
2011-12-02
ARM encoder method needs the physical register number, not the enum.
Jim Grosbach
2011-12-02
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-12-02
unittests: add ErrorStr to ExecutionEngine test
Dylan Noblesmith
2011-12-02
[arm-fast-isel] After promoting a function parameter be sure to update the
Chad Rosier
2011-12-02
specify cpu for test to fix failure on some darwin systems with a g4+ cpu
Hal Finkel
2011-12-02
Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.
Jim Grosbach
2011-12-02
Fix quadratic behavior in InlineFunction by fetching the personality function...
Benjamin Kramer
2011-12-02
Check for error after InstantiateMultclassDef.
Jim Grosbach
2011-12-02
Add XOP feature flag.
Jan Sjödin
2011-12-02
Reduce duplicate code in isHorizontalBinOp and add some asserts to protect as...
Craig Topper
2011-12-02
Add instruction selection support for horizontal add/sub of 256-bit floating ...
Craig Topper
2011-12-02
remove unneeded FIXME comment
Hal Finkel
2011-12-02
adjust the instruction ordering in some PPC tests: changes due to postRA haz....
Hal Finkel
2011-12-02
make sure ScheduleDAGInstrs::EmitSchedule does not crash when the first instr...
Hal Finkel
2011-12-02
update PPC 940 hazard rec. to function in postRA mode
Hal Finkel
2011-12-02
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-02
ARM start parsing VLD1 single lane instructions.
Jim Grosbach
2011-12-01
Abuse of mass replace isn't warranted even when the build is failing. Thanks
Chad Rosier
2011-12-01
Fix build by not assuming TLI is guaranteed. Will have to track down cases where
Chad Rosier
2011-12-01
Prevent library calls from being folded if -fno-builtin has been specified.
Chad Rosier
2011-12-01
TableGen: fix CMake build s'more
Dylan Noblesmith
2011-12-01
CodeGen: fix CMake build
Dylan Noblesmith
2011-12-01
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
Fix unreachable return & simplify some branches.
David Blaikie
2011-12-01
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-12-01
llvm-config-2: Fix --cflags and --includedir which pointed at the wrong
Daniel Dunbar
2011-12-01
Dummy commit to check commit access.
Sanjoy Das
2011-12-01
Improved 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-01
Add missing functions.
Chad Rosier
2011-12-01
Autodetect bulldozers.
Benjamin Kramer
2011-12-01
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
fix broken tag
Chris Lattner
2011-12-01
Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Duncan Sands
2011-12-01
For 64-bit the rest of the general regs are ok for the q constraint. Make
Eric Christopher
2011-12-01
Add some missing anchors.
David Blaikie
2011-12-01
Pass AVX vectors which are arguments to varargs functions on the stack. <rdar...
Eli Friedman
2011-12-01
Removed use of grep from test and moved it to be with other icmp tests
Pete Cooper
2011-12-01
Added instcombine pattern to spot comparing -val or val against 0.
Pete Cooper
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
Make use of "getScalarType()". No functionality change.
Nick Lewycky
2011-12-01
Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...
Eli Friedman
2011-11-30
Replace an assert() with an actual diagnostic.
Jim Grosbach
2011-11-30
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
[next]