- Dec 17, 2009
-
-
Evan Cheng authored
llvm-svn: 91604
-
Jim Grosbach authored
Patch from jon.forums at gmail.com llvm-svn: 91603
-
Ken Dyck authored
incrementing the simple value type of the 16-bit type, which would give the wrong type if an intemediate MVT (such as i24) were introduced. llvm-svn: 91602
-
Nuno Lopes authored
implement PR3962: diagnose more faulty cases of usage of the restrict qualifier. this also removes a FIXME llvm-svn: 91601
-
Nuno Lopes authored
revert part of my last patch, and mark only the c++ global new operator as noalias. the rest will be infered by llvm optz llvm-svn: 91600
-
Nuno Lopes authored
please review for English grammar mistakes llvm-svn: 91599
-
Evan Cheng authored
Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently introduced a non-deterministic behavior in the optimizer somewhere. llvm-svn: 91598
-
Chandler Carruth authored
llvm-svn: 91597
-
Chandler Carruth authored
appropriately. This also silences some pedantic GCC warnings. llvm-svn: 91596
-
Mikhail Glushenkov authored
llvm-svn: 91595
-
Mikhail Glushenkov authored
llvm-svn: 91594
-
Mikhail Glushenkov authored
llvm-svn: 91593
-
Mikhail Glushenkov authored
llvm-svn: 91592
-
Ted Kremenek authored
llvm-svn: 91591
-
Anders Carlsson authored
Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that takes a CXXRecordDecl since we were just creating a QualType from it anyway. llvm-svn: 91590
-
Chandler Carruth authored
llvm-svn: 91589
-
Mike Stump authored
llvm-svn: 91588
-
Eli Friedman authored
folding in particular expects null to be on the RHS. llvm-svn: 91587
-
Chris Lattner authored
1. Don't make a copy of LangOptions every time a lexer is created. 2. Don't make CharInfo global mutable state. 3. Fix the implementation to properly treat ^Z as EOF instead of as horizontal whitespace, which matches the semantic implemented by VC++. llvm-svn: 91586
-
Anders Carlsson authored
llvm-svn: 91585
-
Bob Wilson authored
llvm-svn: 91584
-
Anders Carlsson authored
llvm-svn: 91583
-
Bob Wilson authored
llvm-svn: 91582
-
Anders Carlsson authored
llvm-svn: 91581
-
Anders Carlsson authored
llvm-svn: 91580
-
Sean Callanan authored
with -disassemble, llvm-mc now accepts lines of the form 0x00 0x00 and passes the resulting bytes to the disassembler for the chosen (or default) target, printing the result. llvm-svn: 91579
-
Ted Kremenek authored
llvm-svn: 91578
-
Ted Kremenek authored
llvm-svn: 91577
-
Fariborz Jahanian authored
PR5809 llvm-svn: 91575
-
Evan Cheng authored
Fold (zext (and x, cst)) -> (and (zext x), cst) DAG combiner likes to optimize expression in the other way so this would end up cause an infinite looping. llvm-svn: 91574
-
Eli Friedman authored
llvm-svn: 91573
-
Ted Kremenek authored
llvm-svn: 91572
-
Johnny Chen authored
llvm-svn: 91571
-
Fariborz Jahanian authored
'void *' to mimic gcc's behavior. (fixes radar 7477351). llvm-svn: 91570
-
- Dec 16, 2009
-
-
Eli Friedman authored
llvm-svn: 91566
-
John McCall authored
context) increment-of-bool idiom. llvm-svn: 91564
-
Eli Friedman authored
llvm-svn: 91563
-
Daniel Dunbar authored
llvm-svn: 91562
-
Daniel Dunbar authored
Reapply r91392, it was only unmasking the bug, and since TOT is still broken having it reverted does no good. llvm-svn: 91560
-
Daniel Dunbar authored
Reapply r91459, it was only unmasking the bug, and since TOT is still broken having it reverted does no good. llvm-svn: 91559
-