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
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
2
-18
/
+18
*
Merge empty landing pads in SimplifyCFG
Philip Reames
2015-03-24
1
-0
/
+85
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
4
-4
/
+5
*
[ctorutils] Update and sort includes. NFC.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfie...
Benjamin Kramer
2015-03-21
1
-1
/
+3
*
[SimplifyLibCalls] Turn memchr(const, C, const) into a bitfield check.
Benjamin Kramer
2015-03-21
1
-4
/
+50
*
SimplifyLibCalls: Add basic optimization of memchr calls.
Benjamin Kramer
2015-03-21
1
-0
/
+40
*
Fixing a bug with WinEH PHI handling
Andrew Kaylor
2015-03-20
1
-4
/
+11
*
[ConstantRange] Split makeICmpRegion in two.
Sanjoy Das
2015-03-18
1
-2
/
+2
*
[SwitchLowering] Remove incoming values in the reverse order
Michael Liao
2015-03-17
1
-1
/
+6
*
MapMetadata: Allow unresolved metadata if it won't change
Duncan P. N. Exon Smith
2015-03-17
1
-1
/
+5
*
[opaque pointer type] Start migrating GEP creation to explicitly specify the ...
David Blaikie
2015-03-14
1
-16
/
+14
*
Extended support for native Windows C++ EH outlining
Andrew Kaylor
2015-03-11
1
-0
/
+8
*
Inliner should not add callgraph edges for intrinsic calls (PR22857)
Sanjay Patel
2015-03-11
1
-1
/
+8
*
remove function names from comments; NFC
Sanjay Patel
2015-03-10
1
-29
/
+26
*
remove names from comments; NFC
Sanjay Patel
2015-03-10
1
-11
/
+9
*
fix typos; NFC
Sanjay Patel
2015-03-10
1
-2
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
12
-390
/
+290
*
SymbolRewriter: Hide implementation details
Benjamin Kramer
2015-03-09
1
-6
/
+6
*
Revert r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-3
/
+6
*
Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-6
/
+3
*
[IndVarSimplify] use the "canonical" way to infer no-wrap.
Sanjoy Das
2015-03-04
1
-78
/
+40
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
4
-39
/
+35
*
Remap frame variables for native Windows exception handling.
Andrew Kaylor
2015-02-23
1
-2
/
+22
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
1
-2
/
+6
*
SSAUpdater: Use range-based for. NFC.
Benjamin Kramer
2015-02-19
1
-24
/
+17
*
Demote vectors to arrays. No functionality change.
Benjamin Kramer
2015-02-19
1
-7
/
+5
*
Partial fix for bug 22589
Sanjoy Das
2015-02-18
1
-23
/
+39
*
Adding implementation to outline C++ catch handlers for native Windows 64 exc...
Andrew Kaylor
2015-02-18
1
-25
/
+89
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
[asan] Reuse a common function.
Evgeniy Stepanov
2015-02-16
1
-6
/
+2
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-3
/
+2
*
[SimplifyCFG] Be more aggressive
James Molloy
2015-02-13
1
-2
/
+6
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[SimplifyCFG] Swap to using TargetTransformInfo for cost
James Molloy
2015-02-11
1
-50
/
+28
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+4
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
1
-1
/
+2
*
IR: Take uint64_t in DIBuilder::createExpression()
Duncan P. N. Exon Smith
2015-02-09
1
-1
/
+1
*
Fix a bug in DemoteRegToStack where a reload instruction was inserted into the
Akira Hatanaka
2015-02-09
1
-18
/
+16
*
Correctly combine alias.scope metadata by a union instead of intersecting
Bjorn Steinbrink
2015-02-08
1
-0
/
+2
*
LowerSwitch: Use ConstantInt for CaseRange::{Low,High}
Hans Wennborg
2015-02-05
1
-20
/
+20
*
LowerSwitch: remove default args from CaseRange ctor; NFC
Hans Wennborg
2015-02-05
1
-3
/
+2
*
Utils: Resolve cycles under distinct MDNodes
Duncan P. N. Exon Smith
2015-02-04
1
-20
/
+45
*
Resurrect the assertion removed by r227717
Jingyue Wu
2015-02-02
1
-3
/
+4
*
Removed assert that doesn't typecheck and breaks debug MSVC build.
Michael Kuperstein
2015-02-01
1
-1
/
+0
*
[NVPTX] Emit .pragma "nounroll" for loops marked with nounroll
Jingyue Wu
2015-02-01
1
-0
/
+23
*
Remove a redundant dyn_cast.
Adrian Prantl
2015-01-30
1
-3
/
+2
*
Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
Adrian Prantl
2015-01-30
2
-17
/
+19
*
Fix PR22386. The inliner moves static allocas to the entry basic block
Adrian Prantl
2015-01-30
1
-0
/
+8
[prev]
[next]