- Dec 05, 2007
-
-
Scott Michel authored
- Fix typo in SPUCallingConv.td - Credit myself for CellSPU work - Add CellSPU to 'all' host target list llvm-svn: 44627
-
Duncan Sands authored
not yet clear why, but in the meantime work around the problem by making less use of readnone/readonly info. llvm-svn: 44626
-
Ted Kremenek authored
llvm-svn: 44625
-
Ted Kremenek authored
llvm-svn: 44624
-
Evan Cheng authored
llvm-svn: 44623
-
Chris Lattner authored
llvm-svn: 44622
-
Evan Cheng authored
llvm-svn: 44621
-
Chris Lattner authored
llvm-svn: 44620
-
Chris Lattner authored
llvm-svn: 44619
-
Ted Kremenek authored
deserialized ASTs into the function CreateASTConsumer(). This function is called by ProcessInputFile, and soon the logic that processes deserialized ASTs. llvm-svn: 44618
-
Fariborz Jahanian authored
llvm-svn: 44617
-
Fariborz Jahanian authored
"struct objc_super". llvm-svn: 44616
-
Chris Lattner authored
llvm-svn: 44615
-
Neil Booth authored
llvm-svn: 44614
-
Neil Booth authored
llvm-svn: 44613
-
Evan Cheng authored
llvm-svn: 44612
-
Evan Cheng authored
llvm-svn: 44611
-
Evan Cheng authored
llvm-svn: 44610
-
Evan Cheng authored
llvm-svn: 44609
-
Chris Lattner authored
llvm-svn: 44608
-
Chris Lattner authored
llvm-svn: 44607
-
Anders Carlsson authored
Implement CodeGen for vectors. Don't create unnecessary conversion instructions if the value to be converted is a constant. llvm-svn: 44606
-
Anders Carlsson authored
llvm-svn: 44605
-
Anders Carlsson authored
llvm-svn: 44604
-
Anders Carlsson authored
Revert DidWarn change - It won't catch all cases anyway and GCC warns for every excess element. Maybe later we can add back the limit and make it smarter. llvm-svn: 44603
-
Steve Naroff authored
Recognize CompoundLiteralExpr's as valid lvalue's. Also updated a FIXME in Sema::CheckInitializer()... llvm-svn: 44602
-
Evan Cheng authored
This allows an important optimization to be re-enabled. - If all uses / defs of a split interval can be folded, give the interval a low spill weight so it would not be picked in case spilling is needed (avoid pushing other intervals in the same BB to be spilled). llvm-svn: 44601
-
Evan Cheng authored
the stored register is killed. llvm-svn: 44600
-
Scott Michel authored
llvm-svn: 44599
-
Scott Michel authored
compilation (no files missing). Test cases remain to be checked in. llvm-svn: 44598
-
Scott Michel authored
llvm-svn: 44597
-
Scott Michel authored
llvm-svn: 44596
-
Scott Michel authored
remain. llvm-svn: 44595
-
Dale Johannesen authored
llvm-svn: 44594
-
Ted Kremenek authored
llvm-svn: 44593
-
Ted Kremenek authored
llvm-svn: 44592
-
Ted Kremenek authored
Now sourcemanager deserializer automatically self-registers itself with the deserializer. llvm-svn: 44591
-
Ted Kremenek authored
llvm-svn: 44590
-
Ted Kremenek authored
using std::for_each. llvm-svn: 44589
-
Steve Naroff authored
Add the definition of objc_super... llvm-svn: 44588
-