- a1ff3e9 Generate code for member exprs. by Anders Carlsson · 17 years ago
- 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
- 0c67829 Put constant CFStrings in the __DATA,__cfstring section. by Anders Carlsson · 17 years ago
- d6a275f Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in the call to __builtin___CFStringMakeConstantString. by Anders Carlsson · 17 years ago
- c2527d1 Remove unnecessary method. by Devang Patel · 17 years ago
- f9fef92 start adding pading fields. by Devang Patel · 17 years ago
- 50b5a30 Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
- 0bd41f2 Refactor code into a separate method. by Devang Patel · 17 years ago
- 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
- 9e124d9 Check whether next slot meets field type's alignment requirements. by Devang Patel · 17 years ago
- d9e9ede Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
- 7a4718e Take 2. by Devang Patel · 17 years ago
- 61bb9ca Initialize MemCpyFn by Devang Patel · 17 years ago
- e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
- 8967e9e Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
- f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
- 47c87b4 Avoid unnecessary PATypeHolder copy. by Devang Patel · 17 years ago
- 7da36f6 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
- 9e32d4b Refactor code into a separate method. by Devang Patel · 17 years ago
- e9b8c0a Fix 80 col violations. by Devang Patel · 17 years ago
- 0ffe89a Use by Devang Patel · 17 years ago
- 03f7c03 Remove commented out line. by Devang Patel · 17 years ago
- 86522b9 Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
- 6cb812e Insetead of assert() just emit an error message for by Devang Patel · 17 years ago
- 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
- 89799cf Generate code for __builtin_classify_type. by Anders Carlsson · 17 years ago
- abad06c Codegen union member references. by Devang Patel · 17 years ago
- 0a96118 Handle non LValue base expressions. by Devang Patel · 17 years ago
- e40daa4 by Devang Patel · 17 years ago
- 636c3d0 Codegen array initializers. by Devang Patel · 17 years ago
- 8e53e72 Codegen global array initializers. by Devang Patel · 17 years ago
- f86206f Fix "strbuf += stufflen;" crash. by Devang Patel · 17 years ago
- 5825ac2 Document ConvertNewType() method and make it a private method. by Devang Patel · 17 years ago
- 30ec997 Cache llvm::Type through PATypeHolder. by Devang Patel · 17 years ago
- 27437ca Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
- c5d3d72 Remove unused #includes by Devang Patel · 17 years ago
- 126a856 Handle foo()->a = 42; by Devang Patel · 17 years ago
- 057afdd Move RecordOrganizer into CodeGenTypes.cpp by Devang Patel · 17 years ago
- a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
- 35634f5 Visit CompoundLiteralExpr and InitListExpr by Devang Patel · 17 years ago
- c4c429a by Devang Patel · 17 years ago
- 0e63f6b check base type. by Devang Patel · 17 years ago
- 71bcb09 Add notes. by Devang Patel · 17 years ago
- 977f14e Use isUnionType() predicate. by Devang Patel · 17 years ago
- 655bf3d untabify by Devang Patel · 17 years ago
- 21fdf41 Fixed a strange construct, please review. by Hartmut Kaiser · 17 years ago
- b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
- b9b00ad Handle simple struct member expr. by Devang Patel · 17 years ago
- b84a06e Begin struct layout work. by Devang Patel · 17 years ago
- 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
- 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
- ec0550f by Steve Naroff · 17 years ago
- 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
- 23af9f2 Fix an incorrect assertion. by Anders Carlsson · 17 years ago
- 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
- 2c30d8f Recognize while(1) and avoid extra blocks. by Devang Patel · 17 years ago
- 05f6e6b Recognize "do {} while (0)" idiom and avoid extra basic blocks. by Devang Patel · 17 years ago
- 50c9034 Use LLVMFoldingBuilder by Devang Patel · 17 years ago
- 00ee4e4 Use const& for RHS. by Devang Patel · 17 years ago
- 80fd5f9 Fix comment. Describe what it is, instead of how it is used. by Devang Patel · 17 years ago
- e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
- aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
- c049e4f Code gen case statement ranges. by Devang Patel · 17 years ago
- c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
- 2d79d0f Support case statement ranges. by Devang Patel · 17 years ago
- 51b09f2 switch statement code gen. by Devang Patel · 17 years ago
- d9363c3 Do not codegen dummy block. Dummy block is an empty block with no predecessors. by Devang Patel · 17 years ago
- c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
- b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
- 9474504 by Steve Naroff · 17 years ago
- 8e74c93 by Steve Naroff · 17 years ago
- ca2617c update to match llvm mainline api by Chris Lattner · 17 years ago
- 191396c adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
- 419ea7e When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
- 124dd7b Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
- d627889 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
- 47f7dbf eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
- b2d963f add stmtexpr support for aggregates by Chris Lattner · 17 years ago
- 7e20d09 add support for complex stmtexpr's by Chris Lattner · 17 years ago
- 9b65551 Generalize RValue to handle complex better, generalize EmitCompoundStmt to by Chris Lattner · 17 years ago
- 3379320 implement code generation for scalar stmt expressions. by Chris Lattner · 17 years ago
- c5e940f Implement codegen support for lowering "library builtins" like __builtin_isinf by Chris Lattner · 17 years ago
- bef20ac add the ability to get the llvm function corresponding to a library builtin. by Chris Lattner · 17 years ago
- fb22d96 by Steve Naroff · 17 years ago
- 1d40060 remove some ugly code now that implicit defs are being generated in this case, thanks Steve! by Chris Lattner · 17 years ago
- e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
- 314e783 teach codegen to lay out enum types. by Chris Lattner · 17 years ago
- bfc0c1a move EmitAggregateCopy into AggExprEmitter by Chris Lattner · 17 years ago
- d8d1936 remove dead code by Chris Lattner · 17 years ago
- 0e7d53c remove dead protos by Chris Lattner · 17 years ago
- 1e4d21e eliminate EmitAnyExpr, inlining it and simplifying it into its only caller. by Chris Lattner · 17 years ago
- 660ac12 eliminate use of EmitAnyExpr. by Chris Lattner · 17 years ago
- 6b5d0bf implement a fixme by Chris Lattner · 17 years ago
- 04dc764 Implement compound assignment operators whose LHS is scalar but RHS is complex. by Chris Lattner · 17 years ago
- ab340c2 implement codegen of compound assignment operators for complex. by Chris Lattner · 17 years ago
- 3ccf774 compound assignment operators are of type CompoundAssignOperator by Chris Lattner · 17 years ago
- 612c40c update fixme's by Chris Lattner · 17 years ago
- 3219c5d implement complex division by Chris Lattner · 17 years ago
- 3420d0d fix a typo noticed by Gordon Henriksen by Chris Lattner · 17 years ago
- abe471b llvmgcc is right :) by Chris Lattner · 17 years ago