index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
Core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove support for runtime multi-threading.
Zachary Turner
2014-06-10
1
-2
/
+1
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+2
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-3
/
+3
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+3
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+4
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-0
/
+7
*
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-05-15
1
-30
/
+0
*
Split GlobalValue into GlobalValue and GlobalObject.
Rafael Espindola
2014-05-13
1
-2
/
+2
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-28
1
-0
/
+30
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Tom Stellard
2014-04-16
1
-0
/
+44
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-37
/
+39
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-6
/
+2
*
llvm-c: expose unnamedaddr field of globals
Tim Northover
2014-03-10
1
-0
/
+8
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
Peter Zotov
2014-03-05
1
-2
/
+8
*
C API: Add functions to get or set a GlobalValue's DLLStorageClass
Reid Kleckner
2014-03-05
1
-0
/
+10
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
2014-01-20
1
-1
/
+1
*
[PM] Make the verifier work independently of any pass manager.
Chandler Carruth
2014-01-19
1
-1
/
+1
*
[PM] Remove the preverifier and directly compute the DominatorTree for
Chandler Carruth
2014-01-17
1
-1
/
+0
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-6
/
+4
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-4
/
+6
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-6
/
+4
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[PM] Add module and function printing passes for the new pass manager.
Chandler Carruth
2014-01-12
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Remove unused value.
Rafael Espindola
2013-12-07
1
-1
/
+1
*
Expose the fence instruction via the C API.
Filip Pizlo
2013-11-20
1
-15
/
+24
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+11
*
[llvm-c] Implement LLVMPrintValueToString
Peter Zotov
2013-11-06
1
-0
/
+10
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-3
/
+2
*
Fix misapplied patch in r193597
Anders Waldenborg
2013-10-29
1
-2
/
+2
*
llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst too
Anders Waldenborg
2013-10-29
1
-4
/
+22
*
llvm-c: Add LLVMPrintTypeToString
Anders Waldenborg
2013-10-22
1
-0
/
+10
*
llvm-c: Add LLVMDumpType
Anders Waldenborg
2013-10-16
1
-0
/
+4
*
[llvm-c] Add LLVMPrintModuleToString.
Anders Waldenborg
2013-10-16
1
-0
/
+10
*
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
2013-09-19
1
-1
/
+0
*
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
2013-09-18
1
-0
/
+1
*
whitespace
Andrew Trick
2013-09-18
1
-19
/
+19
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-0
/
+4
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-4
/
+0
[prev]
[next]