"clang/test/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "25bd0320841785cf4e0cf563f7dc56169197b9e0"
- Sep 14, 2007
-
-
Dan Gohman authored
isRegister, isImmediate, and isMachineBasicBlock, which are equivalent, and more popular. llvm-svn: 41958
-
- Sep 12, 2007
-
-
Dale Johannesen authored
Next round of x87 long double stuff. Getting close now, basically works. llvm-svn: 41875
-
- Sep 11, 2007
-
-
Dale Johannesen authored
access to bits). Use them in place of float and double interfaces where appropriate. First bits of x86 long double constants handling (untested, probably does not work). llvm-svn: 41858
-
- Sep 06, 2007
-
-
Dale Johannesen authored
Use APFloat in UpgradeParser and AsmParser. Change all references to ConstantFP to use the APFloat interface rather than double. Remove the ConstantFP double interfaces. Use APFloat functions for constant folding arithmetic and comparisons. (There are still way too many places APFloat is just a wrapper around host float/double, but we're getting there.) llvm-svn: 41747
-
Anton Korobeynikov authored
Also, fix a case, when target doesn't have weak symbols supported. llvm-svn: 41746
-
- Aug 22, 2007
-
-
Andrew Lenharth authored
llvm-svn: 41286
-
- Jul 30, 2007
-
-
Dan Gohman authored
for prettiness. llvm-svn: 40593
-
- Jul 26, 2007
-
-
Evan Cheng authored
llvm-svn: 40500
-
- Jun 04, 2007
-
-
Evan Cheng authored
llvm-svn: 37421
-
- May 31, 2007
-
-
Chris Lattner authored
smaller than the preferred alignment, but so that the target can actually specify a minimum alignment if needed. This fixes some objc protocol failures Devang tracked down. llvm-svn: 37373
-
- May 03, 2007
-
-
Devang Patel authored
llvm-svn: 36662
-
- May 02, 2007
-
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
- Apr 30, 2007
-
-
Chris Lattner authored
# InlineAsm Start subfc r3,r5,r4 subfze r4,r3 # InlineAsm End print: # InlineAsm Start subfc r3,r5,r4 subfze r4,r3 # InlineAsm End llvm-svn: 36589
-
- Apr 29, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 36564
-
- Apr 28, 2007
-
-
Anton Korobeynikov authored
bitcasts of them. llvm-svn: 36537
-
- Apr 25, 2007
-
-
Anton Korobeynikov authored
will follow. llvm-svn: 36435
-
- Apr 24, 2007
-
-
Dale Johannesen authored
llvm-svn: 36383
-
- Apr 23, 2007
-
-
Dale Johannesen authored
llvm-svn: 36368
-
- Mar 06, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 34981
-
- Feb 21, 2007
-
-
Jim Laskey authored
llvm-svn: 34479
-
Jim Laskey authored
llvm-svn: 34478
-
- Feb 16, 2007
-
-
Dale Johannesen authored
llvm-svn: 34337
-
- Feb 15, 2007
-
-
Reid Spencer authored
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. llvm-svn: 34293
-
- Feb 10, 2007
-
-
Chris Lattner authored
llvm-svn: 34161
-
Chris Lattner authored
llvm-svn: 34157
-
Chris Lattner authored
llvm-svn: 34156
-
- Feb 06, 2007
-
-
Chris Lattner authored
llvm-svn: 33946
-
- Feb 05, 2007
-
-
Chris Lattner authored
llvm-svn: 33924
-
Anton Korobeynikov authored
llvm-svn: 33888
-
- Feb 01, 2007
-
-
Jim Laskey authored
llvm-svn: 33757
-
Jim Laskey authored
llvm-svn: 33755
-
- Jan 26, 2007
-
-
Jim Laskey authored
for debugging and exception handling. llvm-svn: 33550
-
Jim Laskey authored
llvm-svn: 33537
-
- Jan 25, 2007
-
-
Jim Laskey authored
llvm-svn: 33498
-
- Jan 23, 2007
-
-
Chris Lattner authored
llvm-svn: 33454
-
- Jan 18, 2007
-
-
Chris Lattner authored
llvm-svn: 33314
-
- Jan 16, 2007
-
-
Bill Wendling authored
LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for the X86 and PPC backends. It defaults to "0", the first variant of a compound inline asm expression. llvm-svn: 33246
-
- Jan 15, 2007
-
-
Chris Lattner authored
rename Type::getIntegralTypeMask to Type::getIntegerTypeMask. This makes naming much more consistent. For example, there are now no longer any instances of IntegerType that are not considered isInteger! :) llvm-svn: 33225
-
- Jan 12, 2007
-
-
Chris Lattner authored
llvm-svn: 33123
-