2009-09-01 |
Bruno Cardoso... | Reapply 80278 |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jim Grosbach | revert inadvertant change from previous commit |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Chris Lattner | random code cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Ted Kremenek | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jim Grosbach | Simply LSDA lable emission to use a direct special... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Duncan Sands | Do not manipulate invalid iterators. This fixes the |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Sanjiv Gupta | Further refactoring of PIC16 Obj file code. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Benjamin Kramer | Update CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Andreas Neustifter | Preparation for Optimal Edge Profiling: |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Andreas Neustifter | Preparation for Optimal Edge Profiling: |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Andreas Neustifter | Preparation for Optimal Edge Profiling: |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Chris Lattner | testcase for PR3601 |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Chris Lattner | Change CallGraphNode to maintain it's Function as an... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Devang Patel | Add virtual destructor. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Bob Wilson | Add test for vld{234}_lane instructions. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Bob Wilson | Generate code for vld{234}_lane intrinsics. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Bob Wilson | Fix pr4843: When an instruction has multiple destinatio... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Daniel Dunbar | llvm-mc: Store MCSymbolData value as a pointer (to... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jim Grosbach | SJLJ is arm/darwin only for now. force the triple for... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jim Grosbach | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jim Grosbach | Clean up LSDA name generation and use for SJLJ exceptio... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Devang Patel | Introduce DILocation. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Devang Patel | Add getDirectory() and getFilename() interface to DIScope. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Subprogram is a scope. Derive DISubprogram from DIScope. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Rename DIBlock as DILexicalBlock. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Dan Gohman | Don't use an iterator which is potentially invalidated. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Bob Wilson | Use early exit and reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Bob Wilson | If the tied registers are already the same, there is... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Richard Osborne | Add triple parsing support for XCore. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Derive DICompileUnit from DIScope. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Caroline Tice | Add flag to mark structs for Apple Block "byref" variab... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Dan Gohman | Extend the ValuesAtScope cache to cover all expressions... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Gabor Greif | restore semantics of operator* (removing a FIXME I... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
David Goodwin | Don't mark a register live at an undef use. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Introduce DIScope. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Oops. Fix inverted logic in assertion check. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Evan Cheng | Remove .n suffix for some 16-bit opcodes now that Darwi... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | X86/exp-asm-printer: Lower MachineOperand::MO_JumpTable... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | Stop printing old asm printing code inline with -experi... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | Avoid unnecessary +0 in experimental-asm-printer. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Simplify isDerivedType() and other predicate interface. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Bill Wendling | Output a hex value, because all of the others are hex. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Dale Johannesen | Fix some misspellings of XTARGET. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Dale Johannesen | Mark test as passing on all x86, which it should, |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | cleanups pointed out by duncan |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Duncan Sands | Revert commit 80428. It completely broke exception |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Torok Edwin | Free the constants that have no uses in ~LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Torok Edwin | Fix ExplicitSymbols leak. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Benjamin Kramer | Normalize makefile comments and sort cmake file lists. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Pass values to MCStreamer as MCExprs, not... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Simplify EmitAssignment ('.set' is identical... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Switch MCInst to storing an MCExpr* instead... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Make MCSymbolData symbol member const. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCContext to MCAssembler. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCAsmParser::getContext. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCExpr::{dump,print}. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Switch MCExpr construction to using static... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add some doxyment markers. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | llvm-mc: Move AsmExpr into MC lib (as MCExpr). |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | Step #1 to giving Callgraph some sane invariants. ... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | fix some cases where instcombine would change hte IR... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | cleanups, factor some code out to a helper function |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | fix a crash building SPASS by tolerating a callsite... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | comment and simplify some code. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | add -debug output |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | improve -debug output, so that -debug is more likely... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | fix a bug I introduced with my 'instcombine builder... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | simplify some code by making the SCCNodes set contain... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | only print the override triple if it exists! |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | Fix PR4834, a tricky case where the inliner would resol... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | use an accessor instead of poking internals of a node. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Oscar Fuentes | CMake: updated library dependencies. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Jim Grosbach | PR4747 |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | update unit test for previous change. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Chris Lattner | Fix some nasty callgraph dangling pointer problems in |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Erick Tryzelaar | Fix header comment for bindings/ocaml/llvm/Makefile. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Erick Tryzelaar | Make sure we specify no arguments for context functions. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | add a dump() method on callgraph. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | merge all sinking tests into one and convert them to... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | convert scalar_promote to filecheck style and merge... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | eliminate some uses of prcontext. Any help here would... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | rename test so that name reflects what it is testing... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | convert to filecheck format. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | suck a bunch more gep tests into getelementptr.ll and... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Daniel Dunbar | Tweak comment. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Daniel Dunbar | Fix some possible-use-of-uninitialized warnings. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | consolodate various GEP tests into getelementptr.ll... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | another huge testcase, this time from 'gs' in llvm... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | remove another poorly-reduced testcase which came from... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | this testcase is 500 lines long and is distilled from... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | Fix PR4748: don't fold gep(bitcast(x)) into bitcast... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | misc cleanup |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | add getPointerAddressSpace() to GEP instruction, use... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | eliminate InsertCastBefore, use the builder instead. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | eliminate InsertBitCastBefore, just use the builder... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Chris Lattner | add a "getPointerAddressSpace" helper method to LoadIns... |
commit | commitdiff | tree | snapshot |
next |