index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise APIs for creating constantexpr GEPs to not require the use of
Chris Lattner
2007-01-31
2
-6
/
+24
*
Make this a *real* header:
Chris Lattner
2007-01-30
1
-3
/
+34
*
move constant folding code out of Utils/Local into libanalysis
Chris Lattner
2007-01-30
1
-27
/
+0
*
The inliner/cloner can now optionally take TargetData info, which can be
Chris Lattner
2007-01-30
1
-4
/
+6
*
Change constant folding APIs to take an optional TargetData, and change
Chris Lattner
2007-01-30
2
-11
/
+8
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
3
-13
/
+12
*
Compaction tables no longer supported, remove its block ID.
Reid Spencer
2007-01-30
1
-7
/
+1
*
Out of line function.
Jim Laskey
2007-01-29
1
-2
/
+1
*
Only gather frame info if debug or eh.
Jim Laskey
2007-01-29
1
-0
/
+5
*
- Undo previous check-in (i.e. Do not export TimingInfo class through
Devang Patel
2007-01-29
1
-49
/
+2
*
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-29
2
-8
/
+7
*
Properly support cstrings
Nate Begeman
2007-01-29
1
-2
/
+8
*
Flag to control exception handling.
Jim Laskey
2007-01-29
1
-0
/
+5
*
Move TimingInfo into PassManagers.h so that other libs can use it.
Devang Patel
2007-01-29
1
-0
/
+49
*
Landing pad-less eh for PPC.
Jim Laskey
2007-01-29
2
-7
/
+26
*
IntrinsicLowering now requires TargetData.
Reid Spencer
2007-01-29
1
-1
/
+3
*
Make doxygen happy
Anton Korobeynikov
2007-01-29
1
-1
/
+1
*
Adjust a comment to reflect reality.
Reid Spencer
2007-01-28
1
-4
/
+4
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
5
-19
/
+25
*
provide a definition for uintptr_t
Chris Lattner
2007-01-27
1
-0
/
+1
*
Make SmallSet<whatever*, N> faster by transparently implementing it with
Chris Lattner
2007-01-27
1
-0
/
+5
*
add some missing API
Chris Lattner
2007-01-27
1
-0
/
+3
*
Give SmallSet a reasonable fallback if it gets large: use an std::set.
Chris Lattner
2007-01-27
1
-27
/
+51
*
implement SmallPtrSet::erase
Chris Lattner
2007-01-27
1
-3
/
+10
*
Fix a limitation of SmallPtrSet. Before it would assert if the smallsize
Chris Lattner
2007-01-27
1
-2
/
+30
*
add some comments on the algorithm
Chris Lattner
2007-01-27
1
-1
/
+20
*
Add a new SmallSet ADT specialized for pointers.
Chris Lattner
2007-01-27
1
-0
/
+165
*
Add some comments, fix an 80 cols violation.
Reid Spencer
2007-01-27
1
-12
/
+16
*
Accessor for the TargetELFWriterInfo class object.
Bill Wendling
2007-01-27
1
-1
/
+7
*
The TargetELFWriterInfo class holds target-specific information for the ELF w...
Bill Wendling
2007-01-27
1
-0
/
+43
*
simplify insert interface
Chris Lattner
2007-01-27
1
-3
/
+3
*
clean up comment
Chris Lattner
2007-01-27
1
-3
/
+3
*
Handle multiple functions, properly mangle symbols, and fix support for
Nate Begeman
2007-01-26
1
-7
/
+16
*
fit in 80 cols
Chris Lattner
2007-01-26
1
-2
/
+2
*
rename files
Jim Laskey
2007-01-26
1
-25
/
+27
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
6
-23
/
+23
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
3
-14
/
+13
*
For PR761:
Reid Spencer
2007-01-26
1
-3
/
+1
*
For PR761:
Reid Spencer
2007-01-26
1
-8
/
+2
*
For PR645:
Reid Spencer
2007-01-26
1
-7
/
+0
*
Remove dead code.
Devang Patel
2007-01-26
1
-5
/
+0
*
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-26
2
-4
/
+5
*
Inherit FunctionPass directly from Pass.
Devang Patel
2007-01-26
1
-1
/
+1
*
Inherit BasicBlockPass directly from Pass.
Devang Patel
2007-01-25
2
-4
/
+4
*
Remove dead code.
Devang Patel
2007-01-25
1
-7
/
+0
*
Added a MRegisterInfo hook that tells PEI the target is responsible for
Evan Cheng
2007-01-25
1
-0
/
+6
*
Migrate print routines to asm to be shared by exception handling.
Jim Laskey
2007-01-25
1
-0
/
+62
*
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2007-01-24
3
-5
/
+11
*
Use asm printer to emit alignment
Jim Laskey
2007-01-24
1
-0
/
+2
*
Make ivars private and use getters. Have the MachOWriter return "Mach-O
Bill Wendling
2007-01-24
2
-7
/
+8
[next]