- Sep 04, 2008
-
-
Dale Johannesen authored
No functional change (and no FE change to generate them). llvm-svn: 55753
-
Ted Kremenek authored
llvm-svn: 55752
-
Daniel Dunbar authored
llvm-svn: 55751
-
Ted Kremenek authored
llvm-svn: 55750
-
Ted Kremenek authored
- Capture the STDERR output of 'clang' to a file for use with crash reporting. llvm-svn: 55749
-
Dan Gohman authored
in FastISel. llvm-svn: 55748
-
Dan Gohman authored
classes in the llvm namespace having members with types from anonymous namespaces. llvm-svn: 55747
-
Dan Gohman authored
HandlePHINodesInSuccessorBlocks that works FastISel-style. This allows PHI nodes to be updated correctly while using FastISel. This also involves some code reorganization; ValueMap and MBBMap are now members of the FastISel class, so they needn't be passed around explicitly anymore. Also, SelectInstructions is changed to SelectInstruction, and only does one instruction at a time. llvm-svn: 55746
-
Devang Patel authored
llvm-svn: 55745
-
Owen Anderson authored
llvm-svn: 55744
-
Devang Patel authored
llvm-svn: 55742
-
Devang Patel authored
llvm-svn: 55740
-
- Sep 03, 2008
-
-
Daniel Dunbar authored
- PR2730 llvm-svn: 55739
-
Ted Kremenek authored
specified, or -std is set to a conforming mode. llvm-svn: 55738
-
Daniel Dunbar authored
llvm-svn: 55737
-
Daniel Dunbar authored
builtins). llvm-svn: 55736
-
Daniel Dunbar authored
- Currently CodeGen always returns a conservative value for this (-1 or 0 depending on the context). llvm-svn: 55735
-
Andrew Lenharth authored
Initial version of a Partial Specialization IPO pass. It triggers a couple hundred times on 176.gcc. I don't know the performance impact yet, the heuristic is quite simple still. llvm-svn: 55734
-
Dale Johannesen authored
list that have internal linkage; the linker doesn't need or want this. (These objects must still be preserved at compile time, so just removing them from the llvm.used list doesn't work.) Should affect only Darwin. llvm-svn: 55722
-
Daniel Dunbar authored
llvm-svn: 55721
-
Devang Patel authored
llvm-svn: 55720
-
Devang Patel authored
llvm-svn: 55719
-
Devang Patel authored
llvm-svn: 55717
-
Devang Patel authored
llvm-svn: 55716
-
Duncan Sands authored
llvm-svn: 55715
-
Duncan Sands authored
analysis would bail out without removing function records for other members of the SCC (which may exist if those functions read or wrote global variables). Since these are initialized to "readnone", this resulted in incorrect alias analysis results. llvm-svn: 55714
-
Devang Patel authored
llvm-svn: 55713
-
Devang Patel authored
llvm-svn: 55712
-
Devang Patel authored
llvm-svn: 55711
-
Steve Naroff authored
Highlights... - 4 new AST nodes, BlockExpr, BlockStmtExpr, BlockExprExpr, BlockDeclRefExpr. - Sema::ActOnBlockStart(), ActOnBlockError(), ActOnBlockStmtExpr(), ActOnBlockExprExpr(), ActOnBlockReturnStmt(). Next steps... - hack Sema::ActOnIdentifierExpr() to deal with block decl refs. - add attribute handler for byref decls. - add test cases. llvm-svn: 55710
-
Devang Patel authored
llvm-svn: 55708
-
Ted Kremenek authored
llvm-svn: 55707
-
Ted Kremenek authored
llvm-svn: 55706
-
Daniel Dunbar authored
- Allow any Objective-C object types to devolve to type id in a ?: expression. This matches gcc behavior more closely. llvm-svn: 55705
-
Owen Anderson authored
llvm-svn: 55704
-
Owen Anderson authored
Fix an issue where we were reusing materializations of constants in blocks not dominated by the materialization. This is the simple fix, materializing the constant before every use. It might be better to either track domination of uses or to materialize all constants and the beginning of the function and let remat sort when to do materialization at uses. llvm-svn: 55703
-
Devang Patel authored
llvm-svn: 55702
-
Dan Gohman authored
and SelectionDAGLowering classes, out of SelectionDAGISel.cpp and put it in a separate file, SelectionDAGBuild.cpp. llvm-svn: 55701
-
Duncan Sands authored
llvm-svn: 55700
-
Dan Gohman authored
routines and move them into a separate file, ScheduleDAGEmit.cpp. llvm-svn: 55699
-