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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-13
/
+6
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-6
/
+13
*
Remove unnecessary typename.
Rafael Espindola
2014-02-16
1
-6
/
+6
*
Add extern template instantiations of llvm::Calculate.
Rafael Espindola
2014-02-14
1
-0
/
+10
*
Check that GlobalAliases don't have section or alignment.
Rafael Espindola
2014-02-13
2
-0
/
+4
*
Copy dll storage in copyAttributes.
Rafael Espindola
2014-02-13
1
-0
/
+1
*
Mark the methods in the Mangler const.
Rafael Espindola
2014-02-10
1
-5
/
+6
*
Copy the ThreadLocalMode in GlobalVariable::copyAttributesFrom
Hans Wennborg
2014-02-10
1
-1
/
+1
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+22
*
[PM] Don't require analysis results to be const in the new pass manager.
Chandler Carruth
2014-02-05
1
-4
/
+4
*
Test commit
Alon Mishne
2014-02-05
1
-1
/
+1
*
Fix wording of warning message about invalid debug info.
Manman Ren
2014-02-04
1
-2
/
+2
*
llvm-cov: Fix include order in GCOV.cpp
Justin Bogner
2014-02-04
1
-3
/
+3
*
llvm-cov: Implement the preserve-paths flag
Justin Bogner
2014-02-04
1
-10
/
+49
*
DIBuilder: simplify array generation to produce true zero-length arrays
David Blaikie
2014-02-03
1
-4
/
+0
*
Implement inalloca codegen for x86 with the new inalloca design
Reid Kleckner
2014-01-31
1
-2
/
+2
*
[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
2014-01-31
1
-0
/
+1
*
Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...
Timur Iskhodzhanov
2014-01-30
1
-0
/
+20
*
Revert r200340, "Add line table debug info to COFF files when using a win32 t...
NAKAMURA Takumi
2014-01-29
1
-20
/
+0
*
Use a raw_stream to implement the mangler.
Rafael Espindola
2014-01-29
1
-61
/
+73
*
Add line table debug info to COFF files when using a win32 triple.
Timur Iskhodzhanov
2014-01-28
1
-0
/
+20
*
Fix pr14893.
Rafael Espindola
2014-01-28
1
-0
/
+45
*
Fix llvm-dis to print the inalloca bit on allocas.
Reid Kleckner
2014-01-25
1
-0
/
+2
*
Bug 18228 - Fix accepting bitcasts between vectors of pointers with a
Matt Arsenault
2014-01-22
1
-16
/
+41
*
[PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
2014-01-20
2
-10
/
+23
*
[PM] Make the verifier work independently of any pass manager.
Chandler Carruth
2014-01-19
2
-151
/
+150
*
Add a const lookup routine to get a BlockAddress constant if there is
Chandler Carruth
2014-01-19
2
-2
/
+13
*
Support AddrSpaceCast in ConstantExpr::getAsInstruction.
Eli Bendersky
2014-01-18
1
-0
/
+1
*
Upgrade ConstantFP's negative zero and infinity getters to handle vector types.
Benjamin Kramer
2014-01-18
1
-16
/
+18
*
Add an inalloca flag to allocas
Reid Kleckner
2014-01-17
2
-2
/
+10
*
Add two new calling conventions for runtime calls
Juergen Ributzka
2014-01-17
1
-0
/
+2
*
[PM] [cleanup] Rename some of the Verifier's members, re-arrange them,
Chandler Carruth
2014-01-17
1
-273
/
+269
*
[PM] Remove the preverifier and directly compute the DominatorTree for
Chandler Carruth
2014-01-17
2
-54
/
+27
*
Change inalloca rules to make it only apply to the last parameter
Reid Kleckner
2014-01-16
1
-24
/
+9
*
[opt][PassInfo] Allow opt to run passes that need target machine.
Quentin Colombet
2014-01-16
1
-0
/
+2
*
Report a warning when dropping outdated debug info metadata.
Manman Ren
2014-01-16
3
-2
/
+20
*
Return an error_code from materializeAllPermanently.
Rafael Espindola
2014-01-14
1
-7
/
+5
*
Use error_code in Module::materializeAll.
Rafael Espindola
2014-01-14
1
-9
/
+7
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
3
-17
/
+29
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
3
-29
/
+17
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
3
-17
/
+29
*
Fix fastcall mangling of dllimported symbols
Nico Rieck
2014-01-14
1
-7
/
+6
*
Fix llc to not reuse spill slots in functions that invoke setjmp()
Mark Seaborn
2014-01-14
1
-4
/
+2
*
Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.
Cameron McInally
2014-01-13
1
-2
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
3
-37
/
+47
*
[PM] Pull the generic graph algorithms and data structures for dominator
Chandler Carruth
2014-01-13
1
-2
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
2
-4
/
+4
*
[PM] Add module and function printing passes for the new pass manager.
Chandler Carruth
2014-01-12
2
-24
/
+41
*
[PM] Simplify the IR printing passes significantly now that a narrower
Chandler Carruth
2014-01-12
1
-38
/
+19
*
[PM] Simplify the interface exposed for IR printing passes.
Chandler Carruth
2014-01-12
3
-16
/
+13
[next]