2010-07-16 |
Eli Friedman | Add missing attributes to cpp backend. |
tree | commitdiff |
2010-07-13 |
Gabor Greif | rotate CallInst operands |
tree | commitdiff |
2010-07-02 |
Gabor Greif | beautify output |
tree | commitdiff |
2010-07-02 |
Gabor Greif | use ArgOperand API |
tree | commitdiff |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
tree | commitdiff |
2010-06-26 |
Gabor Greif | use ArgOperand API |
tree | commitdiff |
2010-06-22 |
Chris Lattner | make sure to initialize indent_level |
tree | commitdiff |
2010-06-21 |
Chris Lattner | add some support for blockaddress. This isn't really... |
tree | commitdiff |
2010-06-21 |
Chris Lattner | eliminate a mutable global variable, use raw_ostream... |
tree | commitdiff |
2010-06-21 |
Chris Lattner | un-indent a huge amount of code out of an anonymous... |
tree | commitdiff |
2010-06-07 |
Bill Wendling | Create new accessors to get arguments for call/invoke... |
tree | commitdiff |
2010-05-13 |
Anton Korobeynikov | Properly set thread-local flag on globals during cpp... |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Remove the "WantsWholeFile" concept, as it's no longer... |
tree | commitdiff |
2010-05-04 |
Gabor Greif | fix operand indexes when outputting InvokeInsts |
tree | commitdiff |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
tree | commitdiff |
2010-04-16 |
Gabor Greif | reapply r101434 |
tree | commitdiff |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
tree | commitdiff |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-02-28 |
Dan Gohman | Add a flag to addPassesToEmit* to disable the Verifier... |
tree | commitdiff |
2010-02-23 |
Nicolas Geoffray | Use the module's context instead of the global context. |
tree | commitdiff |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
tree | commitdiff |
2010-02-06 |
Jakob Stoklund Olesen | Reintroduce the InlineHint function attribute. |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-15 |
Eric Christopher | Remove the InlineHint attribute. There are no current... |
tree | commitdiff |
2009-12-14 |
Chris Lattner | fix an obvious bug found by clang++ and collapse a... |
tree | commitdiff |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | cppbackend support for indbr |
tree | commitdiff |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
tree | commitdiff |
2009-10-17 |
Victor Hernandez | Remove MallocInst from LLVM Instructions. |
tree | commitdiff |
2009-09-03 |
Benjamin Kramer | CppBackend: avoid printing unnecessary whitespace. |
tree | commitdiff |
2009-09-02 |
Sandeep Patel | Retype from unsigned to CallingConv::ID accordingly... |
tree | commitdiff |
2009-08-26 |
Dale Johannesen | Add an 'inline hint' attribute to represent source |
tree | commitdiff |
2009-08-24 |
Chris Lattner | prune the #includes in raw_ostream.h by moving a |
tree | commitdiff |
2009-08-23 |
Benjamin Kramer | Remove Streams.h from the targets. |
tree | commitdiff |
2009-08-21 |
Anton Korobeynikov | More cpp backend fixes. Now for FP stuff. |
tree | commitdiff |
2009-08-19 |
Reid Kleckner | Fixed error in CPPBackend from a contextification API... |
tree | commitdiff |
2009-08-15 |
Nicolas Geoffray | Use the new API for creating an OpaqueType. |
tree | commitdiff |
2009-08-15 |
Nicolas Geoffray | Update cpp generation with new LLVM API for primitive... |
tree | commitdiff |
2009-08-14 |
Owen Anderson | Get the CPP backend into some semblance of working... |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-06 |
Nicolas Geoffray | Output the new StructType constructor, which takes... |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Remove an unnecessary flush in the CppBackend's output. |
tree | commitdiff |
2009-08-04 |
Daniel Dunbar | Remove now unused Module argument to createTargetMachine. |
tree | commitdiff |
2009-08-03 |
Daniel Dunbar | Change C, CBE, MSIL to not provide target data via... |
tree | commitdiff |
2009-08-02 |
Daniel Dunbar | Move most targets TargetMachine constructor to only... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Kill Target specific ModuleMatchQuality stuff. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Simplify JIT target selection. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Add new helpers for registering targets. |
tree | commitdiff |
2009-07-22 |
Daniel Dunbar | Simplify some uses of Value::getName() |
tree | commitdiff |
2009-07-20 |
Bill Wendling | Add plumbing for the `linker_private' linkage type... |
tree | commitdiff |
2009-07-18 |
Daniel Dunbar | Add some missing includes. |
tree | commitdiff |
2009-07-18 |
Daniel Dunbar | Put Target definitions inside Target specific header... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Kill off <TARGET>MachineModule variables, and <TARGETAS... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Reapply TargetRegistry refactoring commits. |
tree | commitdiff |
2009-07-15 |
Stuart Hastings | Revert 75762, 75763, 75766..75769, 75772..75775, 75778... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Kill off old (TargetMachine level, not Target level... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Provide TargetMachine implementations with reference... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Register Target's TargetMachine and AsmPrinter in the... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Add TargetInfo libraries for all targets. |
tree | commitdiff |
2009-07-14 |
David Greene | Have asm printers use formatted_raw_ostream directly... |
tree | commitdiff |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
tree | commitdiff |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
tree | commitdiff |
2009-07-10 |
Owen Anderson | Update for GlobalVariables ctor change. |
tree | commitdiff |
2009-07-08 |
Torok Edwin | Missed an exit during the conversion. |
tree | commitdiff |
2009-06-26 |
Nick Lewycky | Escape the name of the module since it comes from the... |
tree | commitdiff |
2009-06-23 |
Bob Wilson | Provide InitializeAllTargets and InitializeNativeTarget... |
tree | commitdiff |
2009-06-16 |
Douglas Gregor | Introduce new headers whose inclusion forces linking and |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-05-28 |
Jeffrey Yasskin | This patch brings the list of attributes in CPPBackend... |
tree | commitdiff |
2009-05-04 |
Anton Korobeynikov | Fix code emission for conditional branches. |
tree | commitdiff |
2009-05-01 |
Chris Lattner | 'The attached patch fixes an issue where llc -march... |
tree | commitdiff |
2009-04-30 |
Chris Lattner | remove progname which is never set. PR4085 |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Second attempt: |
tree | commitdiff |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
tree | commitdiff |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
tree | commitdiff |
2009-03-25 |
Gabor Greif | do not rely on callee being operand 0 |
tree | commitdiff |
2009-03-23 |
Dan Gohman | Now that errs() is properly non-buffered, there's no... |
tree | commitdiff |
2009-03-11 |
Duncan Sands | It makes no sense to have a ODR version of common |
tree | commitdiff |
2009-03-11 |
Duncan Sands | Remove the one-definition-rule version of extern_weak |
tree | commitdiff |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
tree | commitdiff |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
tree | commitdiff |
2009-01-13 |
Chris Lattner | make -march=cpp handle the nocapture attribute, make... |
tree | commitdiff |
2009-01-09 |
Misha Brukman | Removed trailing whitespace from Makefiles. |
tree | commitdiff |
2008-12-08 |
Dan Gohman | Update CPP backend for PrintModulePass API changes. |
tree | commitdiff |
2008-11-15 |
Oscar Fuentes | Adds extern "C" ints to the .cpp files that use Registe... |
tree | commitdiff |
2008-11-09 |
Anton Korobeynikov | Typo fix |
tree | commitdiff |
2008-11-08 |
Nicolas Geoffray | The Index field of an AttributeWithIndex is of type... |
tree | commitdiff |
2008-11-08 |
Anton Korobeynikov | StoreInst does not produce any result thus it's useless... |
tree | commitdiff |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
tree | commitdiff |
2008-10-09 |
Dale Johannesen | Add a "loses information" return value to APFloat:... |
tree | commitdiff |
next |