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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Orc] Fix Kaleidoscope example for change in r254693.
Lang Hames
2015-12-04
1
-1
/
+1
*
examples: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
8
-10
/
+10
*
Fix Kaleidoscope example.
Peter Collingbourne
2015-11-05
1
-1
/
+2
*
[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.
Lang Hames
2015-11-03
1
-6
/
+3
*
Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...
David Blaikie
2015-11-03
1
-11
/
+23
*
[JIT/Examples] Fix Fibonacci so that it runs again.
Davide Italiano
2015-10-17
1
-1
/
+0
*
Update for llvm API change.
Eric Christopher
2015-10-15
1
-2
/
+1
*
Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...
David Blaikie
2015-10-08
4
-4
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...
Hans Wennborg
2015-09-29
15
-54
/
+49
*
Fix typo and test commit
Luke Larson
2015-09-18
1
-1
/
+1
*
Remove trailing whitespace from the old Orc Kaleidoscope examples.
Lang Hames
2015-09-18
4
-448
/
+444
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
4
-12
/
+0
*
Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.
NAKAMURA Takumi
2015-08-28
5
-10
/
+10
*
Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure
Lang Hames
2015-08-27
10
-20
/
+30
*
Revert r246175 to get builder green again.
Lang Hames
2015-08-27
10
-20
/
+10
*
Add Kaleidoscope regression tests.
Lang Hames
2015-08-27
10
-10
/
+20
*
[CMake] Let ExceptionDemo buildable with ENABLE_EH.
NAKAMURA Takumi
2015-08-27
2
-5
/
+5
*
Kaleidoscope: Prune unused libdeps.
NAKAMURA Takumi
2015-08-27
5
-8
/
+0
*
Kaleidoscope: Update libdeps corresponding to r246002.
NAKAMURA Takumi
2015-08-26
5
-0
/
+5
*
Big Kaleidoscope tutorial update.
Lang Hames
2015-08-26
8
-987
/
+760
*
[CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally.
NAKAMURA Takumi
2015-08-19
1
-2
/
+6
*
[Kaleidoscope] More inter-chapter diff reduction.
Lang Hames
2015-08-19
4
-4
/
+9
*
[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
Lang Hames
2015-08-19
9
-466
/
+594
*
[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.
Lang Hames
2015-08-18
7
-850
/
+887
*
Update ExceptionDemo for exception handling API changes (personality function...
David Blaikie
2015-08-14
1
-1
/
+1
*
Fix -Wformat warnings in ExceptionDemo
David Blaikie
2015-08-14
1
-6
/
+7
*
Fix up the ExceptionDemo for some API changes over the past <time>
David Blaikie
2015-08-14
1
-2
/
+2
*
[PM/AA] Hoist the interface for BasicAA into a header file.
Chandler Carruth
2015-08-06
4
-0
/
+4
*
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
2015-07-31
1
-3
/
+2
*
DI/Verifier: Fix argument bitrot in DILocalVariable
Duncan P. N. Exon Smith
2015-07-24
1
-1
/
+1
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
4
-10
/
+10
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
4
-10
/
+10
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
4
-10
/
+10
*
Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a ref
Mehdi Amini
2015-07-16
5
-5
/
+5
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
4
-17
/
+13
*
BrainF.cpp: Update CreateCall() according to r237624.
NAKAMURA Takumi
2015-05-19
1
-1
/
+2
*
[Orc] Reapply r236465 with fixes for the MSVC bots.
Lang Hames
2015-05-05
1
-8
/
+14
*
[Orc] Revert r236465 - It broke the Windows bots.
Lang Hames
2015-05-04
1
-14
/
+8
*
[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
Lang Hames
2015-05-04
1
-8
/
+14
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-16
/
+16
*
[Kaleidoscope] Fix incorrect use of reinterpret_cast.
Lang Hames
2015-04-22
7
-7
/
+7
*
[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
Lang Hames
2015-04-22
6
-12
/
+8
*
Fix up Exception demo from recent opaque pointer type changes to GEP
David Blaikie
2015-04-22
1
-6
/
+7
*
DebugInfo: Fix Kaleidoscope Ch. 8 after r235327
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+2
*
DebugInfo: Remove DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-20
/
+20
*
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+2
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
1
-1
/
+1
*
DebugInfo: Remove unnecessary API from DIDerivedType and DIType
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-12
/
+12
*
DebugInfo: Add implicit conversion from DISubprogram to DIScope
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
[next]