2009-07-31 |
David Greene | Simplify operand padding by keying off tabs in the... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | llvm-mc: Support quoted identifiers. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Remove the old struct builder code. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | And now we can generate a simple vtable. Still a work... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | PreferredEHDataFormat is always call with data and... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Move code from EmitUnion directly into the function... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Fix unit tests. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Move the metadata constructors back to 2.5 syntax. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Use the struct builder for unions. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Fixup spacing and 80-col violations. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Benjamin Kramer | Update unittest for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | LibCallAliasAnalysis doesn't use TargetData. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | llvm-mc/X86: Sketch match functions for immediates... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Make TargetData optional in MemoryDependenceAnalysis. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | move emitUsedDirectiveFor to TargetLoweringObjectFile... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Remove an unnecessary header. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | remove the PPCLinuxTargetAsmInfo implementation of... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | remove a pointless override. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Fix GVN's debug output, now that operator<< on Value... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Eric Christopher | Whitespace and 80-col cleanup. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Bill Wendling | - Convert the rest of the DOUTs to DEBUG+errs(). |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Eli Friedman | PR4662: Fix a crash introduced by the recent LLVMContex... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Benjamin Kramer | Adjust unit test for the MCSection changes. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Argyrios Kyrtzidis | For a CXXOperatorCallExpr, fix the order that StmtLocRe... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Delete spurious semicolons. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Benjamin Kramer | Fix build. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Ted Kremenek | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | switch off of 'Section' onto MCSection. We're not... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Make the recanonicalization-for-an-out-of-line-definiti... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Remove Annotation.h, which is no longer used in the... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Evan Cheng | Until we have a "ALIGN" pseudo instruction, have asm... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | MachineFunction no longer needs Annotation. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Allow one to update the type representation of the... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Remove a redundant getCanonicalType call |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Evan Cheng | - Teach TBB / TBH offset limits are 510 and 131070... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | fix some more issues where we expected GetSection to... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Add code to setup the vtable pointer in the constructor... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Devang Patel | New test case for rev. 77694. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Fix printing of Alloca instructions with null operands. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Fix some problems with ASTCallbackVH in its use as... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Teach ValueHandleBase to treat DenseMap's special Empty... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Devang Patel | Process DbgDeclareInst. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Split DenseMapInfo into a separate header file, so... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | Normalize target registration code. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Reapply r77654 with a fix: MachineFunctionPass's getAna... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Fix invalid warning when pointing... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | fix a bunch of failing tests now that MCContext::GetSec... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | refactor section construction in TLOF to be through... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Move getTrue() and getFalse() to 2.5-like APIs. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | split MCSection stuff out to its own .cpp file, add... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Fix 80-col violation |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | move the sectionkind and section classes to TargetLower... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | create sections with MCSection::Create instead of Conte... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | fix PR4650: we only track sizes for certain objects... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Make canonicalization of overloaded function declaratio... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize template template parameters. We can't... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize function parameters |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Benjamin Kramer | Work around a dangling pointer dereference when enumera... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Benjamin Kramer | Fix a struct/class mismatch, to silence a MSVC warning. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Add module for lexing 'sh' commands. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Sanjiv Gupta | define target names for std libcalls. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | Add missing test suffixes. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Simplify, cleanup, and rename! |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalization and profiling for overloaded function... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize dependent extended vector types. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | Add this test back, the check pattern was too strict. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | Revert r77654, it appears to be causing llvm-gcc bootst... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Ryan Flynn | PR3679 - enable #pragma weak aliasing. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | Remove this test while I figure out why it is failing. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
John McCall | Rename Action::TagKind to Action::TagUseKind, which... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | llvm-mc: Match a few X86 instructions. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
John McCall | sp. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Whitespace around else canonicalization and fix 80... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Manage MachineFunctions with an analysis Pass instead... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Eli Friedman | Make the check for the linkage of a template handle... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Add CK_DerivedToBase and use it PerformObjectMemberConv... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Fix build warnings. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Add a CastKind enum to CastExpr. Right now it's not... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Benjamin Kramer | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Ted Kremenek | Fix use-after-release bug introduced in r77585 where... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Build canonical types for dependently-sized array types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | Add getOrInsertNamedMetadata(). |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | Add addElement(). |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ted Kremenek | Add scan-build option '-no-failure-reports' to supress... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Canonicalization of dependent C++0x decltype types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Evan Cheng | When fp is not eliminated, instructions with T2_i12... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Fariborz Jahanian | Synthesize the default constructor which has not |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Lang Hames | Removed the BigBlock register allocator. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Canonicalization for dependent typeof(expr) types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Owen Anderson | Update for LLVM API changes. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | Do not use abbrev while writing NamedMDNode name. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | Enumerate NamedMDNode elements first. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Owen Anderson | Move more code back to 2.5 APIs. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | Handle NamedMDNode. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
David Goodwin | Remove redundant match for frame index from imm8 addrmo... |
commit | commitdiff | tree | snapshot |
next |