projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert r205599, the commit was not intended to have so many changes
[oota-llvm.git]
/
lib
/
IR
/
2014-04-02
Saleem Abdulrasool
ARM: update subtarget information for Windows on ARM
tree
|
commitdiff
2014-04-01
Adrian Prantl
Add a comment about the DIDescriptor class hierarchy.
tree
|
commitdiff
2014-04-01
Adrian Prantl
LTO type uniquing: store the Decl field of a DIImported...
tree
|
commitdiff
2014-03-29
Tim Northover
Intrinsics: add LLVMHalfElementsVectorType constraint
tree
|
commitdiff
2014-03-28
Tim Northover
Intrinsics: expand semantics of LLVMExtendedVectorType...
tree
|
commitdiff
2014-03-27
Rafael Espindola
Prevent alias from pointing to weak aliases.
tree
|
commitdiff
2014-03-26
Justin Bogner
llvm-cov: Handle functions with no line number
tree
|
commitdiff
2014-03-26
Rafael Espindola
Revert "Prevent alias from pointing to weak aliases."
tree
|
commitdiff
2014-03-26
Rafael Espindola
Prevent alias from pointing to weak aliases.
tree
|
commitdiff
2014-03-25
Yaron Keren
Disable Visual C++ warning 4722 about aborting a destru...
tree
|
commitdiff
2014-03-24
Yaron Keren
In Release modes, Visual Studio complains that the...
tree
|
commitdiff
2014-03-23
Nuno Lopes
remove a bunch of unused private methods
tree
|
commitdiff
2014-03-19
Hans Wennborg
Fix comment (PR19188)
tree
|
commitdiff
2014-03-18
Alon Mishne
[C++11] Change DebugInfoFinder to use range-based loops
tree
|
commitdiff
2014-03-18
Adrian Prantl
Switch the type field in DIVariable and DIGlobalVariabl...
tree
|
commitdiff
2014-03-15
Benjamin Kramer
Make some assertions on constant expressions static.
tree
|
commitdiff
2014-03-14
Diego Novillo
Use DiagnosticInfo facility.
tree
|
commitdiff
2014-03-13
Rafael Espindola
Remove the linker_private and linker_private_weak linkages.
tree
|
commitdiff
2014-03-13
Chandler Carruth
[PM] Stop playing fast and loose with rebinding of...
tree
|
commitdiff
2014-03-12
Rafael Espindola
Reject alias to undefined symbols in the verifier.
tree
|
commitdiff
2014-03-12
Evan Cheng
Revert r203488 and r203520.
tree
|
commitdiff
2014-03-12
Rafael Espindola
Avoid repeated calls to CE->getOperand(0). No functiona...
tree
|
commitdiff
2014-03-11
Benjamin Kramer
Remove copy ctors that did the same thing as the defaul...
tree
|
commitdiff
2014-03-11
Tim Northover
IR: add a second ordering operand to cmpxhg for failure
tree
|
commitdiff
2014-03-10
Duncan P. N. Exon...
Module: Don't rename in getOrInsertFunction()
tree
|
commitdiff
2014-03-10
Justin Bogner
IR: Slightly more verbose error in Verifier
tree
|
commitdiff
2014-03-10
Evan Cheng
For functions with ARM target specific calling conventi...
tree
|
commitdiff
2014-03-10
Tim Northover
llvm-c: expose unnamedaddr field of globals
tree
|
commitdiff
2014-03-10
Benjamin Kramer
[C++11] Modernize the IR library a bit.
tree
|
commitdiff
2014-03-10
Chandler Carruth
[PM] While I'm here, fix a few other clang-format issue...
tree
|
commitdiff
2014-03-09
Chandler Carruth
[PM] Switch new pass manager from polymorphic_ptr to...
tree
|
commitdiff
2014-03-09
David Majnemer
IR: Change inalloca's grammar a bit
tree
|
commitdiff
2014-03-09
Ahmed Charles
[C++11] Fix break due to MSVC bug.
tree
|
commitdiff
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
tree
|
commitdiff
2014-03-06
Matt Arsenault
Teach lint about address spaces
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move GVMaterializer.h into the IR library...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move InstVisitor.h into the IR library as...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DIBuilder.h into the IR library where...
tree
|
commitdiff
2014-03-05
Chandler Carruth
[Layering] Move AutoUpgrade.h into the IR library where its
tree
|
commitdiff
2014-03-05
Chandler Carruth
[Layering] Move DebugLoc.h into the IR library. The...
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-05
Craig Topper
[C++11] Add 'override' keyword to IR library.
tree
|
commitdiff
2014-03-05
Peter Zotov
[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
tree
|
commitdiff
2014-03-05
Reid Kleckner
C API: Add functions to get or set a GlobalValue's...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move the LeakDetector header into the IR...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move the PassNameParser to the IR library...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move the ConstantRange class into the IR...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CFG.h to the IR library as it defines...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move ValueHandle into the IR library where...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move GetElementPtrTypeIterator into the IR...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move InstIterator out of the Support library...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Re-sort all the includes with utils/sort_incl...
tree
|
commitdiff
2014-03-04
Yaron Keren
Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Add a getOperandNo method to the Use class...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Use early exit and simpler temporary variable...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Run clang-format over the Use code. It was...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Tidy up and modernize comments and the defini...
tree
|
commitdiff
2014-03-03
Diego Novillo
Pass to emit DWARF path discriminators.
tree
|
commitdiff
2014-03-03
Benjamin Kramer
[C++11] Use std::tie to simplify compare operators.
tree
|
commitdiff
2014-03-03
Diego Novillo
Add DWARF discriminator support to DILexicalBlocks.
tree
|
commitdiff
2014-03-03
Benjamin Kramer
Revert "[C++11] Replace LLVM atomics with std::atomic."
tree
|
commitdiff
2014-03-03
Benjamin Kramer
[C++11] Replace LLVM atomics with std::atomic.
tree
|
commitdiff
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::tie with std::tie.
tree
|
commitdiff
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
tree
|
commitdiff
2014-03-02
Chandler Carruth
[C++11] Switch all uses of the llvm_move macro to use...
tree
|
commitdiff
2014-02-28
Eric Christopher
Fix >> to be > > for non-c++11.
tree
|
commitdiff
2014-02-28
Eric Christopher
80-col.
tree
|
commitdiff
2014-02-28
Eric Christopher
Fix a crasher where when we're attempting to replace...
tree
|
commitdiff
2014-02-28
Tobias Grosser
Add 'remark' diagnostic type in LLVM
tree
|
commitdiff
2014-02-27
Eric Christopher
Add a debug info code generation level to the compile...
tree
|
commitdiff
2014-02-26
Eric Christopher
Remove unnecessary llvm:: qualification.
tree
|
commitdiff
2014-02-26
Rafael Espindola
Fix typo. Thanks to Roman Divacky for noticing it.
tree
|
commitdiff
2014-02-26
Rafael Espindola
Compare DataLayout by Value, not by pointer.
tree
|
commitdiff
2014-02-26
Rafael Espindola
Use a sorted array to store the information about a...
tree
|
commitdiff
2014-02-26
Rafael Espindola
Move these functions out of line. A DenseMap lookup...
tree
|
commitdiff
2014-02-26
Nick Lewycky
Remove spurious emacs major mode marker, these should...
tree
|
commitdiff
2014-02-26
Paul Robinson
Constify the Optnone checks in IR passes.
tree
|
commitdiff
2014-02-25
Adrian Prantl
Add DIUnspecifiedParameter, so we can pretty-print it.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Fix resetting the DataLayout in a Module.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Store a DataLayout in Module.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-24
Rafael Espindola
Don't make F_None the default.
tree
|
commitdiff
2014-02-22
Quentin Colombet
Switch the LLVM error reporting on the new diagnostic...
tree
|
commitdiff
2014-02-19
Rafael Espindola
Add back r201608, r201622, r201624 and r201625
tree
|
commitdiff
2014-02-19
Daniel Jasper
Revert r201622 and r201608.
tree
|
commitdiff
2014-02-18
Rafael Espindola
Fix PR18743.
tree
|
commitdiff
2014-02-16
Rafael Espindola
Remove unnecessary typename.
tree
|
commitdiff
2014-02-14
Rafael Espindola
Add extern template instantiations of llvm::Calculate.
tree
|
commitdiff
2014-02-13
Rafael Espindola
Check that GlobalAliases don't have section or alignment.
tree
|
commitdiff
2014-02-13
Rafael Espindola
Copy dll storage in copyAttributes.
tree
|
commitdiff
2014-02-10
Rafael Espindola
Mark the methods in the Mangler const.
tree
|
commitdiff
2014-02-10
Hans Wennborg
Copy the ThreadLocalMode in GlobalVariable::copyAttribu...
tree
|
commitdiff
2014-02-06
Paul Robinson
Disable most IR-level transform passes on functions...
tree
|
commitdiff
2014-02-05
Chandler Carruth
[PM] Don't require analysis results to be const in...
tree
|
commitdiff
2014-02-05
Alon Mishne
Test commit
tree
|
commitdiff
next