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
2013-01-31
Revert for now:
Bill Wendling
2013-01-31
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
Whitespace.
Eric Christopher
2013-01-31
Check and allow floating point registers to select the size of the
Eric Christopher
2013-01-31
Minor code simplification.
Dan Gohman
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
2013-01-31
Fix ConstantFold's folding of icmp instructions to recognize that,
Dan Gohman
2013-01-30
PPC QPX requires a 32-byte aligned stack
Hal Finkel
2013-01-30
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...
Evan Cheng
2013-01-30
Initialize hasQPX in PPCSubtarget
Hal Finkel
2013-01-30
Remove redundant code.
Bill Wendling
2013-01-30
Add definitions for the PPC a2q core marked as having QPX available
Hal Finkel
2013-01-30
Clean up whitespace and indentation a bit
Eli Bendersky
2013-01-30
Linker: correctly link in dbg.declare
Manman Ren
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
Add missing header and test cases for r173939.
Logan Chien
2013-01-30
Override virtual function for ARM EH directives.
Logan Chien
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...
Bill Wendling
2013-01-30
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-30
Removing initializer for the field removed in r173887
David Blaikie
2013-01-30
Remove unused variable (introduced in r173884) to clear clang -Werror build
David Blaikie
2013-01-30
Forgot to add new file to CMakeLists
Jack Carter
2013-01-30
This patch implements runtime ARM specific
Jack Carter
2013-01-30
This patch implements runtime Mips specific
Jack Carter
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-30
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-29
Adding simple cast cost to ARM
Renato Golin
2013-01-29
Remove unused variable (unused since r173839)
Dmitri Gribenko
2013-01-29
Made certain small functions in PtrState inlined.
Michael Gottesman
2013-01-29
[MC][COFF] Delay handling symbol aliases when writing
Michael J. Spencer
2013-01-29
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
Removed trailing comma in last element of enum declaration.
Michael Gottesman
2013-01-29
Moved S_Stop back to its previous position in the sequence order.
Michael Gottesman
2013-01-29
Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...
Weiming Zhao
2013-01-29
Fixed a few debug messages and some 80+ violations.
Michael Gottesman
2013-01-29
Added some periods to some comments and added an overload for operator<< for ...
Michael Gottesman
2013-01-29
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...
Michael Gottesman
2013-01-29
Add a couple of accessor methods to get the kind and values of an attribute.
Bill Wendling
2013-01-29
s/Data/Kind/g. No functionality change.
Bill Wendling
2013-01-29
Support artificial parameters in function types.
David Blaikie
2013-01-29
Use multiclass for post-increment store instructions.
Jyotsna Verma
2013-01-29
Add constant extender support for MInst type instructions.
Jyotsna Verma
2013-01-29
Remove dead code.
Evan Cheng
2013-01-29
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-29
R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11.
NAKAMURA Takumi
[next]