2014-03-13 |
Rafael Espindola | Remove the linker_private and linker_private_weak linkages. |
tree | commitdiff |
2014-03-11 |
Tim Northover | IR: add a second ordering operand to cmpxhg for failure |
tree | commitdiff |
2014-01-14 |
Nico Rieck | Decouple dllexport/dllimport from linkage |
tree | commitdiff |
2014-01-14 |
Nico Rieck | Revert "Decouple dllexport/dllimport from linkage" |
tree | commitdiff |
2014-01-14 |
Nico Rieck | Decouple dllexport/dllimport from linkage |
tree | commitdiff |
2014-01-12 |
Chandler Carruth | [PM] Rename the IR printing pass header to a more gener... |
tree | commitdiff |
2014-01-07 |
Chandler Carruth | Move the LLVM IR asm writer header files into the IR... |
tree | commitdiff |
2013-12-19 |
Reid Kleckner | Begin adding docs and IR-level support for the inalloca... |
tree | commitdiff |
2013-12-13 |
Rafael Espindola | Fix pr18235. |
tree | commitdiff |
2013-12-11 |
NAKAMURA Takumi | Prune redundant dependencies in LLVMBuild.txt. |
tree | commitdiff |
2013-12-07 |
Rafael Espindola | Remove the notion of primitive types. |
tree | commitdiff |
2013-11-28 |
NAKAMURA Takumi | [CMake] Prune include_directories() in llvm/lib/Target... |
tree | commitdiff |
2013-11-01 |
Rafael Espindola | Remove linkonce_odr_auto_hide. |
tree | commitdiff |
2013-10-12 |
Will Dietz | Add missing #include's to cctype when using isdigit... |
tree | commitdiff |
2013-09-24 |
Eli Friedman | Misc fixes for cpp backend. |
tree | commitdiff |
2013-09-09 |
Bob Wilson | Revert patches to add case-range support for PR1255. |
tree | commitdiff |
2013-08-23 |
Andrea Di Biagio | Add function attribute 'optnone'. |
tree | commitdiff |
2013-07-31 |
Craig Topper | Increment arg_count inside the loop in printInline... |
tree | commitdiff |
2013-07-24 |
Craig Topper | Revert accidental commit. |
tree | commitdiff |
2013-07-24 |
Craig Topper | Fix aliases for shrd/shld to handle Intel syntax proper... |
tree | commitdiff |
2013-03-25 |
Bill Wendling | Remove assert. There may be target-dependent attributes... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Convert the CPP backend to use the AttributeSet instead... |
tree | commitdiff |
2013-01-25 |
Bill Wendling | Remove some introspection functions. |
tree | commitdiff |
2013-01-25 |
Bill Wendling | Use the new 'getSlotIndex' method to retrieve the attri... |
tree | commitdiff |
2013-01-23 |
Bill Wendling | Add the IR attribute 'sspstrong'. |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2012-12-30 |
Bill Wendling | s/hasAttribute/contains/g to be more consistent with... |
tree | commitdiff |
2012-12-19 |
Bill Wendling | Rename the 'Attributes' class to 'Attribute'. It's... |
tree | commitdiff |
2012-12-07 |
Bill Wendling | s/AttrListPtr/AttributeSet/g to better label what this... |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort includes for all of the .h files under the 'lib... |
tree | commitdiff |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
tree | commitdiff |
2012-11-27 |
Bill Wendling | Remove the dependent libraries feature. |
tree | commitdiff |
2012-11-23 |
Bill Wendling | Update call to the new syntax. |
tree | commitdiff |
2012-10-30 |
Quentin Colombet | Change ForceSizeOpt attribute into MinSize attribute |
tree | commitdiff |
2012-10-26 |
Nicolas Geoffray | Fix CPP backend for method attributes by creating a... |
tree | commitdiff |
2012-10-16 |
Bill Wendling | Pass in the context to the Attributes::get method. |
tree | commitdiff |
2012-10-15 |
Bill Wendling | Move the Attributes::Builder outside of the Attributes... |
tree | commitdiff |
2012-10-14 |
Bill Wendling | Don't pass in an Attributes object to something that... |
tree | commitdiff |
2012-10-10 |
Bill Wendling | Remove the final bits of Attributes being declared... |
tree | commitdiff |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
tree | commitdiff |
2012-09-21 |
Bill Wendling | Make the 'get*AlignmentFromAttr' functions into member... |
tree | commitdiff |
2012-09-20 |
Bill Wendling | Revert r164308 to fix buildbots. |
tree | commitdiff |
2012-09-20 |
Bill Wendling | Make the 'get*AlignmentFromAttr' functions into member... |
tree | commitdiff |
2012-08-17 |
Bill Wendling | Change the `linker_private_weak_def_auto' linkage to... |
tree | commitdiff |
2012-07-02 |
Bob Wilson | Extend TargetPassConfig to allow running only a subset... |
tree | commitdiff |
2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
tree | commitdiff |
2012-05-29 |
Nicolas Geoffray | Update CPPBackend to new API for AttrListPtr::get. |
tree | commitdiff |
2012-05-29 |
Stepan Dyatkovskiy | ConstantRangesSet renamed to IntegersSubset. CRSBuilder... |
tree | commitdiff |
2012-05-19 |
Stepan Dyatkovskiy | Ordinary PR1255 patch: DifferenceEngine and CPPBackend... |
tree | commitdiff |
2012-03-23 |
Benjamin Kramer | Include cstdio in a few place that depended on getting... |
tree | commitdiff |
2012-03-23 |
Benjamin Kramer | Move ftostr into its last user (cppbackend) and simplif... |
tree | commitdiff |
2012-03-11 |
Stepan Dyatkovskiy | llvm::SwitchInst |
tree | commitdiff |
2012-03-08 |
Stepan Dyatkovskiy | Taken into account Duncan's comments for r149481 dated... |
tree | commitdiff |
2012-02-07 |
Craig Topper | Convert assert(0) to llvm_unreachable |
tree | commitdiff |
2012-02-06 |
Bill Wendling | [unwind removal] We no longer have 'unwind' instruction... |
tree | commitdiff |
2012-02-05 |
Duncan Sands | Remove dead test: this was already checked and handled... |
tree | commitdiff |
2012-02-05 |
Duncan Sands | Don't initialize CV in terms of itself! Spotted by... |
tree | commitdiff |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149470 that reenable... |
tree | commitdiff |
2012-02-01 |
Stepan Dyatkovskiy | SwitchInst refactoring. |
tree | commitdiff |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | with recent changes, ConstantArray is never a "string... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | C++, CBE, and TLOF support for ConstantDataSequential |
tree | commitdiff |
2012-01-22 |
Nicolas Geoffray | Use Attributes::None instead of 0 after r148553 change... |
tree | commitdiff |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
tree | commitdiff |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Introduce a common section which currently... |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetO... |
tree | commitdiff |
2011-11-29 |
Daniel Dunbar | build/CMake: Finish removal of add_llvm_library_depende... |
tree | commitdiff |
2011-11-16 |
Evan Cheng | Sink codegen optimization level into MCCodeGenInfo... |
tree | commitdiff |
2011-11-12 |
Daniel Dunbar | build: Attempt to rectify inconsistencies between CMake... |
tree | commitdiff |
2011-11-10 |
Daniel Dunbar | build: Rename CBackend and CppBackend libraries to... |
tree | commitdiff |
2011-11-10 |
Daniel Dunbar | llvm-build: Add --native-target and --enable-targets... |
tree | commitdiff |
2011-11-10 |
Daniel Dunbar | llvm-build: Change CBackend and CppBackend to not use... |
tree | commitdiff |
2011-11-10 |
Daniel Dunbar | llvm-build: Add an explicit component type to represent... |
tree | commitdiff |
2011-11-04 |
Eli Friedman | Add missing argument for atomic instructions in c+... |
tree | commitdiff |
2011-11-03 |
Daniel Dunbar | build: Add initial cut at LLVMBuild.txt files. |
tree | commitdiff |
2011-10-31 |
Eli Friedman | Add support for new atomics to cpp backend. Misc other... |
tree | commitdiff |
2011-10-08 |
Nicolas Geoffray | Always check if a method or a type exist before trying... |
tree | commitdiff |
2011-10-03 |
Rafael Espindola | Add the returns_twice attribute to LLVM. |
tree | commitdiff |
2011-09-29 |
Eli Friedman | Clean up uses of switch instructions so they are not... |
tree | commitdiff |
2011-09-21 |
Richard Trieu | Change: |
tree | commitdiff |
2011-09-05 |
Nick Lewycky | Update the C++ backend to use the new ArrayRef'ified... |
tree | commitdiff |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
tree | commitdiff |
2011-08-12 |
Chris Lattner | switch to the new struct apis. |
tree | commitdiff |
2011-08-09 |
Bill Wendling | Add missing attributes to the C++ backend's output. |
tree | commitdiff |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
tree | commitdiff |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
tree | commitdiff |
2011-07-29 |
Chandler Carruth | Rewrite the CMake build to use explicit dependencies... |
tree | commitdiff |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
tree | commitdiff |
2011-07-26 |
Nicolas Geoffray | Update generated code to use new API of GetElementPtrIn... |
tree | commitdiff |
2011-07-25 |
Evan Cheng | Move CBackend and CppBackend MC initialization to Targe... |
tree | commitdiff |
2011-07-22 |
Evan Cheng | Combine all MC initialization routines into one. e... |
tree | commitdiff |
2011-07-21 |
Nicolas Geoffray | Update generated CPP code with the new API on CallInst... |
tree | commitdiff |
2011-07-20 |
Evan Cheng | - Move CodeModel from a TargetMachine global option... |
tree | commitdiff |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
tree | commitdiff |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
tree | commitdiff |
2011-07-14 |
Nicolas Geoffray | After type-system-rewrite branch update the Cpp backend... |
tree | commitdiff |
next |