| Commit message (Expand) | Author | Age | Files | Lines |
* | fix indentation, remove dead integer case. | Chris Lattner | 2009-02-28 | 1 | -64/+59 |
* | pull calcTypeName into TypePrinting class, make its type stack | Chris Lattner | 2009-02-28 | 1 | -12/+16 |
* | inline method into its only use and simplify the result. | Chris Lattner | 2009-02-28 | 1 | -11/+4 |
* | simplify condition | Chris Lattner | 2009-02-28 | 1 | -7/+10 |
* | start refactoring the .ll printer: introduce a new TypePrinting class | Chris Lattner | 2009-02-28 | 1 | -310/+302 |
* | add a stub for Roadsend PHP | Chris Lattner | 2009-02-28 | 1 | -0/+12 |
* | don't use the word 'aggregate' with constants, it is confusing. | Chris Lattner | 2009-02-28 | 1 | -5/+7 |
* | don't redescribe bitcast constraints in two places. It is not valid to | Chris Lattner | 2009-02-28 | 1 | -9/+3 |
* | reject 0 element vectors with: | Chris Lattner | 2009-02-28 | 1 | -0/+2 |
* | Update this text for first-class aggregates. | Nick Lewycky | 2009-02-28 | 1 | -3/+4 |
* | Fix typo. Found by William Moss. | Bill Wendling | 2009-02-28 | 1 | -1/+1 |
* | There is a way to specify targets that should succeed. It's the "XTARGET" | Bill Wendling | 2009-02-28 | 1 | -2/+2 |
* | make traits more flexible by splitting out node-related fragment | Gabor Greif | 2009-02-28 | 1 | -6/+14 |
* | Last commit accidentially deleted this code. | Evan Cheng | 2009-02-28 | 2 | -0/+233 |
* | Avoid unused parameter warning. | Evan Cheng | 2009-02-28 | 1 | -1/+1 |
* | Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha... | Stuart Hastings | 2009-02-28 | 1 | -1/+1 |
* | Added another darwin subtarget | Mon P Wang | 2009-02-28 | 1 | -0/+4 |
* | Testcase to insure C strings go to the cstring | Stuart Hastings | 2009-02-27 | 1 | -0/+11 |
* | It is possible that subprgoram definition is only encoding return value direc... | Devang Patel | 2009-02-27 | 1 | -2/+6 |
* | group friendship | Gabor Greif | 2009-02-27 | 1 | -1/+1 |
* | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola | 2009-02-27 | 18 | -41/+214 |
* | document ilist_traits | Gabor Greif | 2009-02-27 | 1 | -0/+15 |
* | Expand a bit on iplist. If you are more expert on this class, please review! | Gabor Greif | 2009-02-27 | 1 | -8/+20 |
* | update ilist documentation and add some blurb on ilist_node | Gabor Greif | 2009-02-27 | 1 | -2/+21 |
* | update year | Gabor Greif | 2009-02-27 | 1 | -1/+1 |
* | fix comments | Gabor Greif | 2009-02-27 | 1 | -4/+2 |
* | Introduce a new technique for merging BasicBlock with Instruction sentinel by... | Gabor Greif | 2009-02-27 | 3 | -37/+12 |
* | Update release notes for static analyzer. | Ted Kremenek | 2009-02-27 | 1 | -22/+19 |
* | 'append_cmd' should split its argument. | Mikhail Glushenkov | 2009-02-27 | 1 | -1/+6 |
* | Silence compiler warning about use of uninitialized variables (in reality these | Nick Lewycky | 2009-02-27 | 1 | -1/+1 |
* | Fix compiler warning about uninitialized variables. No functional change. | Nick Lewycky | 2009-02-27 | 1 | -1/+1 |
* | Alignment values for i64 and f64 on ppc64 were wrong, | Dale Johannesen | 2009-02-27 | 1 | -1/+3 |
* | Make sure this test passes on linux-ppc. | Evan Cheng | 2009-02-27 | 1 | -1/+1 |
* | Update another test for the LoopInfo::print changes. | Dan Gohman | 2009-02-27 | 1 | -1/+1 |
* | Update this test for the LoopInfo::print changes. | Dan Gohman | 2009-02-27 | 1 | -1/+1 |
* | Make LoopInfo::print() identify header, exit, and latch blocks, | Dan Gohman | 2009-02-27 | 1 | -2/+7 |
* | MachineLICM CSE should match destination register classes; avoid hoisting imp... | Evan Cheng | 2009-02-27 | 2 | -3/+60 |
* | drop some un-edited text for pure and ldc in here. | Chris Lattner | 2009-02-26 | 1 | -4/+65 |
* | remove deleteNode definition, it is inherited in an identical fashion | Gabor Greif | 2009-02-26 | 1 | -4/+0 |
* | make sure that make fully evaluates variables when determining how compile_c and | Chris Lattner | 2009-02-26 | 1 | -3/+3 |
* | Fix universal builds to not use -XCClinker (a libtool thing) now that | Chris Lattner | 2009-02-26 | 1 | -2/+2 |
* | these utils don't need exports. | Chris Lattner | 2009-02-26 | 2 | -0/+7 |
* | disable exports from a bunch more tools, those without plugins. | Chris Lattner | 2009-02-26 | 8 | -0/+24 |
* | no really, use the right path. | Chris Lattner | 2009-02-26 | 1 | -1/+1 |
* | Search for the export map in a place that it can be found. | Chris Lattner | 2009-02-26 | 2 | -1/+5 |
* | use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to | Chris Lattner | 2009-02-26 | 1 | -0/+3 |
* | strip exported symbols from tools that build with TOOL_NO_EXPORTS=1. | Chris Lattner | 2009-02-26 | 1 | -0/+18 |
* | pass -mmacosx-version-min to the compiler and linker, which makes the build | Chris Lattner | 2009-02-26 | 1 | -2/+5 |
* | Another great year for LLVM! | John Criswell | 2009-02-26 | 1 | -1/+1 |
* | Tabs to spaces presto chango! Pointed out by Duncan Sands. | Nick Lewycky | 2009-02-26 | 1 | -2/+2 |