- Oct 19, 2010
-
-
Mikhail Glushenkov authored
Fixes PR8389. llvm-svn: 116812
-
Mikhail Glushenkov authored
llvm-svn: 116811
-
Che-Liang Chiou authored
llvm-svn: 116806
-
Che-Liang Chiou authored
llvm-svn: 116805
-
Bill Wendling authored
llvm-svn: 116804
-
Chandler Carruth authored
strange packaging environments. The primary result of this is to expose a (normally empty) CLANG_RESOURCE_DIR string in the autoconf and CMake builds. This will in turn be used by a subsequent commit to Clang. Regenerated configure and config.h.in thanks to Nick. =D llvm-svn: 116802
-
Michael J. Spencer authored
llvm-svn: 116801
-
Michael J. Spencer authored
llvm-svn: 116800
-
NAKAMURA Takumi authored
lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name}" instead of ".{section}$linkonce_{name}" for linkonce sections. It seems GNU ld/PECOFF relies on section names, linking with g++'s libstdc++.a would fail. llvm-svn: 116791
-
Andrew Trick authored
in MultiSource/Benchmarks/VersaBench/beamformer/beamformer. SmallSet.insert returns true if the element is inserted. llvm-svn: 116790
-
Rafael Espindola authored
llvm-svn: 116788
-
NAKAMURA Takumi authored
llvm-svn: 116785
-
NAKAMURA Takumi authored
setmode is provided by io.h on Cygwin. llvm-svn: 116784
-
Evan Cheng authored
"long latency" enough to hoist even if it may increase spilling. Reloading a value from spill slot is often cheaper than performing an expensive computation in the loop. For X86, that means machine LICM will hoist SQRT, DIV, etc. ARM will be somewhat aggressive with VFP and NEON instructions. - Enable register pressure aware machine LICM by default. llvm-svn: 116781
-
Chandler Carruth authored
llvm-svn: 116779
-
Eric Christopher authored
llvm-svn: 116777
-
Bob Wilson authored
llvm-svn: 116776
-
Kevin Enderby authored
word forms and suffixed versions to match the darwin assembler in 32-bit and 64-bit modes. This is again for use just with assembly source for llvm-mc . llvm-svn: 116773
-
Jim Grosbach authored
llvm-svn: 116768
-
Dan Gohman authored
between "not known yet" and "known no tbaa info" so that it can merge them properly. llvm-svn: 116767
-
Chandler Carruth authored
llvm-svn: 116766
-
Eric Christopher authored
llvm-svn: 116762
-
- Oct 18, 2010
-
-
Jason W Kim authored
llvm-svn: 116756
-
Daniel Dunbar authored
routine is off the stack. Otherwise we show up rather confusingly in the stack trace. llvm-svn: 116755
-
Jason W Kim authored
Also updated tests. llvm-svn: 116753
-
Dan Gohman authored
TBAA information to AliasAnalysis. llvm-svn: 116751
-
Bill Wendling authored
llvm-svn: 116750
-
Mikhail Glushenkov authored
llvm-svn: 116749
-
Dan Gohman authored
llvm-svn: 116745
-
Rafael Espindola authored
llvm-svn: 116744
-
Dan Gohman authored
llvm-svn: 116743
-
Rafael Espindola authored
llvm-svn: 116741
-
Rafael Espindola authored
llvm-svn: 116738
-
Devang Patel authored
Patch by Alexander Herz! llvm-svn: 116733
-
Dan Gohman authored
is currently inert by default. llvm-svn: 116732
-
Dan Gohman authored
llvm-svn: 116731
-
Dan Gohman authored
llvm-svn: 116730
-
Jim Grosbach authored
base register is available. rdar://8525298 llvm-svn: 116729
-
Rafael Espindola authored
llvm-svn: 116728
-
Dan Gohman authored
option to enable it. llvm-svn: 116722
-