2009-08-01 |
Eli Friedman | Add temp C++ include path for AuroraUX; patch by Edward... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Eli Friedman | Hack to make this test work on platforms which aren... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Add internal script execution. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Two more sh lex/parse bugs (but its so simple!) |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Ted Kremenek | This is a fairly large patch, which resulted from a... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Evan Cheng | Workaround a couple of Darwin assembler bugs. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | Ok, ok, I give in. Fix tests for unused result warning. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Ted Kremenek | Temporarily disable out-of-bounds checking. The curren... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | Use %S, not `pwd`, and enable a line that *does* work. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Fix two sh lexing bugs. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | 'unset' isn't needed in these tests anymore, we always... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | Give MachineFunctionAnalysis a destructor so it can... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | Delete a redundant variable. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Fix a name lookup problem, which only occurred... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Pull a few more variables into the TestingConfig... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | Minor code simplifications. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | Minor code simplifications. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | Avoid a problem with ulimit on Solaris & friends, patch... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | lit: Don't use threads when only running one test,... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | MultiTestRunner: Add 'sh' parsing to ShUtil. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Evan Cheng | Split t2MOVCCs since some assemblers do not recognize... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Anders Carlsson | More warnings for unused expressions. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Ted Kremenek | Make default ctor for ImmutableSet::iterator public. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Daniel Dunbar | llvm-mc: More quoted identifier support. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | SelectionDAGISel no longer needs to check hasAvailableE... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | Make UnreachableMachineBlockElim preserve MachineDomina... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | The X86 maximal stack alignment calculator preserves... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Dan Gohman | X86 floating-point passes don't modify the CFG. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Evan Cheng | Fix Thumb2 function call isel. Thumb1 and Thumb2 should... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Use setPreservesAll in X86CodeEmitter. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Use setPreservesAll and setPreservesCFG in CodeGen... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | SelectionDAGISel does not "preserve all", since it... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Dan Gohman | Use a range insert instead of an explicit loop. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Add beginnigs of rtti generation, wire up more of ... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | llvm-mc: Add -triple, and fix some typos |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | llvm-mc: Fix .s output to quote section & symbol names... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Privatize all but one of the remaining constant tables. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Bob Wilson | Allow target intrinsics that return multiple values... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mikhail Glushenkov | Add a warning. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | llvm-mc: A few more parsing / match tweaks. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Evan Cheng | t2BR_JT is mov pc, it's 2 byte long, not 4. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Evan Cheng | Thumb2 movcc need .w suffix. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | add some comments on how this is *supposed* to work... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Chris Lattner | rearrange a conditional. Even if this weren't #if... |
commit | commitdiff | tree | snapshot |
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 |
next |