index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-06
Fix warnings about an variable only used in asserts.
Ahmed Charles
1
-0
/
+3
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
3
-3
/
+3
2014-02-25
Use DataLayout from the module when easily available.
Rafael Espindola
5
-5
/
+10
2014-02-25
Make DataLayout a plain object, not a pass.
Rafael Espindola
5
-5
/
+5
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-02-19
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
1
-2
/
+2
2014-02-19
This reverts commit r201625 and r201624.
Rafael Espindola
1
-2
/
+2
2014-02-19
Use PrivateLinkage now that it is safe.
Rafael Espindola
1
-2
/
+2
2014-02-12
Don't try to build ExceptionDemo on ARM.
Rafael Espindola
1
-1
/
+1
2014-01-13
[cleanup] Re-sort the examples #include lines with my sort_includes
Chandler Carruth
11
-14
/
+14
2014-01-13
[cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
14
-14
/
+14
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
11
-11
/
+91
2013-11-19
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
7
-44
/
+21
2013-11-19
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
7
-7
/
+35
2013-11-18
Revert r194865 and r194874.
Alexey Samsonov
7
-33
/
+7
2013-11-15
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
7
-7
/
+33
2013-10-12
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
12
-0
/
+12
2013-07-29
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
NAKAMURA Takumi
1
-1
/
+1
2013-07-22
Adding example source to support MCJIT/Kaleidoscope blog posts.
Andrew Kaylor
20
-0
/
+9374
2013-07-21
Remove unused fields.
Rafael Espindola
1
-11
/
+3
2013-07-21
Fix exception demo: Add mcjit to link component.
Logan Chien
1
-1
/
+1
2013-07-16
Update the examples for an API change.
Rafael Espindola
1
-1
/
+1
2013-05-14
ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...
NAKAMURA Takumi
1
-2
/
+2
2013-05-07
Remove exception handling support from the old JIT.
Rafael Espindola
1
-1
/
+0
2013-05-05
Port ExceptionDemo to MCJIT.
Rafael Espindola
2
-3
/
+10
2013-05-01
Add support for other typeinfo encodings in the ExceptionDemo.
Rafael Espindola
1
-9
/
+41
2013-04-26
The exception demo needs its symbols exported.
Rafael Espindola
1
-0
/
+2
2013-01-13
Update links to "Itanium C++ ABI: Exception Handling" document
Dmitri Gribenko
1
-9
/
+9
2013-01-02
Update the examples for the new header file locations.
Chandler Carruth
13
-58
/
+58
2012-12-04
Sort the #include lines of the examples/... tree.
Chandler Carruth
13
-54
/
+54
2012-11-26
Fix gcc's -Wunused-but-set-variable warnings.
Rafael Espindola
1
-5
/
+0
2012-10-24
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
1
-1
/
+1
2012-10-24
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
1
-1
/
+1
2012-10-23
Test commit access
Quentin Colombet
1
-1
/
+1
2012-10-12
ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was upd...
NAKAMURA Takumi
1
-2
/
+2
2012-10-12
ExceptionDemo.cpp: Whitespace.
NAKAMURA Takumi
1
-587
/
+586
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
9
-14
/
+14
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
8
-10
/
+10
2012-06-21
Remove trailing whitespaces
Arnaud A. de Grandmaison
1
-3
/
+3
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
1
-1
/
+1
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
1
-1
/
+0
2012-02-20
Switch to a more idiomatic way of silencing unused variable warnings in
Chandler Carruth
1
-1
/
+2
2012-02-06
Update ExceptionDemo to use ConstantDataArray.
Peter Collingbourne
1
-2
/
+3
2012-02-04
Update to the new EH system...remove OLD EH code.
Bill Wendling
1
-88
/
+4
2012-01-31
Fix BrainF compilation.
Francois Pichet
1
-1
/
+2
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
1
-1
/
+0
2011-12-07
EngineBuilder: support for custom TargetOptions. Fixes the
Peter Collingbourne
1
-1
/
+3
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
1
-0
/
+22
2011-09-28
Changed comments on foreign C++ exceptions (generated with type info 7),
Garrison Venn
1
-8
/
+9
2011-09-23
Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume.
Garrison Venn
1
-93
/
+116
[next]