index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CppBackend
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-02
Merge LLVM 3.2 branch
Tom Stellard
1
-1
/
+1
2012-11-13
Merge master branch
tstellar
1
-5
/
+5
2012-10-16
Merge master branch
tstellar
1
-6
/
+4
2012-10-11
Merge master branch
tstellar
2
-15
/
+18
2012-09-21
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
void
1
-1
/
+1
2012-09-20
Revert r164308 to fix buildbots.
void
1
-1
/
+1
2012-09-20
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
void
1
-1
/
+1
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
1
-2
/
+2
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2
-2
/
+6
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
1
-1
/
+24
2012-05-29
Update CPPBackend to new API for AttrListPtr::get.
Nicolas Geoffray
1
-1
/
+1
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
1
-1
/
+1
2012-05-19
Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...
Stepan Dyatkovskiy
1
-1
/
+1
2012-03-23
Include cstdio in a few place that depended on getting it transitively throug...
Benjamin Kramer
1
-1
/
+2
2012-03-23
Move ftostr into its last user (cppbackend) and simplify it a bit.
Benjamin Kramer
1
-0
/
+12
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
1
-1
/
+1
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
1
-4
/
+4
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
1
-1
/
+1
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
1
-5
/
+0
2012-02-05
Remove dead test: this was already checked and handled a few lines
Duncan Sands
1
-5
/
+0
2012-02-05
Don't initialize CV in terms of itself! Spotted by GCC.
Duncan Sands
1
-4
/
+4
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
1
-33
/
+14
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
1
-2
/
+2
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
1
-14
/
+33
2012-01-31
with recent changes, ConstantArray is never a "string". Remove the associated
Chris Lattner
1
-33
/
+14
2012-01-24
C++, CBE, and TLOF support for ConstantDataSequential
Chris Lattner
1
-3
/
+36
2012-01-22
Use Attributes::None instead of 0 after r148553 change on Attributes from uns...
Nicolas Geoffray
1
-1
/
+1
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
1
-1
/
+0
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
1
-3
/
+0
2011-12-12
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
1
-0
/
+3
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2
-2
/
+0
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
1
-2
/
+2
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2
-13
/
+0
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2
-3
/
+2
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2
-1
/
+2
2011-11-10
build: Rename CBackend and CppBackend libraries to have CodeGen suffix, for
Daniel Dunbar
2
-3
/
+3
2011-11-10
llvm-build: Add --native-target and --enable-targets options, and add logic to
Daniel Dunbar
1
-1
/
+0
2011-11-10
llvm-build: Change CBackend and CppBackend to not use library_name. This will
Daniel Dunbar
1
-1
/
+0
2011-11-10
llvm-build: Add an explicit component type to represent targets.
Daniel Dunbar
1
-1
/
+1
2011-11-04
Add missing argument for atomic instructions in c++ backend. PR11268, part 2.
Eli Friedman
1
-3
/
+3
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2
-0
/
+55
2011-10-31
Add support for new atomics to cpp backend. Misc other fixes while I'm here....
Eli Friedman
1
-2
/
+97
2011-10-08
Always check if a method or a type exist before trying to create it.
Nicolas Geoffray
1
-12
/
+23
2011-10-03
Add the returns_twice attribute to LLVM.
Rafael Espindola
1
-1
/
+1
2011-09-29
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
1
-7
/
+10
2011-09-21
Change:
Richard Trieu
1
-1
/
+1
2011-09-05
Update the C++ backend to use the new ArrayRef'ified APIs. Patch by arrowdodger!
Nick Lewycky
1
-4
/
+3
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2
-2
/
+2
2011-08-12
switch to the new struct apis.
Chris Lattner
1
-3
/
+3
2011-08-09
Add missing attributes to the C++ backend's output.
Bill Wendling
1
-0
/
+3
[next]