2010-04-06 |
Jim Grosbach | Fix PR6696 and PR6663 |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Bill Wendling | Make this hack more specific to the Apple gcc 4.2 non... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Jakob Stoklund... | Don't try to collapse DomainValues onto an incompatible... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Gabor Greif | performance: get rid of repeated dereferencing of use_i... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Gabor Greif | make more two predicates constant |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Gabor Greif | performance: get rid of repeated dereferencing of use_i... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Gabor Greif | const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOne... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Gabor Greif | use CallSite to access calls vs. invokes uniformly |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | this accessor doesn't need to copy the string. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | enhance SMDiagnostic to also maintain a pointer to... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Evan Cheng | Code clean up. Move includes from VirtRegRewriter.h... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Stuart Hastings | Revise debug info machinery to digest nested functions... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John Criswell | Adding SAFECode to the list of projects that work with... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Mon P Wang | Remove assert to treat memmove and memset like memcpy |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Owen Anderson | Use a ManagedCleanup to prevent leaking the PassRegistr... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Jakob Stoklund... | Avoid overflowing a signed integer which triggers undef... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Dan Gohman | Add a const qualifier. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | propagate cookie management out one layer of function... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | report errors through LLVMContext's inline asm handler... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | Give MachineModuleInfo an actual Module*. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | give LLVMContext an inline asm diagnostic hook member. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Devang Patel | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | give the SourceMgr object a cookie. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | Give llvm::SourceMgr the ability to have a client-specified |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Remove MaybeOwningPtr. We're going to use reference... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Jakob Stoklund... | Properly enable load clustering. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Evan Cheng | Fix an obvious copy-n-paste bug. It's not known to... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | Give AsmParser an option to control whether it finalizes |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | add .o file writing for inline asm in llc. Here's... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | add a comment. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | tidy #includes. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Bill Wendling | Output floating point representations in DWARF format... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | update unit test for api change. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Evan Cheng | Add nounwind. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Evan Cheng | Fix ADD32rr_alt instruction encoding bug. Patch by... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | fix a really nasty bug that Evan was tracking in SCCP... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | some code cleanups, use SwitchInst::findCaseValue,... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Eric Christopher | Remove FIXME. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Introduce MaybeOwningPtr, a smart pointer that may... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Jeffrey Yasskin | Fix OProfileJITEventListener build for new DebugLoc. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | lowering a volatile llvm.memcpy to a libc memcpy is ok. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Dan Gohman | Don't do code sinking on unreachable blocks. It's unpro... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Dan Gohman | Add an isReachableFromEntry to MachineDominators, follo... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Tanya Lattner | Update to note that clang has a baseline now. Dropping... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | don't use emitlabel in the arm asm printer yet, the... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Owen Anderson | Push const through the regex engine. Fixes some of... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | fix a couple problems I introduced handling symbols |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Benjamin Kramer | Disambiguate else. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | trim some prototypes. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | remove the now-redundant MMI pointer in SelectionDAG. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | hopefully sate the clang self host build, which is... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | remove some redundant MMI arguments. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | unthread MMI from FastISel |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | remove the MMI pointer from MachineFrameInfo. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | enhance MachineFunction to have a MMI pointer. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Nick Lewycky | Add MC and LTO, two terms I just had to explain on... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | simplify code. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | prune #includes. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | privatize more stuff, eliminate vtables. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | reprivatize now that DwarfWriter is gone. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | prune #includes, MMI can never be null |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | prune #includes, realize the MMI can never be null. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | finally blast DwarfWriter away. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | change AsmPrinter to use DwarfDebug/DwarfException... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Johnny Chen | Get rid of traling whitespaces. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Johnny Chen | The disassembler impl. of MCDisassembler::getInstructio... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | implement EmitFunctionEntryLabel to emit the .cc_top... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | don't reference DwarfWriter |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | trim some spurious references to DwarfWriter. SDIsel... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | prune some #includes. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | eliminate DwarfDebug::shouldEmit, which is the same... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | fix a regression on 2009-08-17-DebugInfo.m |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Jakob Stoklund... | Replace TSFlagsFields and TSFlagsShifts with a simpler... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | selection dag doesn't need DwarfWriter, remove some... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | fastisel doesn't need DwarfWriter, remove some tendricles. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Evan Cheng | Temporarily remove to disable building of ARM disassembler. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Evan Cheng | Re-apply 100265 but instead disable building of ARM... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Evan Cheng | Reverting 100265 to try to get buildbots green again... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | just have all targets create the DwarfWriter. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | simplify various getAnalysisUsage implementations. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | nuke DwarfPrinter |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | make DwarfException not inherit from DwarfPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | change SizeOf to take AsmPrinter instead of TargetData, |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | 1) make DIE take AsmPrinter instead of DwarfPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | Move EmitFrameMoves into AsmPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | missed a header :( |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | simplify code and reduce indentation. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | now that the magic is dispelled, move EmitSectionOffset... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | eliminate the magic AbsoluteDebugSectionOffsets MAI... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | only emit section labels if we have debug info, fixing... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | I was wrong, ocaml isn't referencing 'Ldata_begin'... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | add some assertions to EmitSectionOffset. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | stop emitting some dead L labels. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | Store an use the symbols emitted at the start of the... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | remove the didInitial ivar, rename emitInitial to be... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | simplify EmitSectionOffset a little bit, improve comments. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | revert my patch, need to reconsider this and figure... |
commit | commitdiff | tree | snapshot |
next |