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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-02-06
[unwind removal] Don't write out the dead 'unwind' instruction.
Bill Wendling
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
'unwind' is a keyword, not an instruction.
Bill Wendling
2012-02-06
[unwind removal] Remove the 'unwind' instruction parsing bits.
Bill Wendling
2012-02-06
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
Test commit; also removes some trailing whitespace
Derek Schuff
2012-02-06
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
X86: Don't call malloc for 4 bits. No functionality change.
Benjamin Kramer
2012-02-06
Make helper static.
Benjamin Kramer
2012-02-06
Hexagon: Remove forbidden iostream includes (it introduces static initializers)
Benjamin Kramer
2012-02-06
Split part of EvaluateFunction into a new EvaluateBlock method. No functionality
Nick Lewycky
2012-02-06
Move some llvm_unreachable's from r149849 out of switch statements to satisfy...
Craig Topper
2012-02-06
Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...
Craig Topper
2012-02-06
fix indentation
Sebastian Pop
2012-02-06
fix typo
Sebastian Pop
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
Efficient Constant Uniquing.
Talin
2012-02-05
Teach GlobalOpt to handle atomic accesses to globals.
Nick Lewycky
2012-02-05
DefinesPredicate should only look for def operands. Patch by Ludwig Meier.
Evan Cheng
2012-02-05
Clean up some whitespace and comments. No functionality change.
Nick Lewycky
2012-02-05
Neaten up this method. Check that if there is only one
Duncan Sands
2012-02-05
Remove dead test: this was already checked and handled a few lines
Duncan Sands
2012-02-05
Fix a thinko pointed out by Eli and the buildbots.
Duncan Sands
2012-02-05
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
Reduce the number of non-trivial domtree queries by about 1% when
Duncan Sands
2012-02-05
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
Don't initialize CV in terms of itself! Spotted by GCC.
Duncan Sands
2012-02-05
Explain to the compiler why TargetAddr is not used uninitialized later.
Duncan Sands
2012-02-05
Add additional documentation to the extract-and-trunc dagcombine optimization.
Nadav Rotem
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
Begin fleshing out more convenience predicates in llvm::Triple and
Chandler Carruth
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
Simplify contains tests using 'count'.
David Blaikie
2012-02-05
BBVectorize.cpp: Get rid of comparision to bool to fix a warning.
NAKAMURA Takumi
2012-02-05
Convert assert(0) to llvm_unreachable in X86 Target directory.
Craig Topper
2012-02-05
Convert some assert(0) in default of switch statements to llvm_unreachable.
Craig Topper
2012-02-05
Add target specific node for PMULUDQ. Change patterns to use it and custom lo...
Craig Topper
2012-02-05
Improve the bitcode reader's handling of constant strings to use
Chris Lattner
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-04
Modified the Enhanced Disassembler to create and
Sean Callanan
2012-02-04
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
Correctly terminate a physreg redefined by an early clobber.
Jakob Stoklund Olesen
2012-02-04
Fix a leak!
Nick Lewycky
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
remove the blank line from previous ci.
Qirun Zhang
2012-02-04
test commit.
Qirun Zhang
2012-02-04
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
Move TargetPassConfig implementation into Passes.cpp
Andrew Trick
[next]