- Nov 11, 2008
-
-
Oscar Fuentes authored
llvm-svn: 59079
-
Oscar Fuentes authored
llvm-svn: 59077
-
Ted Kremenek authored
- Added support for ObjCForCollectionStmt - Fixed bug where expression values would be always set to uninitialized when loops were involved llvm-svn: 59076
-
Ted Kremenek authored
llvm-svn: 59075
-
Evan Cheng authored
llvm-svn: 59074
-
Ted Kremenek authored
llvm-svn: 59073
-
Chris Lattner authored
llvm-svn: 59072
-
Devang Patel authored
Remove incomplete lto-bugpoint tool. If there is an interest then we can resurrect this tool later on and finish implementation. llvm-svn: 59071
-
Chris Lattner authored
llvm-svn: 59070
-
Chris Lattner authored
llvm-svn: 59069
-
Devang Patel authored
llvm-svn: 59068
-
Chris Lattner authored
llvm-svn: 59067
-
Chris Lattner authored
Document written by Mason Woo (http://www.woo.com)! llvm-svn: 59066
-
Devang Patel authored
llvm-svn: 59064
-
Devang Patel authored
llvm-svn: 59063
-
Chris Lattner authored
llvm-svn: 59061
-
Chris Lattner authored
install directory" Patch by Lukasz Janyst! llvm-svn: 59059
-
Sebastian Redl authored
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. llvm-svn: 59057
-
Dan Gohman authored
argument instead of taking the SelectionDAG's TargetMachine. This is needed for some upcoming scheduler changes. llvm-svn: 59055
-
Ted Kremenek authored
llvm-svn: 59053
-
Evan Cheng authored
llvm-svn: 59052
-
Oscar Fuentes authored
library is added or changed. llvm-svn: 59051
-
Oscar Fuentes authored
llvm-svn: 59050
-
Ted Kremenek authored
http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_7_section_2.html#//apple_ref/doc/uid/TP30001163-CH18-SW3 Need to modify GRExprEngine, LiveVariables, and UninitializedValues to understand this construct. llvm-svn: 59049
-
Oscar Fuentes authored
build on OS X. Fix by Jjgod Jiang! llvm-svn: 59048
-
Anton Korobeynikov authored
llvm-svn: 59047
-
Anton Korobeynikov authored
llvm-svn: 59046
-
Dan Gohman authored
to be sign-extended when it is promoted to 64 bits for intermediate offset calculations. The offset calculations are done as uint64_t so that overflow conditions are well defined. This fixes a problem which is currently hidden by the x86 AsmPrinter but which was exposed by r58917 (which is temporarily reverted). See PR3027 for details. llvm-svn: 59044
-
Dan Gohman authored
llvm-svn: 59043
-
Sebastian Redl authored
llvm-svn: 59042
-
Cedric Venet authored
llvm-svn: 59039
-
Daniel Dunbar authored
- Emits an unconditional branch, with extra logic to avoid generating spurious branches out of dummy blocks. llvm-svn: 59037
-
Daniel Dunbar authored
llvm-svn: 59036
-
Bill Wendling authored
The CC was changed, but wasn't checked to see if it was legal if the DAG combiner was being run after legalization. Threw in a couple of checks just to make sure that it's okay. As far as the PR is concerned, no back-end target actually exhibited this problem, so there isn't an associated testcase. llvm-svn: 59035
-
Chris Lattner authored
the size of the -O0 output on some cases. For example, on expr.c from 176.gcc, it shrinks the .ll file from 43164 to 42835 lines, and removed references to two external symbols. llvm-svn: 59034
-
Chris Lattner authored
condition is a constant. This shrinks -O0 codegen by quite a bit on some cases. llvm-svn: 59033
-
Chris Lattner authored
llvm-svn: 59032
-
Chris Lattner authored
llvm-svn: 59031
-
Daniel Dunbar authored
Don't free AST consumer when --disable-free is set. llvm-svn: 59030
-
Chris Lattner authored
llvm-svn: 59029
-