2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
blob | commitdiff | raw |
2012-05-29 |
Nicolas Geoffray | Update CPPBackend to new API for AttrListPtr::get. |
blob | commitdiff | raw | diff to current |
2012-05-29 |
Stepan Dyatkovskiy | ConstantRangesSet renamed to IntegersSubset. CRSBuilder... |
blob | commitdiff | raw | diff to current |
2012-05-19 |
Stepan Dyatkovskiy | Ordinary PR1255 patch: DifferenceEngine and CPPBackend... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Benjamin Kramer | Include cstdio in a few place that depended on getting... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Benjamin Kramer | Move ftostr into its last user (cppbackend) and simplif... |
blob | commitdiff | raw | diff to current |
2012-03-11 |
Stepan Dyatkovskiy | llvm::SwitchInst |
blob | commitdiff | raw | diff to current |
2012-03-08 |
Stepan Dyatkovskiy | Taken into account Duncan's comments for r149481 dated... |
blob | commitdiff | raw | diff to current |
2012-02-07 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw | diff to current |
2012-02-06 |
Bill Wendling | [unwind removal] We no longer have 'unwind' instruction... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Duncan Sands | Remove dead test: this was already checked and handled... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Duncan Sands | Don't initialize CV in terms of itself! Spotted by... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149470 that reenable... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Stepan Dyatkovskiy | SwitchInst refactoring. |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Chris Lattner | with recent changes, ConstantArray is never a "string... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Chris Lattner | C++, CBE, and TLOF support for ConstantDataSequential |
blob | commitdiff | raw | diff to current |
2012-01-22 |
Nicolas Geoffray | Use Attributes::None instead of 0 after r148553 change... |
blob | commitdiff | raw | diff to current |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
blob | commitdiff | raw | diff to current |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
blob | commitdiff | raw | diff to current |
2011-11-16 |
Evan Cheng | Sink codegen optimization level into MCCodeGenInfo... |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Eli Friedman | Add missing argument for atomic instructions in c+... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Eli Friedman | Add support for new atomics to cpp backend. Misc other... |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Nicolas Geoffray | Always check if a method or a type exist before trying... |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Rafael Espindola | Add the returns_twice attribute to LLVM. |
blob | commitdiff | raw | diff to current |
2011-09-29 |
Eli Friedman | Clean up uses of switch instructions so they are not... |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Richard Trieu | Change: |
blob | commitdiff | raw | diff to current |
2011-09-05 |
Nick Lewycky | Update the C++ backend to use the new ArrayRef'ified... |
blob | commitdiff | raw | diff to current |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Chris Lattner | switch to the new struct apis. |
blob | commitdiff | raw | diff to current |
2011-08-09 |
Bill Wendling | Add missing attributes to the C++ backend's output. |
blob | commitdiff | raw | diff to current |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
blob | commitdiff | raw | diff to current |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
blob | commitdiff | raw | diff to current |
2011-07-26 |
Nicolas Geoffray | Update generated code to use new API of GetElementPtrIn... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Evan Cheng | Move CBackend and CppBackend MC initialization to Targe... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Evan Cheng | Combine all MC initialization routines into one. e... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Nicolas Geoffray | Update generated CPP code with the new API on CallInst... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Nicolas Geoffray | After type-system-rewrite branch update the Cpp backend... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Evan Cheng | - Eliminate MCCodeEmitter's dependency on TargetMachine... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Evan Cheng | Change createAsmParser to take a MCSubtargetInfo instea... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Dylan Noblesmith | CppBackend: fixup for api change |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Jay Foad | Reinstate r133513 (reverted in r133700) with an additio... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Eric Christopher | Revert r133513: |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Jay Foad | Reinstate r133435 and r133449 (reverted in r133499... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Chad Rosier | Revert r133435 and r133449 to appease buildbots. |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Jay Foad | Change how PHINodes store their operands. |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Jay Foad | Make better use of the PHINode API. |
blob | commitdiff | raw | diff to current |
2011-06-19 |
Jay Foad | Fix a FIXME by making GlobalVariable::getInitializer... |
blob | commitdiff | raw | diff to current |
2011-04-10 |
Nicolas Geoffray | Bugfix in the Cpp backend after API change on PHINode... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Nicolas Geoffray | When emitting a single function with cppgen=function... |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Gabor Greif | undo 80 column trespassing I caused |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Eli Friedman | Add missing attributes to cpp backend. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Gabor Greif | rotate CallInst operands |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Gabor Greif | beautify output |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Gabor Greif | use ArgOperand API |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Gabor Greif | use ArgOperand API |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Chris Lattner | make sure to initialize indent_level |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Chris Lattner | add some support for blockaddress. This isn't really... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Chris Lattner | eliminate a mutable global variable, use raw_ostream... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Chris Lattner | un-indent a huge amount of code out of an anonymous... |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Bill Wendling | Create new accessors to get arguments for call/invoke... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Anton Korobeynikov | Properly set thread-local flag on globals during cpp... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Dan Gohman | Remove the "WantsWholeFile" concept, as it's no longer... |
blob | commitdiff | raw | diff to current |
2010-05-04 |
Gabor Greif | fix operand indexes when outputting InvokeInsts |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | reapply r101434 |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Dan Gohman | Add a flag to addPassesToEmit* to disable the Verifier... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Nicolas Geoffray | Use the module's context instead of the global context. |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Jakob Stoklund Olesen | Reintroduce the InlineHint function attribute. |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Eric Christopher | Remove the InlineHint attribute. There are no current... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Chris Lattner | fix an obvious bug found by clang++ and collapse a... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Chris Lattner | cppbackend support for indbr |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Victor Hernandez | Remove MallocInst from LLVM Instructions. |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Benjamin Kramer | CppBackend: avoid printing unnecessary whitespace. |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Sandeep Patel | Retype from unsigned to CallingConv::ID accordingly... |
blob | commitdiff | raw | diff to current |
next |